code
stringlengths
2k
1.04M
repo_path
stringlengths
5
517
parsed_code
stringlengths
0
1.04M
quality_prob
float64
0.02
0.95
learning_prob
float64
0.02
0.93
.left{ float: left; } .right{ float: right; } body{ background-color: #f9f9f9; } #corpo{ margin-top:75px; } #acerca { margin-top: 130px; } #opcao1,#opcao2,#opcao3,#opcao4,#opcao5{ width:90%; border-radius:5px; padding:3px 3px 3px 3px; margin: 5px 0px 0px 5px; } #resposta1, #resposta2, #resposta3, #resposta4, #resposta5{ text-decoration:none; font-weight:normal; } /*Blade exercicio */ .envio { margin-top: -10px; height: auto; background-color: #e1e1e1 } .envio-success { margin-top:-10px; height: auto; color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .envio-error { margin-top:-10px; height: auto; color: #a94442; background-color: #f2dede; border-color: #ebccd1; } #dadosPergunta { margin-bottom:0px; } /* Navbar */ .navbar-default { background-color: #339be6; border-color: #57aef1; } .navbar-default .navbar-brand { color: #f5fafb; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #f7f6f6; } .navbar-default .navbar-text { color: #f5fafb; } .navbar-default .navbar-nav > li > a { color: #f5fafb; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #f7f6f6; } .navbar-default .navbar-nav > li > .dropdown-menu { background-color: #339be6; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a { color: #f5fafb; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider { background-color: #339be6; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-toggle { border-color: #57aef1; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #57aef1; } .navbar-default .navbar-toggle .icon-bar { background-color: #f5fafb; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #f5fafb; } .navbar-default .navbar-link { color: #f5fafb; } .navbar-default .navbar-link:hover { color: #f7f6f6; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #f5fafb; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #f7f6f6; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #f7f6f6; background-color: #57aef1; } }
public/css/style.css
.left{ float: left; } .right{ float: right; } body{ background-color: #f9f9f9; } #corpo{ margin-top:75px; } #acerca { margin-top: 130px; } #opcao1,#opcao2,#opcao3,#opcao4,#opcao5{ width:90%; border-radius:5px; padding:3px 3px 3px 3px; margin: 5px 0px 0px 5px; } #resposta1, #resposta2, #resposta3, #resposta4, #resposta5{ text-decoration:none; font-weight:normal; } /*Blade exercicio */ .envio { margin-top: -10px; height: auto; background-color: #e1e1e1 } .envio-success { margin-top:-10px; height: auto; color: #3c763d; background-color: #dff0d8; border-color: #d6e9c6; } .envio-error { margin-top:-10px; height: auto; color: #a94442; background-color: #f2dede; border-color: #ebccd1; } #dadosPergunta { margin-bottom:0px; } /* Navbar */ .navbar-default { background-color: #339be6; border-color: #57aef1; } .navbar-default .navbar-brand { color: #f5fafb; } .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus { color: #f7f6f6; } .navbar-default .navbar-text { color: #f5fafb; } .navbar-default .navbar-nav > li > a { color: #f5fafb; } .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus { color: #f7f6f6; } .navbar-default .navbar-nav > li > .dropdown-menu { background-color: #339be6; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a { color: #f5fafb; } .navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover, .navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-nav > li > .dropdown-menu > li > .divider { background-color: #339be6; } .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { color: #f7f6f6; background-color: #57aef1; } .navbar-default .navbar-toggle { border-color: #57aef1; } .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #57aef1; } .navbar-default .navbar-toggle .icon-bar { background-color: #f5fafb; } .navbar-default .navbar-collapse, .navbar-default .navbar-form { border-color: #f5fafb; } .navbar-default .navbar-link { color: #f5fafb; } .navbar-default .navbar-link:hover { color: #f7f6f6; } @media (max-width: 767px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #f5fafb; } .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #f7f6f6; } .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #f7f6f6; background-color: #57aef1; } }
0.42919
0.168857
.pt_vmegamenu .itemMenu.level1 p.itemMenuName.level3{ color: #3E3E3E; font-weight:500; margin:0; padding-bottom: 4px; } .row_menu{ float:left; width:240px; margin-right: 15px; } .pt_vmegamenu div.itemSubMenu { margin: 0; padding:0px 0 15px 25px } .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level4, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3.nochild{ border: 0; background: none; text-transform: capitalize; line-height: 25px; font-size: 13px; font-weight: 300; } .parentMenu { position: relative; } /* end */ .pt_vmegamenu_title{ position: relative; margin-top: 35px;} .pt_vmegamenu_title h2 { margin: 0; color: #fff; font: 700 24px/36px 'Khula', sans-serif; text-transform: uppercase; padding: 9px 0 0 60px; cursor: pointer; background: #f981a6; border-bottom: 2px solid #f35c9f; position: relative; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: auto; } .pt_vmegamenu { width: 100%; display: block; border-top: 0;} .pt_vmegamenu .last .parentMenu{background: none} .pt_vmegamenu div.pt_menu:last-child { border-bottom: 0;} .pt_vmegamenu div.pt_menu.active{ background:#ff6709; } .pt_vmegamenu div.popup { padding:0; display: none; position: absolute; top: 0 !important; left: 0 !important; text-align: left; width: auto !important; z-index: 3000; background: transparent; padding-left: 0; border: 1px solid #e0e0e0; border-left: 0; background: #fff; -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18); box-shadow: 0 8px 16px rgba(0,0,0,0.18); height: 448px; min-width: 500px; overflow: auto; } .box-popup { padding: 25px 20px; float: left; } .arrow-left-menu{ background: url("../images/arrow-left-menu.png") no-repeat scroll 0 18px; float: left; height: 50px; margin: -5px 0 0 -15px; padding: 0; width: 19px; position: relative; z-index: 1;} .pt_vmegamenu div.pt_menu .parentMenu a{ text-decoration: none; display: block; line-height:42px; font-size:14px; font-weight:400; padding-left:30px; color: #fff; text-transform: uppercase; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-right: 32px; } .pt_vmegamenu div.pt_menu.active .parentMenu a{ color: #fff;} .pt_vmegamenu div.pt_menu .parentMenu a:after{ font-family: FontAwesome; content: "\f105"; position: absolute; color: #fff; color: rgba(255,255,255,0.5); right: 20px; top: 20px; font-size:20px; line-height:0px; } .pt_vmegamenu div.pt_menu.noSub .parentMenu a:after{ display: none;} .custom-menu-right { float: left; margin: 0;} .pt_vmegamenu .column.blockright { width: 215px; } .menu-right-title { background: url("../images/bg-bottom1-title.png") repeat-x left bottom; float: left; margin: 0 0 20px 0; width: 100%; } .menu-right-title h2 { background: url("../images/bg-f-title6.png") no-repeat scroll left bottom; color: #777777; font-family: 'titilliumwebsemibold'; font-size: 16px; margin: 0; padding: 0 0 8px; text-transform: uppercase; } .menu-right-images { float: left;} .m-images { float: left;} .m-images.col1 { margin:20px 0 0;} .pt_vmegamenu div.pt_menu.last .parentMenu.noSubMenu{ border: 0; } .cms-index-index .navleft-container{margin: 0 0 50px} .pt_vmegamenu div.popup a { text-decoration: none; display:block; } .pt_vmegamenu .itemMenu h4.level3{ display: block; background: transparent; color: #000; position: relative; margin-bottom:0px; font: 600 16px/36px 'Khula', serif; } .pt_vmegamenu .itemMenu a.level3.nochild{ background: none; margin: 0; padding: 0; font: normal 14px/36px 'Arial', sans-serif; color: #bdbdbd;} .pt_vmegamenu .itemMenu h4.level3:hover, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3:hover, .pt_vmegamenu .itemMenu a.level3.nochild:hover{ color: #f981a6;} .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemSubMenu h4.level4 span{ color: #897725; } .pt_vmegamenu .itemMenu h4.level3:hover, .pt_vmegamenu .itemMenu a.level3:hover{ color:#f981a6 } .pt_vmegamenu .itemSubMenu h4.level4, .itemMenu.level1 a.itemMenuName.level4, .pt_vmegamenu .itemSubMenu h4.level3, .pt_vmegamenu .itemSubMenu a.level3, .pt_vmegamenu .itemMenu a.level4.nochild{ font: normal 13px/36px 'Arial', sans-serif; color: #bdbdbd; text-transform: none; text-transform: capitalize; } .pt_vmegamenu .itemSubMenu h4.level4:hover, .itemMenu.level1 a.itemMenuName.level4:hover, .pt_vmegamenu .itemSubMenu h4.level3:hover, .pt_vmegamenu .itemSubMenu a.level3:hover, .pt_vmegamenu .itemMenu a.level4.nochild:hover{ color:#ff6709; } .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level4:after, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3.nochild:after{ display: none;} .pt_vmegamenu div.popup a.act{color: #f981a6;} .pt_vmegamenu div.column { float:left; width:215px; margin-right: 15px; padding-right:0; } .pt_vmegamenu div.column.last { border-right: 0 none; margin-right: 0; padding-right: 0; } .pt_vmegamenu .clearBoth { clear:both; } .pt_vmegamenu .block2{ margin-top: 10px; /* display: inline-block;*/ } .pt_vmegamenu #popup_home{ display: none !important; } .pt_vmegamenu div.popup .block1{ overflow: hidden; } .pt_vmegamenu div.popup .block1 .column{ margin-bottom: -99999px; padding-bottom: 99999px; } /*show right block*/ .pt_vmegamenu div.popup .floatleft{ float: left; } .pt_vmegamenu div.popup .blockright img{ max-width: 100%; } .pt_vmegamenu .parentMenu .block-title{ color: #1E7EC8; } .pt_vmegamenu div.pt_menu .parentMenu p{ margin: 0; padding: 0; } .pt_vmegamenu #pt_menu_link .parentMenu ul li{ float: none; list-style: none; } .pt_vmegamenu #pt_menu_link .parentMenu ul li a{ float: none; padding: 5px 10px 6px; display: block; } .pt_vmegamenu #pt_menu_link{ padding: 0; width: 195px; } .pt_vmegamenu .wrap-popup{ position: absolute; left: 100%; top: 0; width: 914px; } .pt_vmegamenu .wrap-popup:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }} @media (max-width: 1199px) { .pt_vmegamenu .wrap-popup { left: 140px;} .pt_vmegamenu div.popup{left:27px !important;} } /*============end megamenu==========================*/ /* edit */ .cate-thumb{ display: block; width: 25px; height: 25px; float: left; margin: 0 15px 0 0; margin-top: 11px;} .cate-thumb img{ margin: 0 auto;} @media (max-width: 1199px){ .cate-thumb{ display: none;} }
template/giaodien4/css/posvegamenu.css
.pt_vmegamenu .itemMenu.level1 p.itemMenuName.level3{ color: #3E3E3E; font-weight:500; margin:0; padding-bottom: 4px; } .row_menu{ float:left; width:240px; margin-right: 15px; } .pt_vmegamenu div.itemSubMenu { margin: 0; padding:0px 0 15px 25px } .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level4, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3.nochild{ border: 0; background: none; text-transform: capitalize; line-height: 25px; font-size: 13px; font-weight: 300; } .parentMenu { position: relative; } /* end */ .pt_vmegamenu_title{ position: relative; margin-top: 35px;} .pt_vmegamenu_title h2 { margin: 0; color: #fff; font: 700 24px/36px 'Khula', sans-serif; text-transform: uppercase; padding: 9px 0 0 60px; cursor: pointer; background: #f981a6; border-bottom: 2px solid #f35c9f; position: relative; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: auto; } .pt_vmegamenu { width: 100%; display: block; border-top: 0;} .pt_vmegamenu .last .parentMenu{background: none} .pt_vmegamenu div.pt_menu:last-child { border-bottom: 0;} .pt_vmegamenu div.pt_menu.active{ background:#ff6709; } .pt_vmegamenu div.popup { padding:0; display: none; position: absolute; top: 0 !important; left: 0 !important; text-align: left; width: auto !important; z-index: 3000; background: transparent; padding-left: 0; border: 1px solid #e0e0e0; border-left: 0; background: #fff; -webkit-box-shadow: 0 8px 16px rgba(0,0,0,0.18); box-shadow: 0 8px 16px rgba(0,0,0,0.18); height: 448px; min-width: 500px; overflow: auto; } .box-popup { padding: 25px 20px; float: left; } .arrow-left-menu{ background: url("../images/arrow-left-menu.png") no-repeat scroll 0 18px; float: left; height: 50px; margin: -5px 0 0 -15px; padding: 0; width: 19px; position: relative; z-index: 1;} .pt_vmegamenu div.pt_menu .parentMenu a{ text-decoration: none; display: block; line-height:42px; font-size:14px; font-weight:400; padding-left:30px; color: #fff; text-transform: uppercase; word-wrap: break-word; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; margin-right: 32px; } .pt_vmegamenu div.pt_menu.active .parentMenu a{ color: #fff;} .pt_vmegamenu div.pt_menu .parentMenu a:after{ font-family: FontAwesome; content: "\f105"; position: absolute; color: #fff; color: rgba(255,255,255,0.5); right: 20px; top: 20px; font-size:20px; line-height:0px; } .pt_vmegamenu div.pt_menu.noSub .parentMenu a:after{ display: none;} .custom-menu-right { float: left; margin: 0;} .pt_vmegamenu .column.blockright { width: 215px; } .menu-right-title { background: url("../images/bg-bottom1-title.png") repeat-x left bottom; float: left; margin: 0 0 20px 0; width: 100%; } .menu-right-title h2 { background: url("../images/bg-f-title6.png") no-repeat scroll left bottom; color: #777777; font-family: 'titilliumwebsemibold'; font-size: 16px; margin: 0; padding: 0 0 8px; text-transform: uppercase; } .menu-right-images { float: left;} .m-images { float: left;} .m-images.col1 { margin:20px 0 0;} .pt_vmegamenu div.pt_menu.last .parentMenu.noSubMenu{ border: 0; } .cms-index-index .navleft-container{margin: 0 0 50px} .pt_vmegamenu div.popup a { text-decoration: none; display:block; } .pt_vmegamenu .itemMenu h4.level3{ display: block; background: transparent; color: #000; position: relative; margin-bottom:0px; font: 600 16px/36px 'Khula', serif; } .pt_vmegamenu .itemMenu a.level3.nochild{ background: none; margin: 0; padding: 0; font: normal 14px/36px 'Arial', sans-serif; color: #bdbdbd;} .pt_vmegamenu .itemMenu h4.level3:hover, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3:hover, .pt_vmegamenu .itemMenu a.level3.nochild:hover{ color: #f981a6;} .pt_vmegamenu .itemMenu h4.level3, .pt_vmegamenu .itemSubMenu h4.level4 span{ color: #897725; } .pt_vmegamenu .itemMenu h4.level3:hover, .pt_vmegamenu .itemMenu a.level3:hover{ color:#f981a6 } .pt_vmegamenu .itemSubMenu h4.level4, .itemMenu.level1 a.itemMenuName.level4, .pt_vmegamenu .itemSubMenu h4.level3, .pt_vmegamenu .itemSubMenu a.level3, .pt_vmegamenu .itemMenu a.level4.nochild{ font: normal 13px/36px 'Arial', sans-serif; color: #bdbdbd; text-transform: none; text-transform: capitalize; } .pt_vmegamenu .itemSubMenu h4.level4:hover, .itemMenu.level1 a.itemMenuName.level4:hover, .pt_vmegamenu .itemSubMenu h4.level3:hover, .pt_vmegamenu .itemSubMenu a.level3:hover, .pt_vmegamenu .itemMenu a.level4.nochild:hover{ color:#ff6709; } .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level4:after, .pt_vmegamenu .itemMenu.level1 a.itemMenuName.level3.nochild:after{ display: none;} .pt_vmegamenu div.popup a.act{color: #f981a6;} .pt_vmegamenu div.column { float:left; width:215px; margin-right: 15px; padding-right:0; } .pt_vmegamenu div.column.last { border-right: 0 none; margin-right: 0; padding-right: 0; } .pt_vmegamenu .clearBoth { clear:both; } .pt_vmegamenu .block2{ margin-top: 10px; /* display: inline-block;*/ } .pt_vmegamenu #popup_home{ display: none !important; } .pt_vmegamenu div.popup .block1{ overflow: hidden; } .pt_vmegamenu div.popup .block1 .column{ margin-bottom: -99999px; padding-bottom: 99999px; } /*show right block*/ .pt_vmegamenu div.popup .floatleft{ float: left; } .pt_vmegamenu div.popup .blockright img{ max-width: 100%; } .pt_vmegamenu .parentMenu .block-title{ color: #1E7EC8; } .pt_vmegamenu div.pt_menu .parentMenu p{ margin: 0; padding: 0; } .pt_vmegamenu #pt_menu_link .parentMenu ul li{ float: none; list-style: none; } .pt_vmegamenu #pt_menu_link .parentMenu ul li a{ float: none; padding: 5px 10px 6px; display: block; } .pt_vmegamenu #pt_menu_link{ padding: 0; width: 195px; } .pt_vmegamenu .wrap-popup{ position: absolute; left: 100%; top: 0; width: 914px; } .pt_vmegamenu .wrap-popup:after { display:block; content:"."; clear:both; font-size:0; line-height:0; height:0; overflow:hidden; }} @media (max-width: 1199px) { .pt_vmegamenu .wrap-popup { left: 140px;} .pt_vmegamenu div.popup{left:27px !important;} } /*============end megamenu==========================*/ /* edit */ .cate-thumb{ display: block; width: 25px; height: 25px; float: left; margin: 0 15px 0 0; margin-top: 11px;} .cate-thumb img{ margin: 0 auto;} @media (max-width: 1199px){ .cate-thumb{ display: none;} }
0.17266
0.04904
body { overflow: hidden } .message-part { width: 100%; height: 100vh; padding-top: 30px; background: var(--chalk) } .message-filter { padding: 20px; border-radius: 8px; background: var(--white) } .message-filter-group { padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between } .message-filter-btn i { color: var(--gray); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .message-filter-btn i:hover { color: var(--primary) } .message-filter-src { margin-bottom: 20px; display: none } .message-filter-src input { width: 100%; padding: 10px 20px; border-radius: 8px; background: var(--chalk); border: 1px solid var(--border) } .message-filter-src.active { display: block } .message-list { height: calc(100vh - 200px) } .message-inbox { padding: 18px 20px; border-radius: 8px; background: var(--white) } .inbox-header { padding-bottom: 15px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between } .inbox-header-profile { display: flex; align-items: center; justify-content: center } .inbox-header-img { margin-right: 12px; border: .5px solid var(--primary) } .inbox-header-img img { width: 70px; height: 50px; border-radius: 50%; border: 1px solid transparent } .inbox-header-img.active::before { background: var(--green) } .inbox-header-text h5 { line-height: 10px; text-transform: capitalize } .inbox-header-text h5 a { color: var(--heading); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-header-text h5 a:hover { color: var(--primary) } .inbox-header-text span { font-size: 14px; color: var(--gray); text-transform: capitalize } .inbox-header-list { display: flex; align-items: center; justify-content: flex-end } .inbox-header-list li { margin-left: 12px } .inbox-header-list li:first-child { margin-left: 0px } .inbox-header-list li a { width: 38px; height: 38px; font-size: 14px; line-height: 38px; border-radius: 50%; text-align: center; color: var(--gray); background: var(--chalk); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-header-list li a:hover { color: var(--white); background: var(--primary) } .inbox-chat-list { height: calc(100vh - 285px) } .inbox-chat-item { margin: 8px 0px; display: flex; align-items: center; justify-content: flex-start } .inbox-chat-img { margin-bottom: 25px; align-self: flex-end } .inbox-chat-img img { width: 35px; height: 35px; border-radius: 50% } .inbox-chat-text { margin: 5px 12px 0px; display: flex; align-items: center; justify-content: flex-start } .inbox-chat-text:hover .inbox-chat-action { opacity: 1 } .inbox-chat-text p { font-size: 15px; line-height: 22px; padding: 8px 12px; border-radius: 12px; background: var(--chalk) } .inbox-chat-action { display: flex; align-items: center; justify-content: center; margin-left: 14px; opacity: 0; transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-chat-action a { margin: 0px 6px; font-size: 12px; color: #aaaaaa; transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-chat-action a:hover { color: var(--primary) } .inbox-chat-time { display: block; font-size: 13px; margin-left: 25px; text-transform: capitalize } .my-chat { flex-direction: row-reverse } .my-chat .inbox-chat-text { flex-direction: row-reverse } .my-chat .inbox-chat-text p { color: var(--white); background: var(--primary) } .my-chat .inbox-chat-action { margin: 0px 14px 0px 0px } .my-chat .inbox-chat-time { text-align: right; margin: 0px 25px 0px 0px } .inbox-chat-form { position: relative; } .inbox-chat-form input { height: 50px!important; width: 100%; padding-left: 20px; padding-right: 20px; border-radius: 10px; background: var(--chalk) } .inbox-chat-form button { position: absolute; top: 8px; right: 8px } .inbox-chat-form button i { width: 30px; height: 30px; font-size: 20px; border-radius: 6px; padding: 5px; text-align: center; color: var(--white); background: var(--primary) } @media (max-width: 991px) { body { overflow-y: scroll; background: var(--chalk) } .message-list { height: 350px; margin-bottom: 30px } .inbox-chat-list { height: 350px } } @media (min-width: 992px) and (max-width: 1199px) { .message-list { height: calc(100vh - 255px) } .inbox-chat-list { height: calc(100vh - 333px) } }
resources/assets/css/custom/message.css
body { overflow: hidden } .message-part { width: 100%; height: 100vh; padding-top: 30px; background: var(--chalk) } .message-filter { padding: 20px; border-radius: 8px; background: var(--white) } .message-filter-group { padding-bottom: 20px; display: flex; align-items: center; justify-content: space-between } .message-filter-btn i { color: var(--gray); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .message-filter-btn i:hover { color: var(--primary) } .message-filter-src { margin-bottom: 20px; display: none } .message-filter-src input { width: 100%; padding: 10px 20px; border-radius: 8px; background: var(--chalk); border: 1px solid var(--border) } .message-filter-src.active { display: block } .message-list { height: calc(100vh - 200px) } .message-inbox { padding: 18px 20px; border-radius: 8px; background: var(--white) } .inbox-header { padding-bottom: 15px; border-bottom: 1px solid var(--border); display: flex; align-items: center; justify-content: space-between } .inbox-header-profile { display: flex; align-items: center; justify-content: center } .inbox-header-img { margin-right: 12px; border: .5px solid var(--primary) } .inbox-header-img img { width: 70px; height: 50px; border-radius: 50%; border: 1px solid transparent } .inbox-header-img.active::before { background: var(--green) } .inbox-header-text h5 { line-height: 10px; text-transform: capitalize } .inbox-header-text h5 a { color: var(--heading); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-header-text h5 a:hover { color: var(--primary) } .inbox-header-text span { font-size: 14px; color: var(--gray); text-transform: capitalize } .inbox-header-list { display: flex; align-items: center; justify-content: flex-end } .inbox-header-list li { margin-left: 12px } .inbox-header-list li:first-child { margin-left: 0px } .inbox-header-list li a { width: 38px; height: 38px; font-size: 14px; line-height: 38px; border-radius: 50%; text-align: center; color: var(--gray); background: var(--chalk); transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-header-list li a:hover { color: var(--white); background: var(--primary) } .inbox-chat-list { height: calc(100vh - 285px) } .inbox-chat-item { margin: 8px 0px; display: flex; align-items: center; justify-content: flex-start } .inbox-chat-img { margin-bottom: 25px; align-self: flex-end } .inbox-chat-img img { width: 35px; height: 35px; border-radius: 50% } .inbox-chat-text { margin: 5px 12px 0px; display: flex; align-items: center; justify-content: flex-start } .inbox-chat-text:hover .inbox-chat-action { opacity: 1 } .inbox-chat-text p { font-size: 15px; line-height: 22px; padding: 8px 12px; border-radius: 12px; background: var(--chalk) } .inbox-chat-action { display: flex; align-items: center; justify-content: center; margin-left: 14px; opacity: 0; transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-chat-action a { margin: 0px 6px; font-size: 12px; color: #aaaaaa; transition: all linear .3s; -webkit-transition: all linear .3s; -moz-transition: all linear .3s; -ms-transition: all linear .3s; -o-transition: all linear .3s } .inbox-chat-action a:hover { color: var(--primary) } .inbox-chat-time { display: block; font-size: 13px; margin-left: 25px; text-transform: capitalize } .my-chat { flex-direction: row-reverse } .my-chat .inbox-chat-text { flex-direction: row-reverse } .my-chat .inbox-chat-text p { color: var(--white); background: var(--primary) } .my-chat .inbox-chat-action { margin: 0px 14px 0px 0px } .my-chat .inbox-chat-time { text-align: right; margin: 0px 25px 0px 0px } .inbox-chat-form { position: relative; } .inbox-chat-form input { height: 50px!important; width: 100%; padding-left: 20px; padding-right: 20px; border-radius: 10px; background: var(--chalk) } .inbox-chat-form button { position: absolute; top: 8px; right: 8px } .inbox-chat-form button i { width: 30px; height: 30px; font-size: 20px; border-radius: 6px; padding: 5px; text-align: center; color: var(--white); background: var(--primary) } @media (max-width: 991px) { body { overflow-y: scroll; background: var(--chalk) } .message-list { height: 350px; margin-bottom: 30px } .inbox-chat-list { height: 350px } } @media (min-width: 992px) and (max-width: 1199px) { .message-list { height: calc(100vh - 255px) } .inbox-chat-list { height: calc(100vh - 333px) } }
0.553023
0.1015
.img-thumbs { margin-bottom: 30px; } .img-thumbs img { margin-left: auto; margin-right: auto; box-shadow: 0 0 5px 2px rgba(0,0,0,.07); } /***** START Initial Card View *****/ .card-background { height: 364px; margin: 0px; border-style: solid; border-radius: 4px; border-width: 1.5px; border-color: #CC9933; overflow:hidden; cursor:pointer; } .card-header{ height: 34px; text-align: left; text-transform: uppercase; letter-spacing: .5px; padding: 15px; margin-top: 5px; color: #532F64; font-size: 16.5px; overflow: hidden; font-family: "proxima-nova"; font-weight: 600; } .card-description{ letter-spacing: -.3px; height: 62px; margin-top: 3px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; font-size: 13px; padding-top: 6px; padding-left: 10px; padding-right: 10px; overflow: hidden; font-family: "proxima-nova"; } .card-url{ text-align: left; text-transform: uppercase; letter-spacing: .5px; color: white; margin-top: 15px; padding: 5px; padding-left: 15px; /*overflow: hidden;*/ background-color: #f37735; font-family: "proxima-nova"; font-weight: 600; } .card-brand-thumbSrc{ position: absolute; width: 60px; margin-left:5px; margin-bottom: -5px; float: left; z-index: 3; top: 168px; left: 30px; } .card-img { width: 350px; } /******* START Responsive & Mobile Card View *******/ @media (max-width: 1199px) { .card-background { height: 363px; margin-left: 12px; margin-right: 12px; } .card-url{ margin-top: 12px; } .card-brand-thumbSrc{ left: 40px; } } @media (max-width: 991px) { .container { margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; } .card-background { height: 330px; margin: 0; } .card-brand-thumbSrc{ width: 60px; top: 139px; left: 30px; } .card-url{ font-size: 13px; } } @media (max-width: 767px) { .card-background { position: relative; height: auto; width: auto; margin-left:0px; margin-right: 0px; } .card-brand-thumbSrc{ position: absolute; width: 24%; top: 49%; left:5%; } .card-url{ font-size: 14.3px; } } @media (max-width: 620px) { .card-brand-thumbSrc{ top: 48%; } } @media (max-width: 580px) { .card-brand-thumbSrc{ top: 47%; } } @media (max-width: 513px) { .img-thumbs { width:100%; } .card-brand-thumbSrc{ top: 48.5%; } .card-background { height: auto; width: 295px; border-style: solid; border-width: 1px; border-color: #dfdfdf; overflow:hidden; cursor:pointer; margin: 5px; margin-left: auto; margin-right: auto; margin-bottom: 24px; } .card-description{ font-size: 13.5px; } .card-url { font-size: 15px; } .card-brand-thumbSrc{ top: 48.5%; } } @media (max-width: 320px) { .card-background { height: auto; width: auto; border-style: solid; border-width: 1px; border-color: #dfdfdf; overflow:hidden; cursor:pointer; margin: 5px; margin-left: 3px; margin-bottom: 19px; } .card-img { width: 290px; } }
www/css/card.css
.img-thumbs { margin-bottom: 30px; } .img-thumbs img { margin-left: auto; margin-right: auto; box-shadow: 0 0 5px 2px rgba(0,0,0,.07); } /***** START Initial Card View *****/ .card-background { height: 364px; margin: 0px; border-style: solid; border-radius: 4px; border-width: 1.5px; border-color: #CC9933; overflow:hidden; cursor:pointer; } .card-header{ height: 34px; text-align: left; text-transform: uppercase; letter-spacing: .5px; padding: 15px; margin-top: 5px; color: #532F64; font-size: 16.5px; overflow: hidden; font-family: "proxima-nova"; font-weight: 600; } .card-description{ letter-spacing: -.3px; height: 62px; margin-top: 3px; margin-left: 5px; margin-right: 5px; margin-bottom: 5px; font-size: 13px; padding-top: 6px; padding-left: 10px; padding-right: 10px; overflow: hidden; font-family: "proxima-nova"; } .card-url{ text-align: left; text-transform: uppercase; letter-spacing: .5px; color: white; margin-top: 15px; padding: 5px; padding-left: 15px; /*overflow: hidden;*/ background-color: #f37735; font-family: "proxima-nova"; font-weight: 600; } .card-brand-thumbSrc{ position: absolute; width: 60px; margin-left:5px; margin-bottom: -5px; float: left; z-index: 3; top: 168px; left: 30px; } .card-img { width: 350px; } /******* START Responsive & Mobile Card View *******/ @media (max-width: 1199px) { .card-background { height: 363px; margin-left: 12px; margin-right: 12px; } .card-url{ margin-top: 12px; } .card-brand-thumbSrc{ left: 40px; } } @media (max-width: 991px) { .container { margin-left: auto; margin-right: auto; padding-left: 0px; padding-right: 0px; } .card-background { height: 330px; margin: 0; } .card-brand-thumbSrc{ width: 60px; top: 139px; left: 30px; } .card-url{ font-size: 13px; } } @media (max-width: 767px) { .card-background { position: relative; height: auto; width: auto; margin-left:0px; margin-right: 0px; } .card-brand-thumbSrc{ position: absolute; width: 24%; top: 49%; left:5%; } .card-url{ font-size: 14.3px; } } @media (max-width: 620px) { .card-brand-thumbSrc{ top: 48%; } } @media (max-width: 580px) { .card-brand-thumbSrc{ top: 47%; } } @media (max-width: 513px) { .img-thumbs { width:100%; } .card-brand-thumbSrc{ top: 48.5%; } .card-background { height: auto; width: 295px; border-style: solid; border-width: 1px; border-color: #dfdfdf; overflow:hidden; cursor:pointer; margin: 5px; margin-left: auto; margin-right: auto; margin-bottom: 24px; } .card-description{ font-size: 13.5px; } .card-url { font-size: 15px; } .card-brand-thumbSrc{ top: 48.5%; } } @media (max-width: 320px) { .card-background { height: auto; width: auto; border-style: solid; border-width: 1px; border-color: #dfdfdf; overflow:hidden; cursor:pointer; margin: 5px; margin-left: 3px; margin-bottom: 19px; } .card-img { width: 290px; } }
0.422624
0.075414
/* Fonts */ @import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300"); body { width: 500px; margin: 4% auto; font-family: 'Source Sans Pro', sans-serif; letter-spacing: 5px; font-size: 1.8rem; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } /* Home Div */ .home { font-family: "Roboto", sans-serif; margin: 30px auto; text-align: center; } /* Home Button */ .btn-hero { background: transparent; color: black; letter-spacing: 0.1rem; display: inline-block; font-weight: 700; transition: all 0.3s linear; border: 2px solid black; cursor: pointer; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border-radius: 0.25rem; font-size: 1rem; padding: 0.75rem 1.25rem; margin-bottom: 10px; text-decoration: none; } .btn-hero:hover { color: white; background: black; } .main { font-family: "Roboto", sans-serif; font-size: 1rem; margin: 30px auto; color: black; text-align: center; } h1, h2, h3 { font-family: "Roboto", sans-serif; font-weight: 100; font-size: 2.6em; text-transform: uppercase; } .calculator { padding: 20px; border-radius: 1px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .display { border: 1px solid #ddd; border-radius: 1px; height: 60px; padding-right: 15px; padding-top: 10px; text-align: right; margin-right: 6px; font-size: 2.5rem; overflow-x: auto; transition: all .2s ease-in-out; } .display:hover { border: 1px solid #bbb; box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .operators div { display: inline-block; border: 1px solid #bbb; border-radius: 1px; width: 80px; text-align: center; padding: 10px; margin: 20px 4px 10px 0; cursor: pointer; background-color: #ddd; transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s; } .operators div:hover { background-color: #ddd; border-color: #aaa; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .operators div:active { font-weight: bold; } .left-panel { display: inline-block; } .numbers div { display: inline-block; border: 1px solid #bbb; border-radius: 1px; width: 80px; text-align: center; padding: 10px; margin: 10px 4px 10px 0; cursor: pointer; background-color: #f9f9f9; transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s; } .numbers div:hover { background-color: #f1f1f1; border-color: #bbb; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .numbers div:active { font-weight: bold; } .equals { display: inline-block; border: 1px solid #3079ED; border-radius: 1px; width: 17%; text-align: center; padding: 127px 10px; margin: 10px 6px 10px 0; vertical-align: top; cursor: pointer; color: #FFF; background-color: #4d90fe; transition: all .2s ease-in-out; } .equals:hover { background-color: #307CF9; border-color: #1857BB; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .equals:active { font-weight: bold; }
03-calculator/styles.css
/* Fonts */ @import url("https://fonts.googleapis.com/css?family=Open+Sans|Roboto:400,700&display=swap"); @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300"); body { width: 500px; margin: 4% auto; font-family: 'Source Sans Pro', sans-serif; letter-spacing: 5px; font-size: 1.8rem; user-select: none; -moz-user-select: none; -webkit-user-select: none; -ms-user-select: none; } /* Home Div */ .home { font-family: "Roboto", sans-serif; margin: 30px auto; text-align: center; } /* Home Button */ .btn-hero { background: transparent; color: black; letter-spacing: 0.1rem; display: inline-block; font-weight: 700; transition: all 0.3s linear; border: 2px solid black; cursor: pointer; box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2); border-radius: 0.25rem; font-size: 1rem; padding: 0.75rem 1.25rem; margin-bottom: 10px; text-decoration: none; } .btn-hero:hover { color: white; background: black; } .main { font-family: "Roboto", sans-serif; font-size: 1rem; margin: 30px auto; color: black; text-align: center; } h1, h2, h3 { font-family: "Roboto", sans-serif; font-weight: 100; font-size: 2.6em; text-transform: uppercase; } .calculator { padding: 20px; border-radius: 1px; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .display { border: 1px solid #ddd; border-radius: 1px; height: 60px; padding-right: 15px; padding-top: 10px; text-align: right; margin-right: 6px; font-size: 2.5rem; overflow-x: auto; transition: all .2s ease-in-out; } .display:hover { border: 1px solid #bbb; box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: inset 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .operators div { display: inline-block; border: 1px solid #bbb; border-radius: 1px; width: 80px; text-align: center; padding: 10px; margin: 20px 4px 10px 0; cursor: pointer; background-color: #ddd; transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s; } .operators div:hover { background-color: #ddd; border-color: #aaa; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .operators div:active { font-weight: bold; } .left-panel { display: inline-block; } .numbers div { display: inline-block; border: 1px solid #bbb; border-radius: 1px; width: 80px; text-align: center; padding: 10px; margin: 10px 4px 10px 0; cursor: pointer; background-color: #f9f9f9; transition: border-color .2s ease-in-out, background-color .2s, box-shadow .2s; } .numbers div:hover { background-color: #f1f1f1; border-color: #bbb; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .numbers div:active { font-weight: bold; } .equals { display: inline-block; border: 1px solid #3079ED; border-radius: 1px; width: 17%; text-align: center; padding: 127px 10px; margin: 10px 6px 10px 0; vertical-align: top; cursor: pointer; color: #FFF; background-color: #4d90fe; transition: all .2s ease-in-out; } .equals:hover { background-color: #307CF9; border-color: #1857BB; box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2); } .equals:active { font-weight: bold; }
0.314366
0.085099
/*************/ /* IMPORTS */ /*************/ /************/ /* COLORS */ /************/ /*************/ /* IMPORTS */ /*************/ /************/ /* COLORS */ /************/ /*********************/ /* LOGIN CONTAINER */ /*********************/ #loginContainer { position: absolute; top: 25px; right: 25px; width: 320px; height: 85px; padding: 5px; overflow: hidden; z-index: 100; } #loginContainer img { width: 75px; height: 75px; margin: 5px; float: right; border: solid 3px white; border-radius: 38px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); } #loginContainer div { margin: 12px 5px 5px 5px; color: #871816; float: right; text-align: right; width: 215px; } #loginContainer div .name { font-size: 26px; margin: 0px; padding: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; } #loginContainer div .username { font-size: 20px; margin: 0px; padding: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; } /*******************/ /* MEDIA QUERIES */ /*******************/ /**************************/ /* WinJS APP NAVIGATION */ /**************************/ #contenthost { width: 100%; height: 100%; } .titlearea { text-align: left; } .fragment { /* Define a grid with rows for a banner and a body */ -ms-grid-columns: 1fr; -ms-grid-rows: 128px 1fr; display: -ms-grid; height: 100%; width: 100%; } .fragment header[role=banner] { /* Define a grid with columns for the back button and page title. */ -ms-grid-columns: 120px 1fr; -ms-grid-rows: 1fr; display: -ms-grid; } .fragment header[role=banner] .win-backbutton { margin-left: 39px; margin-top: 59px; } .fragment header[role=banner] .titlearea { -ms-grid-column: 2; margin-top: 37px; } .fragment header[role=banner] .titlearea .pagetitle { width: calc(100% - 20px); } .fragment section[role=main] { -ms-grid-row: 2; height: 100%; width: 100%; } /*****************/ /* VIEW STATES */ /*****************/ /****************/ /* BACKGROUND */ /****************/ body { background-image: url("/resources/images/backgrounds/woodBackground.jpg"); background-size: cover; } /******************/ /* CUSTOM FONTS */ /******************/ @font-face { font-family: "Pacifico"; src: url("/resources/fonts/pacifico.subset.woff"); } @font-face { font-family: "HalloSans"; src: url("/resources/fonts/halloSans.woff"); } @font-face { font-family: "AmaticBold"; src: url("/resources/fonts/amatic-bold-webfont.woff"); } /***********************************/ /* UNPLAYABLE VIEW STATE WARNING */ /***********************************/ #unplayableViewStateWarning > img { position: absolute; } #unplayableViewStateWarning > p { position: absolute; color: #871816; font-size: 20px; font-weight: bold; text-shadow: 1px 1px 1px white; text-align: center; } /**********************/ /* SETTINGS FLYOUTS */ /**********************/ .settingsFlyout { width: 345px; } .win-settings-section > h3 { margin-bottom: 20px; } #confirmResetDataFlyout { width: 220px; max-width: 220px; } #confirmResetDataFlyout p { margin: -10px auto 20px auto; } #confirmResetDataButton { margin-right: 30px; } /***************/ /* LIST VIEW */ /***************/ .simpleHeaderItem h2 { font-size: 32px; } /****************************/ /* NAVIGATION BACK BUTTON */ /****************************/ .win-navigation-backbutton { margin: 57px 0 0 37px; } /* TODO: decide if I want to use this font */ .pagetitle { font-family: "AmaticBold"; font-size: 60px; letter-spacing: 5px; line-height: 35px; }
windows8/RusticCitrus/default.css
/*************/ /* IMPORTS */ /*************/ /************/ /* COLORS */ /************/ /*************/ /* IMPORTS */ /*************/ /************/ /* COLORS */ /************/ /*********************/ /* LOGIN CONTAINER */ /*********************/ #loginContainer { position: absolute; top: 25px; right: 25px; width: 320px; height: 85px; padding: 5px; overflow: hidden; z-index: 100; } #loginContainer img { width: 75px; height: 75px; margin: 5px; float: right; border: solid 3px white; border-radius: 38px; box-shadow: 0 0 8px rgba(0, 0, 0, 0.8); } #loginContainer div { margin: 12px 5px 5px 5px; color: #871816; float: right; text-align: right; width: 215px; } #loginContainer div .name { font-size: 26px; margin: 0px; padding: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; } #loginContainer div .username { font-size: 20px; margin: 0px; padding: 0px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-weight: bold; } /*******************/ /* MEDIA QUERIES */ /*******************/ /**************************/ /* WinJS APP NAVIGATION */ /**************************/ #contenthost { width: 100%; height: 100%; } .titlearea { text-align: left; } .fragment { /* Define a grid with rows for a banner and a body */ -ms-grid-columns: 1fr; -ms-grid-rows: 128px 1fr; display: -ms-grid; height: 100%; width: 100%; } .fragment header[role=banner] { /* Define a grid with columns for the back button and page title. */ -ms-grid-columns: 120px 1fr; -ms-grid-rows: 1fr; display: -ms-grid; } .fragment header[role=banner] .win-backbutton { margin-left: 39px; margin-top: 59px; } .fragment header[role=banner] .titlearea { -ms-grid-column: 2; margin-top: 37px; } .fragment header[role=banner] .titlearea .pagetitle { width: calc(100% - 20px); } .fragment section[role=main] { -ms-grid-row: 2; height: 100%; width: 100%; } /*****************/ /* VIEW STATES */ /*****************/ /****************/ /* BACKGROUND */ /****************/ body { background-image: url("/resources/images/backgrounds/woodBackground.jpg"); background-size: cover; } /******************/ /* CUSTOM FONTS */ /******************/ @font-face { font-family: "Pacifico"; src: url("/resources/fonts/pacifico.subset.woff"); } @font-face { font-family: "HalloSans"; src: url("/resources/fonts/halloSans.woff"); } @font-face { font-family: "AmaticBold"; src: url("/resources/fonts/amatic-bold-webfont.woff"); } /***********************************/ /* UNPLAYABLE VIEW STATE WARNING */ /***********************************/ #unplayableViewStateWarning > img { position: absolute; } #unplayableViewStateWarning > p { position: absolute; color: #871816; font-size: 20px; font-weight: bold; text-shadow: 1px 1px 1px white; text-align: center; } /**********************/ /* SETTINGS FLYOUTS */ /**********************/ .settingsFlyout { width: 345px; } .win-settings-section > h3 { margin-bottom: 20px; } #confirmResetDataFlyout { width: 220px; max-width: 220px; } #confirmResetDataFlyout p { margin: -10px auto 20px auto; } #confirmResetDataButton { margin-right: 30px; } /***************/ /* LIST VIEW */ /***************/ .simpleHeaderItem h2 { font-size: 32px; } /****************************/ /* NAVIGATION BACK BUTTON */ /****************************/ .win-navigation-backbutton { margin: 57px 0 0 37px; } /* TODO: decide if I want to use this font */ .pagetitle { font-family: "AmaticBold"; font-size: 60px; letter-spacing: 5px; line-height: 35px; }
0.18591
0.04439
@font-face { font-family: yarnFont; src: url('../public/droid-sans-mono.ttf'); } :root{ --menu-dropdown-max-height: 700px; } /* --- ROOT CSS --- */ body { overflow: hidden; -webkit-user-select: none; line-height: 1.6em; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } textarea, input, button, select, .editor { outline: none; } input[type='checkbox'] { width: 20px; height: 20px; margin: 0; padding: 0; line-height: 0; vertical-align: bottom; margin-bottom: 6px; } ::-webkit-scrollbar { background: -webkit-linear-gradient(top, #eee, #f4f4f4 50%, #eee); border-radius: 12px; border: 1px solid #e8e8e8; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; cursor: pointer; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-thumb { background: #ccc; border-radius: 12px; border: 1px solid #ccc; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: #289aa5; border: 1px solid #148691; } .templates, .hidden { display: none !important; } /* --- VARIOUS CSS --- */ #app-bg { position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; transform-style: preserve-3d; z-index: -1; } #app { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; cursor: default; display: none; } /* --- ZOOM --- */ .app-zoom { bottom: 5px; right: 5px; } .app-zoom-alt { left: 5px; right: unset; } /* --- SORT --- */ .app-sort { bottom: 60px; right: 5px; } .app-sort-alt { left: 5px; right: unset; } /* --- UNDO REDO --- */ .app-undo-redo { bottom: 115px; right: 5px; } .app-undo-redo-alt { left: 82px; right: unset; } /*-- Canvas Buttons ------------------------------------------------------- */ .app-add-node { position: absolute; bottom: 115px; right: 98px; width: 60px; height: 38px; background: #fff; color: grey; border-radius: 5px; padding: 5px; line-height: 40px; z-index: 10000; cursor: pointer; text-align: center; transition: opacity 0.2s; } .app-add-node-alt { left: 5px; right: unset; } .app-add-node:hover { color: black; } .app-add-node span { margin: auto; width: 22px; height: 22px; } .app-add-node:active { opacity: 0; } .app-button { position: absolute; background: #fff; border-radius: 5px; padding: 5px 5px 5px 5px; z-index: 10000; } .app-button span { width: 22px; height: 22px; margin: 8px; float: left; cursor: pointer; text-align: center; transition: opacity 0.25s; color: grey; } .app-button span:hover { color: black; } .app-button span:active { opacity: 0; } /* --- NODE WINDOW CSS --- */ .arrows { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; } .grid-canvas { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .nodes { position: absolute; overflow: hidden; width: 100%; height: 100%; } .nodes-holder { position: absolute; } .node { position: absolute; width: 200px; height: 200px; background: #fff; border-radius: 2px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); cursor: pointer; transition: border 0.25s; } .node .title { box-sizing: border-box; width: 100%; padding: 0px 10px 0px 10px; height: 40px; line-height: 40px; font-size: 0.9em; font-weight: bold; transition: color 0.25s, background 0.25s; overflow: hidden; } .node .body { position: absolute; box-sizing: border-box; top: 40px; width: 100%; height: calc(100% - 48px); padding: 8px 8px 8px 8px; font-size: 0.8em; overflow: hidden; font-family: yarnFont; color: #666; line-height: 1.3em; } .node .body p { display: inline; margin: 0; padding: 0; } .node:hover .body { overflow: auto; } .node .body-expanded { overflow: auto; } .node .tags { position: absolute; box-sizing: border-box; width: 100%; padding: 2px 4px 2px 4px; bottom: 0px; border-top: 1px solid #ddd; background: #EBEBEB; overflow: hidden; } .node .tags span { padding: 4px 8px 4px 8px; margin: 4px 4px 0px 0px; font-size: 0.8em; border-radius: 4px; background-color: #E0D6C5; color: #8D8374; } .node .edit, .node .delete, .node .colorUp, .node .colorDown { position: absolute; top: 6px; bottom: 164px; line-height: 30px; opacity: 0; transition: opacity 0.125s; background: white; border-radius: 5px; text-align: center; height: 30px; width: 28px; } .node .delete { right: 6px; } .node .colorUp { right: 39px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .node .colorDown { right: 67px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .node:hover .edit, .node:hover .delete, .node:hover .colorUp, .node:hover .colorDown { opacity: 0.5; } .node .delete:hover, .node .colorUp:hover, .node .colorDown:hover, .node .edit:hover { opacity: 1; transition: opacity 0.2s; } .node .resize { position: absolute; right: 0px; bottom: 0px; width: 20px; height: 20px; background-color: #ddd; } .inactive, .inactive:hover { border: 1px solid #fff; cursor: default; pointer-events: none; } .inactive .edit, .inactive .delete, .inactive:hover .edit, .inactive:hover .delete { opacity: 0; } .title-container.active>div, .title-container.active>div:hover { text-decoration: underline; text-decoration-color: rgb(255, 0, 98); } .tags.active, .body.active:hover, .body.active, .body.active:hover { border: 1px solid rgb(255, 0, 98) !important; } /* --- SETTINGS --- */ .settings-dialog { position: absolute; width: 100%; height: 100%; z-index: 10004; background: rgba(0, 0, 0, 0.5); color: grey; } .settings-form { position: absolute; box-sizing: border-box; left: 15%; top: 10%; width: 70%; height: 80%; padding: 15px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; overflow-y: auto; text-align: center; } .settings-form h3 { margin-bottom: 10px; } .settings-row { display: flex; } .settings-column { flex: 50%; } .settings-item { width: auto; padding: 10px; margin-bottom: 5px; margin-right: 5px; display: flex; flex-wrap: wrap; justify-content: space-between; text-align: left; } .settings-icon { color: grey; } .settings-label { padding-right: 2px; } .settings-value { flex: 1; } .settings-value >input{ width: -webkit-fill-available; margin-right: 2px; } .markup { flex: 50%; display: flex; } select, .markup #theme { flex: 60%; } .markup button { margin-left: 2px; flex: 40%; } .slider { -webkit-appearance: none; width: 100%; height: 5px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #2470F7; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #2470F7; cursor: pointer; } /* --- ICONS --- */ .icon { display: inline-block; height: 1em; width: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; vertical-align: -0.125em; overflow: visible; } .icon-lg { font-size: 1.333em; line-height: .75em; vertical-align: -.225em; } .icon-fw { width: 1.25em; text-align: center; } .icon-flip { transform: scale(-1, 1); } /* --- NODE EDITOR --- */ .node-editor { position: absolute; width: 100%; height: 100%; background: none; pointer-events: none; z-index: 10004; } #node-editor-background { position: absolute; width: 100%; height: 100%; z-index: 10002; background: rgba(0, 0, 0, 0.5); z-index: 10004; } .node-editor .form { position: absolute; box-sizing: border-box; left: 5%; top: 5%; width: 90%; height: 90%; padding: 15px; padding-bottom: 5px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; display: flex; flex-flow: column; overflow: hidden; z-index: 10002; pointer-events: all; } .node-editor .form .close { position: absolute; right: 4px; top: 4px; background-position: -64px 0px; } .node-editor .form input[type='text'] { box-sizing: border-box; width: 100%; font-size: 1.2em; color: #666; padding: 10px 0px 10px 0px; margin-bottom: 5px; border: none; border-bottom: 2px solid #eee; font-family: 'Lucida Console', Monaco, monospace; } input#editorTitle { width: calc(100% - 230px); padding-right: 10px; } .node-editor .form .bbcode-toolbar { float: left; width: 100%; font-size: 0.8em; } .node-editor .form .toggle-toolbar { padding-top: 5px; float: left; width: 100%; font-size: 0.8em; } .node-editor .form .bbcode-toolbar .bbcode-button { cursor: pointer; border: none; text-align: center; border-radius: 12px; background-color: white; overflow: hidden; color: black; border: 2px solid #e7e7e7; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; text-decoration: none; display: inline-block; } .split-editor { position: relative !important; top: 30px !important; left: 0px !important; height: calc(100% - 30px) !important; float: left; border-radius: 0 !important; box-shadow: none !important; min-width: 710px; max-width: calc(100% - 190px); } .split-editor-right { right: 0px !important; float: right !important; } .split-editor-unfocused { opacity: 0.6 !important; } .bbcode-button-separator { color: grey; opacity: 0.2; line-height: 22px; } .float-right { float: right !important; } .bbcode-button-right { float: right; margin: 0 2px; } .bbcode-button-separator-float-right { float: right; line-height: 22px; margin: 0 2px; } .node-editor .form .bbcode-toolbar .bbcode-button:hover { background-color: #e7e7e7; } #edit-node-in-vscode { float: right; font-size: 125%; } .title-error { color: red; } .menu:hover .title { width: 100%; } #editor-resize-handle { height: calc(100% - 30px); width: 10px; position: relative; flex: 0 0 auto; right: 0px; float: left; top: 30px; background: #e7e7e7; cursor: ew-resize; pointer-events: all; } #editor-resize-handle span { display: flex; justify-content: center; text-align: center; align-items: center; height: calc(100% - 30px); } /* SPECIAL CHECKBOX START */ .styled-checkbox input { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; outline: none; opacity: 0; display: none; } .styled-checkbox label { padding: 2px 6px; color: grey; border-radius: 12px; border: 2px solid #e7e7e7; } .styled-checkbox input:checked + label { padding: 2px 6px; color: black; background-color: #DAEFF1; border: 2px solid #B0D9CD; } .styled-checkbox input:checked + label.transcribe-button { padding: 2px 6px; color: black; background-color: #EFC7C7; border: 2px solid #DC8484; } /* SPECIAL CHECKBOX END */ .node-editor .form .editor-counter { right: 20px; width: 100%; float: left; width: 100%; font-size: 0.8em; } .node-editor .form .editor { white-space: pre; box-sizing: border-box; min-height: 100%; padding: 0; margin: 0; line-height: 1.5em; font-size: 0.9em; color: #666; font-family: yarnFont; } .node-editor .form .editor-container { margin-top: 2px; width: 100%; height: 100%; float: left; overflow: hidden; position: relative; } .node-editor .form .editor-container .editor-play, .node-editor .form .editor-container .editor-preview { display: none; max-height: 100%; width: 100%; overflow-y: auto; white-space: pre; box-sizing: border-box; font-size: 0.9em; line-height: 1.5em; color: #666; font-family: yarnFont; cursor: pointer; height: 100%; position: absolute; } #editor-preview { display: flex !important; flex-direction: column !important; } .editor-play { overflow-y: hidden !important; } #commandDebugLabel { overflow-y: auto; overflow-x: hidden; max-height: 80%; width: 100%; resize: none; font: normal arial, calibri; } .story-playtest-answer, .story-playtest-bubble { color: #000000; width: 90%; border-radius: 24px; padding: 10px; margin: 7px; background: #7df1c1; font: large arial, calibri; white-space: break-spaces; } .story-playtest-answer { background: #dedede !important; opacity: 0.7; } .answer-post { margin-right: 0px; margin-left: 10%; width: 80%; } .story-animated-dots { display: flex; } .story-animated-dots p { animation-name: jumping-dots; animation-duration: 0.7s; animation-iteration-count: infinite; animation-timing-function: linear; } .story-animated-dots p:nth-child(2){ animation-delay: 0.2s; } .story-animated-dots p:nth-child(3){ animation-delay: 0.4s; } @keyframes jumping-dots{ 20%{ transform: translateY(0px); } 40%{ transform: translateY(2px); } 60%{ transform: translateY(3px); } 80%{ transform: translateY(2px); } } #NVrichTextLabel { position: absolute; bottom: 10px; padding: 10px; } /* --- EDITOR HIGHLIGHTING --- */ .editor p, .node .body p { display: inline; margin: 0; padding: 0; } .linkname { color: #3ecfe9; } .linkbounds { color: #0ec0e0; } .condition { color: #e93ecf; } .conditionbounds { color: #e00ec0; } .comment { color: #44fe66; } /* --- NODE DELETE --- */ .node-delete { position: absolute; width: 100%; height: 100%; z-index: 10004; background: rgba(0, 0, 0, 0.5); } .node-delete .form { margin-left: auto; margin-right: auto; margin-top: 100px; padding: 20px; width: 200px; height: 120px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; } .node-delete .form .close { display: block; margin-left: auto; margin-right: auto; margin-top: 50px; background-position: -64px 0px; } /* --- MARQUEE --- */ #marquee { z-index: 10000; display: none; position: absolute; pointer-events: none; border: 1px solid #49eff1; background-color: rgba(29, 94, 95, 0.2); } /*-- Add link -------------------------------------------------------------- */ .title { box-sizing: border-box; padding: 5px; width: 100%; line-height: 20px; font-weight: bold; float: left; } /*-- Menu -------------------------------------------------------------- */ .app-menu { z-index: 10003; } .app-search { z-index: 10004; } .menu:hover .dropdown { max-height: var(--menu-dropdown-max-height); } input:focus + span + .dropdown { max-height: var(--menu-dropdown-max-height); overflow-y: auto; } .menu .dropdown { clear: left; overflow: auto; max-height: 0px; transition: max-height 0.5s; -ms-overflow-style: none; scrollbar-width: none; } .menu .dropdown::-webkit-scrollbar { display: none; } .menu .dropdown .item { display: block; box-sizing: border-box; padding: 7px; } .menu .dropdown .search-field { box-sizing: border-box; float: left; display: block; width: 100%; padding: 10px; text-align:center; } .item img { width: 24px; } .add-link { position: absolute; top: 15px; right: 15px; height: 40px; font-family: sans-serif; line-height: 1.6em; font-size: 0.9em; cursor: default; box-shadow: 0 0 1px 1px #e8e8e8; z-index: 10000; background-color: white; max-width: 40%; } .add-link:hover { background: #e8e8e8; } #linkHelperMenuFilter { border-right: 2px solid #e8e8e8; border-left: 2px solid #e8e8e8; border-bottom: 0; } #add-link-title { line-height: 40px; text-align: center; padding: 0; width: 100%; } .tooltip { opacity: 0.7; position: absolute; text-align: center; z-index: 99 !important; } .button-bubble { width: 20px; height: 20px; position: absolute; overflow-wrap: break-word; } .button-bubble:after { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; background: #444; border-radius: 8px; color: #fff; content: attr(title); margin: -62px -110px 0; font-size: 16px; padding: 13px; width: 220px; z-index: 99 !important; } .button-bubble:before { border: solid; border-color: #444 transparent; border-width: 12px 6px 0 6px; content: ''; left: 45%; bottom: 30px; position: absolute; } .disabled { opacity: 0.65; pointer-events: none; cursor: not-allowed; } .storyPreviewChoiceButton { color: #290018; font-size: 1.2em; } .app-info { position: absolute; left: 20px; bottom: 20px; font-size: 0.8em; text-transform: uppercase; line-height: 1.2em; opacity: 0.5; } #addPwa { position: absolute; left: 15px; bottom: 60px; color: #6b3877; } .app-info span { display: block; } .app-title { font-weight: bold; } .app-version::before { content: 'Version '; } .menu-icon { color: black; } .ace-content { cursor: text; } .ace_tooltip { background-color: unset; } /*-- ----------------------------HTML previews------------------------------- */ .story-playtest-bubble > img, .editor-preview img { max-height: 200px; border-radius: 7px; } .story-playtest-bubble > img:hover, .editor-preview img:hover { max-height: unset; max-width: 90%; } /*-- ----------------------------Narrow overrides---------------------------- */ @media screen and (max-width: 900px) { .settings-row { flex-direction: column; } } @media only screen and (min-width: 600px) { .show-when-narrow { display: none; } } @media only screen and (max-width: 600px) { .hide-when-narrow { display: none !important; } .show-when-narrow { display: inline !important; } .node-editor .form { top: 8%; height: 92%; padding: 2px 2px 5px 2px; line-height: 0em; border-radius: 4px; display: flex !important; flex-flow: column !important; } .toggle-toolbar { padding: 0; font-size: 0.6em !important; } .node-editor .form .toggle-toolbar { padding: 0; font-size: 0.6em !important; } .editor-counter { white-space: nowrap; } .node-editor .form input[type='text'] { font-size: 1em !important; padding: 0px 0px 0px 0px !important; margin-top: 0em !important; margin-bottom: 0px !important; border-bottom: 0px !important; } input#editorTitle { width: calc(60% - 25px); } .settings-form { left: 5% !important; top: 5% !important; width: 90% !important; height: 90% !important; } button.bbcode-button { border: 1px solid #e7e7e7 !important; font-size: 0.8em; padding-bottom: 0 !important; padding-top: 1px !important; padding-right: 2px !important; padding-left: 2px !important; } .bbcode-toolbar .styled-checkbox label { font-size: 0.8em; padding: 0 !important; padding-top: 4px !important; padding-bottom: 3px !important; } .context-menu-visible > .context-menu-list { left: 0px !important; top: 40px !important; } .menu:hover .dropdown.shrink-when-narrow { max-height: 45vh !important; } .menu, .app-search { opacity: 0.85; } #linkHelperMenuFilter { min-height: 35px; } .tooltip { top: 15% !important; left: 15% !important; } .emojipicker-container { top: 15% !important; left: 15% !important; } .app-undo-redo span { display: inline; } .app-sort { display: none; } .app-undo-redo { bottom: 60px; } .app-add-node { bottom: 60px; opacity: 0.5; } .app-button { opacity: 0.5; } .settings-item, .settings-form { padding: 1px; } .ace_gutter { width: 26px !important; } .ace_gutter-cell { padding-left: 0px !important; right: unset; font-size: small; } .ace_mobile-button { display: none; } .ace_scroller { left: 23px !important; } .add-link { top: 0; right: 20px; height: 20px; border-radius: 4px; } #add-link-title { line-height: 20px; } }
src/scss/style.css
@font-face { font-family: yarnFont; src: url('../public/droid-sans-mono.ttf'); } :root{ --menu-dropdown-max-height: 700px; } /* --- ROOT CSS --- */ body { overflow: hidden; -webkit-user-select: none; line-height: 1.6em; } h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } textarea, input, button, select, .editor { outline: none; } input[type='checkbox'] { width: 20px; height: 20px; margin: 0; padding: 0; line-height: 0; vertical-align: bottom; margin-bottom: 6px; } ::-webkit-scrollbar { background: -webkit-linear-gradient(top, #eee, #f4f4f4 50%, #eee); border-radius: 12px; border: 1px solid #e8e8e8; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; cursor: pointer; } ::-webkit-scrollbar-button { display: none; } ::-webkit-scrollbar-thumb { background: #ccc; border-radius: 12px; border: 1px solid #ccc; cursor: pointer; } ::-webkit-scrollbar-thumb:hover { background: #289aa5; border: 1px solid #148691; } .templates, .hidden { display: none !important; } /* --- VARIOUS CSS --- */ #app-bg { position: fixed; top: 0px; left: 0px; bottom: 0px; right: 0px; transform-style: preserve-3d; z-index: -1; } #app { position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; cursor: default; display: none; } /* --- ZOOM --- */ .app-zoom { bottom: 5px; right: 5px; } .app-zoom-alt { left: 5px; right: unset; } /* --- SORT --- */ .app-sort { bottom: 60px; right: 5px; } .app-sort-alt { left: 5px; right: unset; } /* --- UNDO REDO --- */ .app-undo-redo { bottom: 115px; right: 5px; } .app-undo-redo-alt { left: 82px; right: unset; } /*-- Canvas Buttons ------------------------------------------------------- */ .app-add-node { position: absolute; bottom: 115px; right: 98px; width: 60px; height: 38px; background: #fff; color: grey; border-radius: 5px; padding: 5px; line-height: 40px; z-index: 10000; cursor: pointer; text-align: center; transition: opacity 0.2s; } .app-add-node-alt { left: 5px; right: unset; } .app-add-node:hover { color: black; } .app-add-node span { margin: auto; width: 22px; height: 22px; } .app-add-node:active { opacity: 0; } .app-button { position: absolute; background: #fff; border-radius: 5px; padding: 5px 5px 5px 5px; z-index: 10000; } .app-button span { width: 22px; height: 22px; margin: 8px; float: left; cursor: pointer; text-align: center; transition: opacity 0.25s; color: grey; } .app-button span:hover { color: black; } .app-button span:active { opacity: 0; } /* --- NODE WINDOW CSS --- */ .arrows { position: absolute; width: 100%; height: 100%; top: 0; bottom: 0; left: 0; right: 0; } .grid-canvas { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .nodes { position: absolute; overflow: hidden; width: 100%; height: 100%; } .nodes-holder { position: absolute; } .node { position: absolute; width: 200px; height: 200px; background: #fff; border-radius: 2px; box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5); cursor: pointer; transition: border 0.25s; } .node .title { box-sizing: border-box; width: 100%; padding: 0px 10px 0px 10px; height: 40px; line-height: 40px; font-size: 0.9em; font-weight: bold; transition: color 0.25s, background 0.25s; overflow: hidden; } .node .body { position: absolute; box-sizing: border-box; top: 40px; width: 100%; height: calc(100% - 48px); padding: 8px 8px 8px 8px; font-size: 0.8em; overflow: hidden; font-family: yarnFont; color: #666; line-height: 1.3em; } .node .body p { display: inline; margin: 0; padding: 0; } .node:hover .body { overflow: auto; } .node .body-expanded { overflow: auto; } .node .tags { position: absolute; box-sizing: border-box; width: 100%; padding: 2px 4px 2px 4px; bottom: 0px; border-top: 1px solid #ddd; background: #EBEBEB; overflow: hidden; } .node .tags span { padding: 4px 8px 4px 8px; margin: 4px 4px 0px 0px; font-size: 0.8em; border-radius: 4px; background-color: #E0D6C5; color: #8D8374; } .node .edit, .node .delete, .node .colorUp, .node .colorDown { position: absolute; top: 6px; bottom: 164px; line-height: 30px; opacity: 0; transition: opacity 0.125s; background: white; border-radius: 5px; text-align: center; height: 30px; width: 28px; } .node .delete { right: 6px; } .node .colorUp { right: 39px; border-top-left-radius: 0; border-bottom-left-radius: 0; } .node .colorDown { right: 67px; border-top-right-radius: 0; border-bottom-right-radius: 0; } .node:hover .edit, .node:hover .delete, .node:hover .colorUp, .node:hover .colorDown { opacity: 0.5; } .node .delete:hover, .node .colorUp:hover, .node .colorDown:hover, .node .edit:hover { opacity: 1; transition: opacity 0.2s; } .node .resize { position: absolute; right: 0px; bottom: 0px; width: 20px; height: 20px; background-color: #ddd; } .inactive, .inactive:hover { border: 1px solid #fff; cursor: default; pointer-events: none; } .inactive .edit, .inactive .delete, .inactive:hover .edit, .inactive:hover .delete { opacity: 0; } .title-container.active>div, .title-container.active>div:hover { text-decoration: underline; text-decoration-color: rgb(255, 0, 98); } .tags.active, .body.active:hover, .body.active, .body.active:hover { border: 1px solid rgb(255, 0, 98) !important; } /* --- SETTINGS --- */ .settings-dialog { position: absolute; width: 100%; height: 100%; z-index: 10004; background: rgba(0, 0, 0, 0.5); color: grey; } .settings-form { position: absolute; box-sizing: border-box; left: 15%; top: 10%; width: 70%; height: 80%; padding: 15px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; overflow-y: auto; text-align: center; } .settings-form h3 { margin-bottom: 10px; } .settings-row { display: flex; } .settings-column { flex: 50%; } .settings-item { width: auto; padding: 10px; margin-bottom: 5px; margin-right: 5px; display: flex; flex-wrap: wrap; justify-content: space-between; text-align: left; } .settings-icon { color: grey; } .settings-label { padding-right: 2px; } .settings-value { flex: 1; } .settings-value >input{ width: -webkit-fill-available; margin-right: 2px; } .markup { flex: 50%; display: flex; } select, .markup #theme { flex: 60%; } .markup button { margin-left: 2px; flex: 40%; } .slider { -webkit-appearance: none; width: 100%; height: 5px; border-radius: 5px; background: #d3d3d3; outline: none; opacity: 0.7; -webkit-transition: .2s; transition: opacity .2s; } .slider::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 15px; height: 15px; border-radius: 50%; background: #2470F7; cursor: pointer; } .slider::-moz-range-thumb { width: 25px; height: 25px; border-radius: 50%; background: #2470F7; cursor: pointer; } /* --- ICONS --- */ .icon { display: inline-block; height: 1em; width: 1em; stroke-width: 0; stroke: currentColor; fill: currentColor; vertical-align: -0.125em; overflow: visible; } .icon-lg { font-size: 1.333em; line-height: .75em; vertical-align: -.225em; } .icon-fw { width: 1.25em; text-align: center; } .icon-flip { transform: scale(-1, 1); } /* --- NODE EDITOR --- */ .node-editor { position: absolute; width: 100%; height: 100%; background: none; pointer-events: none; z-index: 10004; } #node-editor-background { position: absolute; width: 100%; height: 100%; z-index: 10002; background: rgba(0, 0, 0, 0.5); z-index: 10004; } .node-editor .form { position: absolute; box-sizing: border-box; left: 5%; top: 5%; width: 90%; height: 90%; padding: 15px; padding-bottom: 5px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; display: flex; flex-flow: column; overflow: hidden; z-index: 10002; pointer-events: all; } .node-editor .form .close { position: absolute; right: 4px; top: 4px; background-position: -64px 0px; } .node-editor .form input[type='text'] { box-sizing: border-box; width: 100%; font-size: 1.2em; color: #666; padding: 10px 0px 10px 0px; margin-bottom: 5px; border: none; border-bottom: 2px solid #eee; font-family: 'Lucida Console', Monaco, monospace; } input#editorTitle { width: calc(100% - 230px); padding-right: 10px; } .node-editor .form .bbcode-toolbar { float: left; width: 100%; font-size: 0.8em; } .node-editor .form .toggle-toolbar { padding-top: 5px; float: left; width: 100%; font-size: 0.8em; } .node-editor .form .bbcode-toolbar .bbcode-button { cursor: pointer; border: none; text-align: center; border-radius: 12px; background-color: white; overflow: hidden; color: black; border: 2px solid #e7e7e7; -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; text-decoration: none; display: inline-block; } .split-editor { position: relative !important; top: 30px !important; left: 0px !important; height: calc(100% - 30px) !important; float: left; border-radius: 0 !important; box-shadow: none !important; min-width: 710px; max-width: calc(100% - 190px); } .split-editor-right { right: 0px !important; float: right !important; } .split-editor-unfocused { opacity: 0.6 !important; } .bbcode-button-separator { color: grey; opacity: 0.2; line-height: 22px; } .float-right { float: right !important; } .bbcode-button-right { float: right; margin: 0 2px; } .bbcode-button-separator-float-right { float: right; line-height: 22px; margin: 0 2px; } .node-editor .form .bbcode-toolbar .bbcode-button:hover { background-color: #e7e7e7; } #edit-node-in-vscode { float: right; font-size: 125%; } .title-error { color: red; } .menu:hover .title { width: 100%; } #editor-resize-handle { height: calc(100% - 30px); width: 10px; position: relative; flex: 0 0 auto; right: 0px; float: left; top: 30px; background: #e7e7e7; cursor: ew-resize; pointer-events: all; } #editor-resize-handle span { display: flex; justify-content: center; text-align: center; align-items: center; height: calc(100% - 30px); } /* SPECIAL CHECKBOX START */ .styled-checkbox input { -webkit-transition-duration: 0.4s; /* Safari */ transition-duration: 0.4s; outline: none; opacity: 0; display: none; } .styled-checkbox label { padding: 2px 6px; color: grey; border-radius: 12px; border: 2px solid #e7e7e7; } .styled-checkbox input:checked + label { padding: 2px 6px; color: black; background-color: #DAEFF1; border: 2px solid #B0D9CD; } .styled-checkbox input:checked + label.transcribe-button { padding: 2px 6px; color: black; background-color: #EFC7C7; border: 2px solid #DC8484; } /* SPECIAL CHECKBOX END */ .node-editor .form .editor-counter { right: 20px; width: 100%; float: left; width: 100%; font-size: 0.8em; } .node-editor .form .editor { white-space: pre; box-sizing: border-box; min-height: 100%; padding: 0; margin: 0; line-height: 1.5em; font-size: 0.9em; color: #666; font-family: yarnFont; } .node-editor .form .editor-container { margin-top: 2px; width: 100%; height: 100%; float: left; overflow: hidden; position: relative; } .node-editor .form .editor-container .editor-play, .node-editor .form .editor-container .editor-preview { display: none; max-height: 100%; width: 100%; overflow-y: auto; white-space: pre; box-sizing: border-box; font-size: 0.9em; line-height: 1.5em; color: #666; font-family: yarnFont; cursor: pointer; height: 100%; position: absolute; } #editor-preview { display: flex !important; flex-direction: column !important; } .editor-play { overflow-y: hidden !important; } #commandDebugLabel { overflow-y: auto; overflow-x: hidden; max-height: 80%; width: 100%; resize: none; font: normal arial, calibri; } .story-playtest-answer, .story-playtest-bubble { color: #000000; width: 90%; border-radius: 24px; padding: 10px; margin: 7px; background: #7df1c1; font: large arial, calibri; white-space: break-spaces; } .story-playtest-answer { background: #dedede !important; opacity: 0.7; } .answer-post { margin-right: 0px; margin-left: 10%; width: 80%; } .story-animated-dots { display: flex; } .story-animated-dots p { animation-name: jumping-dots; animation-duration: 0.7s; animation-iteration-count: infinite; animation-timing-function: linear; } .story-animated-dots p:nth-child(2){ animation-delay: 0.2s; } .story-animated-dots p:nth-child(3){ animation-delay: 0.4s; } @keyframes jumping-dots{ 20%{ transform: translateY(0px); } 40%{ transform: translateY(2px); } 60%{ transform: translateY(3px); } 80%{ transform: translateY(2px); } } #NVrichTextLabel { position: absolute; bottom: 10px; padding: 10px; } /* --- EDITOR HIGHLIGHTING --- */ .editor p, .node .body p { display: inline; margin: 0; padding: 0; } .linkname { color: #3ecfe9; } .linkbounds { color: #0ec0e0; } .condition { color: #e93ecf; } .conditionbounds { color: #e00ec0; } .comment { color: #44fe66; } /* --- NODE DELETE --- */ .node-delete { position: absolute; width: 100%; height: 100%; z-index: 10004; background: rgba(0, 0, 0, 0.5); } .node-delete .form { margin-left: auto; margin-right: auto; margin-top: 100px; padding: 20px; width: 200px; height: 120px; background: #fff; border-radius: 4px; box-shadow: 0px 1px 1px #000; } .node-delete .form .close { display: block; margin-left: auto; margin-right: auto; margin-top: 50px; background-position: -64px 0px; } /* --- MARQUEE --- */ #marquee { z-index: 10000; display: none; position: absolute; pointer-events: none; border: 1px solid #49eff1; background-color: rgba(29, 94, 95, 0.2); } /*-- Add link -------------------------------------------------------------- */ .title { box-sizing: border-box; padding: 5px; width: 100%; line-height: 20px; font-weight: bold; float: left; } /*-- Menu -------------------------------------------------------------- */ .app-menu { z-index: 10003; } .app-search { z-index: 10004; } .menu:hover .dropdown { max-height: var(--menu-dropdown-max-height); } input:focus + span + .dropdown { max-height: var(--menu-dropdown-max-height); overflow-y: auto; } .menu .dropdown { clear: left; overflow: auto; max-height: 0px; transition: max-height 0.5s; -ms-overflow-style: none; scrollbar-width: none; } .menu .dropdown::-webkit-scrollbar { display: none; } .menu .dropdown .item { display: block; box-sizing: border-box; padding: 7px; } .menu .dropdown .search-field { box-sizing: border-box; float: left; display: block; width: 100%; padding: 10px; text-align:center; } .item img { width: 24px; } .add-link { position: absolute; top: 15px; right: 15px; height: 40px; font-family: sans-serif; line-height: 1.6em; font-size: 0.9em; cursor: default; box-shadow: 0 0 1px 1px #e8e8e8; z-index: 10000; background-color: white; max-width: 40%; } .add-link:hover { background: #e8e8e8; } #linkHelperMenuFilter { border-right: 2px solid #e8e8e8; border-left: 2px solid #e8e8e8; border-bottom: 0; } #add-link-title { line-height: 40px; text-align: center; padding: 0; width: 100%; } .tooltip { opacity: 0.7; position: absolute; text-align: center; z-index: 99 !important; } .button-bubble { width: 20px; height: 20px; position: absolute; overflow-wrap: break-word; } .button-bubble:after { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; background: #444; border-radius: 8px; color: #fff; content: attr(title); margin: -62px -110px 0; font-size: 16px; padding: 13px; width: 220px; z-index: 99 !important; } .button-bubble:before { border: solid; border-color: #444 transparent; border-width: 12px 6px 0 6px; content: ''; left: 45%; bottom: 30px; position: absolute; } .disabled { opacity: 0.65; pointer-events: none; cursor: not-allowed; } .storyPreviewChoiceButton { color: #290018; font-size: 1.2em; } .app-info { position: absolute; left: 20px; bottom: 20px; font-size: 0.8em; text-transform: uppercase; line-height: 1.2em; opacity: 0.5; } #addPwa { position: absolute; left: 15px; bottom: 60px; color: #6b3877; } .app-info span { display: block; } .app-title { font-weight: bold; } .app-version::before { content: 'Version '; } .menu-icon { color: black; } .ace-content { cursor: text; } .ace_tooltip { background-color: unset; } /*-- ----------------------------HTML previews------------------------------- */ .story-playtest-bubble > img, .editor-preview img { max-height: 200px; border-radius: 7px; } .story-playtest-bubble > img:hover, .editor-preview img:hover { max-height: unset; max-width: 90%; } /*-- ----------------------------Narrow overrides---------------------------- */ @media screen and (max-width: 900px) { .settings-row { flex-direction: column; } } @media only screen and (min-width: 600px) { .show-when-narrow { display: none; } } @media only screen and (max-width: 600px) { .hide-when-narrow { display: none !important; } .show-when-narrow { display: inline !important; } .node-editor .form { top: 8%; height: 92%; padding: 2px 2px 5px 2px; line-height: 0em; border-radius: 4px; display: flex !important; flex-flow: column !important; } .toggle-toolbar { padding: 0; font-size: 0.6em !important; } .node-editor .form .toggle-toolbar { padding: 0; font-size: 0.6em !important; } .editor-counter { white-space: nowrap; } .node-editor .form input[type='text'] { font-size: 1em !important; padding: 0px 0px 0px 0px !important; margin-top: 0em !important; margin-bottom: 0px !important; border-bottom: 0px !important; } input#editorTitle { width: calc(60% - 25px); } .settings-form { left: 5% !important; top: 5% !important; width: 90% !important; height: 90% !important; } button.bbcode-button { border: 1px solid #e7e7e7 !important; font-size: 0.8em; padding-bottom: 0 !important; padding-top: 1px !important; padding-right: 2px !important; padding-left: 2px !important; } .bbcode-toolbar .styled-checkbox label { font-size: 0.8em; padding: 0 !important; padding-top: 4px !important; padding-bottom: 3px !important; } .context-menu-visible > .context-menu-list { left: 0px !important; top: 40px !important; } .menu:hover .dropdown.shrink-when-narrow { max-height: 45vh !important; } .menu, .app-search { opacity: 0.85; } #linkHelperMenuFilter { min-height: 35px; } .tooltip { top: 15% !important; left: 15% !important; } .emojipicker-container { top: 15% !important; left: 15% !important; } .app-undo-redo span { display: inline; } .app-sort { display: none; } .app-undo-redo { bottom: 60px; } .app-add-node { bottom: 60px; opacity: 0.5; } .app-button { opacity: 0.5; } .settings-item, .settings-form { padding: 1px; } .ace_gutter { width: 26px !important; } .ace_gutter-cell { padding-left: 0px !important; right: unset; font-size: small; } .ace_mobile-button { display: none; } .ace_scroller { left: 23px !important; } .add-link { top: 0; right: 20px; height: 20px; border-radius: 4px; } #add-link-title { line-height: 20px; } }
0.327561
0.048339
html { scroll-behavior: smooth; } ul{ list-style-type: none; } img{ } a{ text-decoration: none; color: #DE7778; } a:hover{ text-decoration: none; color: #DE7778; } .btn-report{ color: #fff; width: 100px; padding: 5px 15px; z-index: 100000; background: #DE7778; outline: none; border-radius: 10px; border: 1px solid #DE7778; margin-top: -4px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; /* position: absolute; top: 32px; right: 257px */ } .navbar-nav{ margin-left: 142px; } .nav-link{ margin-left: 5px; } .btn-report:hover{ background-color: #DE7778; border: 1px solid #DE7778; outline: none; border-radius: 10px; text-align: center; color: #fff; width: 100px; padding: 5px 15px; } /* navbar */ .navbar{ padding: 30px; background-color: #1F3669; } .logo-img{ width: 150Px; height: 150px; position: fixed; top: -19px; left: 76px; z-index: 100000; } .nav-item .nav-link{ color: #fff; } .active a{ color: #DE7778; } .logo-img img{ width: 100%; height: 100%; } .nav-right{ width: 300px; height: 500px; position: absolute; right: 267px; top: 0; background-color: yellow; background-color: yellow; margin-left: -60px; display: flex; } .fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: bold; color: #fff; font-size: 20px; } ::placeholder{ color: #DE7778; font-weight: bold; } .navbar-toggler{ background-color: #DE7778; margin-top: -20px; } .fa-sliders{ color: #1F3669; } .Eng{ /* position: absolute; top: 32px; right: 175px; */ } .nav-item .nav-link:hover { color: #DE7778; } .active a{ color: #DE7778!important; } #search_input{ width: 200Px; position: fixed; top: 69px; right: 30px; z-index: 100000; display: none; border-radius: 10px; } @media screen and (max-width:600px) { .navbar{ padding: 40px; background-color: #081e4e; } .logo-img{ width: 150Px; height: 150px; position: absolute; top: -10px; left: -3px; } .logo-img img{ width: 100%; height: 100%; } .navbar-collapse{ /* background-color:red; */ background-color: #133070; border-top: 2px solid #DE7778; margin-top: 20px; padding: 20px; position: relative; } .nav-item .nav-link{ opacity: .5; color: #fff; margin-left: -121px; } #search_input{ position: absolute; margin-top:400px ; top:400px } } @media screen and (min-width:601px) and (max-width:800px){ .logo-img{ width: 150Px; height: 150px; position: absolute; top: -15px; left: 9px; } .logo-img img{ width: 100%; height: 100%; } .navbar-collapse{ background-color: #133070; border-top: 2px solid #DE7778; margin-top: 20px; padding: 20px; } .nav-item .nav-link{ opacity: .5; color: #fff; margin-left: -121px; } } .navbar-fixed-top.scrolled{ background-color: #fff !important; transition: background-color 200ms linear; } /* //////////////////////////////////////////////////////////////////////// */ /* End navbar */ /* Slider bar */ #slider-section{ background-color: #F0F0F0; margin-top: 107px; } .slider-box{ position: absolute; top: 190px; left: 73px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; color: #fff; } .slider-box .card{ background: #ffffff5c; border-radius: 10px; padding: 10px; } .slider-box .card p{ margin-top: 41px; } .bnt-slider{ border-radius: 10px; background: #DE7778; outline: none; border: 2px solid #DE7778; text-decoration: none; color: #fff; padding: 5px 10px; } .bnt-slider:hover{ border-radius: 10px; background: #DE7778; outline: none; border: 2px solid #DE7778; text-decoration: none; color: #fff; padding: 5px 10px; } .carousel-indicators{ position: absolute; bottom: -56px; } .carousel-indicators li{ border: 2px solid #133070; height: 10px; width: 10px; border-radius: 50%; background: #F0F0F0; } .carousel-item img{ width: 100%; height: 500px; object-fit: cover; } .carousel-indicators .active { opacity: 1; background-color: #133070; } /* .carousel-indicators { background: red; margin-top: 80px; position: absolute; bottom: -52px; } .carousel-indicators li{ width: 10px; height: 10px; border-radius: 50%; border:2px solid #1F3669; background-color: #F0F0F0; } */ /* .carousel-indicators .active { background-color: #1F3669; } */ /* End Slider bar */ /* about Section */ #about-section{ padding: 100px; background-color: #F0F0F0; text-align: center; } #about-section .card-about{ border-radius: 10px; background-color: #fff; padding: 50px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; margin-bottom: 100px; } .about-icon{ display: flex; color: #DE7778; justify-content: last baseline; margin:20px 0; } .about-icon img{ width: 30px; height: 30px; } .about-icon h5{ margin-top: 2px; margin-left: 10px; } #about-section .about-info p{ width: 550px; line-height: 1.2; } #about-section .read_more { color: #DE7778; margin-top: 0px; } #about-section .read_more img{ width: 31px; height: 15px; } #about-section .about-info{ background-image: url(../img/1/background-one.png); background-repeat: no-repeat; background-position: 100px; background-size: 55% 100%; } #about-section .box-head { position: relative; top: 77px; display: flex; justify-content: center; align-items: center; margin-left: 10px; } #about-section .box-head .circle{ background:#1F3669; width: 6px; height: 6px; border-radius: 50%; margin: 5px; } #about-section .box-head .title{ font-size: 15px; font-weight: bold } .about-box { background-color: #1F3669; border-radius: 30px; bottom: -172px; display: flex; justify-content: center; align-items: center; } .about-box .content-imag{ width:150px; height: 150px; } .about-box img{ width: 100%; height: 100%; } .abox-about-all{ position: relative; } /* End about Section */ /* lastest Setion */ #lastets{ /* padding: 20px; */ padding-bottom:40px; background-image: url(../img/1/background-four.png); background-size: 50% 100%; background-repeat: no-repeat; background-position: right; ; } .content-heade{ padding: 10px; background-color: #1F3669; margin-bottom: 30px; text-align: center; } .card-lastest p{ margin-top: -176px; z-index: 100; color: #fff; font-weight: 500; margin-left: 10px; overflow: hidden; } .card-lastest p a{ color: #DE7778; text-decoration: none; } .card-lastest p a .fa-arrow-right-long{ color: #DE7778; text-decoration: none; margin-top: 5px; } .card-lastest small { color: #DE7778; } .card-lastest small img{ width: 15px; height: 15px; } :root { --swiper-navigation-size: 30px; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 100px; right: auto; color: #1F3669; font-weight: bolder; top:100px } .swiper-button-next, .swiper-rtl .swiper-button-next { left: auto; right: 100px; color: #1F3669; font-weight: bold; top:100px } .content-heade .content{ display: flex; justify-content: center; align-items: center; color:#fff; margin-right:70px; } .content-heade .content h4{ margin: 0 20px; } .content-heade .content .img-content{ width: 100px; height: 100px; } .lastest{ display: flex; justify-content: center; align-items: center; } .lastest-content{ padding-top: 30px; display: flex; flex-wrap: wrap; } .card-lastest{ margin-right: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; transition: .5s; } .lastest-content img{ box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; position: relative; } .carde-content{ margin-right: -142px; } #lastets .card-lastest::after{ position: absolute; content: " "; top:47%; left:0; width: 100%; height: 180px; background: rgb(31 54 105 / 60%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #lastets .card-lastest:hover::after { background-color:#1F3669; transition: .8s; } #lastets .see_more { color: #717070; margin-top: 50px; } #lastets .see_more a{ color: #717070; margin-top: 30px; text-decoration: none; } #lastets .see_more img{ width: 31px; height: 15px; } /* .card-lastest small { color: #DE7778; position: relative; z-index: 10000; top: -36px; left: 173px; } */ /* End lastest Section */ /* our impact Section*/ #our-impact{ /* margin-top: 10PX; */ background-color:#1F3669; text-align: center; padding-top: 20px; } #our-impact .our-impact-heade{ background-color:#1F3669; padding:20px; color: #fff; display: flex; justify-content: center; align-items: center; /* margin-right:103px; */ } .our-impact-heade h4{ margin:0 20px; } .our-impact-item{ margin-top: 50px; margin-bottom: 50px; } .our-impact-item h4{ color:#DE7778; } .our-impact-item img{ width: 90px; height: 90px; border-radius: 50%; } .our-impact-item p{ color:#fff; max-width: 150px; margin: auto; } .img_our_impact{ position: relative; width: 201px; left: 0; height: 370px; top: -370px; background-image: url(../img/1/background-two.png); background-size: 100% 100%; transform: rotate(180deg); /* display: inline-block; */ } /* End our impact */ /* what others say */ #say_others { text-align: center; margin-top: -304px; position: relative; /* background-image: url(../img/1/background-three.png); background-size: 50% 20%; background-repeat: no-repeat; background-position: left bottom; */ } .mySwiper{ /* background-color: red; */ background-image: url(../img/1/background-three.png); background-size: 51% 150%; background-repeat: no-repeat; } .say_others-heade{ padding:20px; color: #1F3669; display: flex; justify-content: center; align-items: center; /* margin-right:90px; */ } .say_others-heade h4{ margin:0 20px; } #say_others .card-content{ margin: auto; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; } #say_others .card-content .card-img{ background-image: url(../img/50917099_579809792487338_4120282304532709376_n.png); background-size: 100% 100%; background-repeat: no-repeat; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } #say_others .card-content .card-info{ background: #1F3669; border-top-right-radius: 10px; border-bottom-right-radius: 10px; color: #fff; padding: 25px; } #say_others .card-content .card-info p { margin-top: 27px; line-height: 1.2; width: 240px; overflow: hidden; } #say_others .content-swiper{ margin-top: 50px; } #say_others .swiper-slide img { display: block; width: 40%; height: 40%; object-fit: cover; } /* CONTACT US */ /* #contact_us{ } */ #contact_us{ padding-top: 120px; padding-bottom: 0; background-image: url(../img/1/background-three.png); background-size: 60% 70%; background-repeat: no-repeat; background-position: left bottom; } /* .background-three{ background-image:url(../img/1/background-three.png); background-size: cover; position: fixed; top:300px; left:20px; height: 400px; width: 300px; display: inline-block; padding:120px 0; } */ .background-two{ position: fixed; top:100px; right:0; height: 600px; width: 300px; display: inline-block; margin-bottom:100px ; background-image:url(../img/1/background-two.png); background-size: cover; } .contact_us_item{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .contact_us_heade{ display: flex; justify-content: center; align-items: center; } .contact_us_heade h4{ margin:0 20px; } .form-items{ margin-top: 30px; width: 400px; } .form-items form input{ box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; } .btn-contact{ background-color: #DE7778; outline: none; border: 2px solid #DE7778;; } /* footer */ #footer{ background: #fff; padding-top:100px; background-image: url(../img/1/background-three.png); background-size: 60% 150%; background-repeat: no-repeat; background-position: left bottom; z-index: 1000; position: relative; color: #717070; } #footer .logo-img{ width: 150px; height: 150px; position: absolute; top: 29%; left: 969px; } #footer .logo-footer{ justify-content: flex-end; } #footer .logo-footer .img-footer{ width: 150px; height: 150px; position: absolute; top: 48px; right: 207px; } #footer .logo-footer img{ width: 100%; height: 100%; } #footer .logo-footer .btn-footer{ width: 91px; height: 41px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; margin-bottom: 50px; background-color: #DE7778; border: 2px solid #DE7778; ; } #footer .up_row{ position: absolute; top: 24px; right: 183px; width: 30px; } #footer .up_row img{ width: 100%; height: 100%; } #footer .info-footer{ margin: 0 auto; text-align: center; } #footer .info-footer input{ width: 300px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; } #footer .box-subsribe{ display: flex; margin: -26px -16px; } #footer .box-subsribe .btn-subscribe{ width: 100px; border-radius: 10px; margin-left: -23px; background-color: #DE7778; border: 2px solid #DE7778; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; } #footer ::placeholder{ color:#717070; font-weight: normal; } #footer .socical_icon{ margin-top: 94px } .info-footer-two, .info-footer-one{ border-right: 2px solid #717070; padding-right: 10px; } #footer p{ padding: 5px; } .img-you-footer{ height: 100px; background-image: url(../img/1/footer.png); background-size: 100% 100%; background-position: center; margin-bottom: 0; } .copy{ margin-top: 0; } .you-icon { width: 80px; position: relative; top: 15px; left: 631px; } /* SECTION PAGE ABOUT */ #section_page{ background-color: #F0F0F0; padding-top: 100px; } #section_page .about-box{ bottom: 0; margin-left: 100px; margin-top: -11px; } #section_page small{ font-size: 20PX; } #section_page.content-header{ display: flex; } /* ////////////////NEWS */ #News{ padding-top: 200px; } #News .about-icon { margin: 0; } #News .about-icon small{ color: #717070; margin-left: 10px; } #News .about-icon .card-lastest img{ border-radius: 10px; } #News .pro-left{ width: 400px; color: #717070; font-weight: 600; line-height: 1.7; margin-top: 30px; } /* OTHER NEWS SECTION*/ #other_news{ background-color: #F0F0F0; padding: 50px; } #other_news .lastest-content{ margin-top:-263px; } #other_news .card-lastest::after{ position: absolute; content: " "; top:63%; left:0; width: 100%; height: 107px; background: rgb(31 54 105 / 60%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #other_news .card-lastest:hover::after { background-color:#1F3669; transition: .8s; } #other_news .card-lastest p{ position: absolute; top: 379px; } .
public/css/style.css
html { scroll-behavior: smooth; } ul{ list-style-type: none; } img{ } a{ text-decoration: none; color: #DE7778; } a:hover{ text-decoration: none; color: #DE7778; } .btn-report{ color: #fff; width: 100px; padding: 5px 15px; z-index: 100000; background: #DE7778; outline: none; border-radius: 10px; border: 1px solid #DE7778; margin-top: -4px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; /* position: absolute; top: 32px; right: 257px */ } .navbar-nav{ margin-left: 142px; } .nav-link{ margin-left: 5px; } .btn-report:hover{ background-color: #DE7778; border: 1px solid #DE7778; outline: none; border-radius: 10px; text-align: center; color: #fff; width: 100px; padding: 5px 15px; } /* navbar */ .navbar{ padding: 30px; background-color: #1F3669; } .logo-img{ width: 150Px; height: 150px; position: fixed; top: -19px; left: 76px; z-index: 100000; } .nav-item .nav-link{ color: #fff; } .active a{ color: #DE7778; } .logo-img img{ width: 100%; height: 100%; } .nav-right{ width: 300px; height: 500px; position: absolute; right: 267px; top: 0; background-color: yellow; background-color: yellow; margin-left: -60px; display: flex; } .fa-solid, .fas { font-family: "Font Awesome 6 Free"; font-weight: bold; color: #fff; font-size: 20px; } ::placeholder{ color: #DE7778; font-weight: bold; } .navbar-toggler{ background-color: #DE7778; margin-top: -20px; } .fa-sliders{ color: #1F3669; } .Eng{ /* position: absolute; top: 32px; right: 175px; */ } .nav-item .nav-link:hover { color: #DE7778; } .active a{ color: #DE7778!important; } #search_input{ width: 200Px; position: fixed; top: 69px; right: 30px; z-index: 100000; display: none; border-radius: 10px; } @media screen and (max-width:600px) { .navbar{ padding: 40px; background-color: #081e4e; } .logo-img{ width: 150Px; height: 150px; position: absolute; top: -10px; left: -3px; } .logo-img img{ width: 100%; height: 100%; } .navbar-collapse{ /* background-color:red; */ background-color: #133070; border-top: 2px solid #DE7778; margin-top: 20px; padding: 20px; position: relative; } .nav-item .nav-link{ opacity: .5; color: #fff; margin-left: -121px; } #search_input{ position: absolute; margin-top:400px ; top:400px } } @media screen and (min-width:601px) and (max-width:800px){ .logo-img{ width: 150Px; height: 150px; position: absolute; top: -15px; left: 9px; } .logo-img img{ width: 100%; height: 100%; } .navbar-collapse{ background-color: #133070; border-top: 2px solid #DE7778; margin-top: 20px; padding: 20px; } .nav-item .nav-link{ opacity: .5; color: #fff; margin-left: -121px; } } .navbar-fixed-top.scrolled{ background-color: #fff !important; transition: background-color 200ms linear; } /* //////////////////////////////////////////////////////////////////////// */ /* End navbar */ /* Slider bar */ #slider-section{ background-color: #F0F0F0; margin-top: 107px; } .slider-box{ position: absolute; top: 190px; left: 73px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; color: #fff; } .slider-box .card{ background: #ffffff5c; border-radius: 10px; padding: 10px; } .slider-box .card p{ margin-top: 41px; } .bnt-slider{ border-radius: 10px; background: #DE7778; outline: none; border: 2px solid #DE7778; text-decoration: none; color: #fff; padding: 5px 10px; } .bnt-slider:hover{ border-radius: 10px; background: #DE7778; outline: none; border: 2px solid #DE7778; text-decoration: none; color: #fff; padding: 5px 10px; } .carousel-indicators{ position: absolute; bottom: -56px; } .carousel-indicators li{ border: 2px solid #133070; height: 10px; width: 10px; border-radius: 50%; background: #F0F0F0; } .carousel-item img{ width: 100%; height: 500px; object-fit: cover; } .carousel-indicators .active { opacity: 1; background-color: #133070; } /* .carousel-indicators { background: red; margin-top: 80px; position: absolute; bottom: -52px; } .carousel-indicators li{ width: 10px; height: 10px; border-radius: 50%; border:2px solid #1F3669; background-color: #F0F0F0; } */ /* .carousel-indicators .active { background-color: #1F3669; } */ /* End Slider bar */ /* about Section */ #about-section{ padding: 100px; background-color: #F0F0F0; text-align: center; } #about-section .card-about{ border-radius: 10px; background-color: #fff; padding: 50px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; margin-bottom: 100px; } .about-icon{ display: flex; color: #DE7778; justify-content: last baseline; margin:20px 0; } .about-icon img{ width: 30px; height: 30px; } .about-icon h5{ margin-top: 2px; margin-left: 10px; } #about-section .about-info p{ width: 550px; line-height: 1.2; } #about-section .read_more { color: #DE7778; margin-top: 0px; } #about-section .read_more img{ width: 31px; height: 15px; } #about-section .about-info{ background-image: url(../img/1/background-one.png); background-repeat: no-repeat; background-position: 100px; background-size: 55% 100%; } #about-section .box-head { position: relative; top: 77px; display: flex; justify-content: center; align-items: center; margin-left: 10px; } #about-section .box-head .circle{ background:#1F3669; width: 6px; height: 6px; border-radius: 50%; margin: 5px; } #about-section .box-head .title{ font-size: 15px; font-weight: bold } .about-box { background-color: #1F3669; border-radius: 30px; bottom: -172px; display: flex; justify-content: center; align-items: center; } .about-box .content-imag{ width:150px; height: 150px; } .about-box img{ width: 100%; height: 100%; } .abox-about-all{ position: relative; } /* End about Section */ /* lastest Setion */ #lastets{ /* padding: 20px; */ padding-bottom:40px; background-image: url(../img/1/background-four.png); background-size: 50% 100%; background-repeat: no-repeat; background-position: right; ; } .content-heade{ padding: 10px; background-color: #1F3669; margin-bottom: 30px; text-align: center; } .card-lastest p{ margin-top: -176px; z-index: 100; color: #fff; font-weight: 500; margin-left: 10px; overflow: hidden; } .card-lastest p a{ color: #DE7778; text-decoration: none; } .card-lastest p a .fa-arrow-right-long{ color: #DE7778; text-decoration: none; margin-top: 5px; } .card-lastest small { color: #DE7778; } .card-lastest small img{ width: 15px; height: 15px; } :root { --swiper-navigation-size: 30px; } .swiper-button-prev, .swiper-rtl .swiper-button-next { left: 100px; right: auto; color: #1F3669; font-weight: bolder; top:100px } .swiper-button-next, .swiper-rtl .swiper-button-next { left: auto; right: 100px; color: #1F3669; font-weight: bold; top:100px } .content-heade .content{ display: flex; justify-content: center; align-items: center; color:#fff; margin-right:70px; } .content-heade .content h4{ margin: 0 20px; } .content-heade .content .img-content{ width: 100px; height: 100px; } .lastest{ display: flex; justify-content: center; align-items: center; } .lastest-content{ padding-top: 30px; display: flex; flex-wrap: wrap; } .card-lastest{ margin-right: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; transition: .5s; } .lastest-content img{ box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; position: relative; } .carde-content{ margin-right: -142px; } #lastets .card-lastest::after{ position: absolute; content: " "; top:47%; left:0; width: 100%; height: 180px; background: rgb(31 54 105 / 60%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #lastets .card-lastest:hover::after { background-color:#1F3669; transition: .8s; } #lastets .see_more { color: #717070; margin-top: 50px; } #lastets .see_more a{ color: #717070; margin-top: 30px; text-decoration: none; } #lastets .see_more img{ width: 31px; height: 15px; } /* .card-lastest small { color: #DE7778; position: relative; z-index: 10000; top: -36px; left: 173px; } */ /* End lastest Section */ /* our impact Section*/ #our-impact{ /* margin-top: 10PX; */ background-color:#1F3669; text-align: center; padding-top: 20px; } #our-impact .our-impact-heade{ background-color:#1F3669; padding:20px; color: #fff; display: flex; justify-content: center; align-items: center; /* margin-right:103px; */ } .our-impact-heade h4{ margin:0 20px; } .our-impact-item{ margin-top: 50px; margin-bottom: 50px; } .our-impact-item h4{ color:#DE7778; } .our-impact-item img{ width: 90px; height: 90px; border-radius: 50%; } .our-impact-item p{ color:#fff; max-width: 150px; margin: auto; } .img_our_impact{ position: relative; width: 201px; left: 0; height: 370px; top: -370px; background-image: url(../img/1/background-two.png); background-size: 100% 100%; transform: rotate(180deg); /* display: inline-block; */ } /* End our impact */ /* what others say */ #say_others { text-align: center; margin-top: -304px; position: relative; /* background-image: url(../img/1/background-three.png); background-size: 50% 20%; background-repeat: no-repeat; background-position: left bottom; */ } .mySwiper{ /* background-color: red; */ background-image: url(../img/1/background-three.png); background-size: 51% 150%; background-repeat: no-repeat; } .say_others-heade{ padding:20px; color: #1F3669; display: flex; justify-content: center; align-items: center; /* margin-right:90px; */ } .say_others-heade h4{ margin:0 20px; } #say_others .card-content{ margin: auto; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; } #say_others .card-content .card-img{ background-image: url(../img/50917099_579809792487338_4120282304532709376_n.png); background-size: 100% 100%; background-repeat: no-repeat; border-top-left-radius: 10px; border-bottom-left-radius: 10px; } #say_others .card-content .card-info{ background: #1F3669; border-top-right-radius: 10px; border-bottom-right-radius: 10px; color: #fff; padding: 25px; } #say_others .card-content .card-info p { margin-top: 27px; line-height: 1.2; width: 240px; overflow: hidden; } #say_others .content-swiper{ margin-top: 50px; } #say_others .swiper-slide img { display: block; width: 40%; height: 40%; object-fit: cover; } /* CONTACT US */ /* #contact_us{ } */ #contact_us{ padding-top: 120px; padding-bottom: 0; background-image: url(../img/1/background-three.png); background-size: 60% 70%; background-repeat: no-repeat; background-position: left bottom; } /* .background-three{ background-image:url(../img/1/background-three.png); background-size: cover; position: fixed; top:300px; left:20px; height: 400px; width: 300px; display: inline-block; padding:120px 0; } */ .background-two{ position: fixed; top:100px; right:0; height: 600px; width: 300px; display: inline-block; margin-bottom:100px ; background-image:url(../img/1/background-two.png); background-size: cover; } .contact_us_item{ display: flex; justify-content: center; align-items: center; flex-direction: column; } .contact_us_heade{ display: flex; justify-content: center; align-items: center; } .contact_us_heade h4{ margin:0 20px; } .form-items{ margin-top: 30px; width: 400px; } .form-items form input{ box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; } .btn-contact{ background-color: #DE7778; outline: none; border: 2px solid #DE7778;; } /* footer */ #footer{ background: #fff; padding-top:100px; background-image: url(../img/1/background-three.png); background-size: 60% 150%; background-repeat: no-repeat; background-position: left bottom; z-index: 1000; position: relative; color: #717070; } #footer .logo-img{ width: 150px; height: 150px; position: absolute; top: 29%; left: 969px; } #footer .logo-footer{ justify-content: flex-end; } #footer .logo-footer .img-footer{ width: 150px; height: 150px; position: absolute; top: 48px; right: 207px; } #footer .logo-footer img{ width: 100%; height: 100%; } #footer .logo-footer .btn-footer{ width: 91px; height: 41px; border-radius: 10px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; margin-bottom: 50px; background-color: #DE7778; border: 2px solid #DE7778; ; } #footer .up_row{ position: absolute; top: 24px; right: 183px; width: 30px; } #footer .up_row img{ width: 100%; height: 100%; } #footer .info-footer{ margin: 0 auto; text-align: center; } #footer .info-footer input{ width: 300px; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; border-radius: 10px; } #footer .box-subsribe{ display: flex; margin: -26px -16px; } #footer .box-subsribe .btn-subscribe{ width: 100px; border-radius: 10px; margin-left: -23px; background-color: #DE7778; border: 2px solid #DE7778; box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px; } #footer ::placeholder{ color:#717070; font-weight: normal; } #footer .socical_icon{ margin-top: 94px } .info-footer-two, .info-footer-one{ border-right: 2px solid #717070; padding-right: 10px; } #footer p{ padding: 5px; } .img-you-footer{ height: 100px; background-image: url(../img/1/footer.png); background-size: 100% 100%; background-position: center; margin-bottom: 0; } .copy{ margin-top: 0; } .you-icon { width: 80px; position: relative; top: 15px; left: 631px; } /* SECTION PAGE ABOUT */ #section_page{ background-color: #F0F0F0; padding-top: 100px; } #section_page .about-box{ bottom: 0; margin-left: 100px; margin-top: -11px; } #section_page small{ font-size: 20PX; } #section_page.content-header{ display: flex; } /* ////////////////NEWS */ #News{ padding-top: 200px; } #News .about-icon { margin: 0; } #News .about-icon small{ color: #717070; margin-left: 10px; } #News .about-icon .card-lastest img{ border-radius: 10px; } #News .pro-left{ width: 400px; color: #717070; font-weight: 600; line-height: 1.7; margin-top: 30px; } /* OTHER NEWS SECTION*/ #other_news{ background-color: #F0F0F0; padding: 50px; } #other_news .lastest-content{ margin-top:-263px; } #other_news .card-lastest::after{ position: absolute; content: " "; top:63%; left:0; width: 100%; height: 107px; background: rgb(31 54 105 / 60%); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; } #other_news .card-lastest:hover::after { background-color:#1F3669; transition: .8s; } #other_news .card-lastest p{ position: absolute; top: 379px; } .
0.352759
0.066236
.logo:hover{ width: 500px; height: 100px; } form { display: inline; } /*.chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 0px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 225px; float:left; }*/ @media (max-width: 767px) { .chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 25px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 25px; float:left; } } @media (min-width: 767px) { .chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 0px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 180px; float:left; } } /*button response */ /*@media (max-width: 768px) { .btn-responsive { padding:2px 4px; font-size:80%; line-height: 1; border-radius:3px; } } @media (min-width: 769px) and (max-width: 992px) { .btn-responsive { padding:4px 9px; font-size:90%; line-height: 1.2; } }*/ #btnshowcolumns{ visibility:hidden; } #btnhiddencolumns{ visibility:hidden; } /*.modal { display:block; }*/ #btn_action{ /*margin:auto;*/ text-align:center; /*width: 70%;*/ padding: 2px 4px 3px 4px; } #btncomment{ text-align:center; padding: 2px 4px 3px 4px; } #btninfo{ text-align:center; padding: 2px 4px 3px 4px; } #required{ color: red; /*text-align:center;*/ /*padding: 2px 4px 3px 4px;*/ } .store_list { padding: 10px 3px 250px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .store_home{ padding: 3px 3px 400px 10px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .box_medium_square { position: relative; margin-right: 25px; margin-top: 25px; width: 250px; height: 300px; /*right: 0px;*/ /*float:left;*/ background-color: #E6E6E6; /*z-index: 4;*/ /*opacity: 0.9;*/ box-shadow: 10px 10px 5px #6F3213; } .shadow{ /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .members_list { padding: 3px 3px 150px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .applications_list { padding: 10px 3px 30px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } legend { color:#6F3213; font-size:16px; background:#fff; /*-moz-border-radius:4px;*/ box-shadow: 0 3px 5px #6F3213; padding:5px 10px; text-transform:uppercase; font-weight:bold; } /*fieldset { border-radius:4px; background: #fff; background: -moz-linear-gradient(#fff, #f9fdff); background: -o-linear-gradient(#fff, #f9fdff); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); / background: -webkit-linear-gradient(#fff, #f9fdff); padding:20px; border-color: #6F3213; width: 85%; border: 2px solid #6F3213; margin: 8px; }*/ #container_home { width: 60%; margin-top: 34px; margin-right: auto; margin-left: auto; position: relative; } #left_column_home { display:block; float: left; width: 50%; } #right_column_home { width: 50%; top: 20px; right: 0px; float: right; } #container_panel { width: 70%; margin-top: 34px; margin-right: auto; margin-left: auto; position: relative; } #left_column_panel { display:block; float: left; width: 30%; } #right_column_panel { width: 70%; top: 20px; right: 0px; float: right; } #wrapper_home { /*width:450px;*/ margin:0 auto; font-family:Verdana, sans-serif; } #wrapper_panel { /*width:750px;*/ margin:0 auto; font-family:Verdana, sans-serif; } #title { color:#6F3213; font-size:16px; background:#fff; -moz-border-radius:4px; box-shadow: 0 1px 5px rgba(4, 129, 177, 0.5); padding:5px 10px; text-transform:uppercase; font-family:Helvetica, sans-serif; font-weight:bold; } input, textarea { color: #373737; background: #fff; border: 1px solid #CCCCCC; color: #aaa; font-size: 14px; line-height: 1.2em; margin-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2); } input[type="text"], input[type="password"]{ padding: 8px 6px; height: 24px; margin-top: 8px; /*width:220px;*/ } input[type="text"]:focus, input[type="password"]:focus { background:#f5fcfe; text-indent: 0; z-index: 1; color: #373737; -webkit-transition-duration: 400ms; -webkit-transition-property: width, background; -webkit-transition-timing-function: ease; -moz-transition-duration: 400ms; -moz-transition-property: width, background; -moz-transition-timing-function: ease; -o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease; /*width: 165px;*/ border-color:#ccc; box-shadow:0 0 5px red; opacity:0.6; } input[name=SearchString] { width:80px; } input[name=SearchString]:focus { width:80px; } /*input[type="submit"]{ background: #222; border: none; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); text-transform:uppercase; color: #eee; cursor: pointer; font-size: 15px; margin: 5px 0; padding: 5px 22px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }*/ /*input[type="button"]{ background: #6F3213; border: none; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); text-transform:uppercase; color: #eee; cursor: pointer; font-size: 15px; margin: 5px 0; padding: 5px 22px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }*/ textarea { padding:3px; width:96%; height:100px; } textarea:focus { background:#ebf8fd; text-indent: 0; z-index: 1; color: #373737; opacity:0.6; box-shadow:0 0 5px rgba(4, 129, 177, 0.5); border-color:#ccc; } .small { line-height:14px; font-size:12px; color:#999898; margin-bottom:3px; } /* ---- Table ---- */ /*table, td, tr, th { margin:0; padding:0; font-weight:normal; font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; } table { border-collapse:collapse; margin-bottom:15px; width:90%; } table td, table th { padding:5px; border:1px solid #fff; border-width:0 1px 1px 0; } thead th { background:#6F3213; color:#fff; } thead th[colspan], thead th[rowspan] { background:#6F3213; } tbody th, tfoot th { text-align:left; background:#91c5d4; } tbody td, tfoot td { text-align:center; background:#d5eaf0; } tfoot th { background:#b0cc7f; } tfoot td { background:#d7e1c5; font-weight:bold; } tbody tr.odd td { background:#bcd9e1; } */ /* ---- END Table ---- */ table, td, tr, th { font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; } table { width:50%; } table td, table th { border:1px solid #fff; } thead th { background:#FF9933; color:#fff; } thead th[colspan], thead th[rowspan] { background:#FF9933; } tbody th, tfoot th { /*text-align:left;*/ background:#d9ebf0; } tbody td, tfoot td { /*text-align:center;*/ background:#d9ebf0; } tfoot th { background:#b0cc7f; } tfoot td { background:#d7e1c5; /*font-weight:bold;*/ } tbody tr.odd td { background:#d9ebf0; } /*Menu*/ #menu { width: 670px; margin-top: 24px; margin-bottom: -15px; /*padding: -50px;*/ } .menu ul { list-style: none; margin-left:0; padding: 6px 0; } .menu li { display: inline; } .menu a:link { font: .9em Arial, sans-serif; color: #00607c; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; } .menu a:visited { font: .9em Arial, sans-serif; color: #00607c; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; } .menu a:hover { color: #fff; line-height:46px; background:#fff url(../images/arrow.gif) no-repeat top center; } .menu_page { font: .9em Arial, sans-serif; color: #fff; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; background:#fff url(../images/arrow.gif) no-repeat top center; } /*END Menu*/ .Table { display: table; background-color: #FCFAE1; color: #4c1b1b; position: absolute; /*margin-left: 30%;*/ /*margin-top: -50px;*/ float: left; width: 70%; } .Title { display: table-caption; text-align: center; font-weight: bold; font-size: larger; } .Heading { display: table-row; font-weight: bold; text-align: center; } .Row { display: table-row; /*width: 300px;*/ } .Cell_first { display: table-cell; /*width: 150px;*/ width: 20%; border: solid; /*border-top: 5px;*/ border-width: thin; /*padding-top: 3px;*/ padding-bottom: 0px; padding-left: 5px; padding-right: 5px; } .Cell { display: table-cell; /*width: 50px;*/ width: 80%; border: solid; /*border-top: 5px;*/ border-width: thin; /*padding-top: 3px;*/ padding-bottom: 0px; padding-left: 5px; padding-right: 5px; }
css/styles.css
.logo:hover{ width: 500px; height: 100px; } form { display: inline; } /*.chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 0px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 225px; float:left; }*/ @media (max-width: 767px) { .chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 25px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 25px; float:left; } } @media (min-width: 767px) { .chart_dir1 { width: 300px; height: 300px; position: relative; margin-left: 0px; float:left; } .chart_dir2 { width: 300px; height: 300px; position: relative; margin-left: 180px; float:left; } } /*button response */ /*@media (max-width: 768px) { .btn-responsive { padding:2px 4px; font-size:80%; line-height: 1; border-radius:3px; } } @media (min-width: 769px) and (max-width: 992px) { .btn-responsive { padding:4px 9px; font-size:90%; line-height: 1.2; } }*/ #btnshowcolumns{ visibility:hidden; } #btnhiddencolumns{ visibility:hidden; } /*.modal { display:block; }*/ #btn_action{ /*margin:auto;*/ text-align:center; /*width: 70%;*/ padding: 2px 4px 3px 4px; } #btncomment{ text-align:center; padding: 2px 4px 3px 4px; } #btninfo{ text-align:center; padding: 2px 4px 3px 4px; } #required{ color: red; /*text-align:center;*/ /*padding: 2px 4px 3px 4px;*/ } .store_list { padding: 10px 3px 250px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .store_home{ padding: 3px 3px 400px 10px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .box_medium_square { position: relative; margin-right: 25px; margin-top: 25px; width: 250px; height: 300px; /*right: 0px;*/ /*float:left;*/ background-color: #E6E6E6; /*z-index: 4;*/ /*opacity: 0.9;*/ box-shadow: 10px 10px 5px #6F3213; } .shadow{ /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .members_list { padding: 3px 3px 150px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } .applications_list { padding: 10px 3px 30px 3px; margin: 0px 0px 10px 0px; /*display: block;*/ /*padding: 5% 5% 100% 0%;*/ /*margin: 0% 0% 10% 0%;*/ background-color: #E6E6E6; /*box-shadow: 0 3px 5px #6F3213;*/ box-shadow: 10px 10px 5px #6F3213; } legend { color:#6F3213; font-size:16px; background:#fff; /*-moz-border-radius:4px;*/ box-shadow: 0 3px 5px #6F3213; padding:5px 10px; text-transform:uppercase; font-weight:bold; } /*fieldset { border-radius:4px; background: #fff; background: -moz-linear-gradient(#fff, #f9fdff); background: -o-linear-gradient(#fff, #f9fdff); background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f9fdff)); / background: -webkit-linear-gradient(#fff, #f9fdff); padding:20px; border-color: #6F3213; width: 85%; border: 2px solid #6F3213; margin: 8px; }*/ #container_home { width: 60%; margin-top: 34px; margin-right: auto; margin-left: auto; position: relative; } #left_column_home { display:block; float: left; width: 50%; } #right_column_home { width: 50%; top: 20px; right: 0px; float: right; } #container_panel { width: 70%; margin-top: 34px; margin-right: auto; margin-left: auto; position: relative; } #left_column_panel { display:block; float: left; width: 30%; } #right_column_panel { width: 70%; top: 20px; right: 0px; float: right; } #wrapper_home { /*width:450px;*/ margin:0 auto; font-family:Verdana, sans-serif; } #wrapper_panel { /*width:750px;*/ margin:0 auto; font-family:Verdana, sans-serif; } #title { color:#6F3213; font-size:16px; background:#fff; -moz-border-radius:4px; box-shadow: 0 1px 5px rgba(4, 129, 177, 0.5); padding:5px 10px; text-transform:uppercase; font-family:Helvetica, sans-serif; font-weight:bold; } input, textarea { color: #373737; background: #fff; border: 1px solid #CCCCCC; color: #aaa; font-size: 14px; line-height: 1.2em; margin-bottom:15px; -moz-border-radius:4px; -webkit-border-radius:4px; border-radius:4px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset, 0 1px 0 rgba(255, 255, 255, 0.2); } input[type="text"], input[type="password"]{ padding: 8px 6px; height: 24px; margin-top: 8px; /*width:220px;*/ } input[type="text"]:focus, input[type="password"]:focus { background:#f5fcfe; text-indent: 0; z-index: 1; color: #373737; -webkit-transition-duration: 400ms; -webkit-transition-property: width, background; -webkit-transition-timing-function: ease; -moz-transition-duration: 400ms; -moz-transition-property: width, background; -moz-transition-timing-function: ease; -o-transition-duration: 400ms; -o-transition-property: width, background; -o-transition-timing-function: ease; /*width: 165px;*/ border-color:#ccc; box-shadow:0 0 5px red; opacity:0.6; } input[name=SearchString] { width:80px; } input[name=SearchString]:focus { width:80px; } /*input[type="submit"]{ background: #222; border: none; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); text-transform:uppercase; color: #eee; cursor: pointer; font-size: 15px; margin: 5px 0; padding: 5px 22px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }*/ /*input[type="button"]{ background: #6F3213; border: none; text-shadow: 0 -1px 0 rgba(0,0,0,0.3); text-transform:uppercase; color: #eee; cursor: pointer; font-size: 15px; margin: 5px 0; padding: 5px 22px; -moz-border-radius: 4px; border-radius: 4px; -webkit-border-radius:4px; -webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); -moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3); box-shadow: 0px 1px 2px rgba(0,0,0,0.3); }*/ textarea { padding:3px; width:96%; height:100px; } textarea:focus { background:#ebf8fd; text-indent: 0; z-index: 1; color: #373737; opacity:0.6; box-shadow:0 0 5px rgba(4, 129, 177, 0.5); border-color:#ccc; } .small { line-height:14px; font-size:12px; color:#999898; margin-bottom:3px; } /* ---- Table ---- */ /*table, td, tr, th { margin:0; padding:0; font-weight:normal; font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; } table { border-collapse:collapse; margin-bottom:15px; width:90%; } table td, table th { padding:5px; border:1px solid #fff; border-width:0 1px 1px 0; } thead th { background:#6F3213; color:#fff; } thead th[colspan], thead th[rowspan] { background:#6F3213; } tbody th, tfoot th { text-align:left; background:#91c5d4; } tbody td, tfoot td { text-align:center; background:#d5eaf0; } tfoot th { background:#b0cc7f; } tfoot td { background:#d7e1c5; font-weight:bold; } tbody tr.odd td { background:#bcd9e1; } */ /* ---- END Table ---- */ table, td, tr, th { font:13px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, sans-serif; } table { width:50%; } table td, table th { border:1px solid #fff; } thead th { background:#FF9933; color:#fff; } thead th[colspan], thead th[rowspan] { background:#FF9933; } tbody th, tfoot th { /*text-align:left;*/ background:#d9ebf0; } tbody td, tfoot td { /*text-align:center;*/ background:#d9ebf0; } tfoot th { background:#b0cc7f; } tfoot td { background:#d7e1c5; /*font-weight:bold;*/ } tbody tr.odd td { background:#d9ebf0; } /*Menu*/ #menu { width: 670px; margin-top: 24px; margin-bottom: -15px; /*padding: -50px;*/ } .menu ul { list-style: none; margin-left:0; padding: 6px 0; } .menu li { display: inline; } .menu a:link { font: .9em Arial, sans-serif; color: #00607c; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; } .menu a:visited { font: .9em Arial, sans-serif; color: #00607c; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; } .menu a:hover { color: #fff; line-height:46px; background:#fff url(../images/arrow.gif) no-repeat top center; } .menu_page { font: .9em Arial, sans-serif; color: #fff; line-height:46px; padding:15px; margin:0 3px; text-decoration:none; background:#fff url(../images/arrow.gif) no-repeat top center; } /*END Menu*/ .Table { display: table; background-color: #FCFAE1; color: #4c1b1b; position: absolute; /*margin-left: 30%;*/ /*margin-top: -50px;*/ float: left; width: 70%; } .Title { display: table-caption; text-align: center; font-weight: bold; font-size: larger; } .Heading { display: table-row; font-weight: bold; text-align: center; } .Row { display: table-row; /*width: 300px;*/ } .Cell_first { display: table-cell; /*width: 150px;*/ width: 20%; border: solid; /*border-top: 5px;*/ border-width: thin; /*padding-top: 3px;*/ padding-bottom: 0px; padding-left: 5px; padding-right: 5px; } .Cell { display: table-cell; /*width: 50px;*/ width: 80%; border: solid; /*border-top: 5px;*/ border-width: thin; /*padding-top: 3px;*/ padding-bottom: 0px; padding-left: 5px; padding-right: 5px; }
0.218336
0.136608
div.jsNMR { /*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*!@import "root";*/ } div.jsNMR *, div.jsNMR *::before, div.jsNMR *::after { box-sizing: border-box; } div.jsNMR html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @-ms-viewport { width: device-width; } div.jsNMR article, div.jsNMR aside, div.jsNMR dialog, div.jsNMR figcaption, div.jsNMR figure, div.jsNMR footer, div.jsNMR header, div.jsNMR hgroup, div.jsNMR main, div.jsNMR nav, div.jsNMR section { display: block; } div.jsNMR body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } div.jsNMR [tabindex="-1"]:focus { outline: 0 !important; } div.jsNMR hr { box-sizing: content-box; height: 0; overflow: visible; } div.jsNMR h1, div.jsNMR h2, div.jsNMR h3, div.jsNMR h4, div.jsNMR h5, div.jsNMR h6 { margin-top: 0; margin-bottom: 0.5rem; } div.jsNMR p { margin-top: 0; margin-bottom: 1rem; } div.jsNMR abbr[title], div.jsNMR abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; } div.jsNMR address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } div.jsNMR ol, div.jsNMR ul, div.jsNMR dl { margin-top: 0; margin-bottom: 1rem; } div.jsNMR ol ol, div.jsNMR ul ul, div.jsNMR ol ul, div.jsNMR ul ol { margin-bottom: 0; } div.jsNMR dt { font-weight: 700; } div.jsNMR dd { margin-bottom: .5rem; margin-left: 0; } div.jsNMR blockquote { margin: 0 0 1rem; } div.jsNMR dfn { font-style: italic; } div.jsNMR b, div.jsNMR strong { font-weight: bolder; } div.jsNMR small { font-size: 80%; } div.jsNMR sub, div.jsNMR sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } div.jsNMR sub { bottom: -.25em; } div.jsNMR sup { top: -.5em; } div.jsNMR a { color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } div.jsNMR a:hover { color: #0056b3; text-decoration: underline; } div.jsNMR a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } div.jsNMR a:not([href]):not([tabindex]):hover, div.jsNMR a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } div.jsNMR a:not([href]):not([tabindex]):focus { outline: 0; } div.jsNMR pre, div.jsNMR code, div.jsNMR kbd, div.jsNMR samp { font-family: monospace, monospace; font-size: 1em; } div.jsNMR pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } div.jsNMR figure { margin: 0 0 1rem; } div.jsNMR img { vertical-align: middle; border-style: none; } div.jsNMR svg:not(:root) { overflow: hidden; } div.jsNMR table { border-collapse: collapse; } div.jsNMR caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; } div.jsNMR th { text-align: inherit; } div.jsNMR label { display: inline-block; margin-bottom: .5rem; } div.jsNMR button { border-radius: 0; } div.jsNMR button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } div.jsNMR input, div.jsNMR button, div.jsNMR select, div.jsNMR optgroup, div.jsNMR textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } div.jsNMR button, div.jsNMR input { overflow: visible; } div.jsNMR button, div.jsNMR select { text-transform: none; } div.jsNMR button, div.jsNMR html [type="button"], div.jsNMR [type="reset"], div.jsNMR [type="submit"] { -webkit-appearance: button; } div.jsNMR button::-moz-focus-inner, div.jsNMR [type="button"]::-moz-focus-inner, div.jsNMR [type="reset"]::-moz-focus-inner, div.jsNMR [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } div.jsNMR input[type="radio"], div.jsNMR input[type="checkbox"] { box-sizing: border-box; padding: 0; } div.jsNMR input[type="date"], div.jsNMR input[type="time"], div.jsNMR input[type="datetime-local"], div.jsNMR input[type="month"] { -webkit-appearance: listbox; } div.jsNMR textarea { overflow: auto; resize: vertical; } div.jsNMR fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } div.jsNMR legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } div.jsNMR progress { vertical-align: baseline; } div.jsNMR [type="number"]::-webkit-inner-spin-button, div.jsNMR [type="number"]::-webkit-outer-spin-button { height: auto; } div.jsNMR [type="search"] { outline-offset: -2px; -webkit-appearance: none; } div.jsNMR [type="search"]::-webkit-search-cancel-button, div.jsNMR [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } div.jsNMR ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } div.jsNMR output { display: inline-block; } div.jsNMR summary { display: list-item; cursor: pointer; } div.jsNMR template { display: none; } div.jsNMR [hidden] { display: none !important; } div.jsNMR h1, div.jsNMR h2, div.jsNMR h3, div.jsNMR h4, div.jsNMR h5, div.jsNMR h6, div.jsNMR .h1, div.jsNMR .h2, div.jsNMR .h3, div.jsNMR .h4, div.jsNMR .h5, div.jsNMR .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } div.jsNMR h1, div.jsNMR .h1 { font-size: 2.5rem; } div.jsNMR h2, div.jsNMR .h2 { font-size: 2rem; } div.jsNMR h3, div.jsNMR .h3 { font-size: 1.75rem; } div.jsNMR h4, div.jsNMR .h4 { font-size: 1.5rem; } div.jsNMR h5, div.jsNMR .h5 { font-size: 1.25rem; } div.jsNMR h6, div.jsNMR .h6 { font-size: 1rem; } div.jsNMR .lead { font-size: 1.25rem; font-weight: 300; } div.jsNMR .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } div.jsNMR small, div.jsNMR .small { font-size: 80%; font-weight: 400; } div.jsNMR mark, div.jsNMR .mark { padding: 0.2em; background-color: #fcf8e3; } div.jsNMR .list-unstyled { padding-left: 0; list-style: none; } div.jsNMR .list-inline { padding-left: 0; list-style: none; } div.jsNMR .list-inline-item { display: inline-block; } div.jsNMR .list-inline-item:not(:last-child) { margin-right: 0.5rem; } div.jsNMR .initialism { font-size: 90%; text-transform: uppercase; } div.jsNMR .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } div.jsNMR .blockquote-footer { display: block; font-size: 80%; color: #6c757d; } div.jsNMR .blockquote-footer::before { content: "\2014 \00A0"; } div.jsNMR .img-fluid { max-width: 100%; height: auto; } div.jsNMR .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } div.jsNMR .figure { display: inline-block; } div.jsNMR .figure-img { margin-bottom: 0.5rem; line-height: 1; } div.jsNMR .figure-caption { font-size: 90%; color: #6c757d; } div.jsNMR code, div.jsNMR kbd, div.jsNMR pre, div.jsNMR samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } div.jsNMR code { font-size: 87.5%; color: #e83e8c; word-break: break-word; } a > div.jsNMR code { color: inherit; } div.jsNMR kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; } div.jsNMR kbd kbd { padding: 0; font-size: 100%; font-weight: 700; } div.jsNMR pre { display: block; font-size: 87.5%; color: #212529; } div.jsNMR pre code { font-size: inherit; color: inherit; word-break: normal; } div.jsNMR .pre-scrollable { max-height: 340px; overflow-y: scroll; } div.jsNMR .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { div.jsNMR .container { max-width: 540px; } } @media (min-width: 768px) { div.jsNMR .container { max-width: 720px; } } @media (min-width: 992px) { div.jsNMR .container { max-width: 960px; } } @media (min-width: 1200px) { div.jsNMR .container { max-width: 1140px; } } div.jsNMR .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } div.jsNMR .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } div.jsNMR .no-gutters { margin-right: 0; margin-left: 0; } div.jsNMR .no-gutters > .col, div.jsNMR .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } div.jsNMR .col-1, div.jsNMR .col-2, div.jsNMR .col-3, div.jsNMR .col-4, div.jsNMR .col-5, div.jsNMR .col-6, div.jsNMR .col-7, div.jsNMR .col-8, div.jsNMR .col-9, div.jsNMR .col-10, div.jsNMR .col-11, div.jsNMR .col-12, div.jsNMR .col, div.jsNMR .col-auto, div.jsNMR .col-sm-1, div.jsNMR .col-sm-2, div.jsNMR .col-sm-3, div.jsNMR .col-sm-4, div.jsNMR .col-sm-5, div.jsNMR .col-sm-6, div.jsNMR .col-sm-7, div.jsNMR .col-sm-8, div.jsNMR .col-sm-9, div.jsNMR .col-sm-10, div.jsNMR .col-sm-11, div.jsNMR .col-sm-12, div.jsNMR .col-sm, div.jsNMR .col-sm-auto, div.jsNMR .col-md-1, div.jsNMR .col-md-2, div.jsNMR .col-md-3, div.jsNMR .col-md-4, div.jsNMR .col-md-5, div.jsNMR .col-md-6, div.jsNMR .col-md-7, div.jsNMR .col-md-8, div.jsNMR .col-md-9, div.jsNMR .col-md-10, div.jsNMR .col-md-11, div.jsNMR .col-md-12, div.jsNMR .col-md, div.jsNMR .col-md-auto, div.jsNMR .col-lg-1, div.jsNMR .col-lg-2, div.jsNMR .col-lg-3, div.jsNMR .col-lg-4, div.jsNMR .col-lg-5, div.jsNMR .col-lg-6, div.jsNMR .col-lg-7, div.jsNMR .col-lg-8, div.jsNMR .col-lg-9, div.jsNMR .col-lg-10, div.jsNMR .col-lg-11, div.jsNMR .col-lg-12, div.jsNMR .col-lg, div.jsNMR .col-lg-auto, div.jsNMR .col-xl-1, div.jsNMR .col-xl-2, div.jsNMR .col-xl-3, div.jsNMR .col-xl-4, div.jsNMR .col-xl-5, div.jsNMR .col-xl-6, div.jsNMR .col-xl-7, div.jsNMR .col-xl-8, div.jsNMR .col-xl-9, div.jsNMR .col-xl-10, div.jsNMR .col-xl-11, div.jsNMR .col-xl-12, div.jsNMR .col-xl, div.jsNMR .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } div.jsNMR .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-first { order: -1; } div.jsNMR .order-last { order: 13; } div.jsNMR .order-0 { order: 0; } div.jsNMR .order-1 { order: 1; } div.jsNMR .order-2 { order: 2; } div.jsNMR .order-3 { order: 3; } div.jsNMR .order-4 { order: 4; } div.jsNMR .order-5 { order: 5; } div.jsNMR .order-6 { order: 6; } div.jsNMR .order-7 { order: 7; } div.jsNMR .order-8 { order: 8; } div.jsNMR .order-9 { order: 9; } div.jsNMR .order-10 { order: 10; } div.jsNMR .order-11 { order: 11; } div.jsNMR .order-12 { order: 12; } div.jsNMR .offset-1 { margin-left: 8.33333%; } div.jsNMR .offset-2 { margin-left: 16.66667%; } div.jsNMR .offset-3 { margin-left: 25%; } div.jsNMR .offset-4 { margin-left: 33.33333%; } div.jsNMR .offset-5 { margin-left: 41.66667%; } div.jsNMR .offset-6 { margin-left: 50%; } div.jsNMR .offset-7 { margin-left: 58.33333%; } div.jsNMR .offset-8 { margin-left: 66.66667%; } div.jsNMR .offset-9 { margin-left: 75%; } div.jsNMR .offset-10 { margin-left: 83.33333%; } div.jsNMR .offset-11 { margin-left: 91.66667%; } @media (min-width: 576px) { div.jsNMR .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-sm-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-sm-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-sm-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-sm-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-sm-first { order: -1; } div.jsNMR .order-sm-last { order: 13; } div.jsNMR .order-sm-0 { order: 0; } div.jsNMR .order-sm-1 { order: 1; } div.jsNMR .order-sm-2 { order: 2; } div.jsNMR .order-sm-3 { order: 3; } div.jsNMR .order-sm-4 { order: 4; } div.jsNMR .order-sm-5 { order: 5; } div.jsNMR .order-sm-6 { order: 6; } div.jsNMR .order-sm-7 { order: 7; } div.jsNMR .order-sm-8 { order: 8; } div.jsNMR .order-sm-9 { order: 9; } div.jsNMR .order-sm-10 { order: 10; } div.jsNMR .order-sm-11 { order: 11; } div.jsNMR .order-sm-12 { order: 12; } div.jsNMR .offset-sm-0 { margin-left: 0; } div.jsNMR .offset-sm-1 { margin-left: 8.33333%; } div.jsNMR .offset-sm-2 { margin-left: 16.66667%; } div.jsNMR .offset-sm-3 { margin-left: 25%; } div.jsNMR .offset-sm-4 { margin-left: 33.33333%; } div.jsNMR .offset-sm-5 { margin-left: 41.66667%; } div.jsNMR .offset-sm-6 { margin-left: 50%; } div.jsNMR .offset-sm-7 { margin-left: 58.33333%; } div.jsNMR .offset-sm-8 { margin-left: 66.66667%; } div.jsNMR .offset-sm-9 { margin-left: 75%; } div.jsNMR .offset-sm-10 { margin-left: 83.33333%; } div.jsNMR .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { div.jsNMR .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-md-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-md-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-md-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-md-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-md-first { order: -1; } div.jsNMR .order-md-last { order: 13; } div.jsNMR .order-md-0 { order: 0; } div.jsNMR .order-md-1 { order: 1; } div.jsNMR .order-md-2 { order: 2; } div.jsNMR .order-md-3 { order: 3; } div.jsNMR .order-md-4 { order: 4; } div.jsNMR .order-md-5 { order: 5; } div.jsNMR .order-md-6 { order: 6; } div.jsNMR .order-md-7 { order: 7; } div.jsNMR .order-md-8 { order: 8; } div.jsNMR .order-md-9 { order: 9; } div.jsNMR .order-md-10 { order: 10; } div.jsNMR .order-md-11 { order: 11; } div.jsNMR .order-md-12 { order: 12; } div.jsNMR .offset-md-0 { margin-left: 0; } div.jsNMR .offset-md-1 { margin-left: 8.33333%; } div.jsNMR .offset-md-2 { margin-left: 16.66667%; } div.jsNMR .offset-md-3 { margin-left: 25%; } div.jsNMR .offset-md-4 { margin-left: 33.33333%; } div.jsNMR .offset-md-5 { margin-left: 41.66667%; } div.jsNMR .offset-md-6 { margin-left: 50%; } div.jsNMR .offset-md-7 { margin-left: 58.33333%; } div.jsNMR .offset-md-8 { margin-left: 66.66667%; } div.jsNMR .offset-md-9 { margin-left: 75%; } div.jsNMR .offset-md-10 { margin-left: 83.33333%; } div.jsNMR .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { div.jsNMR .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-lg-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-lg-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-lg-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-lg-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-lg-first { order: -1; } div.jsNMR .order-lg-last { order: 13; } div.jsNMR .order-lg-0 { order: 0; } div.jsNMR .order-lg-1 { order: 1; } div.jsNMR .order-lg-2 { order: 2; } div.jsNMR .order-lg-3 { order: 3; } div.jsNMR .order-lg-4 { order: 4; } div.jsNMR .order-lg-5 { order: 5; } div.jsNMR .order-lg-6 { order: 6; } div.jsNMR .order-lg-7 { order: 7; } div.jsNMR .order-lg-8 { order: 8; } div.jsNMR .order-lg-9 { order: 9; } div.jsNMR .order-lg-10 { order: 10; } div.jsNMR .order-lg-11 { order: 11; } div.jsNMR .order-lg-12 { order: 12; } div.jsNMR .offset-lg-0 { margin-left: 0; } div.jsNMR .offset-lg-1 { margin-left: 8.33333%; } div.jsNMR .offset-lg-2 { margin-left: 16.66667%; } div.jsNMR .offset-lg-3 { margin-left: 25%; } div.jsNMR .offset-lg-4 { margin-left: 33.33333%; } div.jsNMR .offset-lg-5 { margin-left: 41.66667%; } div.jsNMR .offset-lg-6 { margin-left: 50%; } div.jsNMR .offset-lg-7 { margin-left: 58.33333%; } div.jsNMR .offset-lg-8 { margin-left: 66.66667%; } div.jsNMR .offset-lg-9 { margin-left: 75%; } div.jsNMR .offset-lg-10 { margin-left: 83.33333%; } div.jsNMR .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { div.jsNMR .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-xl-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-xl-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-xl-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-xl-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-xl-first { order: -1; } div.jsNMR .order-xl-last { order: 13; } div.jsNMR .order-xl-0 { order: 0; } div.jsNMR .order-xl-1 { order: 1; } div.jsNMR .order-xl-2 { order: 2; } div.jsNMR .order-xl-3 { order: 3; } div.jsNMR .order-xl-4 { order: 4; } div.jsNMR .order-xl-5 { order: 5; } div.jsNMR .order-xl-6 { order: 6; } div.jsNMR .order-xl-7 { order: 7; } div.jsNMR .order-xl-8 { order: 8; } div.jsNMR .order-xl-9 { order: 9; } div.jsNMR .order-xl-10 { order: 10; } div.jsNMR .order-xl-11 { order: 11; } div.jsNMR .order-xl-12 { order: 12; } div.jsNMR .offset-xl-0 { margin-left: 0; } div.jsNMR .offset-xl-1 { margin-left: 8.33333%; } div.jsNMR .offset-xl-2 { margin-left: 16.66667%; } div.jsNMR .offset-xl-3 { margin-left: 25%; } div.jsNMR .offset-xl-4 { margin-left: 33.33333%; } div.jsNMR .offset-xl-5 { margin-left: 41.66667%; } div.jsNMR .offset-xl-6 { margin-left: 50%; } div.jsNMR .offset-xl-7 { margin-left: 58.33333%; } div.jsNMR .offset-xl-8 { margin-left: 66.66667%; } div.jsNMR .offset-xl-9 { margin-left: 75%; } div.jsNMR .offset-xl-10 { margin-left: 83.33333%; } div.jsNMR .offset-xl-11 { margin-left: 91.66667%; } } div.jsNMR .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; } div.jsNMR .table th, div.jsNMR .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } div.jsNMR .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } div.jsNMR .table tbody + tbody { border-top: 2px solid #dee2e6; } div.jsNMR .table .table { background-color: #fff; } div.jsNMR .table-sm th, div.jsNMR .table-sm td { padding: 0.3rem; } div.jsNMR .table-bordered { border: 1px solid #dee2e6; } div.jsNMR .table-bordered th, div.jsNMR .table-bordered td { border: 1px solid #dee2e6; } div.jsNMR .table-bordered thead th, div.jsNMR .table-bordered thead td { border-bottom-width: 2px; } div.jsNMR .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } div.jsNMR .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-primary, div.jsNMR .table-primary > th, div.jsNMR .table-primary > td { background-color: #b8daff; } div.jsNMR .table-hover .table-primary:hover { background-color: #9fcdff; } div.jsNMR .table-hover .table-primary:hover > td, div.jsNMR .table-hover .table-primary:hover > th { background-color: #9fcdff; } div.jsNMR .table-secondary, div.jsNMR .table-secondary > th, div.jsNMR .table-secondary > td { background-color: #d6d8db; } div.jsNMR .table-hover .table-secondary:hover { background-color: #c8cbcf; } div.jsNMR .table-hover .table-secondary:hover > td, div.jsNMR .table-hover .table-secondary:hover > th { background-color: #c8cbcf; } div.jsNMR .table-success, div.jsNMR .table-success > th, div.jsNMR .table-success > td { background-color: #c3e6cb; } div.jsNMR .table-hover .table-success:hover { background-color: #b1dfbb; } div.jsNMR .table-hover .table-success:hover > td, div.jsNMR .table-hover .table-success:hover > th { background-color: #b1dfbb; } div.jsNMR .table-info, div.jsNMR .table-info > th, div.jsNMR .table-info > td { background-color: #bee5eb; } div.jsNMR .table-hover .table-info:hover { background-color: #abdde5; } div.jsNMR .table-hover .table-info:hover > td, div.jsNMR .table-hover .table-info:hover > th { background-color: #abdde5; } div.jsNMR .table-warning, div.jsNMR .table-warning > th, div.jsNMR .table-warning > td { background-color: #ffeeba; } div.jsNMR .table-hover .table-warning:hover { background-color: #ffe8a1; } div.jsNMR .table-hover .table-warning:hover > td, div.jsNMR .table-hover .table-warning:hover > th { background-color: #ffe8a1; } div.jsNMR .table-danger, div.jsNMR .table-danger > th, div.jsNMR .table-danger > td { background-color: #f5c6cb; } div.jsNMR .table-hover .table-danger:hover { background-color: #f1b0b7; } div.jsNMR .table-hover .table-danger:hover > td, div.jsNMR .table-hover .table-danger:hover > th { background-color: #f1b0b7; } div.jsNMR .table-light, div.jsNMR .table-light > th, div.jsNMR .table-light > td { background-color: #fdfdfe; } div.jsNMR .table-hover .table-light:hover { background-color: #ececf6; } div.jsNMR .table-hover .table-light:hover > td, div.jsNMR .table-hover .table-light:hover > th { background-color: #ececf6; } div.jsNMR .table-dark, div.jsNMR .table-dark > th, div.jsNMR .table-dark > td { background-color: #c6c8ca; } div.jsNMR .table-hover .table-dark:hover { background-color: #b9bbbe; } div.jsNMR .table-hover .table-dark:hover > td, div.jsNMR .table-hover .table-dark:hover > th { background-color: #b9bbbe; } div.jsNMR .table-active, div.jsNMR .table-active > th, div.jsNMR .table-active > td { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-hover .table-active:hover > td, div.jsNMR .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; } div.jsNMR .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; } div.jsNMR .table-dark { color: #fff; background-color: #212529; } div.jsNMR .table-dark th, div.jsNMR .table-dark td, div.jsNMR .table-dark thead th { border-color: #32383e; } div.jsNMR .table-dark.table-bordered { border: 0; } div.jsNMR .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } div.jsNMR .table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } @media (max-width: 575.98px) { div.jsNMR .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-sm > .table-bordered { border: 0; } } @media (max-width: 767.98px) { div.jsNMR .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-md > .table-bordered { border: 0; } } @media (max-width: 991.98px) { div.jsNMR .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-lg > .table-bordered { border: 0; } } @media (max-width: 1199.98px) { div.jsNMR .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-xl > .table-bordered { border: 0; } } div.jsNMR .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive > .table-bordered { border: 0; } div.jsNMR .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } div.jsNMR .form-control::-ms-expand { background-color: transparent; border: 0; } div.jsNMR .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .form-control::placeholder { color: #6c757d; opacity: 1; } div.jsNMR .form-control:disabled, div.jsNMR .form-control[readonly] { background-color: #e9ecef; opacity: 1; } div.jsNMR select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); } div.jsNMR select.form-control:focus::-ms-value { color: #495057; background-color: #fff; } div.jsNMR .form-control-file, div.jsNMR .form-control-range { display: block; width: 100%; } div.jsNMR .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } div.jsNMR .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; } div.jsNMR .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; } div.jsNMR .form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0; } div.jsNMR .form-control-plaintext.form-control-sm, div.jsNMR .input-group-sm > .form-control-plaintext.form-control, div.jsNMR .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, div.jsNMR .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, div.jsNMR .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, div.jsNMR .input-group-sm > .input-group-append > .form-control-plaintext.btn, div.jsNMR .form-control-plaintext.form-control-lg, div.jsNMR .input-group-lg > .form-control-plaintext.form-control, div.jsNMR .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, div.jsNMR .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, div.jsNMR .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, div.jsNMR .input-group-lg > .input-group-append > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; } div.jsNMR .form-control-sm, div.jsNMR .input-group-sm > .form-control, div.jsNMR .input-group-sm > .input-group-prepend > .input-group-text, div.jsNMR .input-group-sm > .input-group-append > .input-group-text, div.jsNMR .input-group-sm > .input-group-prepend > .btn, div.jsNMR .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } div.jsNMR select.form-control-sm:not([size]):not([multiple]), div.jsNMR .input-group-sm > select.form-control:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(1.8125rem + 2px); } div.jsNMR .form-control-lg, div.jsNMR .input-group-lg > .form-control, div.jsNMR .input-group-lg > .input-group-prepend > .input-group-text, div.jsNMR .input-group-lg > .input-group-append > .input-group-text, div.jsNMR .input-group-lg > .input-group-prepend > .btn, div.jsNMR .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } div.jsNMR select.form-control-lg:not([size]):not([multiple]), div.jsNMR .input-group-lg > select.form-control:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(2.875rem + 2px); } div.jsNMR .form-group { margin-bottom: 1rem; } div.jsNMR .form-text { display: block; margin-top: 0.25rem; } div.jsNMR .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } div.jsNMR .form-row > .col, div.jsNMR .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } div.jsNMR .form-check { position: relative; display: block; padding-left: 1.25rem; } div.jsNMR .form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; } div.jsNMR .form-check-input:disabled ~ .form-check-label { color: #6c757d; } div.jsNMR .form-check-label { margin-bottom: 0; } div.jsNMR .form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; } div.jsNMR .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; } div.jsNMR .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; } div.jsNMR .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, 0.8); border-radius: .2rem; } .was-validated div.jsNMR .form-control:valid, div.jsNMR .form-control.is-valid, .was-validated div.jsNMR .custom-select:valid, div.jsNMR .custom-select.is-valid { border-color: #28a745; } .was-validated div.jsNMR .form-control:valid:focus, div.jsNMR .form-control.is-valid:focus, .was-validated div.jsNMR .custom-select:valid:focus, div.jsNMR .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated div.jsNMR .form-control:valid ~ .valid-feedback, .was-validated div.jsNMR .form-control:valid ~ .valid-tooltip, div.jsNMR .form-control.is-valid ~ .valid-feedback, div.jsNMR .form-control.is-valid ~ .valid-tooltip, .was-validated div.jsNMR .custom-select:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-select:valid ~ .valid-tooltip, div.jsNMR .custom-select.is-valid ~ .valid-feedback, div.jsNMR .custom-select.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .form-check-input:valid ~ .form-check-label, div.jsNMR .form-check-input.is-valid ~ .form-check-label { color: #28a745; } .was-validated div.jsNMR .form-check-input:valid ~ .valid-feedback, .was-validated div.jsNMR .form-check-input:valid ~ .valid-tooltip, div.jsNMR .form-check-input.is-valid ~ .valid-feedback, div.jsNMR .form-check-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:valid ~ .custom-control-label, div.jsNMR .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; } .was-validated div.jsNMR .custom-control-input:valid ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid ~ .custom-control-label::before { background-color: #71dd8a; } .was-validated div.jsNMR .custom-control-input:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-control-input:valid ~ .valid-tooltip, div.jsNMR .custom-control-input.is-valid ~ .valid-feedback, div.jsNMR .custom-control-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:valid:checked ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid:checked ~ .custom-control-label::before { background-color: #34ce57; } .was-validated div.jsNMR .custom-control-input:valid:focus ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated div.jsNMR .custom-file-input:valid ~ .custom-file-label, div.jsNMR .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; } .was-validated div.jsNMR .custom-file-input:valid ~ .custom-file-label::before, div.jsNMR .custom-file-input.is-valid ~ .custom-file-label::before { border-color: inherit; } .was-validated div.jsNMR .custom-file-input:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-file-input:valid ~ .valid-tooltip, div.jsNMR .custom-file-input.is-valid ~ .valid-feedback, div.jsNMR .custom-file-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-file-input:valid:focus ~ .custom-file-label, div.jsNMR .custom-file-input.is-valid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } div.jsNMR .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; } div.jsNMR .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, 0.8); border-radius: .2rem; } .was-validated div.jsNMR .form-control:invalid, div.jsNMR .form-control.is-invalid, .was-validated div.jsNMR .custom-select:invalid, div.jsNMR .custom-select.is-invalid { border-color: #dc3545; } .was-validated div.jsNMR .form-control:invalid:focus, div.jsNMR .form-control.is-invalid:focus, .was-validated div.jsNMR .custom-select:invalid:focus, div.jsNMR .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated div.jsNMR .form-control:invalid ~ .invalid-feedback, .was-validated div.jsNMR .form-control:invalid ~ .invalid-tooltip, div.jsNMR .form-control.is-invalid ~ .invalid-feedback, div.jsNMR .form-control.is-invalid ~ .invalid-tooltip, .was-validated div.jsNMR .custom-select:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-select:invalid ~ .invalid-tooltip, div.jsNMR .custom-select.is-invalid ~ .invalid-feedback, div.jsNMR .custom-select.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .form-check-input:invalid ~ .form-check-label, div.jsNMR .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .was-validated div.jsNMR .form-check-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .form-check-input:invalid ~ .invalid-tooltip, div.jsNMR .form-check-input.is-invalid ~ .invalid-feedback, div.jsNMR .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:invalid ~ .custom-control-label, div.jsNMR .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; } .was-validated div.jsNMR .custom-control-input:invalid ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid ~ .custom-control-label::before { background-color: #efa2a9; } .was-validated div.jsNMR .custom-control-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-control-input:invalid ~ .invalid-tooltip, div.jsNMR .custom-control-input.is-invalid ~ .invalid-feedback, div.jsNMR .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:invalid:checked ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid:checked ~ .custom-control-label::before { background-color: #e4606d; } .was-validated div.jsNMR .custom-control-input:invalid:focus ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated div.jsNMR .custom-file-input:invalid ~ .custom-file-label, div.jsNMR .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; } .was-validated div.jsNMR .custom-file-input:invalid ~ .custom-file-label::before, div.jsNMR .custom-file-input.is-invalid ~ .custom-file-label::before { border-color: inherit; } .was-validated div.jsNMR .custom-file-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-file-input:invalid ~ .invalid-tooltip, div.jsNMR .custom-file-input.is-invalid ~ .invalid-feedback, div.jsNMR .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-file-input:invalid:focus ~ .custom-file-label, div.jsNMR .custom-file-input.is-invalid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } div.jsNMR .form-inline { display: flex; flex-flow: row wrap; align-items: center; } div.jsNMR .form-inline .form-check { width: 100%; } @media (min-width: 576px) { div.jsNMR .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } div.jsNMR .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; } div.jsNMR .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } div.jsNMR .form-inline .form-control-plaintext { display: inline-block; } div.jsNMR .form-inline .input-group { width: auto; } div.jsNMR .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } div.jsNMR .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } div.jsNMR .form-inline .custom-control { align-items: center; justify-content: center; } div.jsNMR .form-inline .custom-control-label { margin-bottom: 0; } } div.jsNMR .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } div.jsNMR .btn:hover, div.jsNMR .btn:focus { text-decoration: none; } div.jsNMR .btn:focus, div.jsNMR .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .btn.disabled, div.jsNMR .btn:disabled { opacity: 0.65; } div.jsNMR .btn:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .btn:not(:disabled):not(.disabled):active, div.jsNMR .btn:not(:disabled):not(.disabled).active { background-image: none; } div.jsNMR a.btn.disabled, div.jsNMR fieldset:disabled a.btn { pointer-events: none; } div.jsNMR .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; } div.jsNMR .btn-primary:focus, div.jsNMR .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-primary.disabled, div.jsNMR .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-primary:not(:disabled):not(.disabled):active, div.jsNMR .btn-primary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; } div.jsNMR .btn-primary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-primary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; } div.jsNMR .btn-secondary:focus, div.jsNMR .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-secondary.disabled, div.jsNMR .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-secondary:not(:disabled):not(.disabled):active, div.jsNMR .btn-secondary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; } div.jsNMR .btn-secondary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } div.jsNMR .btn-success:focus, div.jsNMR .btn-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-success.disabled, div.jsNMR .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-success:not(:disabled):not(.disabled):active, div.jsNMR .btn-success:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; } div.jsNMR .btn-success:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-success:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; } div.jsNMR .btn-info:focus, div.jsNMR .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-info.disabled, div.jsNMR .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-info:not(:disabled):not(.disabled):active, div.jsNMR .btn-info:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; } div.jsNMR .btn-info:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-info:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; } div.jsNMR .btn-warning:focus, div.jsNMR .btn-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-warning.disabled, div.jsNMR .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-warning:not(:disabled):not(.disabled):active, div.jsNMR .btn-warning:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; } div.jsNMR .btn-warning:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-warning:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; } div.jsNMR .btn-danger:focus, div.jsNMR .btn-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-danger.disabled, div.jsNMR .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-danger:not(:disabled):not(.disabled):active, div.jsNMR .btn-danger:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; } div.jsNMR .btn-danger:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-danger:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; } div.jsNMR .btn-light:focus, div.jsNMR .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-light.disabled, div.jsNMR .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-light:not(:disabled):not(.disabled):active, div.jsNMR .btn-light:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; } div.jsNMR .btn-light:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-light:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; } div.jsNMR .btn-dark:focus, div.jsNMR .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-dark.disabled, div.jsNMR .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-dark:not(:disabled):not(.disabled):active, div.jsNMR .btn-dark:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; } div.jsNMR .btn-dark:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-dark:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-outline-primary { color: #007bff; background-color: transparent; background-image: none; border-color: #007bff; } div.jsNMR .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-outline-primary:focus, div.jsNMR .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-outline-primary.disabled, div.jsNMR .btn-outline-primary:disabled { color: #007bff; background-color: transparent; } div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:focus, div.jsNMR .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-outline-secondary.disabled, div.jsNMR .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745; } div.jsNMR .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-outline-success:focus, div.jsNMR .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-outline-success.disabled, div.jsNMR .btn-outline-success:disabled { color: #28a745; background-color: transparent; } div.jsNMR .btn-outline-success:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-success:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-outline-success:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8; } div.jsNMR .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-outline-info:focus, div.jsNMR .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-outline-info.disabled, div.jsNMR .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } div.jsNMR .btn-outline-info:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-info:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-outline-info:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; } div.jsNMR .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-outline-warning:focus, div.jsNMR .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-outline-warning.disabled, div.jsNMR .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545; } div.jsNMR .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-outline-danger:focus, div.jsNMR .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-outline-danger.disabled, div.jsNMR .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:focus, div.jsNMR .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-outline-light.disabled, div.jsNMR .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } div.jsNMR .btn-outline-light:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-light:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40; } div.jsNMR .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-outline-dark:focus, div.jsNMR .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-outline-dark.disabled, div.jsNMR .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-link { font-weight: 400; color: #007bff; background-color: transparent; } div.jsNMR .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; border-color: transparent; } div.jsNMR .btn-link:focus, div.jsNMR .btn-link.focus { text-decoration: underline; border-color: transparent; box-shadow: none; } div.jsNMR .btn-link:disabled, div.jsNMR .btn-link.disabled { color: #6c757d; } div.jsNMR .btn-lg, div.jsNMR .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } div.jsNMR .btn-sm, div.jsNMR .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } div.jsNMR .btn-block { display: block; width: 100%; } div.jsNMR .btn-block + .btn-block { margin-top: 0.5rem; } div.jsNMR input[type="submit"].btn-block, div.jsNMR input[type="reset"].btn-block, div.jsNMR input[type="button"].btn-block { width: 100%; } div.jsNMR .fade { opacity: 0; transition: opacity 0.15s linear; } div.jsNMR .fade.show { opacity: 1; } div.jsNMR .collapse { display: none; } div.jsNMR .collapse.show { display: block; } div.jsNMR tr.collapse.show { display: table-row; } div.jsNMR tbody.collapse.show { display: table-row-group; } div.jsNMR .collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } div.jsNMR .dropup, div.jsNMR .dropdown { position: relative; } div.jsNMR .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } div.jsNMR .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } div.jsNMR .dropup .dropdown-menu { margin-top: 0; margin-bottom: 0.125rem; } div.jsNMR .dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } div.jsNMR .dropup .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropright .dropdown-menu { margin-top: 0; margin-left: 0.125rem; } div.jsNMR .dropright .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } div.jsNMR .dropright .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropright .dropdown-toggle::after { vertical-align: 0; } div.jsNMR .dropleft .dropdown-menu { margin-top: 0; margin-right: 0.125rem; } div.jsNMR .dropleft .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } div.jsNMR .dropleft .dropdown-toggle::after { display: none; } div.jsNMR .dropleft .dropdown-toggle::before { display: inline-block; width: 0; height: 0; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } div.jsNMR .dropleft .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropleft .dropdown-toggle::before { vertical-align: 0; } div.jsNMR .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; } div.jsNMR .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } div.jsNMR .dropdown-item:hover, div.jsNMR .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; } div.jsNMR .dropdown-item.active, div.jsNMR .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } div.jsNMR .dropdown-item.disabled, div.jsNMR .dropdown-item:disabled { color: #6c757d; background-color: transparent; } div.jsNMR .dropdown-menu.show { display: block; } div.jsNMR .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } div.jsNMR .btn-group, div.jsNMR .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } div.jsNMR .btn-group > .btn, div.jsNMR .btn-group-vertical > .btn { position: relative; flex: 0 1 auto; } div.jsNMR .btn-group > .btn:hover, div.jsNMR .btn-group-vertical > .btn:hover { z-index: 1; } div.jsNMR .btn-group > .btn:focus, div.jsNMR .btn-group > .btn:active, div.jsNMR .btn-group > .btn.active, div.jsNMR .btn-group-vertical > .btn:focus, div.jsNMR .btn-group-vertical > .btn:active, div.jsNMR .btn-group-vertical > .btn.active { z-index: 1; } div.jsNMR .btn-group .btn + .btn, div.jsNMR .btn-group .btn + .btn-group, div.jsNMR .btn-group .btn-group + .btn, div.jsNMR .btn-group .btn-group + .btn-group, div.jsNMR .btn-group-vertical .btn + .btn, div.jsNMR .btn-group-vertical .btn + .btn-group, div.jsNMR .btn-group-vertical .btn-group + .btn, div.jsNMR .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; } div.jsNMR .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } div.jsNMR .btn-toolbar .input-group { width: auto; } div.jsNMR .btn-group > .btn:first-child { margin-left: 0; } div.jsNMR .btn-group > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .btn-group > .btn:not(:first-child), div.jsNMR .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } div.jsNMR .dropdown-toggle-split::after { margin-left: 0; } div.jsNMR .btn-sm + .dropdown-toggle-split, div.jsNMR .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } div.jsNMR .btn-lg + .dropdown-toggle-split, div.jsNMR .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } div.jsNMR .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; } div.jsNMR .btn-group-vertical .btn, div.jsNMR .btn-group-vertical .btn-group { width: 100%; } div.jsNMR .btn-group-vertical > .btn + .btn, div.jsNMR .btn-group-vertical > .btn + .btn-group, div.jsNMR .btn-group-vertical > .btn-group + .btn, div.jsNMR .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } div.jsNMR .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .btn-group-vertical > .btn:not(:first-child), div.jsNMR .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; } div.jsNMR .btn-group-toggle > .btn, div.jsNMR .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } div.jsNMR .btn-group-toggle > .btn input[type="radio"], div.jsNMR .btn-group-toggle > .btn input[type="checkbox"], div.jsNMR .btn-group-toggle > .btn-group > .btn input[type="radio"], div.jsNMR .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } div.jsNMR .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } div.jsNMR .input-group > .form-control, div.jsNMR .input-group > .custom-select, div.jsNMR .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; } div.jsNMR .input-group > .form-control:focus, div.jsNMR .input-group > .custom-select:focus, div.jsNMR .input-group > .custom-file:focus { z-index: 3; } div.jsNMR .input-group > .form-control + .form-control, div.jsNMR .input-group > .form-control + .custom-select, div.jsNMR .input-group > .form-control + .custom-file, div.jsNMR .input-group > .custom-select + .form-control, div.jsNMR .input-group > .custom-select + .custom-select, div.jsNMR .input-group > .custom-select + .custom-file, div.jsNMR .input-group > .custom-file + .form-control, div.jsNMR .input-group > .custom-file + .custom-select, div.jsNMR .input-group > .custom-file + .custom-file { margin-left: -1px; } div.jsNMR .input-group > .form-control:not(:last-child), div.jsNMR .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .form-control:not(:first-child), div.jsNMR .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .input-group > .custom-file { display: flex; align-items: center; } div.jsNMR .input-group > .custom-file:not(:last-child) .custom-file-label, div.jsNMR .input-group > .custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .custom-file:not(:first-child) .custom-file-label, div.jsNMR .input-group > .custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .input-group-prepend, div.jsNMR .input-group-append { display: flex; } div.jsNMR .input-group-prepend .btn, div.jsNMR .input-group-append .btn { position: relative; z-index: 2; } div.jsNMR .input-group-prepend .btn + .btn, div.jsNMR .input-group-prepend .btn + .input-group-text, div.jsNMR .input-group-prepend .input-group-text + .input-group-text, div.jsNMR .input-group-prepend .input-group-text + .btn, div.jsNMR .input-group-append .btn + .btn, div.jsNMR .input-group-append .btn + .input-group-text, div.jsNMR .input-group-append .input-group-text + .input-group-text, div.jsNMR .input-group-append .input-group-text + .btn { margin-left: -1px; } div.jsNMR .input-group-prepend { margin-right: -1px; } div.jsNMR .input-group-append { margin-left: -1px; } div.jsNMR .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } div.jsNMR .input-group-text input[type="radio"], div.jsNMR .input-group-text input[type="checkbox"] { margin-top: 0; } div.jsNMR .input-group > .input-group-prepend > .btn, div.jsNMR .input-group > .input-group-prepend > .input-group-text, div.jsNMR .input-group > .input-group-append:not(:last-child) > .btn, div.jsNMR .input-group > .input-group-append:not(:last-child) > .input-group-text, div.jsNMR .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .input-group-append > .btn, div.jsNMR .input-group > .input-group-append > .input-group-text, div.jsNMR .input-group > .input-group-prepend:not(:first-child) > .btn, div.jsNMR .input-group > .input-group-prepend:not(:first-child) > .input-group-text, div.jsNMR .input-group > .input-group-prepend:first-child > .btn:not(:first-child), div.jsNMR .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; } div.jsNMR .custom-control-inline { display: inline-flex; margin-right: 1rem; } div.jsNMR .custom-control-input { position: absolute; z-index: -1; opacity: 0; } div.jsNMR .custom-control-input:checked ~ .custom-control-label::before { color: #fff; background-color: #007bff; } div.jsNMR .custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .custom-control-input:active ~ .custom-control-label::before { color: #fff; background-color: #b3d7ff; } div.jsNMR .custom-control-input:disabled ~ .custom-control-label { color: #6c757d; } div.jsNMR .custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; } div.jsNMR .custom-control-label { margin-bottom: 0; } div.jsNMR .custom-control-label::before { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; user-select: none; background-color: #dee2e6; } div.jsNMR .custom-control-label::after { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; } div.jsNMR .custom-checkbox .custom-control-label::before { border-radius: 0.25rem; } div.jsNMR .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-radio .custom-control-label::before { border-radius: 50%; } div.jsNMR .custom-radio .custom-control-input:checked ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-select { display: inline-block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: 8px 10px; border: 1px solid #ced4da; border-radius: 0.25rem; appearance: none; } div.jsNMR .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); } div.jsNMR .custom-select:focus::-ms-value { color: #495057; background-color: #fff; } div.jsNMR .custom-select[multiple], div.jsNMR .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; } div.jsNMR .custom-select:disabled { color: #6c757d; background-color: #e9ecef; } div.jsNMR .custom-select::-ms-expand { opacity: 0; } div.jsNMR .custom-select-sm { height: calc(1.8125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; } div.jsNMR .custom-select-lg { height: calc(2.875rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 125%; } div.jsNMR .custom-file { position: relative; display: inline-block; width: 100%; height: calc(2.25rem + 2px); margin-bottom: 0; } div.jsNMR .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.25rem + 2px); margin: 0; opacity: 0; } div.jsNMR .custom-file-input:focus ~ .custom-file-control { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .custom-file-input:focus ~ .custom-file-control::before { border-color: #80bdff; } div.jsNMR .custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; } div.jsNMR .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } div.jsNMR .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(calc(2.25rem + 2px) - 1px * 2); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: 1px solid #ced4da; border-radius: 0 0.25rem 0.25rem 0; } div.jsNMR .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } div.jsNMR .nav-link { display: block; padding: 0.5rem 1rem; } div.jsNMR .nav-link:hover, div.jsNMR .nav-link:focus { text-decoration: none; } div.jsNMR .nav-link.disabled { color: #6c757d; } div.jsNMR .nav-tabs { border-bottom: 1px solid #dee2e6; } div.jsNMR .nav-tabs .nav-item { margin-bottom: -1px; } div.jsNMR .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .nav-tabs .nav-link:hover, div.jsNMR .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; } div.jsNMR .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } div.jsNMR .nav-tabs .nav-link.active, div.jsNMR .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } div.jsNMR .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } div.jsNMR .nav-pills .nav-link { border-radius: 0.25rem; } div.jsNMR .nav-pills .nav-link.active, div.jsNMR .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } div.jsNMR .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } div.jsNMR .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } div.jsNMR .tab-content > .tab-pane { display: none; } div.jsNMR .tab-content > .active { display: block; } div.jsNMR .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; } div.jsNMR .navbar > .container, div.jsNMR .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } div.jsNMR .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } div.jsNMR .navbar-brand:hover, div.jsNMR .navbar-brand:focus { text-decoration: none; } div.jsNMR .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } div.jsNMR .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } div.jsNMR .navbar-nav .dropdown-menu { position: static; float: none; } div.jsNMR .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } div.jsNMR .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } div.jsNMR .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } div.jsNMR .navbar-toggler:hover, div.jsNMR .navbar-toggler:focus { text-decoration: none; } div.jsNMR .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575.98px) { div.jsNMR .navbar-expand-sm > .container, div.jsNMR .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { div.jsNMR .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-sm .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-sm > .container, div.jsNMR .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-sm .navbar-toggler { display: none; } div.jsNMR .navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 767.98px) { div.jsNMR .navbar-expand-md > .container, div.jsNMR .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { div.jsNMR .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-md .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-md > .container, div.jsNMR .navbar-expand-md > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-md .navbar-toggler { display: none; } div.jsNMR .navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 991.98px) { div.jsNMR .navbar-expand-lg > .container, div.jsNMR .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { div.jsNMR .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-lg .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-lg > .container, div.jsNMR .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-lg .navbar-toggler { display: none; } div.jsNMR .navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 1199.98px) { div.jsNMR .navbar-expand-xl > .container, div.jsNMR .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { div.jsNMR .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-xl .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-xl > .container, div.jsNMR .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-xl .navbar-toggler { display: none; } div.jsNMR .navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100%; } } div.jsNMR .navbar-expand { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand > .container, div.jsNMR .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } div.jsNMR .navbar-expand .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand > .container, div.jsNMR .navbar-expand > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand .navbar-toggler { display: none; } div.jsNMR .navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100%; } div.jsNMR .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-brand:hover, div.jsNMR .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } div.jsNMR .navbar-light .navbar-nav .nav-link:hover, div.jsNMR .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } div.jsNMR .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } div.jsNMR .navbar-light .navbar-nav .show > .nav-link, div.jsNMR .navbar-light .navbar-nav .active > .nav-link, div.jsNMR .navbar-light .navbar-nav .nav-link.show, div.jsNMR .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } div.jsNMR .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"); } div.jsNMR .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } div.jsNMR .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-text a:hover, div.jsNMR .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-dark .navbar-brand { color: #fff; } div.jsNMR .navbar-dark .navbar-brand:hover, div.jsNMR .navbar-dark .navbar-brand:focus { color: #fff; } div.jsNMR .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } div.jsNMR .navbar-dark .navbar-nav .nav-link:hover, div.jsNMR .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } div.jsNMR .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } div.jsNMR .navbar-dark .navbar-nav .show > .nav-link, div.jsNMR .navbar-dark .navbar-nav .active > .nav-link, div.jsNMR .navbar-dark .navbar-nav .nav-link.show, div.jsNMR .navbar-dark .navbar-nav .nav-link.active { color: #fff; } div.jsNMR .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } div.jsNMR .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"); } div.jsNMR .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } div.jsNMR .navbar-dark .navbar-text a { color: #fff; } div.jsNMR .navbar-dark .navbar-text a:hover, div.jsNMR .navbar-dark .navbar-text a:focus { color: #fff; } div.jsNMR .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } div.jsNMR .card > hr { margin-right: 0; margin-left: 0; } div.jsNMR .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .card-body { flex: 1 1 auto; padding: 1.25rem; } div.jsNMR .card-title { margin-bottom: 0.75rem; } div.jsNMR .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } div.jsNMR .card-text:last-child { margin-bottom: 0; } div.jsNMR .card-link:hover { text-decoration: none; } div.jsNMR .card-link + .card-link { margin-left: 1.25rem; } div.jsNMR .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } div.jsNMR .card-header + .list-group .list-group-item:first-child { border-top: 0; } div.jsNMR .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } div.jsNMR .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } div.jsNMR .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } div.jsNMR .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } div.jsNMR .card-img { width: 100%; border-radius: calc(0.25rem - 1px); } div.jsNMR .card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } div.jsNMR .card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } div.jsNMR .card-deck { display: flex; flex-direction: column; } div.jsNMR .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { div.jsNMR .card-deck { flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } div.jsNMR .card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } div.jsNMR .card-group { display: flex; flex-direction: column; } div.jsNMR .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { div.jsNMR .card-group { flex-flow: row wrap; } div.jsNMR .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } div.jsNMR .card-group > .card + .card { margin-left: 0; border-left: 0; } div.jsNMR .card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .card-group > .card:first-child .card-img-top, div.jsNMR .card-group > .card:first-child .card-header { border-top-right-radius: 0; } div.jsNMR .card-group > .card:first-child .card-img-bottom, div.jsNMR .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; } div.jsNMR .card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .card-group > .card:last-child .card-img-top, div.jsNMR .card-group > .card:last-child .card-header { border-top-left-radius: 0; } div.jsNMR .card-group > .card:last-child .card-img-bottom, div.jsNMR .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; } div.jsNMR .card-group > .card:only-child { border-radius: 0.25rem; } div.jsNMR .card-group > .card:only-child .card-img-top, div.jsNMR .card-group > .card:only-child .card-header { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .card-group > .card:only-child .card-img-bottom, div.jsNMR .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } } div.jsNMR .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { div.jsNMR .card-columns { column-count: 3; column-gap: 1.25rem; } div.jsNMR .card-columns .card { display: inline-block; width: 100%; } } div.jsNMR .breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; } div.jsNMR .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; color: #6c757d; content: "/"; } div.jsNMR .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; } div.jsNMR .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; } div.jsNMR .breadcrumb-item.active { color: #6c757d; } div.jsNMR .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; } div.jsNMR .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; } div.jsNMR .page-link:hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; } div.jsNMR .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .page-link:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } div.jsNMR .page-item.active .page-link { z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; } div.jsNMR .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } div.jsNMR .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } div.jsNMR .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } div.jsNMR .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } div.jsNMR .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } div.jsNMR .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } div.jsNMR .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } div.jsNMR .badge:empty { display: none; } div.jsNMR .btn .badge { position: relative; top: -1px; } div.jsNMR .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } div.jsNMR .badge-primary { color: #fff; background-color: #007bff; } div.jsNMR .badge-primary[href]:hover, div.jsNMR .badge-primary[href]:focus { color: #fff; text-decoration: none; background-color: #0062cc; } div.jsNMR .badge-secondary { color: #fff; background-color: #6c757d; } div.jsNMR .badge-secondary[href]:hover, div.jsNMR .badge-secondary[href]:focus { color: #fff; text-decoration: none; background-color: #545b62; } div.jsNMR .badge-success { color: #fff; background-color: #28a745; } div.jsNMR .badge-success[href]:hover, div.jsNMR .badge-success[href]:focus { color: #fff; text-decoration: none; background-color: #1e7e34; } div.jsNMR .badge-info { color: #fff; background-color: #17a2b8; } div.jsNMR .badge-info[href]:hover, div.jsNMR .badge-info[href]:focus { color: #fff; text-decoration: none; background-color: #117a8b; } div.jsNMR .badge-warning { color: #212529; background-color: #ffc107; } div.jsNMR .badge-warning[href]:hover, div.jsNMR .badge-warning[href]:focus { color: #212529; text-decoration: none; background-color: #d39e00; } div.jsNMR .badge-danger { color: #fff; background-color: #dc3545; } div.jsNMR .badge-danger[href]:hover, div.jsNMR .badge-danger[href]:focus { color: #fff; text-decoration: none; background-color: #bd2130; } div.jsNMR .badge-light { color: #212529; background-color: #f8f9fa; } div.jsNMR .badge-light[href]:hover, div.jsNMR .badge-light[href]:focus { color: #212529; text-decoration: none; background-color: #dae0e5; } div.jsNMR .badge-dark { color: #fff; background-color: #343a40; } div.jsNMR .badge-dark[href]:hover, div.jsNMR .badge-dark[href]:focus { color: #fff; text-decoration: none; background-color: #1d2124; } div.jsNMR .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; } @media (min-width: 576px) { div.jsNMR .jumbotron { padding: 4rem 2rem; } } div.jsNMR .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } div.jsNMR .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } div.jsNMR .alert-heading { color: inherit; } div.jsNMR .alert-link { font-weight: 700; } div.jsNMR .alert-dismissible { padding-right: 4rem; } div.jsNMR .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; } div.jsNMR .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; } div.jsNMR .alert-primary hr { border-top-color: #9fcdff; } div.jsNMR .alert-primary .alert-link { color: #002752; } div.jsNMR .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; } div.jsNMR .alert-secondary hr { border-top-color: #c8cbcf; } div.jsNMR .alert-secondary .alert-link { color: #202326; } div.jsNMR .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } div.jsNMR .alert-success hr { border-top-color: #b1dfbb; } div.jsNMR .alert-success .alert-link { color: #0b2e13; } div.jsNMR .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } div.jsNMR .alert-info hr { border-top-color: #abdde5; } div.jsNMR .alert-info .alert-link { color: #062c33; } div.jsNMR .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } div.jsNMR .alert-warning hr { border-top-color: #ffe8a1; } div.jsNMR .alert-warning .alert-link { color: #533f03; } div.jsNMR .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } div.jsNMR .alert-danger hr { border-top-color: #f1b0b7; } div.jsNMR .alert-danger .alert-link { color: #491217; } div.jsNMR .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; } div.jsNMR .alert-light hr { border-top-color: #ececf6; } div.jsNMR .alert-light .alert-link { color: #686868; } div.jsNMR .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; } div.jsNMR .alert-dark hr { border-top-color: #b9bbbe; } div.jsNMR .alert-dark .alert-link { color: #040505; } @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } div.jsNMR .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } div.jsNMR .progress-bar { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; background-color: #007bff; transition: width 0.6s ease; } div.jsNMR .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } div.jsNMR .progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; } div.jsNMR .media { display: flex; align-items: flex-start; } div.jsNMR .media-body { flex: 1; } div.jsNMR .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; } div.jsNMR .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } div.jsNMR .list-group-item-action:hover, div.jsNMR .list-group-item-action:focus { color: #495057; text-decoration: none; background-color: #f8f9fa; } div.jsNMR .list-group-item-action:active { color: #212529; background-color: #e9ecef; } div.jsNMR .list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .list-group-item:hover, div.jsNMR .list-group-item:focus { z-index: 1; text-decoration: none; } div.jsNMR .list-group-item.disabled, div.jsNMR .list-group-item:disabled { color: #6c757d; background-color: #fff; } div.jsNMR .list-group-item.active { z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; } div.jsNMR .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } div.jsNMR .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; } div.jsNMR .list-group-item-primary { color: #004085; background-color: #b8daff; } div.jsNMR .list-group-item-primary.list-group-item-action:hover, div.jsNMR .list-group-item-primary.list-group-item-action:focus { color: #004085; background-color: #9fcdff; } div.jsNMR .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085; } div.jsNMR .list-group-item-secondary { color: #383d41; background-color: #d6d8db; } div.jsNMR .list-group-item-secondary.list-group-item-action:hover, div.jsNMR .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; } div.jsNMR .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; } div.jsNMR .list-group-item-success { color: #155724; background-color: #c3e6cb; } div.jsNMR .list-group-item-success.list-group-item-action:hover, div.jsNMR .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; } div.jsNMR .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; } div.jsNMR .list-group-item-info { color: #0c5460; background-color: #bee5eb; } div.jsNMR .list-group-item-info.list-group-item-action:hover, div.jsNMR .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; } div.jsNMR .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; } div.jsNMR .list-group-item-warning { color: #856404; background-color: #ffeeba; } div.jsNMR .list-group-item-warning.list-group-item-action:hover, div.jsNMR .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; } div.jsNMR .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; } div.jsNMR .list-group-item-danger { color: #721c24; background-color: #f5c6cb; } div.jsNMR .list-group-item-danger.list-group-item-action:hover, div.jsNMR .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; } div.jsNMR .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; } div.jsNMR .list-group-item-light { color: #818182; background-color: #fdfdfe; } div.jsNMR .list-group-item-light.list-group-item-action:hover, div.jsNMR .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; } div.jsNMR .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; } div.jsNMR .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; } div.jsNMR .list-group-item-dark.list-group-item-action:hover, div.jsNMR .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; } div.jsNMR .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; } div.jsNMR .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } div.jsNMR .close:hover, div.jsNMR .close:focus { color: #000; text-decoration: none; opacity: .75; } div.jsNMR .close:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; } div.jsNMR .modal-open { overflow: hidden; } div.jsNMR .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; } .modal-open div.jsNMR .modal { overflow-x: hidden; overflow-y: auto; } div.jsNMR .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade div.jsNMR .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); } .modal.show div.jsNMR .modal-dialog { transform: translate(0, 0); } div.jsNMR .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); } div.jsNMR .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } div.jsNMR .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } div.jsNMR .modal-backdrop.fade { opacity: 0; } div.jsNMR .modal-backdrop.show { opacity: 0.5; } div.jsNMR .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } div.jsNMR .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } div.jsNMR .modal-title { margin-bottom: 0; line-height: 1.5; } div.jsNMR .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } div.jsNMR .modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; } div.jsNMR .modal-footer > :not(:first-child) { margin-left: .25rem; } div.jsNMR .modal-footer > :not(:last-child) { margin-right: .25rem; } div.jsNMR .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { div.jsNMR .modal-dialog { max-width: 500px; margin: 1.75rem auto; } div.jsNMR .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); } div.jsNMR .modal-sm { max-width: 300px; } } @media (min-width: 992px) { div.jsNMR .modal-lg { max-width: 800px; } } div.jsNMR .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } div.jsNMR .tooltip.show { opacity: 0.9; } div.jsNMR .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } div.jsNMR .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } div.jsNMR .bs-tooltip-top, div.jsNMR .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; } div.jsNMR .bs-tooltip-top .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; } div.jsNMR .bs-tooltip-top .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } div.jsNMR .bs-tooltip-right, div.jsNMR .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; } div.jsNMR .bs-tooltip-right .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } div.jsNMR .bs-tooltip-right .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } div.jsNMR .bs-tooltip-bottom, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; } div.jsNMR .bs-tooltip-bottom .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; } div.jsNMR .bs-tooltip-bottom .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } div.jsNMR .bs-tooltip-left, div.jsNMR .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; } div.jsNMR .bs-tooltip-left .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } div.jsNMR .bs-tooltip-left .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } div.jsNMR .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } div.jsNMR .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } div.jsNMR .popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; } div.jsNMR .popover .arrow::before, div.jsNMR .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } div.jsNMR .bs-popover-top, div.jsNMR .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; } div.jsNMR .bs-popover-top .arrow, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow { bottom: calc((0.5rem + 1px) * -1); } div.jsNMR .bs-popover-top .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::before, div.jsNMR .bs-popover-top .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::after { border-width: 0.5rem 0.5rem 0; } div.jsNMR .bs-popover-top .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-top .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::after { bottom: 1px; border-top-color: #fff; } div.jsNMR .bs-popover-right, div.jsNMR .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; } div.jsNMR .bs-popover-right .arrow, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } div.jsNMR .bs-popover-right .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::before, div.jsNMR .bs-popover-right .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::after { border-width: 0.5rem 0.5rem 0.5rem 0; } div.jsNMR .bs-popover-right .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-right .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::after { left: 1px; border-right-color: #fff; } div.jsNMR .bs-popover-bottom, div.jsNMR .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; } div.jsNMR .bs-popover-bottom .arrow, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow { top: calc((0.5rem + 1px) * -1); } div.jsNMR .bs-popover-bottom .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::before, div.jsNMR .bs-popover-bottom .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::after { border-width: 0 0.5rem 0.5rem 0.5rem; } div.jsNMR .bs-popover-bottom .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-bottom .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::after { top: 1px; border-bottom-color: #fff; } div.jsNMR .bs-popover-bottom .popover-header::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; } div.jsNMR .bs-popover-left, div.jsNMR .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; } div.jsNMR .bs-popover-left .arrow, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } div.jsNMR .bs-popover-left .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::before, div.jsNMR .bs-popover-left .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::after { border-width: 0.5rem 0 0.5rem 0.5rem; } div.jsNMR .bs-popover-left .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-left .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::after { right: 1px; border-left-color: #fff; } div.jsNMR .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } div.jsNMR .popover-header:empty { display: none; } div.jsNMR .popover-body { padding: 0.5rem 0.75rem; color: #212529; } div.jsNMR .carousel { position: relative; } div.jsNMR .carousel-inner { position: relative; width: 100%; overflow: hidden; } div.jsNMR .carousel-item { position: relative; display: none; align-items: center; width: 100%; transition: transform 0.6s ease; backface-visibility: hidden; perspective: 1000px; } div.jsNMR .carousel-item.active, div.jsNMR .carousel-item-next, div.jsNMR .carousel-item-prev { display: block; } div.jsNMR .carousel-item-next, div.jsNMR .carousel-item-prev { position: absolute; top: 0; } div.jsNMR .carousel-item-next.carousel-item-left, div.jsNMR .carousel-item-prev.carousel-item-right { transform: translateX(0); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-next.carousel-item-left, div.jsNMR .carousel-item-prev.carousel-item-right { transform: translate3d(0, 0, 0); } } div.jsNMR .carousel-item-next, div.jsNMR .active.carousel-item-right { transform: translateX(100%); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-next, div.jsNMR .active.carousel-item-right { transform: translate3d(100%, 0, 0); } } div.jsNMR .carousel-item-prev, div.jsNMR .active.carousel-item-left { transform: translateX(-100%); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-prev, div.jsNMR .active.carousel-item-left { transform: translate3d(-100%, 0, 0); } } div.jsNMR .carousel-control-prev, div.jsNMR .carousel-control-next { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; } div.jsNMR .carousel-control-prev:hover, div.jsNMR .carousel-control-prev:focus, div.jsNMR .carousel-control-next:hover, div.jsNMR .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: .9; } div.jsNMR .carousel-control-prev { left: 0; } div.jsNMR .carousel-control-next { right: 0; } div.jsNMR .carousel-control-prev-icon, div.jsNMR .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%; } div.jsNMR .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } div.jsNMR .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } div.jsNMR .carousel-indicators { position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } div.jsNMR .carousel-indicators li { position: relative; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; background-color: rgba(255, 255, 255, 0.5); } div.jsNMR .carousel-indicators li::before { position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } div.jsNMR .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } div.jsNMR .carousel-indicators .active { background-color: #fff; } div.jsNMR .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; } div.jsNMR .align-baseline { vertical-align: baseline !important; } div.jsNMR .align-top { vertical-align: top !important; } div.jsNMR .align-middle { vertical-align: middle !important; } div.jsNMR .align-bottom { vertical-align: bottom !important; } div.jsNMR .align-text-bottom { vertical-align: text-bottom !important; } div.jsNMR .align-text-top { vertical-align: text-top !important; } div.jsNMR .bg-primary { background-color: #007bff !important; } div.jsNMR a.bg-primary:hover, div.jsNMR a.bg-primary:focus, div.jsNMR button.bg-primary:hover, div.jsNMR button.bg-primary:focus { background-color: #0062cc !important; } div.jsNMR .bg-secondary { background-color: #6c757d !important; } div.jsNMR a.bg-secondary:hover, div.jsNMR a.bg-secondary:focus, div.jsNMR button.bg-secondary:hover, div.jsNMR button.bg-secondary:focus { background-color: #545b62 !important; } div.jsNMR .bg-success { background-color: #28a745 !important; } div.jsNMR a.bg-success:hover, div.jsNMR a.bg-success:focus, div.jsNMR button.bg-success:hover, div.jsNMR button.bg-success:focus { background-color: #1e7e34 !important; } div.jsNMR .bg-info { background-color: #17a2b8 !important; } div.jsNMR a.bg-info:hover, div.jsNMR a.bg-info:focus, div.jsNMR button.bg-info:hover, div.jsNMR button.bg-info:focus { background-color: #117a8b !important; } div.jsNMR .bg-warning { background-color: #ffc107 !important; } div.jsNMR a.bg-warning:hover, div.jsNMR a.bg-warning:focus, div.jsNMR button.bg-warning:hover, div.jsNMR button.bg-warning:focus { background-color: #d39e00 !important; } div.jsNMR .bg-danger { background-color: #dc3545 !important; } div.jsNMR a.bg-danger:hover, div.jsNMR a.bg-danger:focus, div.jsNMR button.bg-danger:hover, div.jsNMR button.bg-danger:focus { background-color: #bd2130 !important; } div.jsNMR .bg-light { background-color: #f8f9fa !important; } div.jsNMR a.bg-light:hover, div.jsNMR a.bg-light:focus, div.jsNMR button.bg-light:hover, div.jsNMR button.bg-light:focus { background-color: #dae0e5 !important; } div.jsNMR .bg-dark { background-color: #343a40 !important; } div.jsNMR a.bg-dark:hover, div.jsNMR a.bg-dark:focus, div.jsNMR button.bg-dark:hover, div.jsNMR button.bg-dark:focus { background-color: #1d2124 !important; } div.jsNMR .bg-white { background-color: #fff !important; } div.jsNMR .bg-transparent { background-color: transparent !important; } div.jsNMR .border { border: 1px solid #dee2e6 !important; } div.jsNMR .border-top { border-top: 1px solid #dee2e6 !important; } div.jsNMR .border-right { border-right: 1px solid #dee2e6 !important; } div.jsNMR .border-bottom { border-bottom: 1px solid #dee2e6 !important; } div.jsNMR .border-left { border-left: 1px solid #dee2e6 !important; } div.jsNMR .border-0 { border: 0 !important; } div.jsNMR .border-top-0 { border-top: 0 !important; } div.jsNMR .border-right-0 { border-right: 0 !important; } div.jsNMR .border-bottom-0 { border-bottom: 0 !important; } div.jsNMR .border-left-0 { border-left: 0 !important; } div.jsNMR .border-primary { border-color: #007bff !important; } div.jsNMR .border-secondary { border-color: #6c757d !important; } div.jsNMR .border-success { border-color: #28a745 !important; } div.jsNMR .border-info { border-color: #17a2b8 !important; } div.jsNMR .border-warning { border-color: #ffc107 !important; } div.jsNMR .border-danger { border-color: #dc3545 !important; } div.jsNMR .border-light { border-color: #f8f9fa !important; } div.jsNMR .border-dark { border-color: #343a40 !important; } div.jsNMR .border-white { border-color: #fff !important; } div.jsNMR .rounded { border-radius: 0.25rem !important; } div.jsNMR .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } div.jsNMR .rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } div.jsNMR .rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } div.jsNMR .rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } div.jsNMR .rounded-circle { border-radius: 50% !important; } div.jsNMR .rounded-0 { border-radius: 0 !important; } div.jsNMR .clearfix::after { display: block; clear: both; content: ""; } div.jsNMR .d-none { display: none !important; } div.jsNMR .d-inline { display: inline !important; } div.jsNMR .d-inline-block { display: inline-block !important; } div.jsNMR .d-block { display: block !important; } div.jsNMR .d-table { display: table !important; } div.jsNMR .d-table-row { display: table-row !important; } div.jsNMR .d-table-cell { display: table-cell !important; } div.jsNMR .d-flex { display: flex !important; } div.jsNMR .d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { div.jsNMR .d-sm-none { display: none !important; } div.jsNMR .d-sm-inline { display: inline !important; } div.jsNMR .d-sm-inline-block { display: inline-block !important; } div.jsNMR .d-sm-block { display: block !important; } div.jsNMR .d-sm-table { display: table !important; } div.jsNMR .d-sm-table-row { display: table-row !important; } div.jsNMR .d-sm-table-cell { display: table-cell !important; } div.jsNMR .d-sm-flex { display: flex !important; } div.jsNMR .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { div.jsNMR .d-md-none { display: none !important; } div.jsNMR .d-md-inline { display: inline !important; } div.jsNMR .d-md-inline-block { display: inline-block !important; } div.jsNMR .d-md-block { display: block !important; } div.jsNMR .d-md-table { display: table !important; } div.jsNMR .d-md-table-row { display: table-row !important; } div.jsNMR .d-md-table-cell { display: table-cell !important; } div.jsNMR .d-md-flex { display: flex !important; } div.jsNMR .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { div.jsNMR .d-lg-none { display: none !important; } div.jsNMR .d-lg-inline { display: inline !important; } div.jsNMR .d-lg-inline-block { display: inline-block !important; } div.jsNMR .d-lg-block { display: block !important; } div.jsNMR .d-lg-table { display: table !important; } div.jsNMR .d-lg-table-row { display: table-row !important; } div.jsNMR .d-lg-table-cell { display: table-cell !important; } div.jsNMR .d-lg-flex { display: flex !important; } div.jsNMR .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { div.jsNMR .d-xl-none { display: none !important; } div.jsNMR .d-xl-inline { display: inline !important; } div.jsNMR .d-xl-inline-block { display: inline-block !important; } div.jsNMR .d-xl-block { display: block !important; } div.jsNMR .d-xl-table { display: table !important; } div.jsNMR .d-xl-table-row { display: table-row !important; } div.jsNMR .d-xl-table-cell { display: table-cell !important; } div.jsNMR .d-xl-flex { display: flex !important; } div.jsNMR .d-xl-inline-flex { display: inline-flex !important; } } @media print { div.jsNMR .d-print-none { display: none !important; } div.jsNMR .d-print-inline { display: inline !important; } div.jsNMR .d-print-inline-block { display: inline-block !important; } div.jsNMR .d-print-block { display: block !important; } div.jsNMR .d-print-table { display: table !important; } div.jsNMR .d-print-table-row { display: table-row !important; } div.jsNMR .d-print-table-cell { display: table-cell !important; } div.jsNMR .d-print-flex { display: flex !important; } div.jsNMR .d-print-inline-flex { display: inline-flex !important; } } div.jsNMR .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } div.jsNMR .embed-responsive::before { display: block; content: ""; } div.jsNMR .embed-responsive .embed-responsive-item, div.jsNMR .embed-responsive iframe, div.jsNMR .embed-responsive embed, div.jsNMR .embed-responsive object, div.jsNMR .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } div.jsNMR .embed-responsive-21by9::before { padding-top: 42.85714%; } div.jsNMR .embed-responsive-16by9::before { padding-top: 56.25%; } div.jsNMR .embed-responsive-4by3::before { padding-top: 75%; } div.jsNMR .embed-responsive-1by1::before { padding-top: 100%; } div.jsNMR .flex-row { flex-direction: row !important; } div.jsNMR .flex-column { flex-direction: column !important; } div.jsNMR .flex-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-start { justify-content: flex-start !important; } div.jsNMR .justify-content-end { justify-content: flex-end !important; } div.jsNMR .justify-content-center { justify-content: center !important; } div.jsNMR .justify-content-between { justify-content: space-between !important; } div.jsNMR .justify-content-around { justify-content: space-around !important; } div.jsNMR .align-items-start { align-items: flex-start !important; } div.jsNMR .align-items-end { align-items: flex-end !important; } div.jsNMR .align-items-center { align-items: center !important; } div.jsNMR .align-items-baseline { align-items: baseline !important; } div.jsNMR .align-items-stretch { align-items: stretch !important; } div.jsNMR .align-content-start { align-content: flex-start !important; } div.jsNMR .align-content-end { align-content: flex-end !important; } div.jsNMR .align-content-center { align-content: center !important; } div.jsNMR .align-content-between { align-content: space-between !important; } div.jsNMR .align-content-around { align-content: space-around !important; } div.jsNMR .align-content-stretch { align-content: stretch !important; } div.jsNMR .align-self-auto { align-self: auto !important; } div.jsNMR .align-self-start { align-self: flex-start !important; } div.jsNMR .align-self-end { align-self: flex-end !important; } div.jsNMR .align-self-center { align-self: center !important; } div.jsNMR .align-self-baseline { align-self: baseline !important; } div.jsNMR .align-self-stretch { align-self: stretch !important; } @media (min-width: 576px) { div.jsNMR .flex-sm-row { flex-direction: row !important; } div.jsNMR .flex-sm-column { flex-direction: column !important; } div.jsNMR .flex-sm-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-sm-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-sm-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-sm-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-sm-start { justify-content: flex-start !important; } div.jsNMR .justify-content-sm-end { justify-content: flex-end !important; } div.jsNMR .justify-content-sm-center { justify-content: center !important; } div.jsNMR .justify-content-sm-between { justify-content: space-between !important; } div.jsNMR .justify-content-sm-around { justify-content: space-around !important; } div.jsNMR .align-items-sm-start { align-items: flex-start !important; } div.jsNMR .align-items-sm-end { align-items: flex-end !important; } div.jsNMR .align-items-sm-center { align-items: center !important; } div.jsNMR .align-items-sm-baseline { align-items: baseline !important; } div.jsNMR .align-items-sm-stretch { align-items: stretch !important; } div.jsNMR .align-content-sm-start { align-content: flex-start !important; } div.jsNMR .align-content-sm-end { align-content: flex-end !important; } div.jsNMR .align-content-sm-center { align-content: center !important; } div.jsNMR .align-content-sm-between { align-content: space-between !important; } div.jsNMR .align-content-sm-around { align-content: space-around !important; } div.jsNMR .align-content-sm-stretch { align-content: stretch !important; } div.jsNMR .align-self-sm-auto { align-self: auto !important; } div.jsNMR .align-self-sm-start { align-self: flex-start !important; } div.jsNMR .align-self-sm-end { align-self: flex-end !important; } div.jsNMR .align-self-sm-center { align-self: center !important; } div.jsNMR .align-self-sm-baseline { align-self: baseline !important; } div.jsNMR .align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { div.jsNMR .flex-md-row { flex-direction: row !important; } div.jsNMR .flex-md-column { flex-direction: column !important; } div.jsNMR .flex-md-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-md-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-md-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-md-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-md-start { justify-content: flex-start !important; } div.jsNMR .justify-content-md-end { justify-content: flex-end !important; } div.jsNMR .justify-content-md-center { justify-content: center !important; } div.jsNMR .justify-content-md-between { justify-content: space-between !important; } div.jsNMR .justify-content-md-around { justify-content: space-around !important; } div.jsNMR .align-items-md-start { align-items: flex-start !important; } div.jsNMR .align-items-md-end { align-items: flex-end !important; } div.jsNMR .align-items-md-center { align-items: center !important; } div.jsNMR .align-items-md-baseline { align-items: baseline !important; } div.jsNMR .align-items-md-stretch { align-items: stretch !important; } div.jsNMR .align-content-md-start { align-content: flex-start !important; } div.jsNMR .align-content-md-end { align-content: flex-end !important; } div.jsNMR .align-content-md-center { align-content: center !important; } div.jsNMR .align-content-md-between { align-content: space-between !important; } div.jsNMR .align-content-md-around { align-content: space-around !important; } div.jsNMR .align-content-md-stretch { align-content: stretch !important; } div.jsNMR .align-self-md-auto { align-self: auto !important; } div.jsNMR .align-self-md-start { align-self: flex-start !important; } div.jsNMR .align-self-md-end { align-self: flex-end !important; } div.jsNMR .align-self-md-center { align-self: center !important; } div.jsNMR .align-self-md-baseline { align-self: baseline !important; } div.jsNMR .align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { div.jsNMR .flex-lg-row { flex-direction: row !important; } div.jsNMR .flex-lg-column { flex-direction: column !important; } div.jsNMR .flex-lg-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-lg-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-lg-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-lg-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-lg-start { justify-content: flex-start !important; } div.jsNMR .justify-content-lg-end { justify-content: flex-end !important; } div.jsNMR .justify-content-lg-center { justify-content: center !important; } div.jsNMR .justify-content-lg-between { justify-content: space-between !important; } div.jsNMR .justify-content-lg-around { justify-content: space-around !important; } div.jsNMR .align-items-lg-start { align-items: flex-start !important; } div.jsNMR .align-items-lg-end { align-items: flex-end !important; } div.jsNMR .align-items-lg-center { align-items: center !important; } div.jsNMR .align-items-lg-baseline { align-items: baseline !important; } div.jsNMR .align-items-lg-stretch { align-items: stretch !important; } div.jsNMR .align-content-lg-start { align-content: flex-start !important; } div.jsNMR .align-content-lg-end { align-content: flex-end !important; } div.jsNMR .align-content-lg-center { align-content: center !important; } div.jsNMR .align-content-lg-between { align-content: space-between !important; } div.jsNMR .align-content-lg-around { align-content: space-around !important; } div.jsNMR .align-content-lg-stretch { align-content: stretch !important; } div.jsNMR .align-self-lg-auto { align-self: auto !important; } div.jsNMR .align-self-lg-start { align-self: flex-start !important; } div.jsNMR .align-self-lg-end { align-self: flex-end !important; } div.jsNMR .align-self-lg-center { align-self: center !important; } div.jsNMR .align-self-lg-baseline { align-self: baseline !important; } div.jsNMR .align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { div.jsNMR .flex-xl-row { flex-direction: row !important; } div.jsNMR .flex-xl-column { flex-direction: column !important; } div.jsNMR .flex-xl-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-xl-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-xl-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-xl-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-xl-start { justify-content: flex-start !important; } div.jsNMR .justify-content-xl-end { justify-content: flex-end !important; } div.jsNMR .justify-content-xl-center { justify-content: center !important; } div.jsNMR .justify-content-xl-between { justify-content: space-between !important; } div.jsNMR .justify-content-xl-around { justify-content: space-around !important; } div.jsNMR .align-items-xl-start { align-items: flex-start !important; } div.jsNMR .align-items-xl-end { align-items: flex-end !important; } div.jsNMR .align-items-xl-center { align-items: center !important; } div.jsNMR .align-items-xl-baseline { align-items: baseline !important; } div.jsNMR .align-items-xl-stretch { align-items: stretch !important; } div.jsNMR .align-content-xl-start { align-content: flex-start !important; } div.jsNMR .align-content-xl-end { align-content: flex-end !important; } div.jsNMR .align-content-xl-center { align-content: center !important; } div.jsNMR .align-content-xl-between { align-content: space-between !important; } div.jsNMR .align-content-xl-around { align-content: space-around !important; } div.jsNMR .align-content-xl-stretch { align-content: stretch !important; } div.jsNMR .align-self-xl-auto { align-self: auto !important; } div.jsNMR .align-self-xl-start { align-self: flex-start !important; } div.jsNMR .align-self-xl-end { align-self: flex-end !important; } div.jsNMR .align-self-xl-center { align-self: center !important; } div.jsNMR .align-self-xl-baseline { align-self: baseline !important; } div.jsNMR .align-self-xl-stretch { align-self: stretch !important; } } div.jsNMR .float-left { float: left !important; } div.jsNMR .float-right { float: right !important; } div.jsNMR .float-none { float: none !important; } @media (min-width: 576px) { div.jsNMR .float-sm-left { float: left !important; } div.jsNMR .float-sm-right { float: right !important; } div.jsNMR .float-sm-none { float: none !important; } } @media (min-width: 768px) { div.jsNMR .float-md-left { float: left !important; } div.jsNMR .float-md-right { float: right !important; } div.jsNMR .float-md-none { float: none !important; } } @media (min-width: 992px) { div.jsNMR .float-lg-left { float: left !important; } div.jsNMR .float-lg-right { float: right !important; } div.jsNMR .float-lg-none { float: none !important; } } @media (min-width: 1200px) { div.jsNMR .float-xl-left { float: left !important; } div.jsNMR .float-xl-right { float: right !important; } div.jsNMR .float-xl-none { float: none !important; } } div.jsNMR .position-static { position: static !important; } div.jsNMR .position-relative { position: relative !important; } div.jsNMR .position-absolute { position: absolute !important; } div.jsNMR .position-fixed { position: fixed !important; } div.jsNMR .position-sticky { position: sticky !important; } div.jsNMR .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } div.jsNMR .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } @supports (position: sticky) { div.jsNMR .sticky-top { position: sticky; top: 0; z-index: 1020; } } div.jsNMR .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; } div.jsNMR .sr-only-focusable:active, div.jsNMR .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; } div.jsNMR .w-25 { width: 25% !important; } div.jsNMR .w-50 { width: 50% !important; } div.jsNMR .w-75 { width: 75% !important; } div.jsNMR .w-100 { width: 100% !important; } div.jsNMR .h-25 { height: 25% !important; } div.jsNMR .h-50 { height: 50% !important; } div.jsNMR .h-75 { height: 75% !important; } div.jsNMR .h-100 { height: 100% !important; } div.jsNMR .mw-100 { max-width: 100% !important; } div.jsNMR .mh-100 { max-height: 100% !important; } div.jsNMR .m-0 { margin: 0 !important; } div.jsNMR .mt-0, div.jsNMR .my-0 { margin-top: 0 !important; } div.jsNMR .mr-0, div.jsNMR .mx-0 { margin-right: 0 !important; } div.jsNMR .mb-0, div.jsNMR .my-0 { margin-bottom: 0 !important; } div.jsNMR .ml-0, div.jsNMR .mx-0 { margin-left: 0 !important; } div.jsNMR .m-1 { margin: 0.25rem !important; } div.jsNMR .mt-1, div.jsNMR .my-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-1, div.jsNMR .mx-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-1, div.jsNMR .my-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-1, div.jsNMR .mx-1 { margin-left: 0.25rem !important; } div.jsNMR .m-2 { margin: 0.5rem !important; } div.jsNMR .mt-2, div.jsNMR .my-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-2, div.jsNMR .mx-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-2, div.jsNMR .my-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-2, div.jsNMR .mx-2 { margin-left: 0.5rem !important; } div.jsNMR .m-3 { margin: 1rem !important; } div.jsNMR .mt-3, div.jsNMR .my-3 { margin-top: 1rem !important; } div.jsNMR .mr-3, div.jsNMR .mx-3 { margin-right: 1rem !important; } div.jsNMR .mb-3, div.jsNMR .my-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-3, div.jsNMR .mx-3 { margin-left: 1rem !important; } div.jsNMR .m-4 { margin: 1.5rem !important; } div.jsNMR .mt-4, div.jsNMR .my-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-4, div.jsNMR .mx-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-4, div.jsNMR .my-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-4, div.jsNMR .mx-4 { margin-left: 1.5rem !important; } div.jsNMR .m-5 { margin: 3rem !important; } div.jsNMR .mt-5, div.jsNMR .my-5 { margin-top: 3rem !important; } div.jsNMR .mr-5, div.jsNMR .mx-5 { margin-right: 3rem !important; } div.jsNMR .mb-5, div.jsNMR .my-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-5, div.jsNMR .mx-5 { margin-left: 3rem !important; } div.jsNMR .p-0 { padding: 0 !important; } div.jsNMR .pt-0, div.jsNMR .py-0 { padding-top: 0 !important; } div.jsNMR .pr-0, div.jsNMR .px-0 { padding-right: 0 !important; } div.jsNMR .pb-0, div.jsNMR .py-0 { padding-bottom: 0 !important; } div.jsNMR .pl-0, div.jsNMR .px-0 { padding-left: 0 !important; } div.jsNMR .p-1 { padding: 0.25rem !important; } div.jsNMR .pt-1, div.jsNMR .py-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-1, div.jsNMR .px-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-1, div.jsNMR .py-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-1, div.jsNMR .px-1 { padding-left: 0.25rem !important; } div.jsNMR .p-2 { padding: 0.5rem !important; } div.jsNMR .pt-2, div.jsNMR .py-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-2, div.jsNMR .px-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-2, div.jsNMR .py-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-2, div.jsNMR .px-2 { padding-left: 0.5rem !important; } div.jsNMR .p-3 { padding: 1rem !important; } div.jsNMR .pt-3, div.jsNMR .py-3 { padding-top: 1rem !important; } div.jsNMR .pr-3, div.jsNMR .px-3 { padding-right: 1rem !important; } div.jsNMR .pb-3, div.jsNMR .py-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-3, div.jsNMR .px-3 { padding-left: 1rem !important; } div.jsNMR .p-4 { padding: 1.5rem !important; } div.jsNMR .pt-4, div.jsNMR .py-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-4, div.jsNMR .px-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-4, div.jsNMR .py-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-4, div.jsNMR .px-4 { padding-left: 1.5rem !important; } div.jsNMR .p-5 { padding: 3rem !important; } div.jsNMR .pt-5, div.jsNMR .py-5 { padding-top: 3rem !important; } div.jsNMR .pr-5, div.jsNMR .px-5 { padding-right: 3rem !important; } div.jsNMR .pb-5, div.jsNMR .py-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-5, div.jsNMR .px-5 { padding-left: 3rem !important; } div.jsNMR .m-auto { margin: auto !important; } div.jsNMR .mt-auto, div.jsNMR .my-auto { margin-top: auto !important; } div.jsNMR .mr-auto, div.jsNMR .mx-auto { margin-right: auto !important; } div.jsNMR .mb-auto, div.jsNMR .my-auto { margin-bottom: auto !important; } div.jsNMR .ml-auto, div.jsNMR .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { div.jsNMR .m-sm-0 { margin: 0 !important; } div.jsNMR .mt-sm-0, div.jsNMR .my-sm-0 { margin-top: 0 !important; } div.jsNMR .mr-sm-0, div.jsNMR .mx-sm-0 { margin-right: 0 !important; } div.jsNMR .mb-sm-0, div.jsNMR .my-sm-0 { margin-bottom: 0 !important; } div.jsNMR .ml-sm-0, div.jsNMR .mx-sm-0 { margin-left: 0 !important; } div.jsNMR .m-sm-1 { margin: 0.25rem !important; } div.jsNMR .mt-sm-1, div.jsNMR .my-sm-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-sm-1, div.jsNMR .mx-sm-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-sm-1, div.jsNMR .my-sm-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-sm-1, div.jsNMR .mx-sm-1 { margin-left: 0.25rem !important; } div.jsNMR .m-sm-2 { margin: 0.5rem !important; } div.jsNMR .mt-sm-2, div.jsNMR .my-sm-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-sm-2, div.jsNMR .mx-sm-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-sm-2, div.jsNMR .my-sm-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-sm-2, div.jsNMR .mx-sm-2 { margin-left: 0.5rem !important; } div.jsNMR .m-sm-3 { margin: 1rem !important; } div.jsNMR .mt-sm-3, div.jsNMR .my-sm-3 { margin-top: 1rem !important; } div.jsNMR .mr-sm-3, div.jsNMR .mx-sm-3 { margin-right: 1rem !important; } div.jsNMR .mb-sm-3, div.jsNMR .my-sm-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-sm-3, div.jsNMR .mx-sm-3 { margin-left: 1rem !important; } div.jsNMR .m-sm-4 { margin: 1.5rem !important; } div.jsNMR .mt-sm-4, div.jsNMR .my-sm-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-sm-4, div.jsNMR .mx-sm-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-sm-4, div.jsNMR .my-sm-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-sm-4, div.jsNMR .mx-sm-4 { margin-left: 1.5rem !important; } div.jsNMR .m-sm-5 { margin: 3rem !important; } div.jsNMR .mt-sm-5, div.jsNMR .my-sm-5 { margin-top: 3rem !important; } div.jsNMR .mr-sm-5, div.jsNMR .mx-sm-5 { margin-right: 3rem !important; } div.jsNMR .mb-sm-5, div.jsNMR .my-sm-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-sm-5, div.jsNMR .mx-sm-5 { margin-left: 3rem !important; } div.jsNMR .p-sm-0 { padding: 0 !important; } div.jsNMR .pt-sm-0, div.jsNMR .py-sm-0 { padding-top: 0 !important; } div.jsNMR .pr-sm-0, div.jsNMR .px-sm-0 { padding-right: 0 !important; } div.jsNMR .pb-sm-0, div.jsNMR .py-sm-0 { padding-bottom: 0 !important; } div.jsNMR .pl-sm-0, div.jsNMR .px-sm-0 { padding-left: 0 !important; } div.jsNMR .p-sm-1 { padding: 0.25rem !important; } div.jsNMR .pt-sm-1, div.jsNMR .py-sm-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-sm-1, div.jsNMR .px-sm-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-sm-1, div.jsNMR .py-sm-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-sm-1, div.jsNMR .px-sm-1 { padding-left: 0.25rem !important; } div.jsNMR .p-sm-2 { padding: 0.5rem !important; } div.jsNMR .pt-sm-2, div.jsNMR .py-sm-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-sm-2, div.jsNMR .px-sm-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-sm-2, div.jsNMR .py-sm-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-sm-2, div.jsNMR .px-sm-2 { padding-left: 0.5rem !important; } div.jsNMR .p-sm-3 { padding: 1rem !important; } div.jsNMR .pt-sm-3, div.jsNMR .py-sm-3 { padding-top: 1rem !important; } div.jsNMR .pr-sm-3, div.jsNMR .px-sm-3 { padding-right: 1rem !important; } div.jsNMR .pb-sm-3, div.jsNMR .py-sm-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-sm-3, div.jsNMR .px-sm-3 { padding-left: 1rem !important; } div.jsNMR .p-sm-4 { padding: 1.5rem !important; } div.jsNMR .pt-sm-4, div.jsNMR .py-sm-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-sm-4, div.jsNMR .px-sm-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-sm-4, div.jsNMR .py-sm-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-sm-4, div.jsNMR .px-sm-4 { padding-left: 1.5rem !important; } div.jsNMR .p-sm-5 { padding: 3rem !important; } div.jsNMR .pt-sm-5, div.jsNMR .py-sm-5 { padding-top: 3rem !important; } div.jsNMR .pr-sm-5, div.jsNMR .px-sm-5 { padding-right: 3rem !important; } div.jsNMR .pb-sm-5, div.jsNMR .py-sm-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-sm-5, div.jsNMR .px-sm-5 { padding-left: 3rem !important; } div.jsNMR .m-sm-auto { margin: auto !important; } div.jsNMR .mt-sm-auto, div.jsNMR .my-sm-auto { margin-top: auto !important; } div.jsNMR .mr-sm-auto, div.jsNMR .mx-sm-auto { margin-right: auto !important; } div.jsNMR .mb-sm-auto, div.jsNMR .my-sm-auto { margin-bottom: auto !important; } div.jsNMR .ml-sm-auto, div.jsNMR .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { div.jsNMR .m-md-0 { margin: 0 !important; } div.jsNMR .mt-md-0, div.jsNMR .my-md-0 { margin-top: 0 !important; } div.jsNMR .mr-md-0, div.jsNMR .mx-md-0 { margin-right: 0 !important; } div.jsNMR .mb-md-0, div.jsNMR .my-md-0 { margin-bottom: 0 !important; } div.jsNMR .ml-md-0, div.jsNMR .mx-md-0 { margin-left: 0 !important; } div.jsNMR .m-md-1 { margin: 0.25rem !important; } div.jsNMR .mt-md-1, div.jsNMR .my-md-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-md-1, div.jsNMR .mx-md-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-md-1, div.jsNMR .my-md-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-md-1, div.jsNMR .mx-md-1 { margin-left: 0.25rem !important; } div.jsNMR .m-md-2 { margin: 0.5rem !important; } div.jsNMR .mt-md-2, div.jsNMR .my-md-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-md-2, div.jsNMR .mx-md-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-md-2, div.jsNMR .my-md-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-md-2, div.jsNMR .mx-md-2 { margin-left: 0.5rem !important; } div.jsNMR .m-md-3 { margin: 1rem !important; } div.jsNMR .mt-md-3, div.jsNMR .my-md-3 { margin-top: 1rem !important; } div.jsNMR .mr-md-3, div.jsNMR .mx-md-3 { margin-right: 1rem !important; } div.jsNMR .mb-md-3, div.jsNMR .my-md-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-md-3, div.jsNMR .mx-md-3 { margin-left: 1rem !important; } div.jsNMR .m-md-4 { margin: 1.5rem !important; } div.jsNMR .mt-md-4, div.jsNMR .my-md-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-md-4, div.jsNMR .mx-md-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-md-4, div.jsNMR .my-md-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-md-4, div.jsNMR .mx-md-4 { margin-left: 1.5rem !important; } div.jsNMR .m-md-5 { margin: 3rem !important; } div.jsNMR .mt-md-5, div.jsNMR .my-md-5 { margin-top: 3rem !important; } div.jsNMR .mr-md-5, div.jsNMR .mx-md-5 { margin-right: 3rem !important; } div.jsNMR .mb-md-5, div.jsNMR .my-md-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-md-5, div.jsNMR .mx-md-5 { margin-left: 3rem !important; } div.jsNMR .p-md-0 { padding: 0 !important; } div.jsNMR .pt-md-0, div.jsNMR .py-md-0 { padding-top: 0 !important; } div.jsNMR .pr-md-0, div.jsNMR .px-md-0 { padding-right: 0 !important; } div.jsNMR .pb-md-0, div.jsNMR .py-md-0 { padding-bottom: 0 !important; } div.jsNMR .pl-md-0, div.jsNMR .px-md-0 { padding-left: 0 !important; } div.jsNMR .p-md-1 { padding: 0.25rem !important; } div.jsNMR .pt-md-1, div.jsNMR .py-md-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-md-1, div.jsNMR .px-md-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-md-1, div.jsNMR .py-md-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-md-1, div.jsNMR .px-md-1 { padding-left: 0.25rem !important; } div.jsNMR .p-md-2 { padding: 0.5rem !important; } div.jsNMR .pt-md-2, div.jsNMR .py-md-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-md-2, div.jsNMR .px-md-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-md-2, div.jsNMR .py-md-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-md-2, div.jsNMR .px-md-2 { padding-left: 0.5rem !important; } div.jsNMR .p-md-3 { padding: 1rem !important; } div.jsNMR .pt-md-3, div.jsNMR .py-md-3 { padding-top: 1rem !important; } div.jsNMR .pr-md-3, div.jsNMR .px-md-3 { padding-right: 1rem !important; } div.jsNMR .pb-md-3, div.jsNMR .py-md-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-md-3, div.jsNMR .px-md-3 { padding-left: 1rem !important; } div.jsNMR .p-md-4 { padding: 1.5rem !important; } div.jsNMR .pt-md-4, div.jsNMR .py-md-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-md-4, div.jsNMR .px-md-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-md-4, div.jsNMR .py-md-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-md-4, div.jsNMR .px-md-4 { padding-left: 1.5rem !important; } div.jsNMR .p-md-5 { padding: 3rem !important; } div.jsNMR .pt-md-5, div.jsNMR .py-md-5 { padding-top: 3rem !important; } div.jsNMR .pr-md-5, div.jsNMR .px-md-5 { padding-right: 3rem !important; } div.jsNMR .pb-md-5, div.jsNMR .py-md-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-md-5, div.jsNMR .px-md-5 { padding-left: 3rem !important; } div.jsNMR .m-md-auto { margin: auto !important; } div.jsNMR .mt-md-auto, div.jsNMR .my-md-auto { margin-top: auto !important; } div.jsNMR .mr-md-auto, div.jsNMR .mx-md-auto { margin-right: auto !important; } div.jsNMR .mb-md-auto, div.jsNMR .my-md-auto { margin-bottom: auto !important; } div.jsNMR .ml-md-auto, div.jsNMR .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { div.jsNMR .m-lg-0 { margin: 0 !important; } div.jsNMR .mt-lg-0, div.jsNMR .my-lg-0 { margin-top: 0 !important; } div.jsNMR .mr-lg-0, div.jsNMR .mx-lg-0 { margin-right: 0 !important; } div.jsNMR .mb-lg-0, div.jsNMR .my-lg-0 { margin-bottom: 0 !important; } div.jsNMR .ml-lg-0, div.jsNMR .mx-lg-0 { margin-left: 0 !important; } div.jsNMR .m-lg-1 { margin: 0.25rem !important; } div.jsNMR .mt-lg-1, div.jsNMR .my-lg-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-lg-1, div.jsNMR .mx-lg-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-lg-1, div.jsNMR .my-lg-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-lg-1, div.jsNMR .mx-lg-1 { margin-left: 0.25rem !important; } div.jsNMR .m-lg-2 { margin: 0.5rem !important; } div.jsNMR .mt-lg-2, div.jsNMR .my-lg-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-lg-2, div.jsNMR .mx-lg-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-lg-2, div.jsNMR .my-lg-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-lg-2, div.jsNMR .mx-lg-2 { margin-left: 0.5rem !important; } div.jsNMR .m-lg-3 { margin: 1rem !important; } div.jsNMR .mt-lg-3, div.jsNMR .my-lg-3 { margin-top: 1rem !important; } div.jsNMR .mr-lg-3, div.jsNMR .mx-lg-3 { margin-right: 1rem !important; } div.jsNMR .mb-lg-3, div.jsNMR .my-lg-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-lg-3, div.jsNMR .mx-lg-3 { margin-left: 1rem !important; } div.jsNMR .m-lg-4 { margin: 1.5rem !important; } div.jsNMR .mt-lg-4, div.jsNMR .my-lg-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-lg-4, div.jsNMR .mx-lg-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-lg-4, div.jsNMR .my-lg-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-lg-4, div.jsNMR .mx-lg-4 { margin-left: 1.5rem !important; } div.jsNMR .m-lg-5 { margin: 3rem !important; } div.jsNMR .mt-lg-5, div.jsNMR .my-lg-5 { margin-top: 3rem !important; } div.jsNMR .mr-lg-5, div.jsNMR .mx-lg-5 { margin-right: 3rem !important; } div.jsNMR .mb-lg-5, div.jsNMR .my-lg-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-lg-5, div.jsNMR .mx-lg-5 { margin-left: 3rem !important; } div.jsNMR .p-lg-0 { padding: 0 !important; } div.jsNMR .pt-lg-0, div.jsNMR .py-lg-0 { padding-top: 0 !important; } div.jsNMR .pr-lg-0, div.jsNMR .px-lg-0 { padding-right: 0 !important; } div.jsNMR .pb-lg-0, div.jsNMR .py-lg-0 { padding-bottom: 0 !important; } div.jsNMR .pl-lg-0, div.jsNMR .px-lg-0 { padding-left: 0 !important; } div.jsNMR .p-lg-1 { padding: 0.25rem !important; } div.jsNMR .pt-lg-1, div.jsNMR .py-lg-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-lg-1, div.jsNMR .px-lg-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-lg-1, div.jsNMR .py-lg-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-lg-1, div.jsNMR .px-lg-1 { padding-left: 0.25rem !important; } div.jsNMR .p-lg-2 { padding: 0.5rem !important; } div.jsNMR .pt-lg-2, div.jsNMR .py-lg-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-lg-2, div.jsNMR .px-lg-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-lg-2, div.jsNMR .py-lg-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-lg-2, div.jsNMR .px-lg-2 { padding-left: 0.5rem !important; } div.jsNMR .p-lg-3 { padding: 1rem !important; } div.jsNMR .pt-lg-3, div.jsNMR .py-lg-3 { padding-top: 1rem !important; } div.jsNMR .pr-lg-3, div.jsNMR .px-lg-3 { padding-right: 1rem !important; } div.jsNMR .pb-lg-3, div.jsNMR .py-lg-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-lg-3, div.jsNMR .px-lg-3 { padding-left: 1rem !important; } div.jsNMR .p-lg-4 { padding: 1.5rem !important; } div.jsNMR .pt-lg-4, div.jsNMR .py-lg-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-lg-4, div.jsNMR .px-lg-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-lg-4, div.jsNMR .py-lg-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-lg-4, div.jsNMR .px-lg-4 { padding-left: 1.5rem !important; } div.jsNMR .p-lg-5 { padding: 3rem !important; } div.jsNMR .pt-lg-5, div.jsNMR .py-lg-5 { padding-top: 3rem !important; } div.jsNMR .pr-lg-5, div.jsNMR .px-lg-5 { padding-right: 3rem !important; } div.jsNMR .pb-lg-5, div.jsNMR .py-lg-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-lg-5, div.jsNMR .px-lg-5 { padding-left: 3rem !important; } div.jsNMR .m-lg-auto { margin: auto !important; } div.jsNMR .mt-lg-auto, div.jsNMR .my-lg-auto { margin-top: auto !important; } div.jsNMR .mr-lg-auto, div.jsNMR .mx-lg-auto { margin-right: auto !important; } div.jsNMR .mb-lg-auto, div.jsNMR .my-lg-auto { margin-bottom: auto !important; } div.jsNMR .ml-lg-auto, div.jsNMR .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { div.jsNMR .m-xl-0 { margin: 0 !important; } div.jsNMR .mt-xl-0, div.jsNMR .my-xl-0 { margin-top: 0 !important; } div.jsNMR .mr-xl-0, div.jsNMR .mx-xl-0 { margin-right: 0 !important; } div.jsNMR .mb-xl-0, div.jsNMR .my-xl-0 { margin-bottom: 0 !important; } div.jsNMR .ml-xl-0, div.jsNMR .mx-xl-0 { margin-left: 0 !important; } div.jsNMR .m-xl-1 { margin: 0.25rem !important; } div.jsNMR .mt-xl-1, div.jsNMR .my-xl-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-xl-1, div.jsNMR .mx-xl-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-xl-1, div.jsNMR .my-xl-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-xl-1, div.jsNMR .mx-xl-1 { margin-left: 0.25rem !important; } div.jsNMR .m-xl-2 { margin: 0.5rem !important; } div.jsNMR .mt-xl-2, div.jsNMR .my-xl-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-xl-2, div.jsNMR .mx-xl-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-xl-2, div.jsNMR .my-xl-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-xl-2, div.jsNMR .mx-xl-2 { margin-left: 0.5rem !important; } div.jsNMR .m-xl-3 { margin: 1rem !important; } div.jsNMR .mt-xl-3, div.jsNMR .my-xl-3 { margin-top: 1rem !important; } div.jsNMR .mr-xl-3, div.jsNMR .mx-xl-3 { margin-right: 1rem !important; } div.jsNMR .mb-xl-3, div.jsNMR .my-xl-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-xl-3, div.jsNMR .mx-xl-3 { margin-left: 1rem !important; } div.jsNMR .m-xl-4 { margin: 1.5rem !important; } div.jsNMR .mt-xl-4, div.jsNMR .my-xl-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-xl-4, div.jsNMR .mx-xl-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-xl-4, div.jsNMR .my-xl-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-xl-4, div.jsNMR .mx-xl-4 { margin-left: 1.5rem !important; } div.jsNMR .m-xl-5 { margin: 3rem !important; } div.jsNMR .mt-xl-5, div.jsNMR .my-xl-5 { margin-top: 3rem !important; } div.jsNMR .mr-xl-5, div.jsNMR .mx-xl-5 { margin-right: 3rem !important; } div.jsNMR .mb-xl-5, div.jsNMR .my-xl-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-xl-5, div.jsNMR .mx-xl-5 { margin-left: 3rem !important; } div.jsNMR .p-xl-0 { padding: 0 !important; } div.jsNMR .pt-xl-0, div.jsNMR .py-xl-0 { padding-top: 0 !important; } div.jsNMR .pr-xl-0, div.jsNMR .px-xl-0 { padding-right: 0 !important; } div.jsNMR .pb-xl-0, div.jsNMR .py-xl-0 { padding-bottom: 0 !important; } div.jsNMR .pl-xl-0, div.jsNMR .px-xl-0 { padding-left: 0 !important; } div.jsNMR .p-xl-1 { padding: 0.25rem !important; } div.jsNMR .pt-xl-1, div.jsNMR .py-xl-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-xl-1, div.jsNMR .px-xl-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-xl-1, div.jsNMR .py-xl-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-xl-1, div.jsNMR .px-xl-1 { padding-left: 0.25rem !important; } div.jsNMR .p-xl-2 { padding: 0.5rem !important; } div.jsNMR .pt-xl-2, div.jsNMR .py-xl-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-xl-2, div.jsNMR .px-xl-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-xl-2, div.jsNMR .py-xl-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-xl-2, div.jsNMR .px-xl-2 { padding-left: 0.5rem !important; } div.jsNMR .p-xl-3 { padding: 1rem !important; } div.jsNMR .pt-xl-3, div.jsNMR .py-xl-3 { padding-top: 1rem !important; } div.jsNMR .pr-xl-3, div.jsNMR .px-xl-3 { padding-right: 1rem !important; } div.jsNMR .pb-xl-3, div.jsNMR .py-xl-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-xl-3, div.jsNMR .px-xl-3 { padding-left: 1rem !important; } div.jsNMR .p-xl-4 { padding: 1.5rem !important; } div.jsNMR .pt-xl-4, div.jsNMR .py-xl-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-xl-4, div.jsNMR .px-xl-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-xl-4, div.jsNMR .py-xl-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-xl-4, div.jsNMR .px-xl-4 { padding-left: 1.5rem !important; } div.jsNMR .p-xl-5 { padding: 3rem !important; } div.jsNMR .pt-xl-5, div.jsNMR .py-xl-5 { padding-top: 3rem !important; } div.jsNMR .pr-xl-5, div.jsNMR .px-xl-5 { padding-right: 3rem !important; } div.jsNMR .pb-xl-5, div.jsNMR .py-xl-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-xl-5, div.jsNMR .px-xl-5 { padding-left: 3rem !important; } div.jsNMR .m-xl-auto { margin: auto !important; } div.jsNMR .mt-xl-auto, div.jsNMR .my-xl-auto { margin-top: auto !important; } div.jsNMR .mr-xl-auto, div.jsNMR .mx-xl-auto { margin-right: auto !important; } div.jsNMR .mb-xl-auto, div.jsNMR .my-xl-auto { margin-bottom: auto !important; } div.jsNMR .ml-xl-auto, div.jsNMR .mx-xl-auto { margin-left: auto !important; } } div.jsNMR .text-justify { text-align: justify !important; } div.jsNMR .text-nowrap { white-space: nowrap !important; } div.jsNMR .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.jsNMR .text-left { text-align: left !important; } div.jsNMR .text-right { text-align: right !important; } div.jsNMR .text-center { text-align: center !important; } @media (min-width: 576px) { div.jsNMR .text-sm-left { text-align: left !important; } div.jsNMR .text-sm-right { text-align: right !important; } div.jsNMR .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { div.jsNMR .text-md-left { text-align: left !important; } div.jsNMR .text-md-right { text-align: right !important; } div.jsNMR .text-md-center { text-align: center !important; } } @media (min-width: 992px) { div.jsNMR .text-lg-left { text-align: left !important; } div.jsNMR .text-lg-right { text-align: right !important; } div.jsNMR .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { div.jsNMR .text-xl-left { text-align: left !important; } div.jsNMR .text-xl-right { text-align: right !important; } div.jsNMR .text-xl-center { text-align: center !important; } } div.jsNMR .text-lowercase { text-transform: lowercase !important; } div.jsNMR .text-uppercase { text-transform: uppercase !important; } div.jsNMR .text-capitalize { text-transform: capitalize !important; } div.jsNMR .font-weight-light { font-weight: 300 !important; } div.jsNMR .font-weight-normal { font-weight: 400 !important; } div.jsNMR .font-weight-bold { font-weight: 700 !important; } div.jsNMR .font-italic { font-style: italic !important; } div.jsNMR .text-white { color: #fff !important; } div.jsNMR .text-primary { color: #007bff !important; } div.jsNMR a.text-primary:hover, div.jsNMR a.text-primary:focus { color: #0062cc !important; } div.jsNMR .text-secondary { color: #6c757d !important; } div.jsNMR a.text-secondary:hover, div.jsNMR a.text-secondary:focus { color: #545b62 !important; } div.jsNMR .text-success { color: #28a745 !important; } div.jsNMR a.text-success:hover, div.jsNMR a.text-success:focus { color: #1e7e34 !important; } div.jsNMR .text-info { color: #17a2b8 !important; } div.jsNMR a.text-info:hover, div.jsNMR a.text-info:focus { color: #117a8b !important; } div.jsNMR .text-warning { color: #ffc107 !important; } div.jsNMR a.text-warning:hover, div.jsNMR a.text-warning:focus { color: #d39e00 !important; } div.jsNMR .text-danger { color: #dc3545 !important; } div.jsNMR a.text-danger:hover, div.jsNMR a.text-danger:focus { color: #bd2130 !important; } div.jsNMR .text-light { color: #f8f9fa !important; } div.jsNMR a.text-light:hover, div.jsNMR a.text-light:focus { color: #dae0e5 !important; } div.jsNMR .text-dark { color: #343a40 !important; } div.jsNMR a.text-dark:hover, div.jsNMR a.text-dark:focus { color: #1d2124 !important; } div.jsNMR .text-muted { color: #6c757d !important; } div.jsNMR .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } div.jsNMR .visible { visibility: visible !important; } div.jsNMR .invisible { visibility: hidden !important; } @media print { div.jsNMR *, div.jsNMR *::before, div.jsNMR *::after { text-shadow: none !important; box-shadow: none !important; } div.jsNMR a:not(.btn) { text-decoration: underline; } div.jsNMR abbr[title]::after { content: " (" attr(title) ")"; } div.jsNMR pre { white-space: pre-wrap !important; } div.jsNMR pre, div.jsNMR blockquote { border: 1px solid #999; page-break-inside: avoid; } div.jsNMR thead { display: table-header-group; } div.jsNMR tr, div.jsNMR img { page-break-inside: avoid; } div.jsNMR p, div.jsNMR h2, div.jsNMR h3 { orphans: 3; widows: 3; } div.jsNMR h2, div.jsNMR h3 { page-break-after: avoid; } @page { div.jsNMR { size: a3; } } div.jsNMR body { min-width: 992px !important; } div.jsNMR .container { min-width: 992px !important; } div.jsNMR .navbar { display: none; } div.jsNMR .badge { border: 1px solid #000; } div.jsNMR .table { border-collapse: collapse !important; } div.jsNMR .table td, div.jsNMR .table th { background-color: #fff !important; } div.jsNMR .table-bordered th, div.jsNMR .table-bordered td { border: 1px solid #ddd !important; } } /*# sourceMappingURL=style.css.map */
src/modules/types/science/spectra/nmr/1dnmr_2/style.css
div.jsNMR { /*! * Bootstrap v4.0.0 (https://getbootstrap.com) * Copyright 2011-2018 The Bootstrap Authors * Copyright 2011-2018 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) */ /*!@import "root";*/ } div.jsNMR *, div.jsNMR *::before, div.jsNMR *::after { box-sizing: border-box; } div.jsNMR html { font-family: sans-serif; line-height: 1.15; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; -ms-overflow-style: scrollbar; -webkit-tap-highlight-color: transparent; } @-ms-viewport { width: device-width; } div.jsNMR article, div.jsNMR aside, div.jsNMR dialog, div.jsNMR figcaption, div.jsNMR figure, div.jsNMR footer, div.jsNMR header, div.jsNMR hgroup, div.jsNMR main, div.jsNMR nav, div.jsNMR section { display: block; } div.jsNMR body { margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #212529; text-align: left; background-color: #fff; } div.jsNMR [tabindex="-1"]:focus { outline: 0 !important; } div.jsNMR hr { box-sizing: content-box; height: 0; overflow: visible; } div.jsNMR h1, div.jsNMR h2, div.jsNMR h3, div.jsNMR h4, div.jsNMR h5, div.jsNMR h6 { margin-top: 0; margin-bottom: 0.5rem; } div.jsNMR p { margin-top: 0; margin-bottom: 1rem; } div.jsNMR abbr[title], div.jsNMR abbr[data-original-title] { text-decoration: underline; text-decoration: underline dotted; cursor: help; border-bottom: 0; } div.jsNMR address { margin-bottom: 1rem; font-style: normal; line-height: inherit; } div.jsNMR ol, div.jsNMR ul, div.jsNMR dl { margin-top: 0; margin-bottom: 1rem; } div.jsNMR ol ol, div.jsNMR ul ul, div.jsNMR ol ul, div.jsNMR ul ol { margin-bottom: 0; } div.jsNMR dt { font-weight: 700; } div.jsNMR dd { margin-bottom: .5rem; margin-left: 0; } div.jsNMR blockquote { margin: 0 0 1rem; } div.jsNMR dfn { font-style: italic; } div.jsNMR b, div.jsNMR strong { font-weight: bolder; } div.jsNMR small { font-size: 80%; } div.jsNMR sub, div.jsNMR sup { position: relative; font-size: 75%; line-height: 0; vertical-align: baseline; } div.jsNMR sub { bottom: -.25em; } div.jsNMR sup { top: -.5em; } div.jsNMR a { color: #007bff; text-decoration: none; background-color: transparent; -webkit-text-decoration-skip: objects; } div.jsNMR a:hover { color: #0056b3; text-decoration: underline; } div.jsNMR a:not([href]):not([tabindex]) { color: inherit; text-decoration: none; } div.jsNMR a:not([href]):not([tabindex]):hover, div.jsNMR a:not([href]):not([tabindex]):focus { color: inherit; text-decoration: none; } div.jsNMR a:not([href]):not([tabindex]):focus { outline: 0; } div.jsNMR pre, div.jsNMR code, div.jsNMR kbd, div.jsNMR samp { font-family: monospace, monospace; font-size: 1em; } div.jsNMR pre { margin-top: 0; margin-bottom: 1rem; overflow: auto; -ms-overflow-style: scrollbar; } div.jsNMR figure { margin: 0 0 1rem; } div.jsNMR img { vertical-align: middle; border-style: none; } div.jsNMR svg:not(:root) { overflow: hidden; } div.jsNMR table { border-collapse: collapse; } div.jsNMR caption { padding-top: 0.75rem; padding-bottom: 0.75rem; color: #6c757d; text-align: left; caption-side: bottom; } div.jsNMR th { text-align: inherit; } div.jsNMR label { display: inline-block; margin-bottom: .5rem; } div.jsNMR button { border-radius: 0; } div.jsNMR button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } div.jsNMR input, div.jsNMR button, div.jsNMR select, div.jsNMR optgroup, div.jsNMR textarea { margin: 0; font-family: inherit; font-size: inherit; line-height: inherit; } div.jsNMR button, div.jsNMR input { overflow: visible; } div.jsNMR button, div.jsNMR select { text-transform: none; } div.jsNMR button, div.jsNMR html [type="button"], div.jsNMR [type="reset"], div.jsNMR [type="submit"] { -webkit-appearance: button; } div.jsNMR button::-moz-focus-inner, div.jsNMR [type="button"]::-moz-focus-inner, div.jsNMR [type="reset"]::-moz-focus-inner, div.jsNMR [type="submit"]::-moz-focus-inner { padding: 0; border-style: none; } div.jsNMR input[type="radio"], div.jsNMR input[type="checkbox"] { box-sizing: border-box; padding: 0; } div.jsNMR input[type="date"], div.jsNMR input[type="time"], div.jsNMR input[type="datetime-local"], div.jsNMR input[type="month"] { -webkit-appearance: listbox; } div.jsNMR textarea { overflow: auto; resize: vertical; } div.jsNMR fieldset { min-width: 0; padding: 0; margin: 0; border: 0; } div.jsNMR legend { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: .5rem; font-size: 1.5rem; line-height: inherit; color: inherit; white-space: normal; } div.jsNMR progress { vertical-align: baseline; } div.jsNMR [type="number"]::-webkit-inner-spin-button, div.jsNMR [type="number"]::-webkit-outer-spin-button { height: auto; } div.jsNMR [type="search"] { outline-offset: -2px; -webkit-appearance: none; } div.jsNMR [type="search"]::-webkit-search-cancel-button, div.jsNMR [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } div.jsNMR ::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; } div.jsNMR output { display: inline-block; } div.jsNMR summary { display: list-item; cursor: pointer; } div.jsNMR template { display: none; } div.jsNMR [hidden] { display: none !important; } div.jsNMR h1, div.jsNMR h2, div.jsNMR h3, div.jsNMR h4, div.jsNMR h5, div.jsNMR h6, div.jsNMR .h1, div.jsNMR .h2, div.jsNMR .h3, div.jsNMR .h4, div.jsNMR .h5, div.jsNMR .h6 { margin-bottom: 0.5rem; font-family: inherit; font-weight: 500; line-height: 1.2; color: inherit; } div.jsNMR h1, div.jsNMR .h1 { font-size: 2.5rem; } div.jsNMR h2, div.jsNMR .h2 { font-size: 2rem; } div.jsNMR h3, div.jsNMR .h3 { font-size: 1.75rem; } div.jsNMR h4, div.jsNMR .h4 { font-size: 1.5rem; } div.jsNMR h5, div.jsNMR .h5 { font-size: 1.25rem; } div.jsNMR h6, div.jsNMR .h6 { font-size: 1rem; } div.jsNMR .lead { font-size: 1.25rem; font-weight: 300; } div.jsNMR .display-1 { font-size: 6rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-2 { font-size: 5.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-3 { font-size: 4.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR .display-4 { font-size: 3.5rem; font-weight: 300; line-height: 1.2; } div.jsNMR hr { margin-top: 1rem; margin-bottom: 1rem; border: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); } div.jsNMR small, div.jsNMR .small { font-size: 80%; font-weight: 400; } div.jsNMR mark, div.jsNMR .mark { padding: 0.2em; background-color: #fcf8e3; } div.jsNMR .list-unstyled { padding-left: 0; list-style: none; } div.jsNMR .list-inline { padding-left: 0; list-style: none; } div.jsNMR .list-inline-item { display: inline-block; } div.jsNMR .list-inline-item:not(:last-child) { margin-right: 0.5rem; } div.jsNMR .initialism { font-size: 90%; text-transform: uppercase; } div.jsNMR .blockquote { margin-bottom: 1rem; font-size: 1.25rem; } div.jsNMR .blockquote-footer { display: block; font-size: 80%; color: #6c757d; } div.jsNMR .blockquote-footer::before { content: "\2014 \00A0"; } div.jsNMR .img-fluid { max-width: 100%; height: auto; } div.jsNMR .img-thumbnail { padding: 0.25rem; background-color: #fff; border: 1px solid #dee2e6; border-radius: 0.25rem; max-width: 100%; height: auto; } div.jsNMR .figure { display: inline-block; } div.jsNMR .figure-img { margin-bottom: 0.5rem; line-height: 1; } div.jsNMR .figure-caption { font-size: 90%; color: #6c757d; } div.jsNMR code, div.jsNMR kbd, div.jsNMR pre, div.jsNMR samp { font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } div.jsNMR code { font-size: 87.5%; color: #e83e8c; word-break: break-word; } a > div.jsNMR code { color: inherit; } div.jsNMR kbd { padding: 0.2rem 0.4rem; font-size: 87.5%; color: #fff; background-color: #212529; border-radius: 0.2rem; } div.jsNMR kbd kbd { padding: 0; font-size: 100%; font-weight: 700; } div.jsNMR pre { display: block; font-size: 87.5%; color: #212529; } div.jsNMR pre code { font-size: inherit; color: inherit; word-break: normal; } div.jsNMR .pre-scrollable { max-height: 340px; overflow-y: scroll; } div.jsNMR .container { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } @media (min-width: 576px) { div.jsNMR .container { max-width: 540px; } } @media (min-width: 768px) { div.jsNMR .container { max-width: 720px; } } @media (min-width: 992px) { div.jsNMR .container { max-width: 960px; } } @media (min-width: 1200px) { div.jsNMR .container { max-width: 1140px; } } div.jsNMR .container-fluid { width: 100%; padding-right: 15px; padding-left: 15px; margin-right: auto; margin-left: auto; } div.jsNMR .row { display: flex; flex-wrap: wrap; margin-right: -15px; margin-left: -15px; } div.jsNMR .no-gutters { margin-right: 0; margin-left: 0; } div.jsNMR .no-gutters > .col, div.jsNMR .no-gutters > [class*="col-"] { padding-right: 0; padding-left: 0; } div.jsNMR .col-1, div.jsNMR .col-2, div.jsNMR .col-3, div.jsNMR .col-4, div.jsNMR .col-5, div.jsNMR .col-6, div.jsNMR .col-7, div.jsNMR .col-8, div.jsNMR .col-9, div.jsNMR .col-10, div.jsNMR .col-11, div.jsNMR .col-12, div.jsNMR .col, div.jsNMR .col-auto, div.jsNMR .col-sm-1, div.jsNMR .col-sm-2, div.jsNMR .col-sm-3, div.jsNMR .col-sm-4, div.jsNMR .col-sm-5, div.jsNMR .col-sm-6, div.jsNMR .col-sm-7, div.jsNMR .col-sm-8, div.jsNMR .col-sm-9, div.jsNMR .col-sm-10, div.jsNMR .col-sm-11, div.jsNMR .col-sm-12, div.jsNMR .col-sm, div.jsNMR .col-sm-auto, div.jsNMR .col-md-1, div.jsNMR .col-md-2, div.jsNMR .col-md-3, div.jsNMR .col-md-4, div.jsNMR .col-md-5, div.jsNMR .col-md-6, div.jsNMR .col-md-7, div.jsNMR .col-md-8, div.jsNMR .col-md-9, div.jsNMR .col-md-10, div.jsNMR .col-md-11, div.jsNMR .col-md-12, div.jsNMR .col-md, div.jsNMR .col-md-auto, div.jsNMR .col-lg-1, div.jsNMR .col-lg-2, div.jsNMR .col-lg-3, div.jsNMR .col-lg-4, div.jsNMR .col-lg-5, div.jsNMR .col-lg-6, div.jsNMR .col-lg-7, div.jsNMR .col-lg-8, div.jsNMR .col-lg-9, div.jsNMR .col-lg-10, div.jsNMR .col-lg-11, div.jsNMR .col-lg-12, div.jsNMR .col-lg, div.jsNMR .col-lg-auto, div.jsNMR .col-xl-1, div.jsNMR .col-xl-2, div.jsNMR .col-xl-3, div.jsNMR .col-xl-4, div.jsNMR .col-xl-5, div.jsNMR .col-xl-6, div.jsNMR .col-xl-7, div.jsNMR .col-xl-8, div.jsNMR .col-xl-9, div.jsNMR .col-xl-10, div.jsNMR .col-xl-11, div.jsNMR .col-xl-12, div.jsNMR .col-xl, div.jsNMR .col-xl-auto { position: relative; width: 100%; min-height: 1px; padding-right: 15px; padding-left: 15px; } div.jsNMR .col { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-first { order: -1; } div.jsNMR .order-last { order: 13; } div.jsNMR .order-0 { order: 0; } div.jsNMR .order-1 { order: 1; } div.jsNMR .order-2 { order: 2; } div.jsNMR .order-3 { order: 3; } div.jsNMR .order-4 { order: 4; } div.jsNMR .order-5 { order: 5; } div.jsNMR .order-6 { order: 6; } div.jsNMR .order-7 { order: 7; } div.jsNMR .order-8 { order: 8; } div.jsNMR .order-9 { order: 9; } div.jsNMR .order-10 { order: 10; } div.jsNMR .order-11 { order: 11; } div.jsNMR .order-12 { order: 12; } div.jsNMR .offset-1 { margin-left: 8.33333%; } div.jsNMR .offset-2 { margin-left: 16.66667%; } div.jsNMR .offset-3 { margin-left: 25%; } div.jsNMR .offset-4 { margin-left: 33.33333%; } div.jsNMR .offset-5 { margin-left: 41.66667%; } div.jsNMR .offset-6 { margin-left: 50%; } div.jsNMR .offset-7 { margin-left: 58.33333%; } div.jsNMR .offset-8 { margin-left: 66.66667%; } div.jsNMR .offset-9 { margin-left: 75%; } div.jsNMR .offset-10 { margin-left: 83.33333%; } div.jsNMR .offset-11 { margin-left: 91.66667%; } @media (min-width: 576px) { div.jsNMR .col-sm { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-sm-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-sm-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-sm-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-sm-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-sm-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-sm-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-sm-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-sm-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-sm-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-sm-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-sm-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-sm-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-sm-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-sm-first { order: -1; } div.jsNMR .order-sm-last { order: 13; } div.jsNMR .order-sm-0 { order: 0; } div.jsNMR .order-sm-1 { order: 1; } div.jsNMR .order-sm-2 { order: 2; } div.jsNMR .order-sm-3 { order: 3; } div.jsNMR .order-sm-4 { order: 4; } div.jsNMR .order-sm-5 { order: 5; } div.jsNMR .order-sm-6 { order: 6; } div.jsNMR .order-sm-7 { order: 7; } div.jsNMR .order-sm-8 { order: 8; } div.jsNMR .order-sm-9 { order: 9; } div.jsNMR .order-sm-10 { order: 10; } div.jsNMR .order-sm-11 { order: 11; } div.jsNMR .order-sm-12 { order: 12; } div.jsNMR .offset-sm-0 { margin-left: 0; } div.jsNMR .offset-sm-1 { margin-left: 8.33333%; } div.jsNMR .offset-sm-2 { margin-left: 16.66667%; } div.jsNMR .offset-sm-3 { margin-left: 25%; } div.jsNMR .offset-sm-4 { margin-left: 33.33333%; } div.jsNMR .offset-sm-5 { margin-left: 41.66667%; } div.jsNMR .offset-sm-6 { margin-left: 50%; } div.jsNMR .offset-sm-7 { margin-left: 58.33333%; } div.jsNMR .offset-sm-8 { margin-left: 66.66667%; } div.jsNMR .offset-sm-9 { margin-left: 75%; } div.jsNMR .offset-sm-10 { margin-left: 83.33333%; } div.jsNMR .offset-sm-11 { margin-left: 91.66667%; } } @media (min-width: 768px) { div.jsNMR .col-md { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-md-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-md-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-md-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-md-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-md-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-md-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-md-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-md-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-md-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-md-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-md-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-md-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-md-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-md-first { order: -1; } div.jsNMR .order-md-last { order: 13; } div.jsNMR .order-md-0 { order: 0; } div.jsNMR .order-md-1 { order: 1; } div.jsNMR .order-md-2 { order: 2; } div.jsNMR .order-md-3 { order: 3; } div.jsNMR .order-md-4 { order: 4; } div.jsNMR .order-md-5 { order: 5; } div.jsNMR .order-md-6 { order: 6; } div.jsNMR .order-md-7 { order: 7; } div.jsNMR .order-md-8 { order: 8; } div.jsNMR .order-md-9 { order: 9; } div.jsNMR .order-md-10 { order: 10; } div.jsNMR .order-md-11 { order: 11; } div.jsNMR .order-md-12 { order: 12; } div.jsNMR .offset-md-0 { margin-left: 0; } div.jsNMR .offset-md-1 { margin-left: 8.33333%; } div.jsNMR .offset-md-2 { margin-left: 16.66667%; } div.jsNMR .offset-md-3 { margin-left: 25%; } div.jsNMR .offset-md-4 { margin-left: 33.33333%; } div.jsNMR .offset-md-5 { margin-left: 41.66667%; } div.jsNMR .offset-md-6 { margin-left: 50%; } div.jsNMR .offset-md-7 { margin-left: 58.33333%; } div.jsNMR .offset-md-8 { margin-left: 66.66667%; } div.jsNMR .offset-md-9 { margin-left: 75%; } div.jsNMR .offset-md-10 { margin-left: 83.33333%; } div.jsNMR .offset-md-11 { margin-left: 91.66667%; } } @media (min-width: 992px) { div.jsNMR .col-lg { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-lg-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-lg-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-lg-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-lg-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-lg-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-lg-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-lg-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-lg-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-lg-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-lg-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-lg-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-lg-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-lg-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-lg-first { order: -1; } div.jsNMR .order-lg-last { order: 13; } div.jsNMR .order-lg-0 { order: 0; } div.jsNMR .order-lg-1 { order: 1; } div.jsNMR .order-lg-2 { order: 2; } div.jsNMR .order-lg-3 { order: 3; } div.jsNMR .order-lg-4 { order: 4; } div.jsNMR .order-lg-5 { order: 5; } div.jsNMR .order-lg-6 { order: 6; } div.jsNMR .order-lg-7 { order: 7; } div.jsNMR .order-lg-8 { order: 8; } div.jsNMR .order-lg-9 { order: 9; } div.jsNMR .order-lg-10 { order: 10; } div.jsNMR .order-lg-11 { order: 11; } div.jsNMR .order-lg-12 { order: 12; } div.jsNMR .offset-lg-0 { margin-left: 0; } div.jsNMR .offset-lg-1 { margin-left: 8.33333%; } div.jsNMR .offset-lg-2 { margin-left: 16.66667%; } div.jsNMR .offset-lg-3 { margin-left: 25%; } div.jsNMR .offset-lg-4 { margin-left: 33.33333%; } div.jsNMR .offset-lg-5 { margin-left: 41.66667%; } div.jsNMR .offset-lg-6 { margin-left: 50%; } div.jsNMR .offset-lg-7 { margin-left: 58.33333%; } div.jsNMR .offset-lg-8 { margin-left: 66.66667%; } div.jsNMR .offset-lg-9 { margin-left: 75%; } div.jsNMR .offset-lg-10 { margin-left: 83.33333%; } div.jsNMR .offset-lg-11 { margin-left: 91.66667%; } } @media (min-width: 1200px) { div.jsNMR .col-xl { flex-basis: 0; flex-grow: 1; max-width: 100%; } div.jsNMR .col-xl-auto { flex: 0 0 auto; width: auto; max-width: none; } div.jsNMR .col-xl-1 { flex: 0 0 8.33333%; max-width: 8.33333%; } div.jsNMR .col-xl-2 { flex: 0 0 16.66667%; max-width: 16.66667%; } div.jsNMR .col-xl-3 { flex: 0 0 25%; max-width: 25%; } div.jsNMR .col-xl-4 { flex: 0 0 33.33333%; max-width: 33.33333%; } div.jsNMR .col-xl-5 { flex: 0 0 41.66667%; max-width: 41.66667%; } div.jsNMR .col-xl-6 { flex: 0 0 50%; max-width: 50%; } div.jsNMR .col-xl-7 { flex: 0 0 58.33333%; max-width: 58.33333%; } div.jsNMR .col-xl-8 { flex: 0 0 66.66667%; max-width: 66.66667%; } div.jsNMR .col-xl-9 { flex: 0 0 75%; max-width: 75%; } div.jsNMR .col-xl-10 { flex: 0 0 83.33333%; max-width: 83.33333%; } div.jsNMR .col-xl-11 { flex: 0 0 91.66667%; max-width: 91.66667%; } div.jsNMR .col-xl-12 { flex: 0 0 100%; max-width: 100%; } div.jsNMR .order-xl-first { order: -1; } div.jsNMR .order-xl-last { order: 13; } div.jsNMR .order-xl-0 { order: 0; } div.jsNMR .order-xl-1 { order: 1; } div.jsNMR .order-xl-2 { order: 2; } div.jsNMR .order-xl-3 { order: 3; } div.jsNMR .order-xl-4 { order: 4; } div.jsNMR .order-xl-5 { order: 5; } div.jsNMR .order-xl-6 { order: 6; } div.jsNMR .order-xl-7 { order: 7; } div.jsNMR .order-xl-8 { order: 8; } div.jsNMR .order-xl-9 { order: 9; } div.jsNMR .order-xl-10 { order: 10; } div.jsNMR .order-xl-11 { order: 11; } div.jsNMR .order-xl-12 { order: 12; } div.jsNMR .offset-xl-0 { margin-left: 0; } div.jsNMR .offset-xl-1 { margin-left: 8.33333%; } div.jsNMR .offset-xl-2 { margin-left: 16.66667%; } div.jsNMR .offset-xl-3 { margin-left: 25%; } div.jsNMR .offset-xl-4 { margin-left: 33.33333%; } div.jsNMR .offset-xl-5 { margin-left: 41.66667%; } div.jsNMR .offset-xl-6 { margin-left: 50%; } div.jsNMR .offset-xl-7 { margin-left: 58.33333%; } div.jsNMR .offset-xl-8 { margin-left: 66.66667%; } div.jsNMR .offset-xl-9 { margin-left: 75%; } div.jsNMR .offset-xl-10 { margin-left: 83.33333%; } div.jsNMR .offset-xl-11 { margin-left: 91.66667%; } } div.jsNMR .table { width: 100%; max-width: 100%; margin-bottom: 1rem; background-color: transparent; } div.jsNMR .table th, div.jsNMR .table td { padding: 0.75rem; vertical-align: top; border-top: 1px solid #dee2e6; } div.jsNMR .table thead th { vertical-align: bottom; border-bottom: 2px solid #dee2e6; } div.jsNMR .table tbody + tbody { border-top: 2px solid #dee2e6; } div.jsNMR .table .table { background-color: #fff; } div.jsNMR .table-sm th, div.jsNMR .table-sm td { padding: 0.3rem; } div.jsNMR .table-bordered { border: 1px solid #dee2e6; } div.jsNMR .table-bordered th, div.jsNMR .table-bordered td { border: 1px solid #dee2e6; } div.jsNMR .table-bordered thead th, div.jsNMR .table-bordered thead td { border-bottom-width: 2px; } div.jsNMR .table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0, 0, 0, 0.05); } div.jsNMR .table-hover tbody tr:hover { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-primary, div.jsNMR .table-primary > th, div.jsNMR .table-primary > td { background-color: #b8daff; } div.jsNMR .table-hover .table-primary:hover { background-color: #9fcdff; } div.jsNMR .table-hover .table-primary:hover > td, div.jsNMR .table-hover .table-primary:hover > th { background-color: #9fcdff; } div.jsNMR .table-secondary, div.jsNMR .table-secondary > th, div.jsNMR .table-secondary > td { background-color: #d6d8db; } div.jsNMR .table-hover .table-secondary:hover { background-color: #c8cbcf; } div.jsNMR .table-hover .table-secondary:hover > td, div.jsNMR .table-hover .table-secondary:hover > th { background-color: #c8cbcf; } div.jsNMR .table-success, div.jsNMR .table-success > th, div.jsNMR .table-success > td { background-color: #c3e6cb; } div.jsNMR .table-hover .table-success:hover { background-color: #b1dfbb; } div.jsNMR .table-hover .table-success:hover > td, div.jsNMR .table-hover .table-success:hover > th { background-color: #b1dfbb; } div.jsNMR .table-info, div.jsNMR .table-info > th, div.jsNMR .table-info > td { background-color: #bee5eb; } div.jsNMR .table-hover .table-info:hover { background-color: #abdde5; } div.jsNMR .table-hover .table-info:hover > td, div.jsNMR .table-hover .table-info:hover > th { background-color: #abdde5; } div.jsNMR .table-warning, div.jsNMR .table-warning > th, div.jsNMR .table-warning > td { background-color: #ffeeba; } div.jsNMR .table-hover .table-warning:hover { background-color: #ffe8a1; } div.jsNMR .table-hover .table-warning:hover > td, div.jsNMR .table-hover .table-warning:hover > th { background-color: #ffe8a1; } div.jsNMR .table-danger, div.jsNMR .table-danger > th, div.jsNMR .table-danger > td { background-color: #f5c6cb; } div.jsNMR .table-hover .table-danger:hover { background-color: #f1b0b7; } div.jsNMR .table-hover .table-danger:hover > td, div.jsNMR .table-hover .table-danger:hover > th { background-color: #f1b0b7; } div.jsNMR .table-light, div.jsNMR .table-light > th, div.jsNMR .table-light > td { background-color: #fdfdfe; } div.jsNMR .table-hover .table-light:hover { background-color: #ececf6; } div.jsNMR .table-hover .table-light:hover > td, div.jsNMR .table-hover .table-light:hover > th { background-color: #ececf6; } div.jsNMR .table-dark, div.jsNMR .table-dark > th, div.jsNMR .table-dark > td { background-color: #c6c8ca; } div.jsNMR .table-hover .table-dark:hover { background-color: #b9bbbe; } div.jsNMR .table-hover .table-dark:hover > td, div.jsNMR .table-hover .table-dark:hover > th { background-color: #b9bbbe; } div.jsNMR .table-active, div.jsNMR .table-active > th, div.jsNMR .table-active > td { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-hover .table-active:hover { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table-hover .table-active:hover > td, div.jsNMR .table-hover .table-active:hover > th { background-color: rgba(0, 0, 0, 0.075); } div.jsNMR .table .thead-dark th { color: #fff; background-color: #212529; border-color: #32383e; } div.jsNMR .table .thead-light th { color: #495057; background-color: #e9ecef; border-color: #dee2e6; } div.jsNMR .table-dark { color: #fff; background-color: #212529; } div.jsNMR .table-dark th, div.jsNMR .table-dark td, div.jsNMR .table-dark thead th { border-color: #32383e; } div.jsNMR .table-dark.table-bordered { border: 0; } div.jsNMR .table-dark.table-striped tbody tr:nth-of-type(odd) { background-color: rgba(255, 255, 255, 0.05); } div.jsNMR .table-dark.table-hover tbody tr:hover { background-color: rgba(255, 255, 255, 0.075); } @media (max-width: 575.98px) { div.jsNMR .table-responsive-sm { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-sm > .table-bordered { border: 0; } } @media (max-width: 767.98px) { div.jsNMR .table-responsive-md { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-md > .table-bordered { border: 0; } } @media (max-width: 991.98px) { div.jsNMR .table-responsive-lg { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-lg > .table-bordered { border: 0; } } @media (max-width: 1199.98px) { div.jsNMR .table-responsive-xl { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive-xl > .table-bordered { border: 0; } } div.jsNMR .table-responsive { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; -ms-overflow-style: -ms-autohiding-scrollbar; } div.jsNMR .table-responsive > .table-bordered { border: 0; } div.jsNMR .form-control { display: block; width: 100%; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; color: #495057; background-color: #fff; background-clip: padding-box; border: 1px solid #ced4da; border-radius: 0.25rem; transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } div.jsNMR .form-control::-ms-expand { background-color: transparent; border: 0; } div.jsNMR .form-control:focus { color: #495057; background-color: #fff; border-color: #80bdff; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .form-control::placeholder { color: #6c757d; opacity: 1; } div.jsNMR .form-control:disabled, div.jsNMR .form-control[readonly] { background-color: #e9ecef; opacity: 1; } div.jsNMR select.form-control:not([size]):not([multiple]) { height: calc(2.25rem + 2px); } div.jsNMR select.form-control:focus::-ms-value { color: #495057; background-color: #fff; } div.jsNMR .form-control-file, div.jsNMR .form-control-range { display: block; width: 100%; } div.jsNMR .col-form-label { padding-top: calc(0.375rem + 1px); padding-bottom: calc(0.375rem + 1px); margin-bottom: 0; font-size: inherit; line-height: 1.5; } div.jsNMR .col-form-label-lg { padding-top: calc(0.5rem + 1px); padding-bottom: calc(0.5rem + 1px); font-size: 1.25rem; line-height: 1.5; } div.jsNMR .col-form-label-sm { padding-top: calc(0.25rem + 1px); padding-bottom: calc(0.25rem + 1px); font-size: 0.875rem; line-height: 1.5; } div.jsNMR .form-control-plaintext { display: block; width: 100%; padding-top: 0.375rem; padding-bottom: 0.375rem; margin-bottom: 0; line-height: 1.5; background-color: transparent; border: solid transparent; border-width: 1px 0; } div.jsNMR .form-control-plaintext.form-control-sm, div.jsNMR .input-group-sm > .form-control-plaintext.form-control, div.jsNMR .input-group-sm > .input-group-prepend > .form-control-plaintext.input-group-text, div.jsNMR .input-group-sm > .input-group-append > .form-control-plaintext.input-group-text, div.jsNMR .input-group-sm > .input-group-prepend > .form-control-plaintext.btn, div.jsNMR .input-group-sm > .input-group-append > .form-control-plaintext.btn, div.jsNMR .form-control-plaintext.form-control-lg, div.jsNMR .input-group-lg > .form-control-plaintext.form-control, div.jsNMR .input-group-lg > .input-group-prepend > .form-control-plaintext.input-group-text, div.jsNMR .input-group-lg > .input-group-append > .form-control-plaintext.input-group-text, div.jsNMR .input-group-lg > .input-group-prepend > .form-control-plaintext.btn, div.jsNMR .input-group-lg > .input-group-append > .form-control-plaintext.btn { padding-right: 0; padding-left: 0; } div.jsNMR .form-control-sm, div.jsNMR .input-group-sm > .form-control, div.jsNMR .input-group-sm > .input-group-prepend > .input-group-text, div.jsNMR .input-group-sm > .input-group-append > .input-group-text, div.jsNMR .input-group-sm > .input-group-prepend > .btn, div.jsNMR .input-group-sm > .input-group-append > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } div.jsNMR select.form-control-sm:not([size]):not([multiple]), div.jsNMR .input-group-sm > select.form-control:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-append > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-prepend > select.btn:not([size]):not([multiple]), div.jsNMR .input-group-sm > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(1.8125rem + 2px); } div.jsNMR .form-control-lg, div.jsNMR .input-group-lg > .form-control, div.jsNMR .input-group-lg > .input-group-prepend > .input-group-text, div.jsNMR .input-group-lg > .input-group-append > .input-group-text, div.jsNMR .input-group-lg > .input-group-prepend > .btn, div.jsNMR .input-group-lg > .input-group-append > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } div.jsNMR select.form-control-lg:not([size]):not([multiple]), div.jsNMR .input-group-lg > select.form-control:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-prepend > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-append > select.input-group-text:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-prepend > select.btn:not([size]):not([multiple]), div.jsNMR .input-group-lg > .input-group-append > select.btn:not([size]):not([multiple]) { height: calc(2.875rem + 2px); } div.jsNMR .form-group { margin-bottom: 1rem; } div.jsNMR .form-text { display: block; margin-top: 0.25rem; } div.jsNMR .form-row { display: flex; flex-wrap: wrap; margin-right: -5px; margin-left: -5px; } div.jsNMR .form-row > .col, div.jsNMR .form-row > [class*="col-"] { padding-right: 5px; padding-left: 5px; } div.jsNMR .form-check { position: relative; display: block; padding-left: 1.25rem; } div.jsNMR .form-check-input { position: absolute; margin-top: 0.3rem; margin-left: -1.25rem; } div.jsNMR .form-check-input:disabled ~ .form-check-label { color: #6c757d; } div.jsNMR .form-check-label { margin-bottom: 0; } div.jsNMR .form-check-inline { display: inline-flex; align-items: center; padding-left: 0; margin-right: 0.75rem; } div.jsNMR .form-check-inline .form-check-input { position: static; margin-top: 0; margin-right: 0.3125rem; margin-left: 0; } div.jsNMR .valid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #28a745; } div.jsNMR .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, 0.8); border-radius: .2rem; } .was-validated div.jsNMR .form-control:valid, div.jsNMR .form-control.is-valid, .was-validated div.jsNMR .custom-select:valid, div.jsNMR .custom-select.is-valid { border-color: #28a745; } .was-validated div.jsNMR .form-control:valid:focus, div.jsNMR .form-control.is-valid:focus, .was-validated div.jsNMR .custom-select:valid:focus, div.jsNMR .custom-select.is-valid:focus { border-color: #28a745; box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated div.jsNMR .form-control:valid ~ .valid-feedback, .was-validated div.jsNMR .form-control:valid ~ .valid-tooltip, div.jsNMR .form-control.is-valid ~ .valid-feedback, div.jsNMR .form-control.is-valid ~ .valid-tooltip, .was-validated div.jsNMR .custom-select:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-select:valid ~ .valid-tooltip, div.jsNMR .custom-select.is-valid ~ .valid-feedback, div.jsNMR .custom-select.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .form-check-input:valid ~ .form-check-label, div.jsNMR .form-check-input.is-valid ~ .form-check-label { color: #28a745; } .was-validated div.jsNMR .form-check-input:valid ~ .valid-feedback, .was-validated div.jsNMR .form-check-input:valid ~ .valid-tooltip, div.jsNMR .form-check-input.is-valid ~ .valid-feedback, div.jsNMR .form-check-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:valid ~ .custom-control-label, div.jsNMR .custom-control-input.is-valid ~ .custom-control-label { color: #28a745; } .was-validated div.jsNMR .custom-control-input:valid ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid ~ .custom-control-label::before { background-color: #71dd8a; } .was-validated div.jsNMR .custom-control-input:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-control-input:valid ~ .valid-tooltip, div.jsNMR .custom-control-input.is-valid ~ .valid-feedback, div.jsNMR .custom-control-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:valid:checked ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid:checked ~ .custom-control-label::before { background-color: #34ce57; } .was-validated div.jsNMR .custom-control-input:valid:focus ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-valid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } .was-validated div.jsNMR .custom-file-input:valid ~ .custom-file-label, div.jsNMR .custom-file-input.is-valid ~ .custom-file-label { border-color: #28a745; } .was-validated div.jsNMR .custom-file-input:valid ~ .custom-file-label::before, div.jsNMR .custom-file-input.is-valid ~ .custom-file-label::before { border-color: inherit; } .was-validated div.jsNMR .custom-file-input:valid ~ .valid-feedback, .was-validated div.jsNMR .custom-file-input:valid ~ .valid-tooltip, div.jsNMR .custom-file-input.is-valid ~ .valid-feedback, div.jsNMR .custom-file-input.is-valid ~ .valid-tooltip { display: block; } .was-validated div.jsNMR .custom-file-input:valid:focus ~ .custom-file-label, div.jsNMR .custom-file-input.is-valid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); } div.jsNMR .invalid-feedback { display: none; width: 100%; margin-top: 0.25rem; font-size: 80%; color: #dc3545; } div.jsNMR .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, 0.8); border-radius: .2rem; } .was-validated div.jsNMR .form-control:invalid, div.jsNMR .form-control.is-invalid, .was-validated div.jsNMR .custom-select:invalid, div.jsNMR .custom-select.is-invalid { border-color: #dc3545; } .was-validated div.jsNMR .form-control:invalid:focus, div.jsNMR .form-control.is-invalid:focus, .was-validated div.jsNMR .custom-select:invalid:focus, div.jsNMR .custom-select.is-invalid:focus { border-color: #dc3545; box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated div.jsNMR .form-control:invalid ~ .invalid-feedback, .was-validated div.jsNMR .form-control:invalid ~ .invalid-tooltip, div.jsNMR .form-control.is-invalid ~ .invalid-feedback, div.jsNMR .form-control.is-invalid ~ .invalid-tooltip, .was-validated div.jsNMR .custom-select:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-select:invalid ~ .invalid-tooltip, div.jsNMR .custom-select.is-invalid ~ .invalid-feedback, div.jsNMR .custom-select.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .form-check-input:invalid ~ .form-check-label, div.jsNMR .form-check-input.is-invalid ~ .form-check-label { color: #dc3545; } .was-validated div.jsNMR .form-check-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .form-check-input:invalid ~ .invalid-tooltip, div.jsNMR .form-check-input.is-invalid ~ .invalid-feedback, div.jsNMR .form-check-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:invalid ~ .custom-control-label, div.jsNMR .custom-control-input.is-invalid ~ .custom-control-label { color: #dc3545; } .was-validated div.jsNMR .custom-control-input:invalid ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid ~ .custom-control-label::before { background-color: #efa2a9; } .was-validated div.jsNMR .custom-control-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-control-input:invalid ~ .invalid-tooltip, div.jsNMR .custom-control-input.is-invalid ~ .invalid-feedback, div.jsNMR .custom-control-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-control-input:invalid:checked ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid:checked ~ .custom-control-label::before { background-color: #e4606d; } .was-validated div.jsNMR .custom-control-input:invalid:focus ~ .custom-control-label::before, div.jsNMR .custom-control-input.is-invalid:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } .was-validated div.jsNMR .custom-file-input:invalid ~ .custom-file-label, div.jsNMR .custom-file-input.is-invalid ~ .custom-file-label { border-color: #dc3545; } .was-validated div.jsNMR .custom-file-input:invalid ~ .custom-file-label::before, div.jsNMR .custom-file-input.is-invalid ~ .custom-file-label::before { border-color: inherit; } .was-validated div.jsNMR .custom-file-input:invalid ~ .invalid-feedback, .was-validated div.jsNMR .custom-file-input:invalid ~ .invalid-tooltip, div.jsNMR .custom-file-input.is-invalid ~ .invalid-feedback, div.jsNMR .custom-file-input.is-invalid ~ .invalid-tooltip { display: block; } .was-validated div.jsNMR .custom-file-input:invalid:focus ~ .custom-file-label, div.jsNMR .custom-file-input.is-invalid:focus ~ .custom-file-label { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); } div.jsNMR .form-inline { display: flex; flex-flow: row wrap; align-items: center; } div.jsNMR .form-inline .form-check { width: 100%; } @media (min-width: 576px) { div.jsNMR .form-inline label { display: flex; align-items: center; justify-content: center; margin-bottom: 0; } div.jsNMR .form-inline .form-group { display: flex; flex: 0 0 auto; flex-flow: row wrap; align-items: center; margin-bottom: 0; } div.jsNMR .form-inline .form-control { display: inline-block; width: auto; vertical-align: middle; } div.jsNMR .form-inline .form-control-plaintext { display: inline-block; } div.jsNMR .form-inline .input-group { width: auto; } div.jsNMR .form-inline .form-check { display: flex; align-items: center; justify-content: center; width: auto; padding-left: 0; } div.jsNMR .form-inline .form-check-input { position: relative; margin-top: 0; margin-right: 0.25rem; margin-left: 0; } div.jsNMR .form-inline .custom-control { align-items: center; justify-content: center; } div.jsNMR .form-inline .custom-control-label { margin-bottom: 0; } } div.jsNMR .btn { display: inline-block; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; user-select: none; border: 1px solid transparent; padding: 0.375rem 0.75rem; font-size: 1rem; line-height: 1.5; border-radius: 0.25rem; transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; } div.jsNMR .btn:hover, div.jsNMR .btn:focus { text-decoration: none; } div.jsNMR .btn:focus, div.jsNMR .btn.focus { outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .btn.disabled, div.jsNMR .btn:disabled { opacity: 0.65; } div.jsNMR .btn:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .btn:not(:disabled):not(.disabled):active, div.jsNMR .btn:not(:disabled):not(.disabled).active { background-image: none; } div.jsNMR a.btn.disabled, div.jsNMR fieldset:disabled a.btn { pointer-events: none; } div.jsNMR .btn-primary { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-primary:hover { color: #fff; background-color: #0069d9; border-color: #0062cc; } div.jsNMR .btn-primary:focus, div.jsNMR .btn-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-primary.disabled, div.jsNMR .btn-primary:disabled { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-primary:not(:disabled):not(.disabled):active, div.jsNMR .btn-primary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-primary.dropdown-toggle { color: #fff; background-color: #0062cc; border-color: #005cbf; } div.jsNMR .btn-primary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-primary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-secondary { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-secondary:hover { color: #fff; background-color: #5a6268; border-color: #545b62; } div.jsNMR .btn-secondary:focus, div.jsNMR .btn-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-secondary.disabled, div.jsNMR .btn-secondary:disabled { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-secondary:not(:disabled):not(.disabled):active, div.jsNMR .btn-secondary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-secondary.dropdown-toggle { color: #fff; background-color: #545b62; border-color: #4e555b; } div.jsNMR .btn-secondary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-secondary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-success { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-success:hover { color: #fff; background-color: #218838; border-color: #1e7e34; } div.jsNMR .btn-success:focus, div.jsNMR .btn-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-success.disabled, div.jsNMR .btn-success:disabled { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-success:not(:disabled):not(.disabled):active, div.jsNMR .btn-success:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-success.dropdown-toggle { color: #fff; background-color: #1e7e34; border-color: #1c7430; } div.jsNMR .btn-success:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-success:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-info { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-info:hover { color: #fff; background-color: #138496; border-color: #117a8b; } div.jsNMR .btn-info:focus, div.jsNMR .btn-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-info.disabled, div.jsNMR .btn-info:disabled { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-info:not(:disabled):not(.disabled):active, div.jsNMR .btn-info:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-info.dropdown-toggle { color: #fff; background-color: #117a8b; border-color: #10707f; } div.jsNMR .btn-info:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-info:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-warning { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-warning:hover { color: #212529; background-color: #e0a800; border-color: #d39e00; } div.jsNMR .btn-warning:focus, div.jsNMR .btn-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-warning.disabled, div.jsNMR .btn-warning:disabled { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-warning:not(:disabled):not(.disabled):active, div.jsNMR .btn-warning:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-warning.dropdown-toggle { color: #212529; background-color: #d39e00; border-color: #c69500; } div.jsNMR .btn-warning:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-warning:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-danger { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-danger:hover { color: #fff; background-color: #c82333; border-color: #bd2130; } div.jsNMR .btn-danger:focus, div.jsNMR .btn-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-danger.disabled, div.jsNMR .btn-danger:disabled { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-danger:not(:disabled):not(.disabled):active, div.jsNMR .btn-danger:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-danger.dropdown-toggle { color: #fff; background-color: #bd2130; border-color: #b21f2d; } div.jsNMR .btn-danger:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-danger:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-light { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-light:hover { color: #212529; background-color: #e2e6ea; border-color: #dae0e5; } div.jsNMR .btn-light:focus, div.jsNMR .btn-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-light.disabled, div.jsNMR .btn-light:disabled { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-light:not(:disabled):not(.disabled):active, div.jsNMR .btn-light:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-light.dropdown-toggle { color: #212529; background-color: #dae0e5; border-color: #d3d9df; } div.jsNMR .btn-light:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-light:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-dark { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-dark:hover { color: #fff; background-color: #23272b; border-color: #1d2124; } div.jsNMR .btn-dark:focus, div.jsNMR .btn-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-dark.disabled, div.jsNMR .btn-dark:disabled { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-dark:not(:disabled):not(.disabled):active, div.jsNMR .btn-dark:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-dark.dropdown-toggle { color: #fff; background-color: #1d2124; border-color: #171a1d; } div.jsNMR .btn-dark:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-dark:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-outline-primary { color: #007bff; background-color: transparent; background-image: none; border-color: #007bff; } div.jsNMR .btn-outline-primary:hover { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-outline-primary:focus, div.jsNMR .btn-outline-primary.focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-outline-primary.disabled, div.jsNMR .btn-outline-primary:disabled { color: #007bff; background-color: transparent; } div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-primary.dropdown-toggle { color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-primary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5); } div.jsNMR .btn-outline-secondary { color: #6c757d; background-color: transparent; background-image: none; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:hover { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:focus, div.jsNMR .btn-outline-secondary.focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-outline-secondary.disabled, div.jsNMR .btn-outline-secondary:disabled { color: #6c757d; background-color: transparent; } div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-secondary.dropdown-toggle { color: #fff; background-color: #6c757d; border-color: #6c757d; } div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-secondary.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); } div.jsNMR .btn-outline-success { color: #28a745; background-color: transparent; background-image: none; border-color: #28a745; } div.jsNMR .btn-outline-success:hover { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-outline-success:focus, div.jsNMR .btn-outline-success.focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-outline-success.disabled, div.jsNMR .btn-outline-success:disabled { color: #28a745; background-color: transparent; } div.jsNMR .btn-outline-success:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-success:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-success.dropdown-toggle { color: #fff; background-color: #28a745; border-color: #28a745; } div.jsNMR .btn-outline-success:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-success:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-success.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); } div.jsNMR .btn-outline-info { color: #17a2b8; background-color: transparent; background-image: none; border-color: #17a2b8; } div.jsNMR .btn-outline-info:hover { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-outline-info:focus, div.jsNMR .btn-outline-info.focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-outline-info.disabled, div.jsNMR .btn-outline-info:disabled { color: #17a2b8; background-color: transparent; } div.jsNMR .btn-outline-info:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-info:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-info.dropdown-toggle { color: #fff; background-color: #17a2b8; border-color: #17a2b8; } div.jsNMR .btn-outline-info:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-info:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-info.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); } div.jsNMR .btn-outline-warning { color: #ffc107; background-color: transparent; background-image: none; border-color: #ffc107; } div.jsNMR .btn-outline-warning:hover { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-outline-warning:focus, div.jsNMR .btn-outline-warning.focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-outline-warning.disabled, div.jsNMR .btn-outline-warning:disabled { color: #ffc107; background-color: transparent; } div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-warning.dropdown-toggle { color: #212529; background-color: #ffc107; border-color: #ffc107; } div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-warning.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); } div.jsNMR .btn-outline-danger { color: #dc3545; background-color: transparent; background-image: none; border-color: #dc3545; } div.jsNMR .btn-outline-danger:hover { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-outline-danger:focus, div.jsNMR .btn-outline-danger.focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-outline-danger.disabled, div.jsNMR .btn-outline-danger:disabled { color: #dc3545; background-color: transparent; } div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-danger.dropdown-toggle { color: #fff; background-color: #dc3545; border-color: #dc3545; } div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-danger.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); } div.jsNMR .btn-outline-light { color: #f8f9fa; background-color: transparent; background-image: none; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:hover { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:focus, div.jsNMR .btn-outline-light.focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-outline-light.disabled, div.jsNMR .btn-outline-light:disabled { color: #f8f9fa; background-color: transparent; } div.jsNMR .btn-outline-light:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-light:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-light.dropdown-toggle { color: #212529; background-color: #f8f9fa; border-color: #f8f9fa; } div.jsNMR .btn-outline-light:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-light:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-light.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5); } div.jsNMR .btn-outline-dark { color: #343a40; background-color: transparent; background-image: none; border-color: #343a40; } div.jsNMR .btn-outline-dark:hover { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-outline-dark:focus, div.jsNMR .btn-outline-dark.focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-outline-dark.disabled, div.jsNMR .btn-outline-dark:disabled { color: #343a40; background-color: transparent; } div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled):active, div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled).active, .show > div.jsNMR .btn-outline-dark.dropdown-toggle { color: #fff; background-color: #343a40; border-color: #343a40; } div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled):active:focus, div.jsNMR .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .show > div.jsNMR .btn-outline-dark.dropdown-toggle:focus { box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); } div.jsNMR .btn-link { font-weight: 400; color: #007bff; background-color: transparent; } div.jsNMR .btn-link:hover { color: #0056b3; text-decoration: underline; background-color: transparent; border-color: transparent; } div.jsNMR .btn-link:focus, div.jsNMR .btn-link.focus { text-decoration: underline; border-color: transparent; box-shadow: none; } div.jsNMR .btn-link:disabled, div.jsNMR .btn-link.disabled { color: #6c757d; } div.jsNMR .btn-lg, div.jsNMR .btn-group-lg > .btn { padding: 0.5rem 1rem; font-size: 1.25rem; line-height: 1.5; border-radius: 0.3rem; } div.jsNMR .btn-sm, div.jsNMR .btn-group-sm > .btn { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; border-radius: 0.2rem; } div.jsNMR .btn-block { display: block; width: 100%; } div.jsNMR .btn-block + .btn-block { margin-top: 0.5rem; } div.jsNMR input[type="submit"].btn-block, div.jsNMR input[type="reset"].btn-block, div.jsNMR input[type="button"].btn-block { width: 100%; } div.jsNMR .fade { opacity: 0; transition: opacity 0.15s linear; } div.jsNMR .fade.show { opacity: 1; } div.jsNMR .collapse { display: none; } div.jsNMR .collapse.show { display: block; } div.jsNMR tr.collapse.show { display: table-row; } div.jsNMR tbody.collapse.show { display: table-row-group; } div.jsNMR .collapsing { position: relative; height: 0; overflow: hidden; transition: height 0.35s ease; } div.jsNMR .dropup, div.jsNMR .dropdown { position: relative; } div.jsNMR .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid; border-right: 0.3em solid transparent; border-bottom: 0; border-left: 0.3em solid transparent; } div.jsNMR .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropdown-menu { position: absolute; top: 100%; left: 0; z-index: 1000; display: none; float: left; min-width: 10rem; padding: 0.5rem 0; margin: 0.125rem 0 0; font-size: 1rem; color: #212529; text-align: left; list-style: none; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.15); border-radius: 0.25rem; } div.jsNMR .dropup .dropdown-menu { margin-top: 0; margin-bottom: 0.125rem; } div.jsNMR .dropup .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0; border-right: 0.3em solid transparent; border-bottom: 0.3em solid; border-left: 0.3em solid transparent; } div.jsNMR .dropup .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropright .dropdown-menu { margin-top: 0; margin-left: 0.125rem; } div.jsNMR .dropright .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-bottom: 0.3em solid transparent; border-left: 0.3em solid; } div.jsNMR .dropright .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropright .dropdown-toggle::after { vertical-align: 0; } div.jsNMR .dropleft .dropdown-menu { margin-top: 0; margin-right: 0.125rem; } div.jsNMR .dropleft .dropdown-toggle::after { display: inline-block; width: 0; height: 0; margin-left: 0.255em; vertical-align: 0.255em; content: ""; } div.jsNMR .dropleft .dropdown-toggle::after { display: none; } div.jsNMR .dropleft .dropdown-toggle::before { display: inline-block; width: 0; height: 0; margin-right: 0.255em; vertical-align: 0.255em; content: ""; border-top: 0.3em solid transparent; border-right: 0.3em solid; border-bottom: 0.3em solid transparent; } div.jsNMR .dropleft .dropdown-toggle:empty::after { margin-left: 0; } div.jsNMR .dropleft .dropdown-toggle::before { vertical-align: 0; } div.jsNMR .dropdown-divider { height: 0; margin: 0.5rem 0; overflow: hidden; border-top: 1px solid #e9ecef; } div.jsNMR .dropdown-item { display: block; width: 100%; padding: 0.25rem 1.5rem; clear: both; font-weight: 400; color: #212529; text-align: inherit; white-space: nowrap; background-color: transparent; border: 0; } div.jsNMR .dropdown-item:hover, div.jsNMR .dropdown-item:focus { color: #16181b; text-decoration: none; background-color: #f8f9fa; } div.jsNMR .dropdown-item.active, div.jsNMR .dropdown-item:active { color: #fff; text-decoration: none; background-color: #007bff; } div.jsNMR .dropdown-item.disabled, div.jsNMR .dropdown-item:disabled { color: #6c757d; background-color: transparent; } div.jsNMR .dropdown-menu.show { display: block; } div.jsNMR .dropdown-header { display: block; padding: 0.5rem 1.5rem; margin-bottom: 0; font-size: 0.875rem; color: #6c757d; white-space: nowrap; } div.jsNMR .btn-group, div.jsNMR .btn-group-vertical { position: relative; display: inline-flex; vertical-align: middle; } div.jsNMR .btn-group > .btn, div.jsNMR .btn-group-vertical > .btn { position: relative; flex: 0 1 auto; } div.jsNMR .btn-group > .btn:hover, div.jsNMR .btn-group-vertical > .btn:hover { z-index: 1; } div.jsNMR .btn-group > .btn:focus, div.jsNMR .btn-group > .btn:active, div.jsNMR .btn-group > .btn.active, div.jsNMR .btn-group-vertical > .btn:focus, div.jsNMR .btn-group-vertical > .btn:active, div.jsNMR .btn-group-vertical > .btn.active { z-index: 1; } div.jsNMR .btn-group .btn + .btn, div.jsNMR .btn-group .btn + .btn-group, div.jsNMR .btn-group .btn-group + .btn, div.jsNMR .btn-group .btn-group + .btn-group, div.jsNMR .btn-group-vertical .btn + .btn, div.jsNMR .btn-group-vertical .btn + .btn-group, div.jsNMR .btn-group-vertical .btn-group + .btn, div.jsNMR .btn-group-vertical .btn-group + .btn-group { margin-left: -1px; } div.jsNMR .btn-toolbar { display: flex; flex-wrap: wrap; justify-content: flex-start; } div.jsNMR .btn-toolbar .input-group { width: auto; } div.jsNMR .btn-group > .btn:first-child { margin-left: 0; } div.jsNMR .btn-group > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .btn-group > .btn-group:not(:last-child) > .btn { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .btn-group > .btn:not(:first-child), div.jsNMR .btn-group > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .dropdown-toggle-split { padding-right: 0.5625rem; padding-left: 0.5625rem; } div.jsNMR .dropdown-toggle-split::after { margin-left: 0; } div.jsNMR .btn-sm + .dropdown-toggle-split, div.jsNMR .btn-group-sm > .btn + .dropdown-toggle-split { padding-right: 0.375rem; padding-left: 0.375rem; } div.jsNMR .btn-lg + .dropdown-toggle-split, div.jsNMR .btn-group-lg > .btn + .dropdown-toggle-split { padding-right: 0.75rem; padding-left: 0.75rem; } div.jsNMR .btn-group-vertical { flex-direction: column; align-items: flex-start; justify-content: center; } div.jsNMR .btn-group-vertical .btn, div.jsNMR .btn-group-vertical .btn-group { width: 100%; } div.jsNMR .btn-group-vertical > .btn + .btn, div.jsNMR .btn-group-vertical > .btn + .btn-group, div.jsNMR .btn-group-vertical > .btn-group + .btn, div.jsNMR .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; } div.jsNMR .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .btn-group-vertical > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .btn-group-vertical > .btn:not(:first-child), div.jsNMR .btn-group-vertical > .btn-group:not(:first-child) > .btn { border-top-left-radius: 0; border-top-right-radius: 0; } div.jsNMR .btn-group-toggle > .btn, div.jsNMR .btn-group-toggle > .btn-group > .btn { margin-bottom: 0; } div.jsNMR .btn-group-toggle > .btn input[type="radio"], div.jsNMR .btn-group-toggle > .btn input[type="checkbox"], div.jsNMR .btn-group-toggle > .btn-group > .btn input[type="radio"], div.jsNMR .btn-group-toggle > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; } div.jsNMR .input-group { position: relative; display: flex; flex-wrap: wrap; align-items: stretch; width: 100%; } div.jsNMR .input-group > .form-control, div.jsNMR .input-group > .custom-select, div.jsNMR .input-group > .custom-file { position: relative; flex: 1 1 auto; width: 1%; margin-bottom: 0; } div.jsNMR .input-group > .form-control:focus, div.jsNMR .input-group > .custom-select:focus, div.jsNMR .input-group > .custom-file:focus { z-index: 3; } div.jsNMR .input-group > .form-control + .form-control, div.jsNMR .input-group > .form-control + .custom-select, div.jsNMR .input-group > .form-control + .custom-file, div.jsNMR .input-group > .custom-select + .form-control, div.jsNMR .input-group > .custom-select + .custom-select, div.jsNMR .input-group > .custom-select + .custom-file, div.jsNMR .input-group > .custom-file + .form-control, div.jsNMR .input-group > .custom-file + .custom-select, div.jsNMR .input-group > .custom-file + .custom-file { margin-left: -1px; } div.jsNMR .input-group > .form-control:not(:last-child), div.jsNMR .input-group > .custom-select:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .form-control:not(:first-child), div.jsNMR .input-group > .custom-select:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .input-group > .custom-file { display: flex; align-items: center; } div.jsNMR .input-group > .custom-file:not(:last-child) .custom-file-label, div.jsNMR .input-group > .custom-file:not(:last-child) .custom-file-label::before { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .custom-file:not(:first-child) .custom-file-label, div.jsNMR .input-group > .custom-file:not(:first-child) .custom-file-label::before { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .input-group-prepend, div.jsNMR .input-group-append { display: flex; } div.jsNMR .input-group-prepend .btn, div.jsNMR .input-group-append .btn { position: relative; z-index: 2; } div.jsNMR .input-group-prepend .btn + .btn, div.jsNMR .input-group-prepend .btn + .input-group-text, div.jsNMR .input-group-prepend .input-group-text + .input-group-text, div.jsNMR .input-group-prepend .input-group-text + .btn, div.jsNMR .input-group-append .btn + .btn, div.jsNMR .input-group-append .btn + .input-group-text, div.jsNMR .input-group-append .input-group-text + .input-group-text, div.jsNMR .input-group-append .input-group-text + .btn { margin-left: -1px; } div.jsNMR .input-group-prepend { margin-right: -1px; } div.jsNMR .input-group-append { margin-left: -1px; } div.jsNMR .input-group-text { display: flex; align-items: center; padding: 0.375rem 0.75rem; margin-bottom: 0; font-size: 1rem; font-weight: 400; line-height: 1.5; color: #495057; text-align: center; white-space: nowrap; background-color: #e9ecef; border: 1px solid #ced4da; border-radius: 0.25rem; } div.jsNMR .input-group-text input[type="radio"], div.jsNMR .input-group-text input[type="checkbox"] { margin-top: 0; } div.jsNMR .input-group > .input-group-prepend > .btn, div.jsNMR .input-group > .input-group-prepend > .input-group-text, div.jsNMR .input-group > .input-group-append:not(:last-child) > .btn, div.jsNMR .input-group > .input-group-append:not(:last-child) > .input-group-text, div.jsNMR .input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle), div.jsNMR .input-group > .input-group-append:last-child > .input-group-text:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .input-group > .input-group-append > .btn, div.jsNMR .input-group > .input-group-append > .input-group-text, div.jsNMR .input-group > .input-group-prepend:not(:first-child) > .btn, div.jsNMR .input-group > .input-group-prepend:not(:first-child) > .input-group-text, div.jsNMR .input-group > .input-group-prepend:first-child > .btn:not(:first-child), div.jsNMR .input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .custom-control { position: relative; display: block; min-height: 1.5rem; padding-left: 1.5rem; } div.jsNMR .custom-control-inline { display: inline-flex; margin-right: 1rem; } div.jsNMR .custom-control-input { position: absolute; z-index: -1; opacity: 0; } div.jsNMR .custom-control-input:checked ~ .custom-control-label::before { color: #fff; background-color: #007bff; } div.jsNMR .custom-control-input:focus ~ .custom-control-label::before { box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .custom-control-input:active ~ .custom-control-label::before { color: #fff; background-color: #b3d7ff; } div.jsNMR .custom-control-input:disabled ~ .custom-control-label { color: #6c757d; } div.jsNMR .custom-control-input:disabled ~ .custom-control-label::before { background-color: #e9ecef; } div.jsNMR .custom-control-label { margin-bottom: 0; } div.jsNMR .custom-control-label::before { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; pointer-events: none; content: ""; user-select: none; background-color: #dee2e6; } div.jsNMR .custom-control-label::after { position: absolute; top: 0.25rem; left: 0; display: block; width: 1rem; height: 1rem; content: ""; background-repeat: no-repeat; background-position: center center; background-size: 50% 50%; } div.jsNMR .custom-checkbox .custom-control-label::before { border-radius: 0.25rem; } div.jsNMR .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-radio .custom-control-label::before { border-radius: 50%; } div.jsNMR .custom-radio .custom-control-input:checked ~ .custom-control-label::before { background-color: #007bff; } div.jsNMR .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"); } div.jsNMR .custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before { background-color: rgba(0, 123, 255, 0.5); } div.jsNMR .custom-select { display: inline-block; width: 100%; height: calc(2.25rem + 2px); padding: 0.375rem 1.75rem 0.375rem 0.75rem; line-height: 1.5; color: #495057; vertical-align: middle; background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center; background-size: 8px 10px; border: 1px solid #ced4da; border-radius: 0.25rem; appearance: none; } div.jsNMR .custom-select:focus { border-color: #80bdff; outline: 0; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5); } div.jsNMR .custom-select:focus::-ms-value { color: #495057; background-color: #fff; } div.jsNMR .custom-select[multiple], div.jsNMR .custom-select[size]:not([size="1"]) { height: auto; padding-right: 0.75rem; background-image: none; } div.jsNMR .custom-select:disabled { color: #6c757d; background-color: #e9ecef; } div.jsNMR .custom-select::-ms-expand { opacity: 0; } div.jsNMR .custom-select-sm { height: calc(1.8125rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 75%; } div.jsNMR .custom-select-lg { height: calc(2.875rem + 2px); padding-top: 0.375rem; padding-bottom: 0.375rem; font-size: 125%; } div.jsNMR .custom-file { position: relative; display: inline-block; width: 100%; height: calc(2.25rem + 2px); margin-bottom: 0; } div.jsNMR .custom-file-input { position: relative; z-index: 2; width: 100%; height: calc(2.25rem + 2px); margin: 0; opacity: 0; } div.jsNMR .custom-file-input:focus ~ .custom-file-control { border-color: #80bdff; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .custom-file-input:focus ~ .custom-file-control::before { border-color: #80bdff; } div.jsNMR .custom-file-input:lang(en) ~ .custom-file-label::after { content: "Browse"; } div.jsNMR .custom-file-label { position: absolute; top: 0; right: 0; left: 0; z-index: 1; height: calc(2.25rem + 2px); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; background-color: #fff; border: 1px solid #ced4da; border-radius: 0.25rem; } div.jsNMR .custom-file-label::after { position: absolute; top: 0; right: 0; bottom: 0; z-index: 3; display: block; height: calc(calc(2.25rem + 2px) - 1px * 2); padding: 0.375rem 0.75rem; line-height: 1.5; color: #495057; content: "Browse"; background-color: #e9ecef; border-left: 1px solid #ced4da; border-radius: 0 0.25rem 0.25rem 0; } div.jsNMR .nav { display: flex; flex-wrap: wrap; padding-left: 0; margin-bottom: 0; list-style: none; } div.jsNMR .nav-link { display: block; padding: 0.5rem 1rem; } div.jsNMR .nav-link:hover, div.jsNMR .nav-link:focus { text-decoration: none; } div.jsNMR .nav-link.disabled { color: #6c757d; } div.jsNMR .nav-tabs { border-bottom: 1px solid #dee2e6; } div.jsNMR .nav-tabs .nav-item { margin-bottom: -1px; } div.jsNMR .nav-tabs .nav-link { border: 1px solid transparent; border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .nav-tabs .nav-link:hover, div.jsNMR .nav-tabs .nav-link:focus { border-color: #e9ecef #e9ecef #dee2e6; } div.jsNMR .nav-tabs .nav-link.disabled { color: #6c757d; background-color: transparent; border-color: transparent; } div.jsNMR .nav-tabs .nav-link.active, div.jsNMR .nav-tabs .nav-item.show .nav-link { color: #495057; background-color: #fff; border-color: #dee2e6 #dee2e6 #fff; } div.jsNMR .nav-tabs .dropdown-menu { margin-top: -1px; border-top-left-radius: 0; border-top-right-radius: 0; } div.jsNMR .nav-pills .nav-link { border-radius: 0.25rem; } div.jsNMR .nav-pills .nav-link.active, div.jsNMR .nav-pills .show > .nav-link { color: #fff; background-color: #007bff; } div.jsNMR .nav-fill .nav-item { flex: 1 1 auto; text-align: center; } div.jsNMR .nav-justified .nav-item { flex-basis: 0; flex-grow: 1; text-align: center; } div.jsNMR .tab-content > .tab-pane { display: none; } div.jsNMR .tab-content > .active { display: block; } div.jsNMR .navbar { position: relative; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; padding: 0.5rem 1rem; } div.jsNMR .navbar > .container, div.jsNMR .navbar > .container-fluid { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; } div.jsNMR .navbar-brand { display: inline-block; padding-top: 0.3125rem; padding-bottom: 0.3125rem; margin-right: 1rem; font-size: 1.25rem; line-height: inherit; white-space: nowrap; } div.jsNMR .navbar-brand:hover, div.jsNMR .navbar-brand:focus { text-decoration: none; } div.jsNMR .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; } div.jsNMR .navbar-nav .nav-link { padding-right: 0; padding-left: 0; } div.jsNMR .navbar-nav .dropdown-menu { position: static; float: none; } div.jsNMR .navbar-text { display: inline-block; padding-top: 0.5rem; padding-bottom: 0.5rem; } div.jsNMR .navbar-collapse { flex-basis: 100%; flex-grow: 1; align-items: center; } div.jsNMR .navbar-toggler { padding: 0.25rem 0.75rem; font-size: 1.25rem; line-height: 1; background-color: transparent; border: 1px solid transparent; border-radius: 0.25rem; } div.jsNMR .navbar-toggler:hover, div.jsNMR .navbar-toggler:focus { text-decoration: none; } div.jsNMR .navbar-toggler:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .navbar-toggler-icon { display: inline-block; width: 1.5em; height: 1.5em; vertical-align: middle; content: ""; background: no-repeat center center; background-size: 100% 100%; } @media (max-width: 575.98px) { div.jsNMR .navbar-expand-sm > .container, div.jsNMR .navbar-expand-sm > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 576px) { div.jsNMR .navbar-expand-sm { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-sm .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-sm .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-sm .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-sm .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-sm > .container, div.jsNMR .navbar-expand-sm > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-sm .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-sm .navbar-toggler { display: none; } div.jsNMR .navbar-expand-sm .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 767.98px) { div.jsNMR .navbar-expand-md > .container, div.jsNMR .navbar-expand-md > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 768px) { div.jsNMR .navbar-expand-md { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-md .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-md .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-md .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-md .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-md > .container, div.jsNMR .navbar-expand-md > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-md .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-md .navbar-toggler { display: none; } div.jsNMR .navbar-expand-md .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 991.98px) { div.jsNMR .navbar-expand-lg > .container, div.jsNMR .navbar-expand-lg > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 992px) { div.jsNMR .navbar-expand-lg { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-lg .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-lg .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-lg .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-lg .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-lg > .container, div.jsNMR .navbar-expand-lg > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-lg .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-lg .navbar-toggler { display: none; } div.jsNMR .navbar-expand-lg .dropup .dropdown-menu { top: auto; bottom: 100%; } } @media (max-width: 1199.98px) { div.jsNMR .navbar-expand-xl > .container, div.jsNMR .navbar-expand-xl > .container-fluid { padding-right: 0; padding-left: 0; } } @media (min-width: 1200px) { div.jsNMR .navbar-expand-xl { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand-xl .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand-xl .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand-xl .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand-xl .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand-xl > .container, div.jsNMR .navbar-expand-xl > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand-xl .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand-xl .navbar-toggler { display: none; } div.jsNMR .navbar-expand-xl .dropup .dropdown-menu { top: auto; bottom: 100%; } } div.jsNMR .navbar-expand { flex-flow: row nowrap; justify-content: flex-start; } div.jsNMR .navbar-expand > .container, div.jsNMR .navbar-expand > .container-fluid { padding-right: 0; padding-left: 0; } div.jsNMR .navbar-expand .navbar-nav { flex-direction: row; } div.jsNMR .navbar-expand .navbar-nav .dropdown-menu { position: absolute; } div.jsNMR .navbar-expand .navbar-nav .dropdown-menu-right { right: 0; left: auto; } div.jsNMR .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; } div.jsNMR .navbar-expand > .container, div.jsNMR .navbar-expand > .container-fluid { flex-wrap: nowrap; } div.jsNMR .navbar-expand .navbar-collapse { display: flex !important; flex-basis: auto; } div.jsNMR .navbar-expand .navbar-toggler { display: none; } div.jsNMR .navbar-expand .dropup .dropdown-menu { top: auto; bottom: 100%; } div.jsNMR .navbar-light .navbar-brand { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-brand:hover, div.jsNMR .navbar-light .navbar-brand:focus { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.5); } div.jsNMR .navbar-light .navbar-nav .nav-link:hover, div.jsNMR .navbar-light .navbar-nav .nav-link:focus { color: rgba(0, 0, 0, 0.7); } div.jsNMR .navbar-light .navbar-nav .nav-link.disabled { color: rgba(0, 0, 0, 0.3); } div.jsNMR .navbar-light .navbar-nav .show > .nav-link, div.jsNMR .navbar-light .navbar-nav .active > .nav-link, div.jsNMR .navbar-light .navbar-nav .nav-link.show, div.jsNMR .navbar-light .navbar-nav .nav-link.active { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-toggler { color: rgba(0, 0, 0, 0.5); border-color: rgba(0, 0, 0, 0.1); } div.jsNMR .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"); } div.jsNMR .navbar-light .navbar-text { color: rgba(0, 0, 0, 0.5); } div.jsNMR .navbar-light .navbar-text a { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-light .navbar-text a:hover, div.jsNMR .navbar-light .navbar-text a:focus { color: rgba(0, 0, 0, 0.9); } div.jsNMR .navbar-dark .navbar-brand { color: #fff; } div.jsNMR .navbar-dark .navbar-brand:hover, div.jsNMR .navbar-dark .navbar-brand:focus { color: #fff; } div.jsNMR .navbar-dark .navbar-nav .nav-link { color: rgba(255, 255, 255, 0.5); } div.jsNMR .navbar-dark .navbar-nav .nav-link:hover, div.jsNMR .navbar-dark .navbar-nav .nav-link:focus { color: rgba(255, 255, 255, 0.75); } div.jsNMR .navbar-dark .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); } div.jsNMR .navbar-dark .navbar-nav .show > .nav-link, div.jsNMR .navbar-dark .navbar-nav .active > .nav-link, div.jsNMR .navbar-dark .navbar-nav .nav-link.show, div.jsNMR .navbar-dark .navbar-nav .nav-link.active { color: #fff; } div.jsNMR .navbar-dark .navbar-toggler { color: rgba(255, 255, 255, 0.5); border-color: rgba(255, 255, 255, 0.1); } div.jsNMR .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"); } div.jsNMR .navbar-dark .navbar-text { color: rgba(255, 255, 255, 0.5); } div.jsNMR .navbar-dark .navbar-text a { color: #fff; } div.jsNMR .navbar-dark .navbar-text a:hover, div.jsNMR .navbar-dark .navbar-text a:focus { color: #fff; } div.jsNMR .card { position: relative; display: flex; flex-direction: column; min-width: 0; word-wrap: break-word; background-color: #fff; background-clip: border-box; border: 1px solid rgba(0, 0, 0, 0.125); border-radius: 0.25rem; } div.jsNMR .card > hr { margin-right: 0; margin-left: 0; } div.jsNMR .card > .list-group:first-child .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .card > .list-group:last-child .list-group-item:last-child { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .card-body { flex: 1 1 auto; padding: 1.25rem; } div.jsNMR .card-title { margin-bottom: 0.75rem; } div.jsNMR .card-subtitle { margin-top: -0.375rem; margin-bottom: 0; } div.jsNMR .card-text:last-child { margin-bottom: 0; } div.jsNMR .card-link:hover { text-decoration: none; } div.jsNMR .card-link + .card-link { margin-left: 1.25rem; } div.jsNMR .card-header { padding: 0.75rem 1.25rem; margin-bottom: 0; background-color: rgba(0, 0, 0, 0.03); border-bottom: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .card-header:first-child { border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0; } div.jsNMR .card-header + .list-group .list-group-item:first-child { border-top: 0; } div.jsNMR .card-footer { padding: 0.75rem 1.25rem; background-color: rgba(0, 0, 0, 0.03); border-top: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .card-footer:last-child { border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px); } div.jsNMR .card-header-tabs { margin-right: -0.625rem; margin-bottom: -0.75rem; margin-left: -0.625rem; border-bottom: 0; } div.jsNMR .card-header-pills { margin-right: -0.625rem; margin-left: -0.625rem; } div.jsNMR .card-img-overlay { position: absolute; top: 0; right: 0; bottom: 0; left: 0; padding: 1.25rem; } div.jsNMR .card-img { width: 100%; border-radius: calc(0.25rem - 1px); } div.jsNMR .card-img-top { width: 100%; border-top-left-radius: calc(0.25rem - 1px); border-top-right-radius: calc(0.25rem - 1px); } div.jsNMR .card-img-bottom { width: 100%; border-bottom-right-radius: calc(0.25rem - 1px); border-bottom-left-radius: calc(0.25rem - 1px); } div.jsNMR .card-deck { display: flex; flex-direction: column; } div.jsNMR .card-deck .card { margin-bottom: 15px; } @media (min-width: 576px) { div.jsNMR .card-deck { flex-flow: row wrap; margin-right: -15px; margin-left: -15px; } div.jsNMR .card-deck .card { display: flex; flex: 1 0 0%; flex-direction: column; margin-right: 15px; margin-bottom: 0; margin-left: 15px; } } div.jsNMR .card-group { display: flex; flex-direction: column; } div.jsNMR .card-group > .card { margin-bottom: 15px; } @media (min-width: 576px) { div.jsNMR .card-group { flex-flow: row wrap; } div.jsNMR .card-group > .card { flex: 1 0 0%; margin-bottom: 0; } div.jsNMR .card-group > .card + .card { margin-left: 0; border-left: 0; } div.jsNMR .card-group > .card:first-child { border-top-right-radius: 0; border-bottom-right-radius: 0; } div.jsNMR .card-group > .card:first-child .card-img-top, div.jsNMR .card-group > .card:first-child .card-header { border-top-right-radius: 0; } div.jsNMR .card-group > .card:first-child .card-img-bottom, div.jsNMR .card-group > .card:first-child .card-footer { border-bottom-right-radius: 0; } div.jsNMR .card-group > .card:last-child { border-top-left-radius: 0; border-bottom-left-radius: 0; } div.jsNMR .card-group > .card:last-child .card-img-top, div.jsNMR .card-group > .card:last-child .card-header { border-top-left-radius: 0; } div.jsNMR .card-group > .card:last-child .card-img-bottom, div.jsNMR .card-group > .card:last-child .card-footer { border-bottom-left-radius: 0; } div.jsNMR .card-group > .card:only-child { border-radius: 0.25rem; } div.jsNMR .card-group > .card:only-child .card-img-top, div.jsNMR .card-group > .card:only-child .card-header { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .card-group > .card:only-child .card-img-bottom, div.jsNMR .card-group > .card:only-child .card-footer { border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) { border-radius: 0; } div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header, div.jsNMR .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer { border-radius: 0; } } div.jsNMR .card-columns .card { margin-bottom: 0.75rem; } @media (min-width: 576px) { div.jsNMR .card-columns { column-count: 3; column-gap: 1.25rem; } div.jsNMR .card-columns .card { display: inline-block; width: 100%; } } div.jsNMR .breadcrumb { display: flex; flex-wrap: wrap; padding: 0.75rem 1rem; margin-bottom: 1rem; list-style: none; background-color: #e9ecef; border-radius: 0.25rem; } div.jsNMR .breadcrumb-item + .breadcrumb-item::before { display: inline-block; padding-right: 0.5rem; padding-left: 0.5rem; color: #6c757d; content: "/"; } div.jsNMR .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: underline; } div.jsNMR .breadcrumb-item + .breadcrumb-item:hover::before { text-decoration: none; } div.jsNMR .breadcrumb-item.active { color: #6c757d; } div.jsNMR .pagination { display: flex; padding-left: 0; list-style: none; border-radius: 0.25rem; } div.jsNMR .page-link { position: relative; display: block; padding: 0.5rem 0.75rem; margin-left: -1px; line-height: 1.25; color: #007bff; background-color: #fff; border: 1px solid #dee2e6; } div.jsNMR .page-link:hover { color: #0056b3; text-decoration: none; background-color: #e9ecef; border-color: #dee2e6; } div.jsNMR .page-link:focus { z-index: 2; outline: 0; box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); } div.jsNMR .page-link:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR .page-item:first-child .page-link { margin-left: 0; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .page-item:last-child .page-link { border-top-right-radius: 0.25rem; border-bottom-right-radius: 0.25rem; } div.jsNMR .page-item.active .page-link { z-index: 1; color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .page-item.disabled .page-link { color: #6c757d; pointer-events: none; cursor: auto; background-color: #fff; border-color: #dee2e6; } div.jsNMR .pagination-lg .page-link { padding: 0.75rem 1.5rem; font-size: 1.25rem; line-height: 1.5; } div.jsNMR .pagination-lg .page-item:first-child .page-link { border-top-left-radius: 0.3rem; border-bottom-left-radius: 0.3rem; } div.jsNMR .pagination-lg .page-item:last-child .page-link { border-top-right-radius: 0.3rem; border-bottom-right-radius: 0.3rem; } div.jsNMR .pagination-sm .page-link { padding: 0.25rem 0.5rem; font-size: 0.875rem; line-height: 1.5; } div.jsNMR .pagination-sm .page-item:first-child .page-link { border-top-left-radius: 0.2rem; border-bottom-left-radius: 0.2rem; } div.jsNMR .pagination-sm .page-item:last-child .page-link { border-top-right-radius: 0.2rem; border-bottom-right-radius: 0.2rem; } div.jsNMR .badge { display: inline-block; padding: 0.25em 0.4em; font-size: 75%; font-weight: 700; line-height: 1; text-align: center; white-space: nowrap; vertical-align: baseline; border-radius: 0.25rem; } div.jsNMR .badge:empty { display: none; } div.jsNMR .btn .badge { position: relative; top: -1px; } div.jsNMR .badge-pill { padding-right: 0.6em; padding-left: 0.6em; border-radius: 10rem; } div.jsNMR .badge-primary { color: #fff; background-color: #007bff; } div.jsNMR .badge-primary[href]:hover, div.jsNMR .badge-primary[href]:focus { color: #fff; text-decoration: none; background-color: #0062cc; } div.jsNMR .badge-secondary { color: #fff; background-color: #6c757d; } div.jsNMR .badge-secondary[href]:hover, div.jsNMR .badge-secondary[href]:focus { color: #fff; text-decoration: none; background-color: #545b62; } div.jsNMR .badge-success { color: #fff; background-color: #28a745; } div.jsNMR .badge-success[href]:hover, div.jsNMR .badge-success[href]:focus { color: #fff; text-decoration: none; background-color: #1e7e34; } div.jsNMR .badge-info { color: #fff; background-color: #17a2b8; } div.jsNMR .badge-info[href]:hover, div.jsNMR .badge-info[href]:focus { color: #fff; text-decoration: none; background-color: #117a8b; } div.jsNMR .badge-warning { color: #212529; background-color: #ffc107; } div.jsNMR .badge-warning[href]:hover, div.jsNMR .badge-warning[href]:focus { color: #212529; text-decoration: none; background-color: #d39e00; } div.jsNMR .badge-danger { color: #fff; background-color: #dc3545; } div.jsNMR .badge-danger[href]:hover, div.jsNMR .badge-danger[href]:focus { color: #fff; text-decoration: none; background-color: #bd2130; } div.jsNMR .badge-light { color: #212529; background-color: #f8f9fa; } div.jsNMR .badge-light[href]:hover, div.jsNMR .badge-light[href]:focus { color: #212529; text-decoration: none; background-color: #dae0e5; } div.jsNMR .badge-dark { color: #fff; background-color: #343a40; } div.jsNMR .badge-dark[href]:hover, div.jsNMR .badge-dark[href]:focus { color: #fff; text-decoration: none; background-color: #1d2124; } div.jsNMR .jumbotron { padding: 2rem 1rem; margin-bottom: 2rem; background-color: #e9ecef; border-radius: 0.3rem; } @media (min-width: 576px) { div.jsNMR .jumbotron { padding: 4rem 2rem; } } div.jsNMR .jumbotron-fluid { padding-right: 0; padding-left: 0; border-radius: 0; } div.jsNMR .alert { position: relative; padding: 0.75rem 1.25rem; margin-bottom: 1rem; border: 1px solid transparent; border-radius: 0.25rem; } div.jsNMR .alert-heading { color: inherit; } div.jsNMR .alert-link { font-weight: 700; } div.jsNMR .alert-dismissible { padding-right: 4rem; } div.jsNMR .alert-dismissible .close { position: absolute; top: 0; right: 0; padding: 0.75rem 1.25rem; color: inherit; } div.jsNMR .alert-primary { color: #004085; background-color: #cce5ff; border-color: #b8daff; } div.jsNMR .alert-primary hr { border-top-color: #9fcdff; } div.jsNMR .alert-primary .alert-link { color: #002752; } div.jsNMR .alert-secondary { color: #383d41; background-color: #e2e3e5; border-color: #d6d8db; } div.jsNMR .alert-secondary hr { border-top-color: #c8cbcf; } div.jsNMR .alert-secondary .alert-link { color: #202326; } div.jsNMR .alert-success { color: #155724; background-color: #d4edda; border-color: #c3e6cb; } div.jsNMR .alert-success hr { border-top-color: #b1dfbb; } div.jsNMR .alert-success .alert-link { color: #0b2e13; } div.jsNMR .alert-info { color: #0c5460; background-color: #d1ecf1; border-color: #bee5eb; } div.jsNMR .alert-info hr { border-top-color: #abdde5; } div.jsNMR .alert-info .alert-link { color: #062c33; } div.jsNMR .alert-warning { color: #856404; background-color: #fff3cd; border-color: #ffeeba; } div.jsNMR .alert-warning hr { border-top-color: #ffe8a1; } div.jsNMR .alert-warning .alert-link { color: #533f03; } div.jsNMR .alert-danger { color: #721c24; background-color: #f8d7da; border-color: #f5c6cb; } div.jsNMR .alert-danger hr { border-top-color: #f1b0b7; } div.jsNMR .alert-danger .alert-link { color: #491217; } div.jsNMR .alert-light { color: #818182; background-color: #fefefe; border-color: #fdfdfe; } div.jsNMR .alert-light hr { border-top-color: #ececf6; } div.jsNMR .alert-light .alert-link { color: #686868; } div.jsNMR .alert-dark { color: #1b1e21; background-color: #d6d8d9; border-color: #c6c8ca; } div.jsNMR .alert-dark hr { border-top-color: #b9bbbe; } div.jsNMR .alert-dark .alert-link { color: #040505; } @keyframes progress-bar-stripes { from { background-position: 1rem 0; } to { background-position: 0 0; } } div.jsNMR .progress { display: flex; height: 1rem; overflow: hidden; font-size: 0.75rem; background-color: #e9ecef; border-radius: 0.25rem; } div.jsNMR .progress-bar { display: flex; flex-direction: column; justify-content: center; color: #fff; text-align: center; background-color: #007bff; transition: width 0.6s ease; } div.jsNMR .progress-bar-striped { background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent); background-size: 1rem 1rem; } div.jsNMR .progress-bar-animated { animation: progress-bar-stripes 1s linear infinite; } div.jsNMR .media { display: flex; align-items: flex-start; } div.jsNMR .media-body { flex: 1; } div.jsNMR .list-group { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; } div.jsNMR .list-group-item-action { width: 100%; color: #495057; text-align: inherit; } div.jsNMR .list-group-item-action:hover, div.jsNMR .list-group-item-action:focus { color: #495057; text-decoration: none; background-color: #f8f9fa; } div.jsNMR .list-group-item-action:active { color: #212529; background-color: #e9ecef; } div.jsNMR .list-group-item { position: relative; display: block; padding: 0.75rem 1.25rem; margin-bottom: -1px; background-color: #fff; border: 1px solid rgba(0, 0, 0, 0.125); } div.jsNMR .list-group-item:first-child { border-top-left-radius: 0.25rem; border-top-right-radius: 0.25rem; } div.jsNMR .list-group-item:last-child { margin-bottom: 0; border-bottom-right-radius: 0.25rem; border-bottom-left-radius: 0.25rem; } div.jsNMR .list-group-item:hover, div.jsNMR .list-group-item:focus { z-index: 1; text-decoration: none; } div.jsNMR .list-group-item.disabled, div.jsNMR .list-group-item:disabled { color: #6c757d; background-color: #fff; } div.jsNMR .list-group-item.active { z-index: 2; color: #fff; background-color: #007bff; border-color: #007bff; } div.jsNMR .list-group-flush .list-group-item { border-right: 0; border-left: 0; border-radius: 0; } div.jsNMR .list-group-flush:first-child .list-group-item:first-child { border-top: 0; } div.jsNMR .list-group-flush:last-child .list-group-item:last-child { border-bottom: 0; } div.jsNMR .list-group-item-primary { color: #004085; background-color: #b8daff; } div.jsNMR .list-group-item-primary.list-group-item-action:hover, div.jsNMR .list-group-item-primary.list-group-item-action:focus { color: #004085; background-color: #9fcdff; } div.jsNMR .list-group-item-primary.list-group-item-action.active { color: #fff; background-color: #004085; border-color: #004085; } div.jsNMR .list-group-item-secondary { color: #383d41; background-color: #d6d8db; } div.jsNMR .list-group-item-secondary.list-group-item-action:hover, div.jsNMR .list-group-item-secondary.list-group-item-action:focus { color: #383d41; background-color: #c8cbcf; } div.jsNMR .list-group-item-secondary.list-group-item-action.active { color: #fff; background-color: #383d41; border-color: #383d41; } div.jsNMR .list-group-item-success { color: #155724; background-color: #c3e6cb; } div.jsNMR .list-group-item-success.list-group-item-action:hover, div.jsNMR .list-group-item-success.list-group-item-action:focus { color: #155724; background-color: #b1dfbb; } div.jsNMR .list-group-item-success.list-group-item-action.active { color: #fff; background-color: #155724; border-color: #155724; } div.jsNMR .list-group-item-info { color: #0c5460; background-color: #bee5eb; } div.jsNMR .list-group-item-info.list-group-item-action:hover, div.jsNMR .list-group-item-info.list-group-item-action:focus { color: #0c5460; background-color: #abdde5; } div.jsNMR .list-group-item-info.list-group-item-action.active { color: #fff; background-color: #0c5460; border-color: #0c5460; } div.jsNMR .list-group-item-warning { color: #856404; background-color: #ffeeba; } div.jsNMR .list-group-item-warning.list-group-item-action:hover, div.jsNMR .list-group-item-warning.list-group-item-action:focus { color: #856404; background-color: #ffe8a1; } div.jsNMR .list-group-item-warning.list-group-item-action.active { color: #fff; background-color: #856404; border-color: #856404; } div.jsNMR .list-group-item-danger { color: #721c24; background-color: #f5c6cb; } div.jsNMR .list-group-item-danger.list-group-item-action:hover, div.jsNMR .list-group-item-danger.list-group-item-action:focus { color: #721c24; background-color: #f1b0b7; } div.jsNMR .list-group-item-danger.list-group-item-action.active { color: #fff; background-color: #721c24; border-color: #721c24; } div.jsNMR .list-group-item-light { color: #818182; background-color: #fdfdfe; } div.jsNMR .list-group-item-light.list-group-item-action:hover, div.jsNMR .list-group-item-light.list-group-item-action:focus { color: #818182; background-color: #ececf6; } div.jsNMR .list-group-item-light.list-group-item-action.active { color: #fff; background-color: #818182; border-color: #818182; } div.jsNMR .list-group-item-dark { color: #1b1e21; background-color: #c6c8ca; } div.jsNMR .list-group-item-dark.list-group-item-action:hover, div.jsNMR .list-group-item-dark.list-group-item-action:focus { color: #1b1e21; background-color: #b9bbbe; } div.jsNMR .list-group-item-dark.list-group-item-action.active { color: #fff; background-color: #1b1e21; border-color: #1b1e21; } div.jsNMR .close { float: right; font-size: 1.5rem; font-weight: 700; line-height: 1; color: #000; text-shadow: 0 1px 0 #fff; opacity: .5; } div.jsNMR .close:hover, div.jsNMR .close:focus { color: #000; text-decoration: none; opacity: .75; } div.jsNMR .close:not(:disabled):not(.disabled) { cursor: pointer; } div.jsNMR button.close { padding: 0; background-color: transparent; border: 0; -webkit-appearance: none; } div.jsNMR .modal-open { overflow: hidden; } div.jsNMR .modal { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1050; display: none; overflow: hidden; outline: 0; } .modal-open div.jsNMR .modal { overflow-x: hidden; overflow-y: auto; } div.jsNMR .modal-dialog { position: relative; width: auto; margin: 0.5rem; pointer-events: none; } .modal.fade div.jsNMR .modal-dialog { transition: transform 0.3s ease-out; transform: translate(0, -25%); } .modal.show div.jsNMR .modal-dialog { transform: translate(0, 0); } div.jsNMR .modal-dialog-centered { display: flex; align-items: center; min-height: calc(100% - (0.5rem * 2)); } div.jsNMR .modal-content { position: relative; display: flex; flex-direction: column; width: 100%; pointer-events: auto; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; outline: 0; } div.jsNMR .modal-backdrop { position: fixed; top: 0; right: 0; bottom: 0; left: 0; z-index: 1040; background-color: #000; } div.jsNMR .modal-backdrop.fade { opacity: 0; } div.jsNMR .modal-backdrop.show { opacity: 0.5; } div.jsNMR .modal-header { display: flex; align-items: flex-start; justify-content: space-between; padding: 1rem; border-bottom: 1px solid #e9ecef; border-top-left-radius: 0.3rem; border-top-right-radius: 0.3rem; } div.jsNMR .modal-header .close { padding: 1rem; margin: -1rem -1rem -1rem auto; } div.jsNMR .modal-title { margin-bottom: 0; line-height: 1.5; } div.jsNMR .modal-body { position: relative; flex: 1 1 auto; padding: 1rem; } div.jsNMR .modal-footer { display: flex; align-items: center; justify-content: flex-end; padding: 1rem; border-top: 1px solid #e9ecef; } div.jsNMR .modal-footer > :not(:first-child) { margin-left: .25rem; } div.jsNMR .modal-footer > :not(:last-child) { margin-right: .25rem; } div.jsNMR .modal-scrollbar-measure { position: absolute; top: -9999px; width: 50px; height: 50px; overflow: scroll; } @media (min-width: 576px) { div.jsNMR .modal-dialog { max-width: 500px; margin: 1.75rem auto; } div.jsNMR .modal-dialog-centered { min-height: calc(100% - (1.75rem * 2)); } div.jsNMR .modal-sm { max-width: 300px; } } @media (min-width: 992px) { div.jsNMR .modal-lg { max-width: 800px; } } div.jsNMR .tooltip { position: absolute; z-index: 1070; display: block; margin: 0; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; opacity: 0; } div.jsNMR .tooltip.show { opacity: 0.9; } div.jsNMR .tooltip .arrow { position: absolute; display: block; width: 0.8rem; height: 0.4rem; } div.jsNMR .tooltip .arrow::before { position: absolute; content: ""; border-color: transparent; border-style: solid; } div.jsNMR .bs-tooltip-top, div.jsNMR .bs-tooltip-auto[x-placement^="top"] { padding: 0.4rem 0; } div.jsNMR .bs-tooltip-top .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="top"] .arrow { bottom: 0; } div.jsNMR .bs-tooltip-top .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="top"] .arrow::before { top: 0; border-width: 0.4rem 0.4rem 0; border-top-color: #000; } div.jsNMR .bs-tooltip-right, div.jsNMR .bs-tooltip-auto[x-placement^="right"] { padding: 0 0.4rem; } div.jsNMR .bs-tooltip-right .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="right"] .arrow { left: 0; width: 0.4rem; height: 0.8rem; } div.jsNMR .bs-tooltip-right .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="right"] .arrow::before { right: 0; border-width: 0.4rem 0.4rem 0.4rem 0; border-right-color: #000; } div.jsNMR .bs-tooltip-bottom, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] { padding: 0.4rem 0; } div.jsNMR .bs-tooltip-bottom .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] .arrow { top: 0; } div.jsNMR .bs-tooltip-bottom .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="bottom"] .arrow::before { bottom: 0; border-width: 0 0.4rem 0.4rem; border-bottom-color: #000; } div.jsNMR .bs-tooltip-left, div.jsNMR .bs-tooltip-auto[x-placement^="left"] { padding: 0 0.4rem; } div.jsNMR .bs-tooltip-left .arrow, div.jsNMR .bs-tooltip-auto[x-placement^="left"] .arrow { right: 0; width: 0.4rem; height: 0.8rem; } div.jsNMR .bs-tooltip-left .arrow::before, div.jsNMR .bs-tooltip-auto[x-placement^="left"] .arrow::before { left: 0; border-width: 0.4rem 0 0.4rem 0.4rem; border-left-color: #000; } div.jsNMR .tooltip-inner { max-width: 200px; padding: 0.25rem 0.5rem; color: #fff; text-align: center; background-color: #000; border-radius: 0.25rem; } div.jsNMR .popover { position: absolute; top: 0; left: 0; z-index: 1060; display: block; max-width: 276px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; font-style: normal; font-weight: 400; line-height: 1.5; text-align: left; text-align: start; text-decoration: none; text-shadow: none; text-transform: none; letter-spacing: normal; word-break: normal; word-spacing: normal; white-space: normal; line-break: auto; font-size: 0.875rem; word-wrap: break-word; background-color: #fff; background-clip: padding-box; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 0.3rem; } div.jsNMR .popover .arrow { position: absolute; display: block; width: 1rem; height: 0.5rem; margin: 0 0.3rem; } div.jsNMR .popover .arrow::before, div.jsNMR .popover .arrow::after { position: absolute; display: block; content: ""; border-color: transparent; border-style: solid; } div.jsNMR .bs-popover-top, div.jsNMR .bs-popover-auto[x-placement^="top"] { margin-bottom: 0.5rem; } div.jsNMR .bs-popover-top .arrow, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow { bottom: calc((0.5rem + 1px) * -1); } div.jsNMR .bs-popover-top .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::before, div.jsNMR .bs-popover-top .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::after { border-width: 0.5rem 0.5rem 0; } div.jsNMR .bs-popover-top .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::before { bottom: 0; border-top-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-top .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="top"] .arrow::after { bottom: 1px; border-top-color: #fff; } div.jsNMR .bs-popover-right, div.jsNMR .bs-popover-auto[x-placement^="right"] { margin-left: 0.5rem; } div.jsNMR .bs-popover-right .arrow, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow { left: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } div.jsNMR .bs-popover-right .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::before, div.jsNMR .bs-popover-right .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::after { border-width: 0.5rem 0.5rem 0.5rem 0; } div.jsNMR .bs-popover-right .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::before { left: 0; border-right-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-right .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="right"] .arrow::after { left: 1px; border-right-color: #fff; } div.jsNMR .bs-popover-bottom, div.jsNMR .bs-popover-auto[x-placement^="bottom"] { margin-top: 0.5rem; } div.jsNMR .bs-popover-bottom .arrow, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow { top: calc((0.5rem + 1px) * -1); } div.jsNMR .bs-popover-bottom .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::before, div.jsNMR .bs-popover-bottom .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::after { border-width: 0 0.5rem 0.5rem 0.5rem; } div.jsNMR .bs-popover-bottom .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::before { top: 0; border-bottom-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-bottom .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .arrow::after { top: 1px; border-bottom-color: #fff; } div.jsNMR .bs-popover-bottom .popover-header::before, div.jsNMR .bs-popover-auto[x-placement^="bottom"] .popover-header::before { position: absolute; top: 0; left: 50%; display: block; width: 1rem; margin-left: -0.5rem; content: ""; border-bottom: 1px solid #f7f7f7; } div.jsNMR .bs-popover-left, div.jsNMR .bs-popover-auto[x-placement^="left"] { margin-right: 0.5rem; } div.jsNMR .bs-popover-left .arrow, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow { right: calc((0.5rem + 1px) * -1); width: 0.5rem; height: 1rem; margin: 0.3rem 0; } div.jsNMR .bs-popover-left .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::before, div.jsNMR .bs-popover-left .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::after { border-width: 0.5rem 0 0.5rem 0.5rem; } div.jsNMR .bs-popover-left .arrow::before, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::before { right: 0; border-left-color: rgba(0, 0, 0, 0.25); } div.jsNMR .bs-popover-left .arrow::after, div.jsNMR .bs-popover-auto[x-placement^="left"] .arrow::after { right: 1px; border-left-color: #fff; } div.jsNMR .popover-header { padding: 0.5rem 0.75rem; margin-bottom: 0; font-size: 1rem; color: inherit; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-top-left-radius: calc(0.3rem - 1px); border-top-right-radius: calc(0.3rem - 1px); } div.jsNMR .popover-header:empty { display: none; } div.jsNMR .popover-body { padding: 0.5rem 0.75rem; color: #212529; } div.jsNMR .carousel { position: relative; } div.jsNMR .carousel-inner { position: relative; width: 100%; overflow: hidden; } div.jsNMR .carousel-item { position: relative; display: none; align-items: center; width: 100%; transition: transform 0.6s ease; backface-visibility: hidden; perspective: 1000px; } div.jsNMR .carousel-item.active, div.jsNMR .carousel-item-next, div.jsNMR .carousel-item-prev { display: block; } div.jsNMR .carousel-item-next, div.jsNMR .carousel-item-prev { position: absolute; top: 0; } div.jsNMR .carousel-item-next.carousel-item-left, div.jsNMR .carousel-item-prev.carousel-item-right { transform: translateX(0); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-next.carousel-item-left, div.jsNMR .carousel-item-prev.carousel-item-right { transform: translate3d(0, 0, 0); } } div.jsNMR .carousel-item-next, div.jsNMR .active.carousel-item-right { transform: translateX(100%); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-next, div.jsNMR .active.carousel-item-right { transform: translate3d(100%, 0, 0); } } div.jsNMR .carousel-item-prev, div.jsNMR .active.carousel-item-left { transform: translateX(-100%); } @supports (transform-style: preserve-3d) { div.jsNMR .carousel-item-prev, div.jsNMR .active.carousel-item-left { transform: translate3d(-100%, 0, 0); } } div.jsNMR .carousel-control-prev, div.jsNMR .carousel-control-next { position: absolute; top: 0; bottom: 0; display: flex; align-items: center; justify-content: center; width: 15%; color: #fff; text-align: center; opacity: 0.5; } div.jsNMR .carousel-control-prev:hover, div.jsNMR .carousel-control-prev:focus, div.jsNMR .carousel-control-next:hover, div.jsNMR .carousel-control-next:focus { color: #fff; text-decoration: none; outline: 0; opacity: .9; } div.jsNMR .carousel-control-prev { left: 0; } div.jsNMR .carousel-control-next { right: 0; } div.jsNMR .carousel-control-prev-icon, div.jsNMR .carousel-control-next-icon { display: inline-block; width: 20px; height: 20px; background: transparent no-repeat center center; background-size: 100% 100%; } div.jsNMR .carousel-control-prev-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); } div.jsNMR .carousel-control-next-icon { background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); } div.jsNMR .carousel-indicators { position: absolute; right: 0; bottom: 10px; left: 0; z-index: 15; display: flex; justify-content: center; padding-left: 0; margin-right: 15%; margin-left: 15%; list-style: none; } div.jsNMR .carousel-indicators li { position: relative; flex: 0 1 auto; width: 30px; height: 3px; margin-right: 3px; margin-left: 3px; text-indent: -999px; background-color: rgba(255, 255, 255, 0.5); } div.jsNMR .carousel-indicators li::before { position: absolute; top: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } div.jsNMR .carousel-indicators li::after { position: absolute; bottom: -10px; left: 0; display: inline-block; width: 100%; height: 10px; content: ""; } div.jsNMR .carousel-indicators .active { background-color: #fff; } div.jsNMR .carousel-caption { position: absolute; right: 15%; bottom: 20px; left: 15%; z-index: 10; padding-top: 20px; padding-bottom: 20px; color: #fff; text-align: center; } div.jsNMR .align-baseline { vertical-align: baseline !important; } div.jsNMR .align-top { vertical-align: top !important; } div.jsNMR .align-middle { vertical-align: middle !important; } div.jsNMR .align-bottom { vertical-align: bottom !important; } div.jsNMR .align-text-bottom { vertical-align: text-bottom !important; } div.jsNMR .align-text-top { vertical-align: text-top !important; } div.jsNMR .bg-primary { background-color: #007bff !important; } div.jsNMR a.bg-primary:hover, div.jsNMR a.bg-primary:focus, div.jsNMR button.bg-primary:hover, div.jsNMR button.bg-primary:focus { background-color: #0062cc !important; } div.jsNMR .bg-secondary { background-color: #6c757d !important; } div.jsNMR a.bg-secondary:hover, div.jsNMR a.bg-secondary:focus, div.jsNMR button.bg-secondary:hover, div.jsNMR button.bg-secondary:focus { background-color: #545b62 !important; } div.jsNMR .bg-success { background-color: #28a745 !important; } div.jsNMR a.bg-success:hover, div.jsNMR a.bg-success:focus, div.jsNMR button.bg-success:hover, div.jsNMR button.bg-success:focus { background-color: #1e7e34 !important; } div.jsNMR .bg-info { background-color: #17a2b8 !important; } div.jsNMR a.bg-info:hover, div.jsNMR a.bg-info:focus, div.jsNMR button.bg-info:hover, div.jsNMR button.bg-info:focus { background-color: #117a8b !important; } div.jsNMR .bg-warning { background-color: #ffc107 !important; } div.jsNMR a.bg-warning:hover, div.jsNMR a.bg-warning:focus, div.jsNMR button.bg-warning:hover, div.jsNMR button.bg-warning:focus { background-color: #d39e00 !important; } div.jsNMR .bg-danger { background-color: #dc3545 !important; } div.jsNMR a.bg-danger:hover, div.jsNMR a.bg-danger:focus, div.jsNMR button.bg-danger:hover, div.jsNMR button.bg-danger:focus { background-color: #bd2130 !important; } div.jsNMR .bg-light { background-color: #f8f9fa !important; } div.jsNMR a.bg-light:hover, div.jsNMR a.bg-light:focus, div.jsNMR button.bg-light:hover, div.jsNMR button.bg-light:focus { background-color: #dae0e5 !important; } div.jsNMR .bg-dark { background-color: #343a40 !important; } div.jsNMR a.bg-dark:hover, div.jsNMR a.bg-dark:focus, div.jsNMR button.bg-dark:hover, div.jsNMR button.bg-dark:focus { background-color: #1d2124 !important; } div.jsNMR .bg-white { background-color: #fff !important; } div.jsNMR .bg-transparent { background-color: transparent !important; } div.jsNMR .border { border: 1px solid #dee2e6 !important; } div.jsNMR .border-top { border-top: 1px solid #dee2e6 !important; } div.jsNMR .border-right { border-right: 1px solid #dee2e6 !important; } div.jsNMR .border-bottom { border-bottom: 1px solid #dee2e6 !important; } div.jsNMR .border-left { border-left: 1px solid #dee2e6 !important; } div.jsNMR .border-0 { border: 0 !important; } div.jsNMR .border-top-0 { border-top: 0 !important; } div.jsNMR .border-right-0 { border-right: 0 !important; } div.jsNMR .border-bottom-0 { border-bottom: 0 !important; } div.jsNMR .border-left-0 { border-left: 0 !important; } div.jsNMR .border-primary { border-color: #007bff !important; } div.jsNMR .border-secondary { border-color: #6c757d !important; } div.jsNMR .border-success { border-color: #28a745 !important; } div.jsNMR .border-info { border-color: #17a2b8 !important; } div.jsNMR .border-warning { border-color: #ffc107 !important; } div.jsNMR .border-danger { border-color: #dc3545 !important; } div.jsNMR .border-light { border-color: #f8f9fa !important; } div.jsNMR .border-dark { border-color: #343a40 !important; } div.jsNMR .border-white { border-color: #fff !important; } div.jsNMR .rounded { border-radius: 0.25rem !important; } div.jsNMR .rounded-top { border-top-left-radius: 0.25rem !important; border-top-right-radius: 0.25rem !important; } div.jsNMR .rounded-right { border-top-right-radius: 0.25rem !important; border-bottom-right-radius: 0.25rem !important; } div.jsNMR .rounded-bottom { border-bottom-right-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } div.jsNMR .rounded-left { border-top-left-radius: 0.25rem !important; border-bottom-left-radius: 0.25rem !important; } div.jsNMR .rounded-circle { border-radius: 50% !important; } div.jsNMR .rounded-0 { border-radius: 0 !important; } div.jsNMR .clearfix::after { display: block; clear: both; content: ""; } div.jsNMR .d-none { display: none !important; } div.jsNMR .d-inline { display: inline !important; } div.jsNMR .d-inline-block { display: inline-block !important; } div.jsNMR .d-block { display: block !important; } div.jsNMR .d-table { display: table !important; } div.jsNMR .d-table-row { display: table-row !important; } div.jsNMR .d-table-cell { display: table-cell !important; } div.jsNMR .d-flex { display: flex !important; } div.jsNMR .d-inline-flex { display: inline-flex !important; } @media (min-width: 576px) { div.jsNMR .d-sm-none { display: none !important; } div.jsNMR .d-sm-inline { display: inline !important; } div.jsNMR .d-sm-inline-block { display: inline-block !important; } div.jsNMR .d-sm-block { display: block !important; } div.jsNMR .d-sm-table { display: table !important; } div.jsNMR .d-sm-table-row { display: table-row !important; } div.jsNMR .d-sm-table-cell { display: table-cell !important; } div.jsNMR .d-sm-flex { display: flex !important; } div.jsNMR .d-sm-inline-flex { display: inline-flex !important; } } @media (min-width: 768px) { div.jsNMR .d-md-none { display: none !important; } div.jsNMR .d-md-inline { display: inline !important; } div.jsNMR .d-md-inline-block { display: inline-block !important; } div.jsNMR .d-md-block { display: block !important; } div.jsNMR .d-md-table { display: table !important; } div.jsNMR .d-md-table-row { display: table-row !important; } div.jsNMR .d-md-table-cell { display: table-cell !important; } div.jsNMR .d-md-flex { display: flex !important; } div.jsNMR .d-md-inline-flex { display: inline-flex !important; } } @media (min-width: 992px) { div.jsNMR .d-lg-none { display: none !important; } div.jsNMR .d-lg-inline { display: inline !important; } div.jsNMR .d-lg-inline-block { display: inline-block !important; } div.jsNMR .d-lg-block { display: block !important; } div.jsNMR .d-lg-table { display: table !important; } div.jsNMR .d-lg-table-row { display: table-row !important; } div.jsNMR .d-lg-table-cell { display: table-cell !important; } div.jsNMR .d-lg-flex { display: flex !important; } div.jsNMR .d-lg-inline-flex { display: inline-flex !important; } } @media (min-width: 1200px) { div.jsNMR .d-xl-none { display: none !important; } div.jsNMR .d-xl-inline { display: inline !important; } div.jsNMR .d-xl-inline-block { display: inline-block !important; } div.jsNMR .d-xl-block { display: block !important; } div.jsNMR .d-xl-table { display: table !important; } div.jsNMR .d-xl-table-row { display: table-row !important; } div.jsNMR .d-xl-table-cell { display: table-cell !important; } div.jsNMR .d-xl-flex { display: flex !important; } div.jsNMR .d-xl-inline-flex { display: inline-flex !important; } } @media print { div.jsNMR .d-print-none { display: none !important; } div.jsNMR .d-print-inline { display: inline !important; } div.jsNMR .d-print-inline-block { display: inline-block !important; } div.jsNMR .d-print-block { display: block !important; } div.jsNMR .d-print-table { display: table !important; } div.jsNMR .d-print-table-row { display: table-row !important; } div.jsNMR .d-print-table-cell { display: table-cell !important; } div.jsNMR .d-print-flex { display: flex !important; } div.jsNMR .d-print-inline-flex { display: inline-flex !important; } } div.jsNMR .embed-responsive { position: relative; display: block; width: 100%; padding: 0; overflow: hidden; } div.jsNMR .embed-responsive::before { display: block; content: ""; } div.jsNMR .embed-responsive .embed-responsive-item, div.jsNMR .embed-responsive iframe, div.jsNMR .embed-responsive embed, div.jsNMR .embed-responsive object, div.jsNMR .embed-responsive video { position: absolute; top: 0; bottom: 0; left: 0; width: 100%; height: 100%; border: 0; } div.jsNMR .embed-responsive-21by9::before { padding-top: 42.85714%; } div.jsNMR .embed-responsive-16by9::before { padding-top: 56.25%; } div.jsNMR .embed-responsive-4by3::before { padding-top: 75%; } div.jsNMR .embed-responsive-1by1::before { padding-top: 100%; } div.jsNMR .flex-row { flex-direction: row !important; } div.jsNMR .flex-column { flex-direction: column !important; } div.jsNMR .flex-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-start { justify-content: flex-start !important; } div.jsNMR .justify-content-end { justify-content: flex-end !important; } div.jsNMR .justify-content-center { justify-content: center !important; } div.jsNMR .justify-content-between { justify-content: space-between !important; } div.jsNMR .justify-content-around { justify-content: space-around !important; } div.jsNMR .align-items-start { align-items: flex-start !important; } div.jsNMR .align-items-end { align-items: flex-end !important; } div.jsNMR .align-items-center { align-items: center !important; } div.jsNMR .align-items-baseline { align-items: baseline !important; } div.jsNMR .align-items-stretch { align-items: stretch !important; } div.jsNMR .align-content-start { align-content: flex-start !important; } div.jsNMR .align-content-end { align-content: flex-end !important; } div.jsNMR .align-content-center { align-content: center !important; } div.jsNMR .align-content-between { align-content: space-between !important; } div.jsNMR .align-content-around { align-content: space-around !important; } div.jsNMR .align-content-stretch { align-content: stretch !important; } div.jsNMR .align-self-auto { align-self: auto !important; } div.jsNMR .align-self-start { align-self: flex-start !important; } div.jsNMR .align-self-end { align-self: flex-end !important; } div.jsNMR .align-self-center { align-self: center !important; } div.jsNMR .align-self-baseline { align-self: baseline !important; } div.jsNMR .align-self-stretch { align-self: stretch !important; } @media (min-width: 576px) { div.jsNMR .flex-sm-row { flex-direction: row !important; } div.jsNMR .flex-sm-column { flex-direction: column !important; } div.jsNMR .flex-sm-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-sm-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-sm-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-sm-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-sm-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-sm-start { justify-content: flex-start !important; } div.jsNMR .justify-content-sm-end { justify-content: flex-end !important; } div.jsNMR .justify-content-sm-center { justify-content: center !important; } div.jsNMR .justify-content-sm-between { justify-content: space-between !important; } div.jsNMR .justify-content-sm-around { justify-content: space-around !important; } div.jsNMR .align-items-sm-start { align-items: flex-start !important; } div.jsNMR .align-items-sm-end { align-items: flex-end !important; } div.jsNMR .align-items-sm-center { align-items: center !important; } div.jsNMR .align-items-sm-baseline { align-items: baseline !important; } div.jsNMR .align-items-sm-stretch { align-items: stretch !important; } div.jsNMR .align-content-sm-start { align-content: flex-start !important; } div.jsNMR .align-content-sm-end { align-content: flex-end !important; } div.jsNMR .align-content-sm-center { align-content: center !important; } div.jsNMR .align-content-sm-between { align-content: space-between !important; } div.jsNMR .align-content-sm-around { align-content: space-around !important; } div.jsNMR .align-content-sm-stretch { align-content: stretch !important; } div.jsNMR .align-self-sm-auto { align-self: auto !important; } div.jsNMR .align-self-sm-start { align-self: flex-start !important; } div.jsNMR .align-self-sm-end { align-self: flex-end !important; } div.jsNMR .align-self-sm-center { align-self: center !important; } div.jsNMR .align-self-sm-baseline { align-self: baseline !important; } div.jsNMR .align-self-sm-stretch { align-self: stretch !important; } } @media (min-width: 768px) { div.jsNMR .flex-md-row { flex-direction: row !important; } div.jsNMR .flex-md-column { flex-direction: column !important; } div.jsNMR .flex-md-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-md-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-md-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-md-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-md-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-md-start { justify-content: flex-start !important; } div.jsNMR .justify-content-md-end { justify-content: flex-end !important; } div.jsNMR .justify-content-md-center { justify-content: center !important; } div.jsNMR .justify-content-md-between { justify-content: space-between !important; } div.jsNMR .justify-content-md-around { justify-content: space-around !important; } div.jsNMR .align-items-md-start { align-items: flex-start !important; } div.jsNMR .align-items-md-end { align-items: flex-end !important; } div.jsNMR .align-items-md-center { align-items: center !important; } div.jsNMR .align-items-md-baseline { align-items: baseline !important; } div.jsNMR .align-items-md-stretch { align-items: stretch !important; } div.jsNMR .align-content-md-start { align-content: flex-start !important; } div.jsNMR .align-content-md-end { align-content: flex-end !important; } div.jsNMR .align-content-md-center { align-content: center !important; } div.jsNMR .align-content-md-between { align-content: space-between !important; } div.jsNMR .align-content-md-around { align-content: space-around !important; } div.jsNMR .align-content-md-stretch { align-content: stretch !important; } div.jsNMR .align-self-md-auto { align-self: auto !important; } div.jsNMR .align-self-md-start { align-self: flex-start !important; } div.jsNMR .align-self-md-end { align-self: flex-end !important; } div.jsNMR .align-self-md-center { align-self: center !important; } div.jsNMR .align-self-md-baseline { align-self: baseline !important; } div.jsNMR .align-self-md-stretch { align-self: stretch !important; } } @media (min-width: 992px) { div.jsNMR .flex-lg-row { flex-direction: row !important; } div.jsNMR .flex-lg-column { flex-direction: column !important; } div.jsNMR .flex-lg-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-lg-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-lg-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-lg-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-lg-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-lg-start { justify-content: flex-start !important; } div.jsNMR .justify-content-lg-end { justify-content: flex-end !important; } div.jsNMR .justify-content-lg-center { justify-content: center !important; } div.jsNMR .justify-content-lg-between { justify-content: space-between !important; } div.jsNMR .justify-content-lg-around { justify-content: space-around !important; } div.jsNMR .align-items-lg-start { align-items: flex-start !important; } div.jsNMR .align-items-lg-end { align-items: flex-end !important; } div.jsNMR .align-items-lg-center { align-items: center !important; } div.jsNMR .align-items-lg-baseline { align-items: baseline !important; } div.jsNMR .align-items-lg-stretch { align-items: stretch !important; } div.jsNMR .align-content-lg-start { align-content: flex-start !important; } div.jsNMR .align-content-lg-end { align-content: flex-end !important; } div.jsNMR .align-content-lg-center { align-content: center !important; } div.jsNMR .align-content-lg-between { align-content: space-between !important; } div.jsNMR .align-content-lg-around { align-content: space-around !important; } div.jsNMR .align-content-lg-stretch { align-content: stretch !important; } div.jsNMR .align-self-lg-auto { align-self: auto !important; } div.jsNMR .align-self-lg-start { align-self: flex-start !important; } div.jsNMR .align-self-lg-end { align-self: flex-end !important; } div.jsNMR .align-self-lg-center { align-self: center !important; } div.jsNMR .align-self-lg-baseline { align-self: baseline !important; } div.jsNMR .align-self-lg-stretch { align-self: stretch !important; } } @media (min-width: 1200px) { div.jsNMR .flex-xl-row { flex-direction: row !important; } div.jsNMR .flex-xl-column { flex-direction: column !important; } div.jsNMR .flex-xl-row-reverse { flex-direction: row-reverse !important; } div.jsNMR .flex-xl-column-reverse { flex-direction: column-reverse !important; } div.jsNMR .flex-xl-wrap { flex-wrap: wrap !important; } div.jsNMR .flex-xl-nowrap { flex-wrap: nowrap !important; } div.jsNMR .flex-xl-wrap-reverse { flex-wrap: wrap-reverse !important; } div.jsNMR .justify-content-xl-start { justify-content: flex-start !important; } div.jsNMR .justify-content-xl-end { justify-content: flex-end !important; } div.jsNMR .justify-content-xl-center { justify-content: center !important; } div.jsNMR .justify-content-xl-between { justify-content: space-between !important; } div.jsNMR .justify-content-xl-around { justify-content: space-around !important; } div.jsNMR .align-items-xl-start { align-items: flex-start !important; } div.jsNMR .align-items-xl-end { align-items: flex-end !important; } div.jsNMR .align-items-xl-center { align-items: center !important; } div.jsNMR .align-items-xl-baseline { align-items: baseline !important; } div.jsNMR .align-items-xl-stretch { align-items: stretch !important; } div.jsNMR .align-content-xl-start { align-content: flex-start !important; } div.jsNMR .align-content-xl-end { align-content: flex-end !important; } div.jsNMR .align-content-xl-center { align-content: center !important; } div.jsNMR .align-content-xl-between { align-content: space-between !important; } div.jsNMR .align-content-xl-around { align-content: space-around !important; } div.jsNMR .align-content-xl-stretch { align-content: stretch !important; } div.jsNMR .align-self-xl-auto { align-self: auto !important; } div.jsNMR .align-self-xl-start { align-self: flex-start !important; } div.jsNMR .align-self-xl-end { align-self: flex-end !important; } div.jsNMR .align-self-xl-center { align-self: center !important; } div.jsNMR .align-self-xl-baseline { align-self: baseline !important; } div.jsNMR .align-self-xl-stretch { align-self: stretch !important; } } div.jsNMR .float-left { float: left !important; } div.jsNMR .float-right { float: right !important; } div.jsNMR .float-none { float: none !important; } @media (min-width: 576px) { div.jsNMR .float-sm-left { float: left !important; } div.jsNMR .float-sm-right { float: right !important; } div.jsNMR .float-sm-none { float: none !important; } } @media (min-width: 768px) { div.jsNMR .float-md-left { float: left !important; } div.jsNMR .float-md-right { float: right !important; } div.jsNMR .float-md-none { float: none !important; } } @media (min-width: 992px) { div.jsNMR .float-lg-left { float: left !important; } div.jsNMR .float-lg-right { float: right !important; } div.jsNMR .float-lg-none { float: none !important; } } @media (min-width: 1200px) { div.jsNMR .float-xl-left { float: left !important; } div.jsNMR .float-xl-right { float: right !important; } div.jsNMR .float-xl-none { float: none !important; } } div.jsNMR .position-static { position: static !important; } div.jsNMR .position-relative { position: relative !important; } div.jsNMR .position-absolute { position: absolute !important; } div.jsNMR .position-fixed { position: fixed !important; } div.jsNMR .position-sticky { position: sticky !important; } div.jsNMR .fixed-top { position: fixed; top: 0; right: 0; left: 0; z-index: 1030; } div.jsNMR .fixed-bottom { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1030; } @supports (position: sticky) { div.jsNMR .sticky-top { position: sticky; top: 0; z-index: 1020; } } div.jsNMR .sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; clip-path: inset(50%); border: 0; } div.jsNMR .sr-only-focusable:active, div.jsNMR .sr-only-focusable:focus { position: static; width: auto; height: auto; overflow: visible; clip: auto; white-space: normal; clip-path: none; } div.jsNMR .w-25 { width: 25% !important; } div.jsNMR .w-50 { width: 50% !important; } div.jsNMR .w-75 { width: 75% !important; } div.jsNMR .w-100 { width: 100% !important; } div.jsNMR .h-25 { height: 25% !important; } div.jsNMR .h-50 { height: 50% !important; } div.jsNMR .h-75 { height: 75% !important; } div.jsNMR .h-100 { height: 100% !important; } div.jsNMR .mw-100 { max-width: 100% !important; } div.jsNMR .mh-100 { max-height: 100% !important; } div.jsNMR .m-0 { margin: 0 !important; } div.jsNMR .mt-0, div.jsNMR .my-0 { margin-top: 0 !important; } div.jsNMR .mr-0, div.jsNMR .mx-0 { margin-right: 0 !important; } div.jsNMR .mb-0, div.jsNMR .my-0 { margin-bottom: 0 !important; } div.jsNMR .ml-0, div.jsNMR .mx-0 { margin-left: 0 !important; } div.jsNMR .m-1 { margin: 0.25rem !important; } div.jsNMR .mt-1, div.jsNMR .my-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-1, div.jsNMR .mx-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-1, div.jsNMR .my-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-1, div.jsNMR .mx-1 { margin-left: 0.25rem !important; } div.jsNMR .m-2 { margin: 0.5rem !important; } div.jsNMR .mt-2, div.jsNMR .my-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-2, div.jsNMR .mx-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-2, div.jsNMR .my-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-2, div.jsNMR .mx-2 { margin-left: 0.5rem !important; } div.jsNMR .m-3 { margin: 1rem !important; } div.jsNMR .mt-3, div.jsNMR .my-3 { margin-top: 1rem !important; } div.jsNMR .mr-3, div.jsNMR .mx-3 { margin-right: 1rem !important; } div.jsNMR .mb-3, div.jsNMR .my-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-3, div.jsNMR .mx-3 { margin-left: 1rem !important; } div.jsNMR .m-4 { margin: 1.5rem !important; } div.jsNMR .mt-4, div.jsNMR .my-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-4, div.jsNMR .mx-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-4, div.jsNMR .my-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-4, div.jsNMR .mx-4 { margin-left: 1.5rem !important; } div.jsNMR .m-5 { margin: 3rem !important; } div.jsNMR .mt-5, div.jsNMR .my-5 { margin-top: 3rem !important; } div.jsNMR .mr-5, div.jsNMR .mx-5 { margin-right: 3rem !important; } div.jsNMR .mb-5, div.jsNMR .my-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-5, div.jsNMR .mx-5 { margin-left: 3rem !important; } div.jsNMR .p-0 { padding: 0 !important; } div.jsNMR .pt-0, div.jsNMR .py-0 { padding-top: 0 !important; } div.jsNMR .pr-0, div.jsNMR .px-0 { padding-right: 0 !important; } div.jsNMR .pb-0, div.jsNMR .py-0 { padding-bottom: 0 !important; } div.jsNMR .pl-0, div.jsNMR .px-0 { padding-left: 0 !important; } div.jsNMR .p-1 { padding: 0.25rem !important; } div.jsNMR .pt-1, div.jsNMR .py-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-1, div.jsNMR .px-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-1, div.jsNMR .py-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-1, div.jsNMR .px-1 { padding-left: 0.25rem !important; } div.jsNMR .p-2 { padding: 0.5rem !important; } div.jsNMR .pt-2, div.jsNMR .py-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-2, div.jsNMR .px-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-2, div.jsNMR .py-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-2, div.jsNMR .px-2 { padding-left: 0.5rem !important; } div.jsNMR .p-3 { padding: 1rem !important; } div.jsNMR .pt-3, div.jsNMR .py-3 { padding-top: 1rem !important; } div.jsNMR .pr-3, div.jsNMR .px-3 { padding-right: 1rem !important; } div.jsNMR .pb-3, div.jsNMR .py-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-3, div.jsNMR .px-3 { padding-left: 1rem !important; } div.jsNMR .p-4 { padding: 1.5rem !important; } div.jsNMR .pt-4, div.jsNMR .py-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-4, div.jsNMR .px-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-4, div.jsNMR .py-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-4, div.jsNMR .px-4 { padding-left: 1.5rem !important; } div.jsNMR .p-5 { padding: 3rem !important; } div.jsNMR .pt-5, div.jsNMR .py-5 { padding-top: 3rem !important; } div.jsNMR .pr-5, div.jsNMR .px-5 { padding-right: 3rem !important; } div.jsNMR .pb-5, div.jsNMR .py-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-5, div.jsNMR .px-5 { padding-left: 3rem !important; } div.jsNMR .m-auto { margin: auto !important; } div.jsNMR .mt-auto, div.jsNMR .my-auto { margin-top: auto !important; } div.jsNMR .mr-auto, div.jsNMR .mx-auto { margin-right: auto !important; } div.jsNMR .mb-auto, div.jsNMR .my-auto { margin-bottom: auto !important; } div.jsNMR .ml-auto, div.jsNMR .mx-auto { margin-left: auto !important; } @media (min-width: 576px) { div.jsNMR .m-sm-0 { margin: 0 !important; } div.jsNMR .mt-sm-0, div.jsNMR .my-sm-0 { margin-top: 0 !important; } div.jsNMR .mr-sm-0, div.jsNMR .mx-sm-0 { margin-right: 0 !important; } div.jsNMR .mb-sm-0, div.jsNMR .my-sm-0 { margin-bottom: 0 !important; } div.jsNMR .ml-sm-0, div.jsNMR .mx-sm-0 { margin-left: 0 !important; } div.jsNMR .m-sm-1 { margin: 0.25rem !important; } div.jsNMR .mt-sm-1, div.jsNMR .my-sm-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-sm-1, div.jsNMR .mx-sm-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-sm-1, div.jsNMR .my-sm-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-sm-1, div.jsNMR .mx-sm-1 { margin-left: 0.25rem !important; } div.jsNMR .m-sm-2 { margin: 0.5rem !important; } div.jsNMR .mt-sm-2, div.jsNMR .my-sm-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-sm-2, div.jsNMR .mx-sm-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-sm-2, div.jsNMR .my-sm-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-sm-2, div.jsNMR .mx-sm-2 { margin-left: 0.5rem !important; } div.jsNMR .m-sm-3 { margin: 1rem !important; } div.jsNMR .mt-sm-3, div.jsNMR .my-sm-3 { margin-top: 1rem !important; } div.jsNMR .mr-sm-3, div.jsNMR .mx-sm-3 { margin-right: 1rem !important; } div.jsNMR .mb-sm-3, div.jsNMR .my-sm-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-sm-3, div.jsNMR .mx-sm-3 { margin-left: 1rem !important; } div.jsNMR .m-sm-4 { margin: 1.5rem !important; } div.jsNMR .mt-sm-4, div.jsNMR .my-sm-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-sm-4, div.jsNMR .mx-sm-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-sm-4, div.jsNMR .my-sm-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-sm-4, div.jsNMR .mx-sm-4 { margin-left: 1.5rem !important; } div.jsNMR .m-sm-5 { margin: 3rem !important; } div.jsNMR .mt-sm-5, div.jsNMR .my-sm-5 { margin-top: 3rem !important; } div.jsNMR .mr-sm-5, div.jsNMR .mx-sm-5 { margin-right: 3rem !important; } div.jsNMR .mb-sm-5, div.jsNMR .my-sm-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-sm-5, div.jsNMR .mx-sm-5 { margin-left: 3rem !important; } div.jsNMR .p-sm-0 { padding: 0 !important; } div.jsNMR .pt-sm-0, div.jsNMR .py-sm-0 { padding-top: 0 !important; } div.jsNMR .pr-sm-0, div.jsNMR .px-sm-0 { padding-right: 0 !important; } div.jsNMR .pb-sm-0, div.jsNMR .py-sm-0 { padding-bottom: 0 !important; } div.jsNMR .pl-sm-0, div.jsNMR .px-sm-0 { padding-left: 0 !important; } div.jsNMR .p-sm-1 { padding: 0.25rem !important; } div.jsNMR .pt-sm-1, div.jsNMR .py-sm-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-sm-1, div.jsNMR .px-sm-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-sm-1, div.jsNMR .py-sm-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-sm-1, div.jsNMR .px-sm-1 { padding-left: 0.25rem !important; } div.jsNMR .p-sm-2 { padding: 0.5rem !important; } div.jsNMR .pt-sm-2, div.jsNMR .py-sm-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-sm-2, div.jsNMR .px-sm-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-sm-2, div.jsNMR .py-sm-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-sm-2, div.jsNMR .px-sm-2 { padding-left: 0.5rem !important; } div.jsNMR .p-sm-3 { padding: 1rem !important; } div.jsNMR .pt-sm-3, div.jsNMR .py-sm-3 { padding-top: 1rem !important; } div.jsNMR .pr-sm-3, div.jsNMR .px-sm-3 { padding-right: 1rem !important; } div.jsNMR .pb-sm-3, div.jsNMR .py-sm-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-sm-3, div.jsNMR .px-sm-3 { padding-left: 1rem !important; } div.jsNMR .p-sm-4 { padding: 1.5rem !important; } div.jsNMR .pt-sm-4, div.jsNMR .py-sm-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-sm-4, div.jsNMR .px-sm-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-sm-4, div.jsNMR .py-sm-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-sm-4, div.jsNMR .px-sm-4 { padding-left: 1.5rem !important; } div.jsNMR .p-sm-5 { padding: 3rem !important; } div.jsNMR .pt-sm-5, div.jsNMR .py-sm-5 { padding-top: 3rem !important; } div.jsNMR .pr-sm-5, div.jsNMR .px-sm-5 { padding-right: 3rem !important; } div.jsNMR .pb-sm-5, div.jsNMR .py-sm-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-sm-5, div.jsNMR .px-sm-5 { padding-left: 3rem !important; } div.jsNMR .m-sm-auto { margin: auto !important; } div.jsNMR .mt-sm-auto, div.jsNMR .my-sm-auto { margin-top: auto !important; } div.jsNMR .mr-sm-auto, div.jsNMR .mx-sm-auto { margin-right: auto !important; } div.jsNMR .mb-sm-auto, div.jsNMR .my-sm-auto { margin-bottom: auto !important; } div.jsNMR .ml-sm-auto, div.jsNMR .mx-sm-auto { margin-left: auto !important; } } @media (min-width: 768px) { div.jsNMR .m-md-0 { margin: 0 !important; } div.jsNMR .mt-md-0, div.jsNMR .my-md-0 { margin-top: 0 !important; } div.jsNMR .mr-md-0, div.jsNMR .mx-md-0 { margin-right: 0 !important; } div.jsNMR .mb-md-0, div.jsNMR .my-md-0 { margin-bottom: 0 !important; } div.jsNMR .ml-md-0, div.jsNMR .mx-md-0 { margin-left: 0 !important; } div.jsNMR .m-md-1 { margin: 0.25rem !important; } div.jsNMR .mt-md-1, div.jsNMR .my-md-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-md-1, div.jsNMR .mx-md-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-md-1, div.jsNMR .my-md-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-md-1, div.jsNMR .mx-md-1 { margin-left: 0.25rem !important; } div.jsNMR .m-md-2 { margin: 0.5rem !important; } div.jsNMR .mt-md-2, div.jsNMR .my-md-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-md-2, div.jsNMR .mx-md-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-md-2, div.jsNMR .my-md-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-md-2, div.jsNMR .mx-md-2 { margin-left: 0.5rem !important; } div.jsNMR .m-md-3 { margin: 1rem !important; } div.jsNMR .mt-md-3, div.jsNMR .my-md-3 { margin-top: 1rem !important; } div.jsNMR .mr-md-3, div.jsNMR .mx-md-3 { margin-right: 1rem !important; } div.jsNMR .mb-md-3, div.jsNMR .my-md-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-md-3, div.jsNMR .mx-md-3 { margin-left: 1rem !important; } div.jsNMR .m-md-4 { margin: 1.5rem !important; } div.jsNMR .mt-md-4, div.jsNMR .my-md-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-md-4, div.jsNMR .mx-md-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-md-4, div.jsNMR .my-md-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-md-4, div.jsNMR .mx-md-4 { margin-left: 1.5rem !important; } div.jsNMR .m-md-5 { margin: 3rem !important; } div.jsNMR .mt-md-5, div.jsNMR .my-md-5 { margin-top: 3rem !important; } div.jsNMR .mr-md-5, div.jsNMR .mx-md-5 { margin-right: 3rem !important; } div.jsNMR .mb-md-5, div.jsNMR .my-md-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-md-5, div.jsNMR .mx-md-5 { margin-left: 3rem !important; } div.jsNMR .p-md-0 { padding: 0 !important; } div.jsNMR .pt-md-0, div.jsNMR .py-md-0 { padding-top: 0 !important; } div.jsNMR .pr-md-0, div.jsNMR .px-md-0 { padding-right: 0 !important; } div.jsNMR .pb-md-0, div.jsNMR .py-md-0 { padding-bottom: 0 !important; } div.jsNMR .pl-md-0, div.jsNMR .px-md-0 { padding-left: 0 !important; } div.jsNMR .p-md-1 { padding: 0.25rem !important; } div.jsNMR .pt-md-1, div.jsNMR .py-md-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-md-1, div.jsNMR .px-md-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-md-1, div.jsNMR .py-md-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-md-1, div.jsNMR .px-md-1 { padding-left: 0.25rem !important; } div.jsNMR .p-md-2 { padding: 0.5rem !important; } div.jsNMR .pt-md-2, div.jsNMR .py-md-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-md-2, div.jsNMR .px-md-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-md-2, div.jsNMR .py-md-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-md-2, div.jsNMR .px-md-2 { padding-left: 0.5rem !important; } div.jsNMR .p-md-3 { padding: 1rem !important; } div.jsNMR .pt-md-3, div.jsNMR .py-md-3 { padding-top: 1rem !important; } div.jsNMR .pr-md-3, div.jsNMR .px-md-3 { padding-right: 1rem !important; } div.jsNMR .pb-md-3, div.jsNMR .py-md-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-md-3, div.jsNMR .px-md-3 { padding-left: 1rem !important; } div.jsNMR .p-md-4 { padding: 1.5rem !important; } div.jsNMR .pt-md-4, div.jsNMR .py-md-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-md-4, div.jsNMR .px-md-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-md-4, div.jsNMR .py-md-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-md-4, div.jsNMR .px-md-4 { padding-left: 1.5rem !important; } div.jsNMR .p-md-5 { padding: 3rem !important; } div.jsNMR .pt-md-5, div.jsNMR .py-md-5 { padding-top: 3rem !important; } div.jsNMR .pr-md-5, div.jsNMR .px-md-5 { padding-right: 3rem !important; } div.jsNMR .pb-md-5, div.jsNMR .py-md-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-md-5, div.jsNMR .px-md-5 { padding-left: 3rem !important; } div.jsNMR .m-md-auto { margin: auto !important; } div.jsNMR .mt-md-auto, div.jsNMR .my-md-auto { margin-top: auto !important; } div.jsNMR .mr-md-auto, div.jsNMR .mx-md-auto { margin-right: auto !important; } div.jsNMR .mb-md-auto, div.jsNMR .my-md-auto { margin-bottom: auto !important; } div.jsNMR .ml-md-auto, div.jsNMR .mx-md-auto { margin-left: auto !important; } } @media (min-width: 992px) { div.jsNMR .m-lg-0 { margin: 0 !important; } div.jsNMR .mt-lg-0, div.jsNMR .my-lg-0 { margin-top: 0 !important; } div.jsNMR .mr-lg-0, div.jsNMR .mx-lg-0 { margin-right: 0 !important; } div.jsNMR .mb-lg-0, div.jsNMR .my-lg-0 { margin-bottom: 0 !important; } div.jsNMR .ml-lg-0, div.jsNMR .mx-lg-0 { margin-left: 0 !important; } div.jsNMR .m-lg-1 { margin: 0.25rem !important; } div.jsNMR .mt-lg-1, div.jsNMR .my-lg-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-lg-1, div.jsNMR .mx-lg-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-lg-1, div.jsNMR .my-lg-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-lg-1, div.jsNMR .mx-lg-1 { margin-left: 0.25rem !important; } div.jsNMR .m-lg-2 { margin: 0.5rem !important; } div.jsNMR .mt-lg-2, div.jsNMR .my-lg-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-lg-2, div.jsNMR .mx-lg-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-lg-2, div.jsNMR .my-lg-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-lg-2, div.jsNMR .mx-lg-2 { margin-left: 0.5rem !important; } div.jsNMR .m-lg-3 { margin: 1rem !important; } div.jsNMR .mt-lg-3, div.jsNMR .my-lg-3 { margin-top: 1rem !important; } div.jsNMR .mr-lg-3, div.jsNMR .mx-lg-3 { margin-right: 1rem !important; } div.jsNMR .mb-lg-3, div.jsNMR .my-lg-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-lg-3, div.jsNMR .mx-lg-3 { margin-left: 1rem !important; } div.jsNMR .m-lg-4 { margin: 1.5rem !important; } div.jsNMR .mt-lg-4, div.jsNMR .my-lg-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-lg-4, div.jsNMR .mx-lg-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-lg-4, div.jsNMR .my-lg-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-lg-4, div.jsNMR .mx-lg-4 { margin-left: 1.5rem !important; } div.jsNMR .m-lg-5 { margin: 3rem !important; } div.jsNMR .mt-lg-5, div.jsNMR .my-lg-5 { margin-top: 3rem !important; } div.jsNMR .mr-lg-5, div.jsNMR .mx-lg-5 { margin-right: 3rem !important; } div.jsNMR .mb-lg-5, div.jsNMR .my-lg-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-lg-5, div.jsNMR .mx-lg-5 { margin-left: 3rem !important; } div.jsNMR .p-lg-0 { padding: 0 !important; } div.jsNMR .pt-lg-0, div.jsNMR .py-lg-0 { padding-top: 0 !important; } div.jsNMR .pr-lg-0, div.jsNMR .px-lg-0 { padding-right: 0 !important; } div.jsNMR .pb-lg-0, div.jsNMR .py-lg-0 { padding-bottom: 0 !important; } div.jsNMR .pl-lg-0, div.jsNMR .px-lg-0 { padding-left: 0 !important; } div.jsNMR .p-lg-1 { padding: 0.25rem !important; } div.jsNMR .pt-lg-1, div.jsNMR .py-lg-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-lg-1, div.jsNMR .px-lg-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-lg-1, div.jsNMR .py-lg-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-lg-1, div.jsNMR .px-lg-1 { padding-left: 0.25rem !important; } div.jsNMR .p-lg-2 { padding: 0.5rem !important; } div.jsNMR .pt-lg-2, div.jsNMR .py-lg-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-lg-2, div.jsNMR .px-lg-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-lg-2, div.jsNMR .py-lg-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-lg-2, div.jsNMR .px-lg-2 { padding-left: 0.5rem !important; } div.jsNMR .p-lg-3 { padding: 1rem !important; } div.jsNMR .pt-lg-3, div.jsNMR .py-lg-3 { padding-top: 1rem !important; } div.jsNMR .pr-lg-3, div.jsNMR .px-lg-3 { padding-right: 1rem !important; } div.jsNMR .pb-lg-3, div.jsNMR .py-lg-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-lg-3, div.jsNMR .px-lg-3 { padding-left: 1rem !important; } div.jsNMR .p-lg-4 { padding: 1.5rem !important; } div.jsNMR .pt-lg-4, div.jsNMR .py-lg-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-lg-4, div.jsNMR .px-lg-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-lg-4, div.jsNMR .py-lg-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-lg-4, div.jsNMR .px-lg-4 { padding-left: 1.5rem !important; } div.jsNMR .p-lg-5 { padding: 3rem !important; } div.jsNMR .pt-lg-5, div.jsNMR .py-lg-5 { padding-top: 3rem !important; } div.jsNMR .pr-lg-5, div.jsNMR .px-lg-5 { padding-right: 3rem !important; } div.jsNMR .pb-lg-5, div.jsNMR .py-lg-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-lg-5, div.jsNMR .px-lg-5 { padding-left: 3rem !important; } div.jsNMR .m-lg-auto { margin: auto !important; } div.jsNMR .mt-lg-auto, div.jsNMR .my-lg-auto { margin-top: auto !important; } div.jsNMR .mr-lg-auto, div.jsNMR .mx-lg-auto { margin-right: auto !important; } div.jsNMR .mb-lg-auto, div.jsNMR .my-lg-auto { margin-bottom: auto !important; } div.jsNMR .ml-lg-auto, div.jsNMR .mx-lg-auto { margin-left: auto !important; } } @media (min-width: 1200px) { div.jsNMR .m-xl-0 { margin: 0 !important; } div.jsNMR .mt-xl-0, div.jsNMR .my-xl-0 { margin-top: 0 !important; } div.jsNMR .mr-xl-0, div.jsNMR .mx-xl-0 { margin-right: 0 !important; } div.jsNMR .mb-xl-0, div.jsNMR .my-xl-0 { margin-bottom: 0 !important; } div.jsNMR .ml-xl-0, div.jsNMR .mx-xl-0 { margin-left: 0 !important; } div.jsNMR .m-xl-1 { margin: 0.25rem !important; } div.jsNMR .mt-xl-1, div.jsNMR .my-xl-1 { margin-top: 0.25rem !important; } div.jsNMR .mr-xl-1, div.jsNMR .mx-xl-1 { margin-right: 0.25rem !important; } div.jsNMR .mb-xl-1, div.jsNMR .my-xl-1 { margin-bottom: 0.25rem !important; } div.jsNMR .ml-xl-1, div.jsNMR .mx-xl-1 { margin-left: 0.25rem !important; } div.jsNMR .m-xl-2 { margin: 0.5rem !important; } div.jsNMR .mt-xl-2, div.jsNMR .my-xl-2 { margin-top: 0.5rem !important; } div.jsNMR .mr-xl-2, div.jsNMR .mx-xl-2 { margin-right: 0.5rem !important; } div.jsNMR .mb-xl-2, div.jsNMR .my-xl-2 { margin-bottom: 0.5rem !important; } div.jsNMR .ml-xl-2, div.jsNMR .mx-xl-2 { margin-left: 0.5rem !important; } div.jsNMR .m-xl-3 { margin: 1rem !important; } div.jsNMR .mt-xl-3, div.jsNMR .my-xl-3 { margin-top: 1rem !important; } div.jsNMR .mr-xl-3, div.jsNMR .mx-xl-3 { margin-right: 1rem !important; } div.jsNMR .mb-xl-3, div.jsNMR .my-xl-3 { margin-bottom: 1rem !important; } div.jsNMR .ml-xl-3, div.jsNMR .mx-xl-3 { margin-left: 1rem !important; } div.jsNMR .m-xl-4 { margin: 1.5rem !important; } div.jsNMR .mt-xl-4, div.jsNMR .my-xl-4 { margin-top: 1.5rem !important; } div.jsNMR .mr-xl-4, div.jsNMR .mx-xl-4 { margin-right: 1.5rem !important; } div.jsNMR .mb-xl-4, div.jsNMR .my-xl-4 { margin-bottom: 1.5rem !important; } div.jsNMR .ml-xl-4, div.jsNMR .mx-xl-4 { margin-left: 1.5rem !important; } div.jsNMR .m-xl-5 { margin: 3rem !important; } div.jsNMR .mt-xl-5, div.jsNMR .my-xl-5 { margin-top: 3rem !important; } div.jsNMR .mr-xl-5, div.jsNMR .mx-xl-5 { margin-right: 3rem !important; } div.jsNMR .mb-xl-5, div.jsNMR .my-xl-5 { margin-bottom: 3rem !important; } div.jsNMR .ml-xl-5, div.jsNMR .mx-xl-5 { margin-left: 3rem !important; } div.jsNMR .p-xl-0 { padding: 0 !important; } div.jsNMR .pt-xl-0, div.jsNMR .py-xl-0 { padding-top: 0 !important; } div.jsNMR .pr-xl-0, div.jsNMR .px-xl-0 { padding-right: 0 !important; } div.jsNMR .pb-xl-0, div.jsNMR .py-xl-0 { padding-bottom: 0 !important; } div.jsNMR .pl-xl-0, div.jsNMR .px-xl-0 { padding-left: 0 !important; } div.jsNMR .p-xl-1 { padding: 0.25rem !important; } div.jsNMR .pt-xl-1, div.jsNMR .py-xl-1 { padding-top: 0.25rem !important; } div.jsNMR .pr-xl-1, div.jsNMR .px-xl-1 { padding-right: 0.25rem !important; } div.jsNMR .pb-xl-1, div.jsNMR .py-xl-1 { padding-bottom: 0.25rem !important; } div.jsNMR .pl-xl-1, div.jsNMR .px-xl-1 { padding-left: 0.25rem !important; } div.jsNMR .p-xl-2 { padding: 0.5rem !important; } div.jsNMR .pt-xl-2, div.jsNMR .py-xl-2 { padding-top: 0.5rem !important; } div.jsNMR .pr-xl-2, div.jsNMR .px-xl-2 { padding-right: 0.5rem !important; } div.jsNMR .pb-xl-2, div.jsNMR .py-xl-2 { padding-bottom: 0.5rem !important; } div.jsNMR .pl-xl-2, div.jsNMR .px-xl-2 { padding-left: 0.5rem !important; } div.jsNMR .p-xl-3 { padding: 1rem !important; } div.jsNMR .pt-xl-3, div.jsNMR .py-xl-3 { padding-top: 1rem !important; } div.jsNMR .pr-xl-3, div.jsNMR .px-xl-3 { padding-right: 1rem !important; } div.jsNMR .pb-xl-3, div.jsNMR .py-xl-3 { padding-bottom: 1rem !important; } div.jsNMR .pl-xl-3, div.jsNMR .px-xl-3 { padding-left: 1rem !important; } div.jsNMR .p-xl-4 { padding: 1.5rem !important; } div.jsNMR .pt-xl-4, div.jsNMR .py-xl-4 { padding-top: 1.5rem !important; } div.jsNMR .pr-xl-4, div.jsNMR .px-xl-4 { padding-right: 1.5rem !important; } div.jsNMR .pb-xl-4, div.jsNMR .py-xl-4 { padding-bottom: 1.5rem !important; } div.jsNMR .pl-xl-4, div.jsNMR .px-xl-4 { padding-left: 1.5rem !important; } div.jsNMR .p-xl-5 { padding: 3rem !important; } div.jsNMR .pt-xl-5, div.jsNMR .py-xl-5 { padding-top: 3rem !important; } div.jsNMR .pr-xl-5, div.jsNMR .px-xl-5 { padding-right: 3rem !important; } div.jsNMR .pb-xl-5, div.jsNMR .py-xl-5 { padding-bottom: 3rem !important; } div.jsNMR .pl-xl-5, div.jsNMR .px-xl-5 { padding-left: 3rem !important; } div.jsNMR .m-xl-auto { margin: auto !important; } div.jsNMR .mt-xl-auto, div.jsNMR .my-xl-auto { margin-top: auto !important; } div.jsNMR .mr-xl-auto, div.jsNMR .mx-xl-auto { margin-right: auto !important; } div.jsNMR .mb-xl-auto, div.jsNMR .my-xl-auto { margin-bottom: auto !important; } div.jsNMR .ml-xl-auto, div.jsNMR .mx-xl-auto { margin-left: auto !important; } } div.jsNMR .text-justify { text-align: justify !important; } div.jsNMR .text-nowrap { white-space: nowrap !important; } div.jsNMR .text-truncate { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } div.jsNMR .text-left { text-align: left !important; } div.jsNMR .text-right { text-align: right !important; } div.jsNMR .text-center { text-align: center !important; } @media (min-width: 576px) { div.jsNMR .text-sm-left { text-align: left !important; } div.jsNMR .text-sm-right { text-align: right !important; } div.jsNMR .text-sm-center { text-align: center !important; } } @media (min-width: 768px) { div.jsNMR .text-md-left { text-align: left !important; } div.jsNMR .text-md-right { text-align: right !important; } div.jsNMR .text-md-center { text-align: center !important; } } @media (min-width: 992px) { div.jsNMR .text-lg-left { text-align: left !important; } div.jsNMR .text-lg-right { text-align: right !important; } div.jsNMR .text-lg-center { text-align: center !important; } } @media (min-width: 1200px) { div.jsNMR .text-xl-left { text-align: left !important; } div.jsNMR .text-xl-right { text-align: right !important; } div.jsNMR .text-xl-center { text-align: center !important; } } div.jsNMR .text-lowercase { text-transform: lowercase !important; } div.jsNMR .text-uppercase { text-transform: uppercase !important; } div.jsNMR .text-capitalize { text-transform: capitalize !important; } div.jsNMR .font-weight-light { font-weight: 300 !important; } div.jsNMR .font-weight-normal { font-weight: 400 !important; } div.jsNMR .font-weight-bold { font-weight: 700 !important; } div.jsNMR .font-italic { font-style: italic !important; } div.jsNMR .text-white { color: #fff !important; } div.jsNMR .text-primary { color: #007bff !important; } div.jsNMR a.text-primary:hover, div.jsNMR a.text-primary:focus { color: #0062cc !important; } div.jsNMR .text-secondary { color: #6c757d !important; } div.jsNMR a.text-secondary:hover, div.jsNMR a.text-secondary:focus { color: #545b62 !important; } div.jsNMR .text-success { color: #28a745 !important; } div.jsNMR a.text-success:hover, div.jsNMR a.text-success:focus { color: #1e7e34 !important; } div.jsNMR .text-info { color: #17a2b8 !important; } div.jsNMR a.text-info:hover, div.jsNMR a.text-info:focus { color: #117a8b !important; } div.jsNMR .text-warning { color: #ffc107 !important; } div.jsNMR a.text-warning:hover, div.jsNMR a.text-warning:focus { color: #d39e00 !important; } div.jsNMR .text-danger { color: #dc3545 !important; } div.jsNMR a.text-danger:hover, div.jsNMR a.text-danger:focus { color: #bd2130 !important; } div.jsNMR .text-light { color: #f8f9fa !important; } div.jsNMR a.text-light:hover, div.jsNMR a.text-light:focus { color: #dae0e5 !important; } div.jsNMR .text-dark { color: #343a40 !important; } div.jsNMR a.text-dark:hover, div.jsNMR a.text-dark:focus { color: #1d2124 !important; } div.jsNMR .text-muted { color: #6c757d !important; } div.jsNMR .text-hide { font: 0/0 a; color: transparent; text-shadow: none; background-color: transparent; border: 0; } div.jsNMR .visible { visibility: visible !important; } div.jsNMR .invisible { visibility: hidden !important; } @media print { div.jsNMR *, div.jsNMR *::before, div.jsNMR *::after { text-shadow: none !important; box-shadow: none !important; } div.jsNMR a:not(.btn) { text-decoration: underline; } div.jsNMR abbr[title]::after { content: " (" attr(title) ")"; } div.jsNMR pre { white-space: pre-wrap !important; } div.jsNMR pre, div.jsNMR blockquote { border: 1px solid #999; page-break-inside: avoid; } div.jsNMR thead { display: table-header-group; } div.jsNMR tr, div.jsNMR img { page-break-inside: avoid; } div.jsNMR p, div.jsNMR h2, div.jsNMR h3 { orphans: 3; widows: 3; } div.jsNMR h2, div.jsNMR h3 { page-break-after: avoid; } @page { div.jsNMR { size: a3; } } div.jsNMR body { min-width: 992px !important; } div.jsNMR .container { min-width: 992px !important; } div.jsNMR .navbar { display: none; } div.jsNMR .badge { border: 1px solid #000; } div.jsNMR .table { border-collapse: collapse !important; } div.jsNMR .table td, div.jsNMR .table th { background-color: #fff !important; } div.jsNMR .table-bordered th, div.jsNMR .table-bordered td { border: 1px solid #ddd !important; } } /*# sourceMappingURL=style.css.map */
0.625209
0.063164
ul {list-style: none outside; margin:0; padding:0;} header{width:100%; border-bottom:solid 5px #ff9c00; padding:10px 0 5px 0; background-color:#fff;transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;} .hrader-bottom{ width:100%; display:block;padding:10px 0;} .header-logo a{display: inline-block; text-decoration: none !important;} .header-logo a img{transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;} .header-right{ padding-top:10px;} .search-box{position: relative;width: 100%; display:inline-block; margin-top:20px;} #tukhoa{ border:solid 1px #0054a6; border-radius:4px; font-family:'proxima_nova_ltthin'; font-style:italic;} #tk{ width:70px; height:100%; position:absolute; top:0; right:0; border-top-right-radius:4px;border-bottom-right-radius:4px; border:none; background-color:transparent;} .search-box .fa-search{width:70px; height:100%; position:absolute; right:0px; top:0; text-align:center; line-height:40px; background-color:#002f6f;border-top-right-radius:4px; border-bottom-right-radius:4px; color:#fff; font-size:20px;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;} #form:hover .fa-search{ background-color:#ff9c00;} #form:hover #tukhoa{ border-color:#ff9c00;} .register{ text-align:right; margin-top:20px;} .title_category{ width:100%; display:inline-block; background-color:#002f6f; color:#fff; font-family:Proxima Nova Bold; text-transform:uppercase; padding:10px 15px;} .title_category .fa{ padding-right:5px;} .menu-top{ width:100%; display:inline-block;} .menu-top ul li{ display:inline-block; margin-right:30px; padding:8px 0;} .menu-top ul li:first-child{ background:url(../images/happynewyear.png) no-repeat left center; padding-left:35px; color:#db001a;font-family:Proxima Nova Bold;} .menu-top ul li a{ color:#464646;} .menu-top ul li a:hover{color:#db001a;} .slide-home{ position:relative; margin-top:3px;} .ads{margin-top:25px;} .ads a{ display:block;position: relative;overflow: hidden;} .ads .interactive_content{ position:absolute; width:96%; height:96%; top:2%; left:2%;display:block; border:solid 1px #ffffff;} .interactive_overlay { padding: 5px; position:absolute; width: 100%; height: 100%; top:0; left:0; text-align:left; webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .ads:hover .interactive_overlay{background-color:rgba(0,0,0,0.2);} .ads:hover .interactive_content{width:100%; height:100%; top:0%; left:0%;} .quangcao{ margin-top:25px;} .content-home{ margin-top:42px;} .category{ border:solid 1px #ebebeb; margin-bottom:5px;} .category .col-md-3{ padding-left:0;} .category .col-md-3 a{ position:relative; display:block; padding:10px 15px; color:#fff;font-family:Proxima Nova Bold; text-transform:uppercase; font-size:18px;background-color:#002f6f;} .category .col-md-3 a img{ padding-right:10px;} .category .col-md-3 a:after{width: 0; height: 100%; border-top: 23px solid transparent; border-left: 25px solid #002f6f; border-bottom: 23px solid transparent; content: ''; position: absolute; top: 0; right: 0; background: #fff;} .col-md3{ width:23.1%;position:relative; float:left;} .item-product{width:19.225%; float:left; border-style:solid; border-width:1px 1px 1px 0px;border-color:#e1e1e1; padding:8px;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;} .item-product:hover{border-width:2px 2px 2px 2px;border-color:#ff9c00;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);} .home-store{ display:block; background:url(../images/icon-home.png) no-repeat left top; color:#002f6f;font-family:Proxima Nova Bold; margin-top:14px; padding-left:31px;} .date{ margin-top:6px; color:#818181; font-size:12px;} .title_h2{ color:#464646; font-weight:normal; padding:0; margin:3px 0 0; text-transform:capitalize;} .price{ color:#ff9c00; font-size:16px;font-family:Proxima Nova Bold;margin-top:5px;} .box-item{width:100%; position:relative;} .box-item img {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .box-item .image-hover { position: absolute; top: 0; left: 0; opacity: 0; z-index: 10; } .box-item:hover .image-default { opacity: 0; z-index: -1; } .box-item:hover .image-hover { z-index: 11; opacity: 1; } .right-category{ padding-left:0;} .right-category .carousel{ padding-left:50px; padding-top:9px;} .all-pr{ position:absolute; left:0;padding: 5px;} .carousel-control.next-right{ width:auto; height:auto; background-color:transparent; top:24%; right:20px; z-index:2;} .next-right .fa{color:#ff9c00; font-size:16px;} .carousel-col,.view-new { position: relative; min-height: 1px; padding: 5px; float: left; } .carousel-col a,.all-pr a{ color:#464646; font-family:Arial, Helvetica, sans-serif;} .all-pr a,.carousel-col a:hover{ color:#ff9c00;} .active > div { display:inline-table; } .active > div:first-child { display:inline-table; } .carousel-all .carousel-inner{ height:30px; padding-right:45px;} .carousel-all .carousel-inner .item{text-overflow: ellipsis;} .carousel-col{margin-left:15px;text-overflow: ellipsis; overflow:hidden;} .carousel-col a{ white-space: nowrap;} .carousel4 .carousel-inner{ height:88px; padding-right:45px;} .new-home{width:100%; display:inline-block; border:solid 1px #e1e1e1; padding:12px; margin-top:32px;} .col-md2{ width:10%; float:left;position:relative; padding-right:15px; padding-top:23px;} .col-md10{ width:90%; float:left; position:relative; padding-left:15px;} .col-md10:before{width:1px;height:100%; position:absolute; top:0; left:0; background:#e1e1e1; content:'';} .title-view{ color:#464646;} .view-new{border:solid 1px #e1e1e1; margin-right:15px;} .carousel-control.next-right-new{top:30%; right:0;} .next-right-new .fa{ color:#818181;} .col-md3 .carousel-control{ width:20px; height:20px; line-height:20px;background-color:#fff; color:#000;} @media (min-width:992px) and (max-width:1024px){ .title_category{ font-size:13px;} .menu-top ul li{ margin-right:18px;} ul.block_category li{padding: 4px 5px !important;} .category .col-md-3 a{ font-size:14px;} } @media (min-width:992px){ .navbar-fixed-top{padding: 5px 0 2px 0;transform: translateY(0);} .navbar-fixed-top .header-logo img{ max-height:50px;} .navbar-fixed-top .search-box,.navbar-fixed-top .register{ margin-top:2px;} } @media (max-width:992px){ .item-product{ width:48.5%;} .item-product:nth-child(odd){ margin-right:1.5%;} .item-product:nth-child(even){ margin-left:1.5%;} } @media (max-width: 991px){ header{ border-top:none; border-bottom:none; margin-top:55px; padding-top:0;} .header-logo{ text-align:center;} .search-box{ margin-top:2px;} .register{ position:absolute; right:5px; top:0px; margin-top:0;} .register .text-btn{ display:none;} .quangcao,.content-home,.ads,.new-home{ margin-top:20px;} .category{ border:none;} .category .col-md-3,.right-category{ padding-right:0;} .category .col-md-3 a{ text-align:center;} .category .col-md-3 a:after{ content:normal;} .carousel-control.next-right{ right:0;} .col-md3{ width:100%;} .item-product{margin-top:20px;border-width: 1px 1px 1px 1px;} .taglink{ text-align:center; margin-top:15px; padding-left:10px; padding-right:10px;} .taglink a{ display:block; background-color:#fff; border:solid 1px #ebebeb; color:#002f6f; text-transform:capitalize; padding:7px;} .col-md2,.col-md10{width:100%;} .col-md10:before{ content:normal;} .col-md2{ padding-top:0;} .col-md10{padding-left:0;} } /*@media (max-width: 414px){ .col-xs-6,.col-xs-4,.item-product{ width:100%;} }*/
html/5giay_html/css/main.css
ul {list-style: none outside; margin:0; padding:0;} header{width:100%; border-bottom:solid 5px #ff9c00; padding:10px 0 5px 0; background-color:#fff;transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;} .hrader-bottom{ width:100%; display:block;padding:10px 0;} .header-logo a{display: inline-block; text-decoration: none !important;} .header-logo a img{transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out;} .header-right{ padding-top:10px;} .search-box{position: relative;width: 100%; display:inline-block; margin-top:20px;} #tukhoa{ border:solid 1px #0054a6; border-radius:4px; font-family:'proxima_nova_ltthin'; font-style:italic;} #tk{ width:70px; height:100%; position:absolute; top:0; right:0; border-top-right-radius:4px;border-bottom-right-radius:4px; border:none; background-color:transparent;} .search-box .fa-search{width:70px; height:100%; position:absolute; right:0px; top:0; text-align:center; line-height:40px; background-color:#002f6f;border-top-right-radius:4px; border-bottom-right-radius:4px; color:#fff; font-size:20px;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;} #form:hover .fa-search{ background-color:#ff9c00;} #form:hover #tukhoa{ border-color:#ff9c00;} .register{ text-align:right; margin-top:20px;} .title_category{ width:100%; display:inline-block; background-color:#002f6f; color:#fff; font-family:Proxima Nova Bold; text-transform:uppercase; padding:10px 15px;} .title_category .fa{ padding-right:5px;} .menu-top{ width:100%; display:inline-block;} .menu-top ul li{ display:inline-block; margin-right:30px; padding:8px 0;} .menu-top ul li:first-child{ background:url(../images/happynewyear.png) no-repeat left center; padding-left:35px; color:#db001a;font-family:Proxima Nova Bold;} .menu-top ul li a{ color:#464646;} .menu-top ul li a:hover{color:#db001a;} .slide-home{ position:relative; margin-top:3px;} .ads{margin-top:25px;} .ads a{ display:block;position: relative;overflow: hidden;} .ads .interactive_content{ position:absolute; width:96%; height:96%; top:2%; left:2%;display:block; border:solid 1px #ffffff;} .interactive_overlay { padding: 5px; position:absolute; width: 100%; height: 100%; top:0; left:0; text-align:left; webkit-transition: all 0.25s ease; -o-transition: all 0.25s ease; transition: all 0.25s ease; } .ads:hover .interactive_overlay{background-color:rgba(0,0,0,0.2);} .ads:hover .interactive_content{width:100%; height:100%; top:0%; left:0%;} .quangcao{ margin-top:25px;} .content-home{ margin-top:42px;} .category{ border:solid 1px #ebebeb; margin-bottom:5px;} .category .col-md-3{ padding-left:0;} .category .col-md-3 a{ position:relative; display:block; padding:10px 15px; color:#fff;font-family:Proxima Nova Bold; text-transform:uppercase; font-size:18px;background-color:#002f6f;} .category .col-md-3 a img{ padding-right:10px;} .category .col-md-3 a:after{width: 0; height: 100%; border-top: 23px solid transparent; border-left: 25px solid #002f6f; border-bottom: 23px solid transparent; content: ''; position: absolute; top: 0; right: 0; background: #fff;} .col-md3{ width:23.1%;position:relative; float:left;} .item-product{width:19.225%; float:left; border-style:solid; border-width:1px 1px 1px 0px;border-color:#e1e1e1; padding:8px;transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out;} .item-product:hover{border-width:2px 2px 2px 2px;border-color:#ff9c00;box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);} .home-store{ display:block; background:url(../images/icon-home.png) no-repeat left top; color:#002f6f;font-family:Proxima Nova Bold; margin-top:14px; padding-left:31px;} .date{ margin-top:6px; color:#818181; font-size:12px;} .title_h2{ color:#464646; font-weight:normal; padding:0; margin:3px 0 0; text-transform:capitalize;} .price{ color:#ff9c00; font-size:16px;font-family:Proxima Nova Bold;margin-top:5px;} .box-item{width:100%; position:relative;} .box-item img {transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; } .box-item .image-hover { position: absolute; top: 0; left: 0; opacity: 0; z-index: 10; } .box-item:hover .image-default { opacity: 0; z-index: -1; } .box-item:hover .image-hover { z-index: 11; opacity: 1; } .right-category{ padding-left:0;} .right-category .carousel{ padding-left:50px; padding-top:9px;} .all-pr{ position:absolute; left:0;padding: 5px;} .carousel-control.next-right{ width:auto; height:auto; background-color:transparent; top:24%; right:20px; z-index:2;} .next-right .fa{color:#ff9c00; font-size:16px;} .carousel-col,.view-new { position: relative; min-height: 1px; padding: 5px; float: left; } .carousel-col a,.all-pr a{ color:#464646; font-family:Arial, Helvetica, sans-serif;} .all-pr a,.carousel-col a:hover{ color:#ff9c00;} .active > div { display:inline-table; } .active > div:first-child { display:inline-table; } .carousel-all .carousel-inner{ height:30px; padding-right:45px;} .carousel-all .carousel-inner .item{text-overflow: ellipsis;} .carousel-col{margin-left:15px;text-overflow: ellipsis; overflow:hidden;} .carousel-col a{ white-space: nowrap;} .carousel4 .carousel-inner{ height:88px; padding-right:45px;} .new-home{width:100%; display:inline-block; border:solid 1px #e1e1e1; padding:12px; margin-top:32px;} .col-md2{ width:10%; float:left;position:relative; padding-right:15px; padding-top:23px;} .col-md10{ width:90%; float:left; position:relative; padding-left:15px;} .col-md10:before{width:1px;height:100%; position:absolute; top:0; left:0; background:#e1e1e1; content:'';} .title-view{ color:#464646;} .view-new{border:solid 1px #e1e1e1; margin-right:15px;} .carousel-control.next-right-new{top:30%; right:0;} .next-right-new .fa{ color:#818181;} .col-md3 .carousel-control{ width:20px; height:20px; line-height:20px;background-color:#fff; color:#000;} @media (min-width:992px) and (max-width:1024px){ .title_category{ font-size:13px;} .menu-top ul li{ margin-right:18px;} ul.block_category li{padding: 4px 5px !important;} .category .col-md-3 a{ font-size:14px;} } @media (min-width:992px){ .navbar-fixed-top{padding: 5px 0 2px 0;transform: translateY(0);} .navbar-fixed-top .header-logo img{ max-height:50px;} .navbar-fixed-top .search-box,.navbar-fixed-top .register{ margin-top:2px;} } @media (max-width:992px){ .item-product{ width:48.5%;} .item-product:nth-child(odd){ margin-right:1.5%;} .item-product:nth-child(even){ margin-left:1.5%;} } @media (max-width: 991px){ header{ border-top:none; border-bottom:none; margin-top:55px; padding-top:0;} .header-logo{ text-align:center;} .search-box{ margin-top:2px;} .register{ position:absolute; right:5px; top:0px; margin-top:0;} .register .text-btn{ display:none;} .quangcao,.content-home,.ads,.new-home{ margin-top:20px;} .category{ border:none;} .category .col-md-3,.right-category{ padding-right:0;} .category .col-md-3 a{ text-align:center;} .category .col-md-3 a:after{ content:normal;} .carousel-control.next-right{ right:0;} .col-md3{ width:100%;} .item-product{margin-top:20px;border-width: 1px 1px 1px 1px;} .taglink{ text-align:center; margin-top:15px; padding-left:10px; padding-right:10px;} .taglink a{ display:block; background-color:#fff; border:solid 1px #ebebeb; color:#002f6f; text-transform:capitalize; padding:7px;} .col-md2,.col-md10{width:100%;} .col-md10:before{ content:normal;} .col-md2{ padding-top:0;} .col-md10{padding-left:0;} } /*@media (max-width: 414px){ .col-xs-6,.col-xs-4,.item-product{ width:100%;} }*/
0.291283
0.075007
.clearfix:after { clear: both; content: ""; display: table; } .col-2 { width: 20%; } .col-3 { width: 30%; } .col-4 { width: 40%; } .col-5 { width: 50%; } .col-6 { width: 60%; } .col-7 { width: 70%; } .col-8 { width: 80%; } .float-left { float: left; } .float-right { float: right; } .align-center { text-align: center; } .align-right { text-align: right; } .stacked-child > * { display: block; margin-bottom: 0.8em; } .stacked-child > *:empty, .stacked-child > *:last-child { margin-bottom: 0; } .inline-child > * { display: inline-block; margin-right: 0.75em; } .inline-child > *.float-right { margin-right: 0; margin-left: 0.75em; } .inline-child > *:empty, .inline-child > *:last-child { margin-right: 0; margin-left: 0; } .brand-contrast, .brand-contrast:hover { color: var(--brand-contrast-color); } .feedback { font-size: 0.8em; margin-bottom: 0.4em; text-align: left; } .feedback:empty { display: none; } .feedback.bottom { margin-top: 0.6em; margin-bottom: 0; } .success { color: var(--success-color); } .invalid { color: var(--fail-color); } .weight-light { font-weight: 300; } .spacing-cover { padding: 1.5rem; } .spacing-side { padding-right: 1.5rem; padding-left: 1.5rem; } .spacing-top { margin-top: 1.5rem; } .spacing-top:empty { margin-top: 0; } .spacing-vertical { padding-top: 1rem; padding-bottom: 1rem; } .pointer { cursor: pointer; } .pending-opacity { opacity: 0.4; } .primary-bg { background-color: var(--primary-background-color); } .secondary-bg { background-color: var(--secondary-background-color); } .brand-bg { background-color: var(--primary-brand-color); } .fail-bg { background-color: var(--fail-color); } .large-size { font-size: 3em; } .absolute-left { position: absolute; } .circle { border-radius: 50%; } .position-relative { position: relative; } .divider { display: block; width: 100%; height: 1px; margin: 1.5em 0; background-color: var(--border-color); } .top-delete-button { position: absolute; right: 0; bottom: 100%; } .external-video .video-inner { position: relative; padding-bottom: 56.25%; } .external-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .video-hidden-button { position: absolute; top: 0; right: 0; width: 80px; height: 80px; opacity: 0; } .drive-viewer-toolstrip { display: none; } .full-placeholder { display: table; height: 100%; z-index: 100; background-color: var(--primary-background-color); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); } .full-placeholder-wrapper { display: table-cell; vertical-align: middle; }
src/static/styles/utilities.css
.clearfix:after { clear: both; content: ""; display: table; } .col-2 { width: 20%; } .col-3 { width: 30%; } .col-4 { width: 40%; } .col-5 { width: 50%; } .col-6 { width: 60%; } .col-7 { width: 70%; } .col-8 { width: 80%; } .float-left { float: left; } .float-right { float: right; } .align-center { text-align: center; } .align-right { text-align: right; } .stacked-child > * { display: block; margin-bottom: 0.8em; } .stacked-child > *:empty, .stacked-child > *:last-child { margin-bottom: 0; } .inline-child > * { display: inline-block; margin-right: 0.75em; } .inline-child > *.float-right { margin-right: 0; margin-left: 0.75em; } .inline-child > *:empty, .inline-child > *:last-child { margin-right: 0; margin-left: 0; } .brand-contrast, .brand-contrast:hover { color: var(--brand-contrast-color); } .feedback { font-size: 0.8em; margin-bottom: 0.4em; text-align: left; } .feedback:empty { display: none; } .feedback.bottom { margin-top: 0.6em; margin-bottom: 0; } .success { color: var(--success-color); } .invalid { color: var(--fail-color); } .weight-light { font-weight: 300; } .spacing-cover { padding: 1.5rem; } .spacing-side { padding-right: 1.5rem; padding-left: 1.5rem; } .spacing-top { margin-top: 1.5rem; } .spacing-top:empty { margin-top: 0; } .spacing-vertical { padding-top: 1rem; padding-bottom: 1rem; } .pointer { cursor: pointer; } .pending-opacity { opacity: 0.4; } .primary-bg { background-color: var(--primary-background-color); } .secondary-bg { background-color: var(--secondary-background-color); } .brand-bg { background-color: var(--primary-brand-color); } .fail-bg { background-color: var(--fail-color); } .large-size { font-size: 3em; } .absolute-left { position: absolute; } .circle { border-radius: 50%; } .position-relative { position: relative; } .divider { display: block; width: 100%; height: 1px; margin: 1.5em 0; background-color: var(--border-color); } .top-delete-button { position: absolute; right: 0; bottom: 100%; } .external-video .video-inner { position: relative; padding-bottom: 56.25%; } .external-video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0; } .video-hidden-button { position: absolute; top: 0; right: 0; width: 80px; height: 80px; opacity: 0; } .drive-viewer-toolstrip { display: none; } .full-placeholder { display: table; height: 100%; z-index: 100; background-color: var(--primary-background-color); box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.1); } .full-placeholder-wrapper { display: table-cell; vertical-align: middle; }
0.554953
0.170197
@import url(https://cdn.staticfile.org/mui/3.7.1/css/mui.min.css); @import url("https://cdn.jsdelivr.net/gh/masx200/masx200.github.io@4.2.2/src/assetscss/github-6556dfa9be535e551ffffaadfecdad99.min.css"); @import url("https://cdn.jsdelivr.net/gh/masx200/masx200.github.io@4.2.2/src/assetscss/github-frameworks-a2fba223d5af91496cac70d4ec3624df.min.css"); /* @import url(https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css); */ /* @import url("./github.css"); */ @import url(https://unpkg.zhimg.com/bootstrap@5.1.0/dist/css/bootstrap.min.css); p { color: #000 !important; } body { color: #333; margin: 0; padding: 0; /* font-family: Verdana, Arial; */ /* font-size: 0.8em; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 { /* width: 580px; */ /* margin-left: 300px; */ /* padding-top: 10px; */ padding-bottom: 15px; text-align: justify; font-size: 1em; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 pre { margin-left: auto; margin-right: auto; padding-top: 10px; padding-bottom: 10px; padding-left: 13px; padding-right: 13px; color: black; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ background: #f7fafb; border-radius: 5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 pre code { padding-top: 0px; padding-bottom: 0px; padding-left: 0; font-size: 1.1em; border: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 code { padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; color: #e83e8c; /* font-size: 10px; */ font-weight: normal; /* font-family: Consolas, monospace; */ background: #f7fafb; border: 1px solid #e3edf3; border-radius: 2px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 h2 { margin-top: 0; margin-bottom: 0px; padding-top: 20px; padding-bottom: 10px; /* font-size: 18px; */ text-align: left; border-top: 2px solid #666; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 h3 { margin-top: 0; margin-bottom: 0px; padding-top: 20px; padding-bottom: 0px; text-align: left; border-top: 1px dotted #777; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 img { max-width: 90%; display: block; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 40px; border-radius: 5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul { display: block; list-style-type: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li:before { /* a hack to have dashes as a list style */ /* content: "-"; */ position: relative; left: -5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li { text-indent: -5px; /* to compensate for the padding for the dash */ /* font-size: 13px; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li.link { color: #4682be; text-decoration: none; font-size: 13px; font-weight: bold; cursor: pointer; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 a:link, .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 a:visited { color: #4682be; text-decoration: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li { text-align: left; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul .fragments li:before { /* content: ""; */ position: relative; left: 0px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li.fragment:before { /* content: ""; */ margin: 0; padding: 0; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 img.github_badges { display: inline; /* margin-top: 0; */ /* margin-bottom: 0; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 .youtube_video { margin-top: 20px; } .loading-36bec0d286ad9ab9ca8c1d923b0095c1c06 { /* position: fixed; top: 40%; left: 40%; */ font-weight: bold; }
src/ditto.css
@import url(https://cdn.staticfile.org/mui/3.7.1/css/mui.min.css); @import url("https://cdn.jsdelivr.net/gh/masx200/masx200.github.io@4.2.2/src/assetscss/github-6556dfa9be535e551ffffaadfecdad99.min.css"); @import url("https://cdn.jsdelivr.net/gh/masx200/masx200.github.io@4.2.2/src/assetscss/github-frameworks-a2fba223d5af91496cac70d4ec3624df.min.css"); /* @import url(https://cdn.staticfile.org/twitter-bootstrap/4.3.1/css/bootstrap.min.css); */ /* @import url("./github.css"); */ @import url(https://unpkg.zhimg.com/bootstrap@5.1.0/dist/css/bootstrap.min.css); p { color: #000 !important; } body { color: #333; margin: 0; padding: 0; /* font-family: Verdana, Arial; */ /* font-size: 0.8em; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 { /* width: 580px; */ /* margin-left: 300px; */ /* padding-top: 10px; */ padding-bottom: 15px; text-align: justify; font-size: 1em; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 pre { margin-left: auto; margin-right: auto; padding-top: 10px; padding-bottom: 10px; padding-left: 13px; padding-right: 13px; color: black; white-space: pre-wrap; /* css-3 */ white-space: -moz-pre-wrap; /* Mozilla, since 1999 */ white-space: -pre-wrap; /* Opera 4-6 */ white-space: -o-pre-wrap; /* Opera 7 */ word-wrap: break-word; /* Internet Explorer 5.5+ */ background: #f7fafb; border-radius: 5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 pre code { padding-top: 0px; padding-bottom: 0px; padding-left: 0; font-size: 1.1em; border: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 code { padding-left: 5px; padding-right: 5px; padding-top: 1px; padding-bottom: 1px; color: #e83e8c; /* font-size: 10px; */ font-weight: normal; /* font-family: Consolas, monospace; */ background: #f7fafb; border: 1px solid #e3edf3; border-radius: 2px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 h2 { margin-top: 0; margin-bottom: 0px; padding-top: 20px; padding-bottom: 10px; /* font-size: 18px; */ text-align: left; border-top: 2px solid #666; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 h3 { margin-top: 0; margin-bottom: 0px; padding-top: 20px; padding-bottom: 0px; text-align: left; border-top: 1px dotted #777; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 hr { border: 0; height: 0; border-top: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 1px solid rgba(255, 255, 255, 0.3); } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 img { max-width: 90%; display: block; margin-left: auto; margin-right: auto; margin-top: 40px; margin-bottom: 40px; border-radius: 5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul { display: block; list-style-type: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li:before { /* a hack to have dashes as a list style */ /* content: "-"; */ position: relative; left: -5px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li { text-indent: -5px; /* to compensate for the padding for the dash */ /* font-size: 13px; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li.link { color: #4682be; text-decoration: none; font-size: 13px; font-weight: bold; cursor: pointer; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 a:link, .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 a:visited { color: #4682be; text-decoration: none; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li { text-align: left; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul .fragments li:before { /* content: ""; */ position: relative; left: 0px; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 ul li.fragment:before { /* content: ""; */ margin: 0; padding: 0; } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 img.github_badges { display: inline; /* margin-top: 0; */ /* margin-bottom: 0; */ } .content-aa867a1d8c5dfbf2abbff8bc2af55a88a36 .youtube_video { margin-top: 20px; } .loading-36bec0d286ad9ab9ca8c1d923b0095c1c06 { /* position: fixed; top: 40%; left: 40%; */ font-weight: bold; }
0.329823
0.108236
article.discovery-home { font-size: 1em; float: left; position: relative; } aside.discovery-home { background-color: rgb(127,127,127); float: left; margin-right: 15px; padding: 5px; position: relative; width: 30%; } aside.discovery-home p { color: #FDDB55 !important; } #contact-lib-detail { border: 1px solid #e7e4e0; background-color: #530921; margin-top: 15px; padding: 10px 15px; } div.bib-citation { text-indent: -20px !important; padding-left: 15px !important; } div.discovery-service { background-color: #FFFFFF; padding-left: 2em; height: 60%; } div.bootstrap-searchbox { background-color: #F1ECE5 !important; border: 5px solid #FFFFFF; padding-left: 10px; padding-top: 15px; } div.facet-heading { background-color: #CDCAB4 !important; } div.facet-heading a { color: #3E332C; font-size: 1.2em; font-weight: 300; } div.facet-heading a:hover { color: #FFFFFF; background-color: #2D4873; } div.facet-inner { background-color: #FFFFFF !important; } div.facet-inner ul { margin-left: 0; } div.facet-inner li { list-style-type: none; font-size: 1.1em; margin: 0; padding-bottom: 5px; } div.facet-inner li a { border-bottom: 1px dotted #333333; color: #333333; text-decoration: none; } div.records-cart { margin-top: .5em; } div.results-block { background-color: #FFFFFF; font-family: "Helvetica Neue",Arial,sans-serif; font-size: 1.1em; } div.results-block a { color: #660000; font-weight: bold; } div.results-block h1 { color: #594738; font-size: 1.5em; font-weight: bold; margin: 0.5em; } div.results-block h2 { color: #29456C; margin-top: 0em; margin-bottom: 0.5em; } div.results-block h2 a { color: #264D85 !important; font-size: .9em; font-weight: normal !important; vertical-align: -1px; } div.results-block li { color: #264D85; font-size: 1.4em; margin-left: 1em; } div.results-block p { font-family: "Helvetica Neue",Arial,sans-serif; margin: 0.5em; } div.gbsLinkCover { text-align: center; } div.ils-status { border: 1px solid black; font-size: 1.1em; padding: 5px; } dl.detail-display { margin: 0 1em 1em 0; } dl.detail-display dt { color: rgb(127,127,127); float: left; min-width: 9.5em; text-align: right; } dl.detail-display dd { margin-left: 10em; } h1,h5 { font-weight: normal !important; } h1.discovery-home { color: #530921 !important; font-size: 1.1em !important; } #item-info { border: 1px solid #530921; font-size: .8em; margin-top: 15px; } #item-info h2 { background-color: #530921; color: rgb(255,255,255) !important; font-size: 1.9em; margin: 0px; text-align: center; } #item-info p { padding: 3px; } #item-info img { text-align: center; } #search-history { border: 1px solid #960; display: none; } #search-options { background: #FAFAF8 url('http://www.coloradocollege.edu/global/images/templates/bg/header.jpg'); -webkit-box-shadow: 0 0 16px #444; -moz-box-shadow: 0 0 16px #444; -ms-box-shadow: 0 0 16px #444; -o-box-shadow: 0 0 16px #444; } #search-options h2 { color: #960 !important; font-family: NeoFill !important; font-size: 1.3em !important; margin-top: 5px; text-align: center; } #search-options ul { list-style-type: greek !important; margin-bottom: 2px; padding-bottom: 2px; } span.available { color: green; font-weight: bold; } span.due-back { color: red; font-weight: bold; } span.save_result { float: left; font-size: .5em; margin-left: -35px; text-align: center; } table.closed { display: none; } table.open { display: block; } table.list-record { border: none; } .list-record { background-color: #FFFFFF; border: none; font-size: .9em; padding: .25em; } table.search-tbl { background-color: #F1ECE5 !important; border-bottom: none; } table.search-tbl tr td { background-color: #F1ECE5 !important; border-bottom: none; margin-left: 1px; padding-left: 1px; } quote { background-color: #F1ECE5; border: 1px solid black; display: block; font-size: .9em; padding: 3px; } ul.records-cart a { color: #333333; font-size: .7em; font-weight: normal; padding-left: 0px; padding-right: 5px; } ul.records-cart a:hover { color: #333333; font-size: .7em; margin-left: 0px; padding: none; } ul.search-filters { list-style: none outside none; margin: 0; padding: 0; } ul.search-filters li { background-color: #FBF9F7; color: #2B486F; display: inline; float: left; font-size: 1.1em; font-weight: bold; margin-bottom: 0.5em; margin-right: 0.6em; padding: 0.5em; } ul.search-filters a { font-color: #FF0000; margin-left: 0.5em; } ul.search-options { float: right; } ul.search-options a { color: #950B24; font-weight: bold; } body.library { background-color: #292C34 !important; } #library-tabs { font-size: 14px !important; line-height: 21px !important; } #library-tabs ul { margin-top: 14px !important; margin-bottom: 14px !important; margin-left: -42px !important; padding-top: 21px !important; padding-left: 40px !important; line-height: 24px; height: 0 !important; } #library-tabs ul li { line-height: 24px !important; height: 36px !important; } #footer { font-family: Georgia,"Times New Roman",serif !important; } p.address { font-family: Georgia,"Times New Roman",serif !important; height: 63px !important; margin-bottom: 14px !important; }
aristotle/apps/discovery/media/discovery/css/discovery.css
article.discovery-home { font-size: 1em; float: left; position: relative; } aside.discovery-home { background-color: rgb(127,127,127); float: left; margin-right: 15px; padding: 5px; position: relative; width: 30%; } aside.discovery-home p { color: #FDDB55 !important; } #contact-lib-detail { border: 1px solid #e7e4e0; background-color: #530921; margin-top: 15px; padding: 10px 15px; } div.bib-citation { text-indent: -20px !important; padding-left: 15px !important; } div.discovery-service { background-color: #FFFFFF; padding-left: 2em; height: 60%; } div.bootstrap-searchbox { background-color: #F1ECE5 !important; border: 5px solid #FFFFFF; padding-left: 10px; padding-top: 15px; } div.facet-heading { background-color: #CDCAB4 !important; } div.facet-heading a { color: #3E332C; font-size: 1.2em; font-weight: 300; } div.facet-heading a:hover { color: #FFFFFF; background-color: #2D4873; } div.facet-inner { background-color: #FFFFFF !important; } div.facet-inner ul { margin-left: 0; } div.facet-inner li { list-style-type: none; font-size: 1.1em; margin: 0; padding-bottom: 5px; } div.facet-inner li a { border-bottom: 1px dotted #333333; color: #333333; text-decoration: none; } div.records-cart { margin-top: .5em; } div.results-block { background-color: #FFFFFF; font-family: "Helvetica Neue",Arial,sans-serif; font-size: 1.1em; } div.results-block a { color: #660000; font-weight: bold; } div.results-block h1 { color: #594738; font-size: 1.5em; font-weight: bold; margin: 0.5em; } div.results-block h2 { color: #29456C; margin-top: 0em; margin-bottom: 0.5em; } div.results-block h2 a { color: #264D85 !important; font-size: .9em; font-weight: normal !important; vertical-align: -1px; } div.results-block li { color: #264D85; font-size: 1.4em; margin-left: 1em; } div.results-block p { font-family: "Helvetica Neue",Arial,sans-serif; margin: 0.5em; } div.gbsLinkCover { text-align: center; } div.ils-status { border: 1px solid black; font-size: 1.1em; padding: 5px; } dl.detail-display { margin: 0 1em 1em 0; } dl.detail-display dt { color: rgb(127,127,127); float: left; min-width: 9.5em; text-align: right; } dl.detail-display dd { margin-left: 10em; } h1,h5 { font-weight: normal !important; } h1.discovery-home { color: #530921 !important; font-size: 1.1em !important; } #item-info { border: 1px solid #530921; font-size: .8em; margin-top: 15px; } #item-info h2 { background-color: #530921; color: rgb(255,255,255) !important; font-size: 1.9em; margin: 0px; text-align: center; } #item-info p { padding: 3px; } #item-info img { text-align: center; } #search-history { border: 1px solid #960; display: none; } #search-options { background: #FAFAF8 url('http://www.coloradocollege.edu/global/images/templates/bg/header.jpg'); -webkit-box-shadow: 0 0 16px #444; -moz-box-shadow: 0 0 16px #444; -ms-box-shadow: 0 0 16px #444; -o-box-shadow: 0 0 16px #444; } #search-options h2 { color: #960 !important; font-family: NeoFill !important; font-size: 1.3em !important; margin-top: 5px; text-align: center; } #search-options ul { list-style-type: greek !important; margin-bottom: 2px; padding-bottom: 2px; } span.available { color: green; font-weight: bold; } span.due-back { color: red; font-weight: bold; } span.save_result { float: left; font-size: .5em; margin-left: -35px; text-align: center; } table.closed { display: none; } table.open { display: block; } table.list-record { border: none; } .list-record { background-color: #FFFFFF; border: none; font-size: .9em; padding: .25em; } table.search-tbl { background-color: #F1ECE5 !important; border-bottom: none; } table.search-tbl tr td { background-color: #F1ECE5 !important; border-bottom: none; margin-left: 1px; padding-left: 1px; } quote { background-color: #F1ECE5; border: 1px solid black; display: block; font-size: .9em; padding: 3px; } ul.records-cart a { color: #333333; font-size: .7em; font-weight: normal; padding-left: 0px; padding-right: 5px; } ul.records-cart a:hover { color: #333333; font-size: .7em; margin-left: 0px; padding: none; } ul.search-filters { list-style: none outside none; margin: 0; padding: 0; } ul.search-filters li { background-color: #FBF9F7; color: #2B486F; display: inline; float: left; font-size: 1.1em; font-weight: bold; margin-bottom: 0.5em; margin-right: 0.6em; padding: 0.5em; } ul.search-filters a { font-color: #FF0000; margin-left: 0.5em; } ul.search-options { float: right; } ul.search-options a { color: #950B24; font-weight: bold; } body.library { background-color: #292C34 !important; } #library-tabs { font-size: 14px !important; line-height: 21px !important; } #library-tabs ul { margin-top: 14px !important; margin-bottom: 14px !important; margin-left: -42px !important; padding-top: 21px !important; padding-left: 40px !important; line-height: 24px; height: 0 !important; } #library-tabs ul li { line-height: 24px !important; height: 36px !important; } #footer { font-family: Georgia,"Times New Roman",serif !important; } p.address { font-family: Georgia,"Times New Roman",serif !important; height: 63px !important; margin-bottom: 14px !important; }
0.340924
0.126785
/* max-width: 980px;*/ width: 95%; margin: 0 auto; padding: 30px; display: block; } #jquery-order-form { overflow: hidden; } /*#jquery-order-form.right2 .sidebar { margin-left: 20px; } #jquery-order-form.right2 .options { float: left; } */ #jquery-order-form.left .options, #jquery-order-form.left .sidebar { margin-right: 20px; } #jquery-order-form.left .options, #jquery-order-form.left .sidebar { float: right; } .option { background-color: #eee; } .sidebar { width: 160px; color: #333; } .sidebar h4 { margin-bottom: 10px; } .sidebar > div { # background-color: #FCFFE5; background-color: #fff; margin-bottom: 20px; } .sidebar .total { # background-color: #D6E5FF; } .sidebar .total span { color: green; } .sidebar h3 { font-size: 1.6em; font-weight: normal; margin-bottom: 10px; } .sidebar h3:last-child { margin-bottom: 0; } .sidebar.fixed { position: fixed !important; margin-left: 0 !important; margin-right: 0 !important; } .sidebar.bottom { position: relative !important; } .sidebar > div:last-child { margin-bottom: 0; } .price-tag-wrapper .price-tag { color: #bc392f; } /*@media (max-width: 767px) { .sub-option .center-block { width:45%} } @media (min-width: 992px) { .sub-option .center-block { width:80%} } @media (max-width: 992px) and (min-width:367px) { .sub-option .center-block { width:47%} }*/ input,textarea,select,.uneditable-input{display:inline-block;width:212px;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} input[type="button"],input[type="reset"],input[type="submit"]{width:auto;height:auto;} select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;} @media (min-width:451px) { .sub-option .selwrapper {width:229px;height:100%;margin-left: auto; margin-right: auto;} select{width:229px;background-color:#ffffff;} } @media (max-width:450px) { .sub-option .selwrapper {width:180px;height:100%;margin-left: auto; margin-right: auto; font-size:85%;} select{width:170px;background-color:#ffffff;} input,textarea,select,.uneditable-input {width:180px;} div.well {padding:0; box-shadow:inherit} #main {width:100%} } /*#jquery-order-form { display: flex; justify-content: center; align-items: center; }*/ #jquery-order-form {width: 85%; margin-left: auto; margin-right: auto; } .total.well {padding: 11px 19px 16px 19px !important; padding-bottom: 25px;} .well > .row { margin-top: 19px;} .well .sidebar { margin-left: auto; margin-right: auto;} .well .btn-success { color: #fff; background-color: #5aa76b; border-color: #446b4c; } #price-tag-wrapper {display: table-column !important} .sidehere {height:150px;display:flex;} .sidebar { display: flex; justify-content: center; align-items: center;} .selwrapper p:first-child { width: 210px; text-align: left; }
frontend/web/assets/css/old/jpc.css
/* max-width: 980px;*/ width: 95%; margin: 0 auto; padding: 30px; display: block; } #jquery-order-form { overflow: hidden; } /*#jquery-order-form.right2 .sidebar { margin-left: 20px; } #jquery-order-form.right2 .options { float: left; } */ #jquery-order-form.left .options, #jquery-order-form.left .sidebar { margin-right: 20px; } #jquery-order-form.left .options, #jquery-order-form.left .sidebar { float: right; } .option { background-color: #eee; } .sidebar { width: 160px; color: #333; } .sidebar h4 { margin-bottom: 10px; } .sidebar > div { # background-color: #FCFFE5; background-color: #fff; margin-bottom: 20px; } .sidebar .total { # background-color: #D6E5FF; } .sidebar .total span { color: green; } .sidebar h3 { font-size: 1.6em; font-weight: normal; margin-bottom: 10px; } .sidebar h3:last-child { margin-bottom: 0; } .sidebar.fixed { position: fixed !important; margin-left: 0 !important; margin-right: 0 !important; } .sidebar.bottom { position: relative !important; } .sidebar > div:last-child { margin-bottom: 0; } .price-tag-wrapper .price-tag { color: #bc392f; } /*@media (max-width: 767px) { .sub-option .center-block { width:45%} } @media (min-width: 992px) { .sub-option .center-block { width:80%} } @media (max-width: 992px) and (min-width:367px) { .sub-option .center-block { width:47%} }*/ input,textarea,select,.uneditable-input{display:inline-block;width:212px;height:18px;padding:4px;margin-bottom:9px;font-size:13px;line-height:18px;color:#555555;border:1px solid #ccc;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;} input[type="button"],input[type="reset"],input[type="submit"]{width:auto;height:auto;} select,input[type="file"]{height:28px;*margin-top:4px;line-height:28px;} @media (min-width:451px) { .sub-option .selwrapper {width:229px;height:100%;margin-left: auto; margin-right: auto;} select{width:229px;background-color:#ffffff;} } @media (max-width:450px) { .sub-option .selwrapper {width:180px;height:100%;margin-left: auto; margin-right: auto; font-size:85%;} select{width:170px;background-color:#ffffff;} input,textarea,select,.uneditable-input {width:180px;} div.well {padding:0; box-shadow:inherit} #main {width:100%} } /*#jquery-order-form { display: flex; justify-content: center; align-items: center; }*/ #jquery-order-form {width: 85%; margin-left: auto; margin-right: auto; } .total.well {padding: 11px 19px 16px 19px !important; padding-bottom: 25px;} .well > .row { margin-top: 19px;} .well .sidebar { margin-left: auto; margin-right: auto;} .well .btn-success { color: #fff; background-color: #5aa76b; border-color: #446b4c; } #price-tag-wrapper {display: table-column !important} .sidehere {height:150px;display:flex;} .sidebar { display: flex; justify-content: center; align-items: center;} .selwrapper p:first-child { width: 210px; text-align: left; }
0.233095
0.068133
@font-face { font-family: 'Avenir LT Std 95 Black'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 45 Book'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 85 Heavy'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 35 Light'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 65 Medium'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 55 Roman'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 95 Black Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 45 Book Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 85 Heavy Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 35 Light Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 65 Medium Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 55 Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff'); }
src/css/styles.css
@font-face { font-family: 'Avenir LT Std 95 Black'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 95 Black'), url('../fonts/AvenirLTStd-Black.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 45 Book'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 45 Book'), url('../fonts/AvenirLTStd-Book.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 85 Heavy'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 85 Heavy'), url('../fonts/AvenirLTStd-Heavy.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 35 Light'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 35 Light'), url('../fonts/AvenirLTStd-Light.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 65 Medium'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 65 Medium'), url('../fonts/AvenirLTStd-Medium.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 55 Roman'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 55 Roman'), url('../fonts/AvenirLTStd-Roman.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 95 Black Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 95 Black Oblique'), url('../fonts/AvenirLTStd-BlackOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 45 Book Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 45 Book Oblique'), url('../fonts/AvenirLTStd-BookOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 85 Heavy Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 85 Heavy Oblique'), url('../fonts/AvenirLTStd-HeavyOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 35 Light Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 35 Light Oblique'), url('../fonts/AvenirLTStd-LightOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 65 Medium Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 65 Medium Oblique'), url('../fonts/AvenirLTStd-MediumOblique.woff') format('woff'); } @font-face { font-family: 'Avenir LT Std 55 Oblique'; font-style: normal; font-weight: normal; src: local('../fonts/Avenir LT Std 55 Oblique'), url('../fonts/AvenirLTStd-Oblique.woff') format('woff'); }
0.406509
0.117648
* { box-sizing: border-box; } body { font-family: "Roboto", sans-serif; font-size: 15px; margin: 0; padding: 0 10px; } @media (min-width: 768px) { body { padding: 0 20px; } } @media (min-width: 1280px) { body { padding: 0 50px; } } h1 { font-size: 1.5em; -webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em; } :focus { outline-color: #e98819; } .hidden { display: none; } .app-brand { height: 50px; background-color: #e98819; margin: -50px -50px 0 -50px; } .textarea-wrapper textarea, .backdrop { width: 1000px; height: 250px; } .offset-tool-wrapper input, .offset-tool-wrapper textarea { font-size: 1.33em; } .content-header { display: flex; } .content-header label + input { margin-left: 8px; } .content-header div + div { margin-left: 75px; } .content-main { margin-top: 40px; } .search-row { display: flex; border-bottom: 1px solid #F4F4F4; padding: 20px 0; } .search-row label + input, .search-row label + textarea, .search-row label + .container { display: block; margin-top: 6px; } .search-row > div + div { margin-left: 40px; } .button-wrapper { align-self: center; margin-left: 40px; } .button-wrapper button { height: 30px; width: 30px; } .button-wrapper button + button { margin-left: 10px; } .btn-add-row { display: none; } .content-main .search-row:only-child .btn-remove-row { display: none; } .content-main .search-row:last-child .btn-add-row { display: inline-block; } .backdrop { overflow: auto; background-color: #fff; position: absolute; z-index: 1; pointer-events: none; padding: 2px;} .highlights { white-space: pre-wrap; word-wrap: break-word; color: transparent; font-size: 1.33em; font-family: monospace; } mark { color: transparent; background-color: #d4e9ab; } .data { background-color: transparent; } textarea { margin: 0; border-radius: 0; z-index: 2; overflow: auto; display: block; position: relative; resize: none; } .notes-wrapper textarea { width: 350px; height: 250px; } .value-action-buttons { margin-top: 10px; } .value-action-buttons .action-button { display: block; padding: 10px; } .value-action-buttons .action-button + .action-button { margin-top: 10px; } .offset-match { background-color: #e98819; } .sticky { position: fixed; top: 0; padding: 10px 50px; z-index: 3; background-color: #F4F4F4; right: 0; left: 0; border-bottom: 1px solid #333; } .hidden { display: none; } input { padding: 6px; }
offset-tool.css
* { box-sizing: border-box; } body { font-family: "Roboto", sans-serif; font-size: 15px; margin: 0; padding: 0 10px; } @media (min-width: 768px) { body { padding: 0 20px; } } @media (min-width: 1280px) { body { padding: 0 50px; } } h1 { font-size: 1.5em; -webkit-margin-before: 0.83em; -webkit-margin-after: 0.83em; } :focus { outline-color: #e98819; } .hidden { display: none; } .app-brand { height: 50px; background-color: #e98819; margin: -50px -50px 0 -50px; } .textarea-wrapper textarea, .backdrop { width: 1000px; height: 250px; } .offset-tool-wrapper input, .offset-tool-wrapper textarea { font-size: 1.33em; } .content-header { display: flex; } .content-header label + input { margin-left: 8px; } .content-header div + div { margin-left: 75px; } .content-main { margin-top: 40px; } .search-row { display: flex; border-bottom: 1px solid #F4F4F4; padding: 20px 0; } .search-row label + input, .search-row label + textarea, .search-row label + .container { display: block; margin-top: 6px; } .search-row > div + div { margin-left: 40px; } .button-wrapper { align-self: center; margin-left: 40px; } .button-wrapper button { height: 30px; width: 30px; } .button-wrapper button + button { margin-left: 10px; } .btn-add-row { display: none; } .content-main .search-row:only-child .btn-remove-row { display: none; } .content-main .search-row:last-child .btn-add-row { display: inline-block; } .backdrop { overflow: auto; background-color: #fff; position: absolute; z-index: 1; pointer-events: none; padding: 2px;} .highlights { white-space: pre-wrap; word-wrap: break-word; color: transparent; font-size: 1.33em; font-family: monospace; } mark { color: transparent; background-color: #d4e9ab; } .data { background-color: transparent; } textarea { margin: 0; border-radius: 0; z-index: 2; overflow: auto; display: block; position: relative; resize: none; } .notes-wrapper textarea { width: 350px; height: 250px; } .value-action-buttons { margin-top: 10px; } .value-action-buttons .action-button { display: block; padding: 10px; } .value-action-buttons .action-button + .action-button { margin-top: 10px; } .offset-match { background-color: #e98819; } .sticky { position: fixed; top: 0; padding: 10px 50px; z-index: 3; background-color: #F4F4F4; right: 0; left: 0; border-bottom: 1px solid #333; } .hidden { display: none; } input { padding: 6px; }
0.392803
0.098555
@font-face { font-family: 'Exo 2'; src: url("../../../assets/fonts/Exo2-Regular.ttf"); } :root { box-sizing: border-box; font-size: 24px; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #f8fbfd; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; font-family: 'Exo 2', sans-serif; min-height: 100%; } .btn { cursor: pointer; } .header { background-color: #0c0c3c; color: #fff; height: 3.5em; overflow-y: hidden; padding: .5rem; position: absolute; transition: height 300ms ease-in-out; width: 100vw; z-index: 1; } @media only screen and (max-width: 414px) { .header.show { height: 7em; } } .header a { color: #fff; text-decoration: none; } .header h1 { font-size: 2rem; font-style: italic; margin: 0; } .header ul { list-style-type: none; padding: 0; text-align: center; } @media only screen and (min-width: 415px) { .header ul { position: absolute; right: 1rem; top: 0.5rem; } .header ul li { display: inline; margin-left: 1em; } .header ul li .active { box-shadow: 0px -4px 0px #0097a7 inset; } } .btn.menu { font-size: 1.5rem; position: absolute; right: 1rem; top: 0.5rem; } @media only screen and (min-width: 415px) { .btn.menu { display: none; } } .content { -ms-flex: 1; flex: 1; margin: auto; padding: .75rem; padding-top: 4rem; } .footer { background-color: #0c0c3c; color: #fff; font-size: .9rem; padding: .45em; text-align: center; z-index: 1; } .footer a { color: #fff; text-decoration: none; } .footer a:hover { text-decoration: underline; } .chatroom { height: calc(100vh - 7rem); position: relative; } .chatroom form { bottom: 0; position: absolute; } .chatroom form input[type="text"] { background-color: #9191e9; width: calc(100vw - 5.8rem); } .chatroom form input[type="submit"] { border-radius: 0.5em; background-color: #0c0c3c; color: #fff; width: 4rem; } .chatroom ul { font-size: 1rem; height: calc(100vh - 9rem); list-style-type: none; margin: 0; overflow-y: scroll; padding: 0.25em; } .gamepad { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; } .gamepad .btn { background-color: #0c0c3c; border-radius: 0.3em; border-bottom: 0.15em solid #7d7d7d; color: #fff; font: 1rem; padding: 0.2em; } .gamepad .btn:active { border-bottom: 0.1em solid #7d7d7d; transform: translateY(0.05em); } .gamepad .btn.l, .gamepad .btn.r { padding-left: 1.5em; padding-right: 1.5em; } .gamepad .btn.up, .gamepad .btn.down, .gamepad .btn.x, .gamepad .btn.a, .gamepad .btn.b, .gamepad .btn.y { padding-left: 0.4em; padding-right: 0.4em; } .gamepad .triggers { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } .gamepad .mainpad { display: -ms-flexbox; display: flex; height: calc(100vh - 9rem); -ms-flex-pack: distribute; justify-content: space-around; } .gamepad .dpad { position: relative; } .gamepad .dpad .btn { position: absolute; } .gamepad .dpad .up { bottom: 4em; left: 0; } .gamepad .dpad .right { bottom: 2em; left: 2em; } .gamepad .dpad .down { bottom: 0; left: 0; } .gamepad .dpad .left { left: -2em; bottom: 2em; } .gamepad .options { display: -ms-flexbox; display: flex; } .gamepad .options .btn { -ms-flex-item-align: end; align-self: flex-end; margin: 0.5em; } .gamepad .commands { position: relative; } .gamepad .commands .btn { position: absolute; } .gamepad .commands .x { bottom: 4em; right: 0; } .gamepad .commands .a { bottom: 2em; right: -2em; } .gamepad .commands .b { bottom: 0; right: 0; } .gamepad .commands .y { bottom: 2em; right: 2em; } .keyboard { display: -ms-flexbox; display: flex; height: 4em; -ms-flex-pack: distribute; justify-content: space-around; } .keyboard .btn { border-bottom: 0.2em solid #7d7d7d; border-left: 0.2em solid #7d7d7d; border-radius: 0.2em; font-size: 1rem; height: 1.5em; position: absolute; text-align: center; width: 1.5em; } .keyboard .btn.active { border-bottom: 0.1em solid #7d7d7d; border-left: 0.1em solid #7d7d7d; transform: translateY(0.05em); } .keyboard .wasd { position: relative; } .keyboard .wasd .w { left: .1em; } .keyboard .wasd .a { left: -1.5em; top: 1.6em; } .keyboard .wasd .s { left: .1em; top: 1.6em; } .keyboard .wasd .d { left: 1.7em; top: 1.6em; } .keyboard .wasd .q { left: -1.5em; } .keyboard .wasd .e { left: 1.7em; } .keyboard .uhjk { position: relative; } .keyboard .uhjk .u { left: .1em; } .keyboard .uhjk .h { left: -1.5em; top: 1.6em; } .keyboard .uhjk .j { left: .1em; top: 1.6em; } .keyboard .uhjk .k { left: 1.7em; top: 1.6em; } .keyboard .entershift { position: relative; } .keyboard .entershift .enter { width: 3em; } .keyboard .entershift .shift { top: 1.6em; width: 3em; } #drone-stream canvas { display: none; } #drone-mirror, #arrows-canvas { border: 0.3em solid #0c0c3c; border-radius: 0.5em; height: 360px; margin-bottom: 1em; width: 640px; }
client/dist/style.css
@font-face { font-family: 'Exo 2'; src: url("../../../assets/fonts/Exo2-Regular.ttf"); } :root { box-sizing: border-box; font-size: 24px; height: 100%; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } *, *:before, *:after { box-sizing: inherit; } body { background-color: #f8fbfd; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; font-family: 'Exo 2', sans-serif; min-height: 100%; } .btn { cursor: pointer; } .header { background-color: #0c0c3c; color: #fff; height: 3.5em; overflow-y: hidden; padding: .5rem; position: absolute; transition: height 300ms ease-in-out; width: 100vw; z-index: 1; } @media only screen and (max-width: 414px) { .header.show { height: 7em; } } .header a { color: #fff; text-decoration: none; } .header h1 { font-size: 2rem; font-style: italic; margin: 0; } .header ul { list-style-type: none; padding: 0; text-align: center; } @media only screen and (min-width: 415px) { .header ul { position: absolute; right: 1rem; top: 0.5rem; } .header ul li { display: inline; margin-left: 1em; } .header ul li .active { box-shadow: 0px -4px 0px #0097a7 inset; } } .btn.menu { font-size: 1.5rem; position: absolute; right: 1rem; top: 0.5rem; } @media only screen and (min-width: 415px) { .btn.menu { display: none; } } .content { -ms-flex: 1; flex: 1; margin: auto; padding: .75rem; padding-top: 4rem; } .footer { background-color: #0c0c3c; color: #fff; font-size: .9rem; padding: .45em; text-align: center; z-index: 1; } .footer a { color: #fff; text-decoration: none; } .footer a:hover { text-decoration: underline; } .chatroom { height: calc(100vh - 7rem); position: relative; } .chatroom form { bottom: 0; position: absolute; } .chatroom form input[type="text"] { background-color: #9191e9; width: calc(100vw - 5.8rem); } .chatroom form input[type="submit"] { border-radius: 0.5em; background-color: #0c0c3c; color: #fff; width: 4rem; } .chatroom ul { font-size: 1rem; height: calc(100vh - 9rem); list-style-type: none; margin: 0; overflow-y: scroll; padding: 0.25em; } .gamepad { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; position: relative; } .gamepad .btn { background-color: #0c0c3c; border-radius: 0.3em; border-bottom: 0.15em solid #7d7d7d; color: #fff; font: 1rem; padding: 0.2em; } .gamepad .btn:active { border-bottom: 0.1em solid #7d7d7d; transform: translateY(0.05em); } .gamepad .btn.l, .gamepad .btn.r { padding-left: 1.5em; padding-right: 1.5em; } .gamepad .btn.up, .gamepad .btn.down, .gamepad .btn.x, .gamepad .btn.a, .gamepad .btn.b, .gamepad .btn.y { padding-left: 0.4em; padding-right: 0.4em; } .gamepad .triggers { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; } .gamepad .mainpad { display: -ms-flexbox; display: flex; height: calc(100vh - 9rem); -ms-flex-pack: distribute; justify-content: space-around; } .gamepad .dpad { position: relative; } .gamepad .dpad .btn { position: absolute; } .gamepad .dpad .up { bottom: 4em; left: 0; } .gamepad .dpad .right { bottom: 2em; left: 2em; } .gamepad .dpad .down { bottom: 0; left: 0; } .gamepad .dpad .left { left: -2em; bottom: 2em; } .gamepad .options { display: -ms-flexbox; display: flex; } .gamepad .options .btn { -ms-flex-item-align: end; align-self: flex-end; margin: 0.5em; } .gamepad .commands { position: relative; } .gamepad .commands .btn { position: absolute; } .gamepad .commands .x { bottom: 4em; right: 0; } .gamepad .commands .a { bottom: 2em; right: -2em; } .gamepad .commands .b { bottom: 0; right: 0; } .gamepad .commands .y { bottom: 2em; right: 2em; } .keyboard { display: -ms-flexbox; display: flex; height: 4em; -ms-flex-pack: distribute; justify-content: space-around; } .keyboard .btn { border-bottom: 0.2em solid #7d7d7d; border-left: 0.2em solid #7d7d7d; border-radius: 0.2em; font-size: 1rem; height: 1.5em; position: absolute; text-align: center; width: 1.5em; } .keyboard .btn.active { border-bottom: 0.1em solid #7d7d7d; border-left: 0.1em solid #7d7d7d; transform: translateY(0.05em); } .keyboard .wasd { position: relative; } .keyboard .wasd .w { left: .1em; } .keyboard .wasd .a { left: -1.5em; top: 1.6em; } .keyboard .wasd .s { left: .1em; top: 1.6em; } .keyboard .wasd .d { left: 1.7em; top: 1.6em; } .keyboard .wasd .q { left: -1.5em; } .keyboard .wasd .e { left: 1.7em; } .keyboard .uhjk { position: relative; } .keyboard .uhjk .u { left: .1em; } .keyboard .uhjk .h { left: -1.5em; top: 1.6em; } .keyboard .uhjk .j { left: .1em; top: 1.6em; } .keyboard .uhjk .k { left: 1.7em; top: 1.6em; } .keyboard .entershift { position: relative; } .keyboard .entershift .enter { width: 3em; } .keyboard .entershift .shift { top: 1.6em; width: 3em; } #drone-stream canvas { display: none; } #drone-mirror, #arrows-canvas { border: 0.3em solid #0c0c3c; border-radius: 0.5em; height: 360px; margin-bottom: 1em; width: 640px; }
0.479747
0.054124
section { padding: 6.25rem 0px !important; margin: 0px !important; } .cardbox { border-radius: 3px; margin-bottom: 20px; padding: 0px !important; } /* ------------------------------- */ /* Cardbox Heading ---------------------------------- */ .cardbox .cardbox-heading { padding: 16px; margin: 0; } .cardbox .btn-flat.btn-flat-icon { border-radius: 50%; font-size: 24px; height: 32px; width: 32px; padding: 0; overflow: hidden; color: #fff !important; background: #b5b6b6; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .cardbox .float-right .dropdown-menu { position: relative; left: 13px !important; } .cardbox .float-right a:hover { background: #f4f4f4 !important; } .cardbox .float-right a.dropdown-item { display: block; width: 100%; padding: 4px 0px 4px 10px; clear: both; font-weight: 400; font-family: 'Abhaya Libre', serif; font-size: 14px !important; color: #848484; text-align: inherit; white-space: nowrap; background: 0 0; border: 0; } /* ------------------------------- */ /* Media Section ---------------------------------- */ .media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; } .d-flex { display: -ms-flexbox !important; display: flex !important; } .media .mr-3 { margin-right: 1rem !important; } .media img { width: 48px !important; height: 48px !important; padding: 2px; border: 2px solid #f4f4f4; } .media-body { -ms-flex: 1; flex: 1; padding: .4rem !important; } .media-body p { font-family: 'Rokkitt', serif; font-weight: 500 !important; font-size: 24px; } .media-body small span { font-family: 'Rokkitt', serif; font-size: 15px; color: #aaa; margin-right: 10px; } /* ------------------------------- */ /* Cardbox Item ---------------------------------- */ .cardbox .cardbox-item { position: relative; display: block; } /* .cardbox .cardbox-item img{ } */ .img-responsive { display: block; max-width: 100%; height: auto; } .fw { width: 100% !important; height: auto; } /* ------------------------------- */ /* Cardbox Base ---------------------------------- */ .cardbox-base ul { margin: 10px 0px 10px 15px !important; padding: 10px !important; font-size: 0px; display: inline-block; } .cardbox-base li { list-style: none; margin: 0px 0px 0px -8px !important; padding: 0px 0px 0px 0px !important; display: inline-block; } .cardbox-base li a { margin: 0px !important; padding: 0px !important; } .cardbox-base li a i { position: relative; top: 4px; font-size: 24px; color: #8d8d8d; margin-right: 15px; } .cardbox-base li a span { font-family: 'Rokkitt', serif; font-size: 14px; color: #8d8d8d; margin-left: 20px; position: relative; top: 5px; } .cardbox-base li a em { font-family: 'Rokkitt', serif; font-size: 20px; color: #8d8d8d; position: relative; top: 3px; } .cardbox-base li a img { width: 25px; height: 25px; margin: 0px !important; border: 2px solid #fff; } /* ------------------------------- */ /* Cardbox Comments ---------------------------------- */ .cardbox-comments { font-size: 0px; text-align: center; display: inline-block; } .comment-avatar img { position: relative; display: inline-block; text-align: center; width: 40px; height: 40px; } .search { position: relative; border: 2px solid #f4f4f4; overflow: hidden; } #area { background-color: #fff; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } /* .search input[type="text"] { background-color: #fff; padding: 15px 20px 20px 10px; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } */ .search textarea { background-color: #fff; padding: 15px 20px 20px 10px; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } .search button { position: relative; background-color: transparent; color: #bbbbbb; cursor: pointer; border: 2px solid #f4f4f4; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .search input { position: relative; background-color: transparent; color: #bbbbbb; cursor: pointer; border: 2px solid #f4f4f4; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .search button i { font-size: 20px; line-height: 30px; display: block; } /* ------------------------------- */ /* Author ---------------------------------- */ .author a { font-family: 'Rokkitt', serif; font-size: 16px; color: #00C4CF; } .author p { font-family: 'Rokkitt', serif; font-size: 16px; color: #8d8d8d; } /* Additional classes */ #postText { background-color: #fff; border: none; border-radius: 4px; font-size: 18px; color: #686262; height: inherit; font-weight: 700; } .icon-border { border: 2px solid #f4f4f4; } .disable-pointer { cursor: unset!important; } .pointer { cursor: pointer!important; } .form-control:focus { box-shadow:none!important; } .time { font-family: 'Rokkitt', serif; font-size: 15px!important; color: #aaa; }
client/public/css/Post.css
section { padding: 6.25rem 0px !important; margin: 0px !important; } .cardbox { border-radius: 3px; margin-bottom: 20px; padding: 0px !important; } /* ------------------------------- */ /* Cardbox Heading ---------------------------------- */ .cardbox .cardbox-heading { padding: 16px; margin: 0; } .cardbox .btn-flat.btn-flat-icon { border-radius: 50%; font-size: 24px; height: 32px; width: 32px; padding: 0; overflow: hidden; color: #fff !important; background: #b5b6b6; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .cardbox .float-right .dropdown-menu { position: relative; left: 13px !important; } .cardbox .float-right a:hover { background: #f4f4f4 !important; } .cardbox .float-right a.dropdown-item { display: block; width: 100%; padding: 4px 0px 4px 10px; clear: both; font-weight: 400; font-family: 'Abhaya Libre', serif; font-size: 14px !important; color: #848484; text-align: inherit; white-space: nowrap; background: 0 0; border: 0; } /* ------------------------------- */ /* Media Section ---------------------------------- */ .media { display: -ms-flexbox; display: flex; -ms-flex-align: start; align-items: flex-start; } .d-flex { display: -ms-flexbox !important; display: flex !important; } .media .mr-3 { margin-right: 1rem !important; } .media img { width: 48px !important; height: 48px !important; padding: 2px; border: 2px solid #f4f4f4; } .media-body { -ms-flex: 1; flex: 1; padding: .4rem !important; } .media-body p { font-family: 'Rokkitt', serif; font-weight: 500 !important; font-size: 24px; } .media-body small span { font-family: 'Rokkitt', serif; font-size: 15px; color: #aaa; margin-right: 10px; } /* ------------------------------- */ /* Cardbox Item ---------------------------------- */ .cardbox .cardbox-item { position: relative; display: block; } /* .cardbox .cardbox-item img{ } */ .img-responsive { display: block; max-width: 100%; height: auto; } .fw { width: 100% !important; height: auto; } /* ------------------------------- */ /* Cardbox Base ---------------------------------- */ .cardbox-base ul { margin: 10px 0px 10px 15px !important; padding: 10px !important; font-size: 0px; display: inline-block; } .cardbox-base li { list-style: none; margin: 0px 0px 0px -8px !important; padding: 0px 0px 0px 0px !important; display: inline-block; } .cardbox-base li a { margin: 0px !important; padding: 0px !important; } .cardbox-base li a i { position: relative; top: 4px; font-size: 24px; color: #8d8d8d; margin-right: 15px; } .cardbox-base li a span { font-family: 'Rokkitt', serif; font-size: 14px; color: #8d8d8d; margin-left: 20px; position: relative; top: 5px; } .cardbox-base li a em { font-family: 'Rokkitt', serif; font-size: 20px; color: #8d8d8d; position: relative; top: 3px; } .cardbox-base li a img { width: 25px; height: 25px; margin: 0px !important; border: 2px solid #fff; } /* ------------------------------- */ /* Cardbox Comments ---------------------------------- */ .cardbox-comments { font-size: 0px; text-align: center; display: inline-block; } .comment-avatar img { position: relative; display: inline-block; text-align: center; width: 40px; height: 40px; } .search { position: relative; border: 2px solid #f4f4f4; overflow: hidden; } #area { background-color: #fff; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } /* .search input[type="text"] { background-color: #fff; padding: 15px 20px 20px 10px; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } */ .search textarea { background-color: #fff; padding: 15px 20px 20px 10px; border: none; border-radius: 4px; font-size: 14px; color: #686262; height: inherit; font-weight: 700; } .search button { position: relative; background-color: transparent; color: #bbbbbb; cursor: pointer; border: 2px solid #f4f4f4; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .search input { position: relative; background-color: transparent; color: #bbbbbb; cursor: pointer; border: 2px solid #f4f4f4; display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } .search button i { font-size: 20px; line-height: 30px; display: block; } /* ------------------------------- */ /* Author ---------------------------------- */ .author a { font-family: 'Rokkitt', serif; font-size: 16px; color: #00C4CF; } .author p { font-family: 'Rokkitt', serif; font-size: 16px; color: #8d8d8d; } /* Additional classes */ #postText { background-color: #fff; border: none; border-radius: 4px; font-size: 18px; color: #686262; height: inherit; font-weight: 700; } .icon-border { border: 2px solid #f4f4f4; } .disable-pointer { cursor: unset!important; } .pointer { cursor: pointer!important; } .form-control:focus { box-shadow:none!important; } .time { font-family: 'Rokkitt', serif; font-size: 15px!important; color: #aaa; }
0.273186
0.07267
a:link {color:#cecece;} /* unvisited link */ a:visited {color:#8e8e8e;} /* visited link */ a:hover {color:#DeDeDe;} /* mouse over link */ a:active {color:#FFFFFF;} /* selected link */ p{ margin: 20px 0 20px 235px; width:596px; font-family:Helvetica, sans-serif; color:#cecece; font-size:12px; text-align:justify; } h1{ margin: 0 0 0 235px; left:235px; top:0px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:25px; } h2{ margin: 0 0 0 240px; left:240px; top:0px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:15px; } li{ margin: 0 0 0 250px; left:250px; top:00px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:15px; } #Tabla { position:relative; margin: 0 auto; top:0px; width:961px; height:100%; background-color:#303030; } #Cabecera { top: 0px; width:960px; } #Menu { position:absolute; left:235px; top:75px; width:642px; height:4px; } #Home{ position:absolute; left:235px; top:79px; width:55px; height:32px;text-align:center; line-height: 32px; background:#272727; } #Home:hover{ background: #5f5f5f; } #esquina_arriba { position:absolute; left:59px; top:82px; width:61px; height:61px; } #text{ position: absolute; left: -150px; top: 85px; width: 330px; height: 50px; font-family:Helvetica, sans-serif; color: #cecece; font-size: 16px; } #esquina_abajo { position:absolute; left:383px; top:263px; width:62px; height:62px; } #imagen_inicio { position:absolute; left:550px; top:180px; } #Menu_text_selected{ position:relative; font-family:Helvetica, sans-serif; color: #00bbf0; font-size: 16px; text-decoration: none; margin-top: auto; margin-bottom:auto; } #Menu_text{ position:relative; font-family:Helvetica, sans-serif; color: #cecece; font-size: 16px; text-decoration: none; margin-top: auto; margin-bottom:auto; } #About{ position:absolute; left:290px; top:79px; width:63px; height:32px; text-align:center; line-height: 32px; background:#272727; } #About:hover{ background: #5f5f5f; } #Demos { position:absolute; left:353px; top:79px; width:63px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Demos:hover{ background: #5f5f5f; } #imagen_G { position:absolute; left:494px; top:231px; width:320px; height:320px; } #flecha_izquierda_G { position:absolute; left:379px; top:365px; width:42px; height:47px; } #flecha_derecha_G { position:absolute; left:882px; top:365px; width:41px; height:47px; } #Imagen1_P { position:absolute; left:327px; top:557px; width:40px; height:40px; } #Imagen2_P { position:absolute; left:408px; top:557px; width:40px; height:40px; } #Imagen3_P { position:absolute; left:489px; top:557px; width:79px; height:79px; } #Imagen4_P { position:absolute; left:570px; top:557px; width:80px; height:79px; } #Imagen5_P { position:absolute; left:652px; top:557px; width:80px; height:79px; } #Imagen6_P { position:absolute; left:734px; top:557px; width:79px; height:79px; } #Imagen7_P { position:absolute; left:815px; top:557px; width:80px; height:79px; } #Imagen8_P { position:absolute; left:896px; top:557px; width:79px; height:79px; } #flecha_izquierda_P { position:absolute; left:299px; top:576px; width:22px; height:44px; } #flecha_derecha_P { position:absolute; left:986px; top:577px; width:22px; height:43px; } .BigImg{ position:relative; top:0px; width:100%; } .toolTipImg{ position:relative; top:3px; width:95px; } .leftSmall{ border:0px; vertical-align: middle; } .rightSmall{ border:0px; vertical-align: middle; } .leftBig{ border:0px; vertical-align: middle; } .rightBig{ border:0px; vertical-align: middle; } #cajonFlechaIzquierdaBig{ float:left; padding-top:180px; padding-right:3px; } #cajonFlechaDerechaBig{ float:left; padding-top:180px; padding-left:3px; } #cajonFlechaIzquierda{ float:left; padding-top:30px; padding-right:3px; } #cajonFlechaDerecha{ float:left; padding-top:30px; padding-left:3px; } #big{border:solid 0px #CCC;align:center;clear:both;width:800px;height:430px;position:relative;padding:5px;vertical-align:middle;} #big2{position:relative;width:500px;height:auto;vertical-align:middle;margin:0 0 0 20px;} #main_image_wrapper{float:centre;position:relative; width:400px; height:400px; background:#303030; align:center; margin-right:20px;vertical-align:middle;} #gallerybox{border:solid 0px #CCC;text-align:center;clear:both;width:600px;height:400px;position:relative;top:0px;padding:5px;} #gallery_container{float:left;position:relative;border:solid 0px #CCC;overflow:hidden;width:550px;height:500px;margin:0 30px 0 30px;} #images img{margin-right:4px;margin-top:4px;vertical-align:top; width:95px;height:90px;} #images a img{border:1px solid #FFF;} #images a:hover img{border:1px solid #333;} #gallery{position:absolute;left:0;top:0;white-space:nowrap;z-index:1000;} #gallery2{position:absolute;left:0;top:100;white-space:nowrap;z-index:1000;} .spacing{padding:5px;} #Documentation { position:absolute; left:416px; top:79px; width:126px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Documentation:hover{ background: #5f5f5f; } #News { position:absolute; left:542px; top:79px; width:50px; height:32px; text-align:center; line-height: 32px; background:#272727; } #News:hover{ background: #5f5f5f; } #Subrayado_titulo_cuerpo { position:absolute; left:236px; top:30px; width:451px; } #Texto_Cuerpo { position:absolute; left:235px; top:50px; width:596px; font-family:Helvetica, sans-serif; color:#cecece; font-size:12px; } #Contact { position:absolute; left:592px; top:79px; width:101px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Contact:hover{ background: #5f5f5f; } #Publications{ position:absolute; left:693px; top:79px; width:103px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Publications:hover{ background: #5f5f5f; } #Proyects { position:absolute; left:796px; top:79px; width:81px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Proyects:hover{ background: #5f5f5f; } #Menu015 { position:absolute; left:235px; top:111px; width:642px; height:4px; } #cuerpo { position:relative; width:960px; height:620px } #Copyright{ border:solid 0px #000; text-align:center; background:#272727; padding-top:5px; } #copyright{ padding-left:30px; padding-right:30px; font-family:Helvetica, sans-serif; color:#a0a5a8; font-size:11px; text-decoration: none; } #Footer { clear:both; position:relative; top:0px; width:961px; }
estilos/maquetacion_ff.css
a:link {color:#cecece;} /* unvisited link */ a:visited {color:#8e8e8e;} /* visited link */ a:hover {color:#DeDeDe;} /* mouse over link */ a:active {color:#FFFFFF;} /* selected link */ p{ margin: 20px 0 20px 235px; width:596px; font-family:Helvetica, sans-serif; color:#cecece; font-size:12px; text-align:justify; } h1{ margin: 0 0 0 235px; left:235px; top:0px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:25px; } h2{ margin: 0 0 0 240px; left:240px; top:0px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:15px; } li{ margin: 0 0 0 250px; left:250px; top:00px; width:451px; font-family:Helvetica, sans-serif; color:#cecece; font-size:15px; } #Tabla { position:relative; margin: 0 auto; top:0px; width:961px; height:100%; background-color:#303030; } #Cabecera { top: 0px; width:960px; } #Menu { position:absolute; left:235px; top:75px; width:642px; height:4px; } #Home{ position:absolute; left:235px; top:79px; width:55px; height:32px;text-align:center; line-height: 32px; background:#272727; } #Home:hover{ background: #5f5f5f; } #esquina_arriba { position:absolute; left:59px; top:82px; width:61px; height:61px; } #text{ position: absolute; left: -150px; top: 85px; width: 330px; height: 50px; font-family:Helvetica, sans-serif; color: #cecece; font-size: 16px; } #esquina_abajo { position:absolute; left:383px; top:263px; width:62px; height:62px; } #imagen_inicio { position:absolute; left:550px; top:180px; } #Menu_text_selected{ position:relative; font-family:Helvetica, sans-serif; color: #00bbf0; font-size: 16px; text-decoration: none; margin-top: auto; margin-bottom:auto; } #Menu_text{ position:relative; font-family:Helvetica, sans-serif; color: #cecece; font-size: 16px; text-decoration: none; margin-top: auto; margin-bottom:auto; } #About{ position:absolute; left:290px; top:79px; width:63px; height:32px; text-align:center; line-height: 32px; background:#272727; } #About:hover{ background: #5f5f5f; } #Demos { position:absolute; left:353px; top:79px; width:63px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Demos:hover{ background: #5f5f5f; } #imagen_G { position:absolute; left:494px; top:231px; width:320px; height:320px; } #flecha_izquierda_G { position:absolute; left:379px; top:365px; width:42px; height:47px; } #flecha_derecha_G { position:absolute; left:882px; top:365px; width:41px; height:47px; } #Imagen1_P { position:absolute; left:327px; top:557px; width:40px; height:40px; } #Imagen2_P { position:absolute; left:408px; top:557px; width:40px; height:40px; } #Imagen3_P { position:absolute; left:489px; top:557px; width:79px; height:79px; } #Imagen4_P { position:absolute; left:570px; top:557px; width:80px; height:79px; } #Imagen5_P { position:absolute; left:652px; top:557px; width:80px; height:79px; } #Imagen6_P { position:absolute; left:734px; top:557px; width:79px; height:79px; } #Imagen7_P { position:absolute; left:815px; top:557px; width:80px; height:79px; } #Imagen8_P { position:absolute; left:896px; top:557px; width:79px; height:79px; } #flecha_izquierda_P { position:absolute; left:299px; top:576px; width:22px; height:44px; } #flecha_derecha_P { position:absolute; left:986px; top:577px; width:22px; height:43px; } .BigImg{ position:relative; top:0px; width:100%; } .toolTipImg{ position:relative; top:3px; width:95px; } .leftSmall{ border:0px; vertical-align: middle; } .rightSmall{ border:0px; vertical-align: middle; } .leftBig{ border:0px; vertical-align: middle; } .rightBig{ border:0px; vertical-align: middle; } #cajonFlechaIzquierdaBig{ float:left; padding-top:180px; padding-right:3px; } #cajonFlechaDerechaBig{ float:left; padding-top:180px; padding-left:3px; } #cajonFlechaIzquierda{ float:left; padding-top:30px; padding-right:3px; } #cajonFlechaDerecha{ float:left; padding-top:30px; padding-left:3px; } #big{border:solid 0px #CCC;align:center;clear:both;width:800px;height:430px;position:relative;padding:5px;vertical-align:middle;} #big2{position:relative;width:500px;height:auto;vertical-align:middle;margin:0 0 0 20px;} #main_image_wrapper{float:centre;position:relative; width:400px; height:400px; background:#303030; align:center; margin-right:20px;vertical-align:middle;} #gallerybox{border:solid 0px #CCC;text-align:center;clear:both;width:600px;height:400px;position:relative;top:0px;padding:5px;} #gallery_container{float:left;position:relative;border:solid 0px #CCC;overflow:hidden;width:550px;height:500px;margin:0 30px 0 30px;} #images img{margin-right:4px;margin-top:4px;vertical-align:top; width:95px;height:90px;} #images a img{border:1px solid #FFF;} #images a:hover img{border:1px solid #333;} #gallery{position:absolute;left:0;top:0;white-space:nowrap;z-index:1000;} #gallery2{position:absolute;left:0;top:100;white-space:nowrap;z-index:1000;} .spacing{padding:5px;} #Documentation { position:absolute; left:416px; top:79px; width:126px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Documentation:hover{ background: #5f5f5f; } #News { position:absolute; left:542px; top:79px; width:50px; height:32px; text-align:center; line-height: 32px; background:#272727; } #News:hover{ background: #5f5f5f; } #Subrayado_titulo_cuerpo { position:absolute; left:236px; top:30px; width:451px; } #Texto_Cuerpo { position:absolute; left:235px; top:50px; width:596px; font-family:Helvetica, sans-serif; color:#cecece; font-size:12px; } #Contact { position:absolute; left:592px; top:79px; width:101px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Contact:hover{ background: #5f5f5f; } #Publications{ position:absolute; left:693px; top:79px; width:103px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Publications:hover{ background: #5f5f5f; } #Proyects { position:absolute; left:796px; top:79px; width:81px; height:32px; text-align:center; line-height: 32px; background:#272727; } #Proyects:hover{ background: #5f5f5f; } #Menu015 { position:absolute; left:235px; top:111px; width:642px; height:4px; } #cuerpo { position:relative; width:960px; height:620px } #Copyright{ border:solid 0px #000; text-align:center; background:#272727; padding-top:5px; } #copyright{ padding-left:30px; padding-right:30px; font-family:Helvetica, sans-serif; color:#a0a5a8; font-size:11px; text-decoration: none; } #Footer { clear:both; position:relative; top:0px; width:961px; }
0.309441
0.10466
.vjs-trim .vjs-control-bar { height: 5em; background-color: rgba(36, 43, 53, 1); } .vjs-trim .vjs-icon-placeholder, .vjs-trim .vjs-volume-panel, .vjs-trim .vjs-remaining-time { align-items: center; display: flex; } .vjs-trim .vjs-icon-placeholder::before { position: relative; align-self: center; font-size: 2.4em; } .vjs-trim .vjs-play-progress::before, .vjs-trim .vjs-volume-level::before { font-size: 1.4em; top: -.339em; } .vjs-trim-start:before { content: "【"; top: -.5em; right: -.19em; position: absolute; font-size: 1.4em; color: red; } .vjs-trim-end:before { content: "】"; top: -.5em; right: -.9em; position: absolute; font-size: 1.4em; color: red; } .vjs-trim-control { /* vjs-volume-control */ cursor: pointer; margin-right: 1em; display: flex; } .vjs-trim-control.vjs-trim-horizontal { /* .vjs-volume-control.vjs-volume-horizontal */ width: 5em; } .vjs-trim-bar.vjs-slider-horizontal { /* .vjs-volume-bar.vjs-slider-horizontal */ width: 5em; height: .3em; } .vjs-trim-start { /* vjs-volume-level */ position: absolute; bottom: 0; left: 0; background-color: #fff; } .vjs-trim-end { /* vjs-volume-level */ position: absolute; bottom: 0; right: 0; background-color: #fff; } .vjs-start-trim-button { /* vjs-volume-level */ top: .15em; right: 0em; position: absolute; font-size: .9em; } .video-js .vjs-trim-level { /* .video-js .vjs-volume-level */ font-family: VideoJS; font-weight: 400; font-style: normal; } .vjs-slider-horizontal .vjs-trim-level { height: .3em; } .vjs-slider.vjs-trim-bar { /* vjs-volume-bar */ margin-top: 1.35em; margin-right: 0.45em; margin-bottom: 1.35em; margin-left: 0.45em; } .video-js .vjs-title-bar { background: rgba(0, 0, 0, 0.5); color: white; /* By default, do not show the title bar. */ display: none; font-size: 2em; padding: .5em; position: absolute; top: 0; left: 0; width: 100%; } /* Only show the title bar after playback has begun (so as not to hide the big play button) and only when paused or when the user is interacting with the player. */ .video-js.vjs-paused.vjs-has-started .vjs-title-bar, .video-js.vjs-user-active.vjs-has-started .vjs-title-bar{ display: block; }
vjs-trim.css
.vjs-trim .vjs-control-bar { height: 5em; background-color: rgba(36, 43, 53, 1); } .vjs-trim .vjs-icon-placeholder, .vjs-trim .vjs-volume-panel, .vjs-trim .vjs-remaining-time { align-items: center; display: flex; } .vjs-trim .vjs-icon-placeholder::before { position: relative; align-self: center; font-size: 2.4em; } .vjs-trim .vjs-play-progress::before, .vjs-trim .vjs-volume-level::before { font-size: 1.4em; top: -.339em; } .vjs-trim-start:before { content: "【"; top: -.5em; right: -.19em; position: absolute; font-size: 1.4em; color: red; } .vjs-trim-end:before { content: "】"; top: -.5em; right: -.9em; position: absolute; font-size: 1.4em; color: red; } .vjs-trim-control { /* vjs-volume-control */ cursor: pointer; margin-right: 1em; display: flex; } .vjs-trim-control.vjs-trim-horizontal { /* .vjs-volume-control.vjs-volume-horizontal */ width: 5em; } .vjs-trim-bar.vjs-slider-horizontal { /* .vjs-volume-bar.vjs-slider-horizontal */ width: 5em; height: .3em; } .vjs-trim-start { /* vjs-volume-level */ position: absolute; bottom: 0; left: 0; background-color: #fff; } .vjs-trim-end { /* vjs-volume-level */ position: absolute; bottom: 0; right: 0; background-color: #fff; } .vjs-start-trim-button { /* vjs-volume-level */ top: .15em; right: 0em; position: absolute; font-size: .9em; } .video-js .vjs-trim-level { /* .video-js .vjs-volume-level */ font-family: VideoJS; font-weight: 400; font-style: normal; } .vjs-slider-horizontal .vjs-trim-level { height: .3em; } .vjs-slider.vjs-trim-bar { /* vjs-volume-bar */ margin-top: 1.35em; margin-right: 0.45em; margin-bottom: 1.35em; margin-left: 0.45em; } .video-js .vjs-title-bar { background: rgba(0, 0, 0, 0.5); color: white; /* By default, do not show the title bar. */ display: none; font-size: 2em; padding: .5em; position: absolute; top: 0; left: 0; width: 100%; } /* Only show the title bar after playback has begun (so as not to hide the big play button) and only when paused or when the user is interacting with the player. */ .video-js.vjs-paused.vjs-has-started .vjs-title-bar, .video-js.vjs-user-active.vjs-has-started .vjs-title-bar{ display: block; }
0.684686
0.055875
html{ height:100%; margin:0; padding:0; } body{ background: linear-gradient(white, #3C91D2); background-attachment:fixed; margin:0; padding:0; font-family: "Arial"; height:auto; } #logo{ display: block; top:0; position: absolute; margin-left: 35.5%; margin-right: 35.5%; } #topbar{ height:200px; position: fixed; width:100%; top:0; } #leftbar{ height:119px; background-color: #D40D24; width:41%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; } #rightbar{ height:119px; background-color: #D40D24; width:43.2%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:right; } #bottombar{ height:100px; background-color: #D40D24; position: fixed; bottom: 0; width: 100%; border: 0 solid #000; border-top: 20px solid #BDBCBA; } nav ul{ margin-top: 30px; list-style-type: none; } nav ul li{ display: inline; margin-right: 20px; background-color: rgba(142,190,210, 0.99); padding-right:10px; padding-left:10px; padding-top:15px; padding-bottom:15px; border-radius: 10px; border:1px solid black; text-align: center; } #mobilenav{ display:none; } #rightnav{ float:right; margin-bottom: 60px; } #leftnav{ float:left; } #content{ margin-top: 200px; margin-left: 50px; margin-right: 50px; margin-bottom: 125px; height:auto; background-color: rgba(198, 226, 247, 0.8); border: 2px solid black; border-radius: 10px; clear:both; } h2{ padding-left: 10px; padding-bottom: 2px; border: 0 solid #000; border-bottom: 3px solid black; margin-left: 10px; margin-right: 10px; } #text{ padding: 20px; padding-top: 0px; font-size:18px; } #text ul li{ margin-bottom: 20px; } .box{ background-color: rgba(93,165,143,0.8); margin-left: 1%; width:350px; height:350px; border: 2px solid black; border-radius: 10px; white-space:normal; } .boxtitle{ border-radius: 30px; border:1px solid black; width:100px; background: linear-gradient(#FFFFFF, #E6E7EB); text-align: center; margin: auto; margin-top: 10px; margin-bottom: 10px; } .MS{ height:54px; } #overflow{ height: 400px; width: 100%; overflow-x: scroll; overflow-y: hidden; margin-top: 250px; padding-bottom: 20px; } #container{ float: left; height: 550px; width: 12000px; overflow-y: hidden; overflow-x: scroll; } #overflow #container .box{ float: left; } nav a:link{ color:black; text-decoration: none; } nav a:visited{ color:black; text-decoration: none; } nav a:hover{ color:white; text-decoration: none; } nav a:active{ color:white; text-decoration: none; } @media screen and (max-width: 700px){ /*HERE THE MEDIA STARTS*/ html{ margin:0; padding:0; } body{ background: linear-gradient(white, #3C91D2); background-attachment:fixed; margin:0; padding:0; font-family: "Arial"; height:400px; } #logo{ display: none; } #topbar{ height:200px; position: fixed; width:100%; top:0; } #leftbar{ height:50%; background-color: #D40D24; width:41%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; display:none; } #rightbar{ height:50%; background-color: #D40D24; width:100%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; } #bottombar{ height:100px; background-color: #D40D24; position: fixed; bottom: 0; width: 100%; border: 0 solid #000; border-top: 20px solid #BDBCBA; } nav ul{ margin-top: 30px; list-style-type: none; } nav ul li{ display: inline; margin-right: 20px; background-color: rgba(142,190,210, 0.99); padding-right:10px; padding-left:10px; padding-top:15px; padding-bottom:15px; border-radius: 10px; border:1px solid black; text-align: center; } #rightnav{ float:right; margin-bottom: 60px; display: none; } #leftnav{ float:left; display: none; } #content{ margin-top: 120px; margin-left: 10px; margin-right: 10px; margin-bottom: 125px; height:auto; background-color: rgba(198, 226, 247, 0.8); border: 2px solid black; border-radius: 10px; clear:both; } h2{ padding-left: 10px; padding-bottom: 2px; border: 0 solid #000; border-bottom: 3px solid black; margin-left: 10px; margin-right: 10px; } #text{ padding: 20px; padding-top: 0px; overflow: auto; } .box{ background-color: rgba(93,165,143,0.8); margin-left: 1%; margin-bottom: 110px; width:350px; height:85%; border: 2px solid black; border-radius: 10px; white-space:normal; } .boxtitle{ border-radius: 30px; border:1px solid black; width:100px; background: linear-gradient(#FFFFFF, #E6E7EB); text-align: center; margin: auto; margin-top: 10px; margin-bottom: 10px; } .MS{ height:54px; } #overflow{ height: 400px; width: 100%; overflow-x: scroll; overflow-y: hidden; margin-top: 110px; padding-bottom: 20px; } #container{ float: left; height: 400px; width: 12000px; overflow-y: hidden; overflow-x: scroll; } #overflow #container .box{ float: left; } #mobilenav{ display: inline-block; } #mobilenav ul{ list-style-type: none; background-color: #333; padding: 5px; } .dropbtn { color: black; background-color: transparent; border: none; padding: 0; padding-left: 15px; padding-bottom: 9px; font-size: 50px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color:#BDBCBA; min-width: 200px; overflow: auto; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .show {display:block;} }
projects/pkmnsite/assets/css/style.css
html{ height:100%; margin:0; padding:0; } body{ background: linear-gradient(white, #3C91D2); background-attachment:fixed; margin:0; padding:0; font-family: "Arial"; height:auto; } #logo{ display: block; top:0; position: absolute; margin-left: 35.5%; margin-right: 35.5%; } #topbar{ height:200px; position: fixed; width:100%; top:0; } #leftbar{ height:119px; background-color: #D40D24; width:41%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; } #rightbar{ height:119px; background-color: #D40D24; width:43.2%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:right; } #bottombar{ height:100px; background-color: #D40D24; position: fixed; bottom: 0; width: 100%; border: 0 solid #000; border-top: 20px solid #BDBCBA; } nav ul{ margin-top: 30px; list-style-type: none; } nav ul li{ display: inline; margin-right: 20px; background-color: rgba(142,190,210, 0.99); padding-right:10px; padding-left:10px; padding-top:15px; padding-bottom:15px; border-radius: 10px; border:1px solid black; text-align: center; } #mobilenav{ display:none; } #rightnav{ float:right; margin-bottom: 60px; } #leftnav{ float:left; } #content{ margin-top: 200px; margin-left: 50px; margin-right: 50px; margin-bottom: 125px; height:auto; background-color: rgba(198, 226, 247, 0.8); border: 2px solid black; border-radius: 10px; clear:both; } h2{ padding-left: 10px; padding-bottom: 2px; border: 0 solid #000; border-bottom: 3px solid black; margin-left: 10px; margin-right: 10px; } #text{ padding: 20px; padding-top: 0px; font-size:18px; } #text ul li{ margin-bottom: 20px; } .box{ background-color: rgba(93,165,143,0.8); margin-left: 1%; width:350px; height:350px; border: 2px solid black; border-radius: 10px; white-space:normal; } .boxtitle{ border-radius: 30px; border:1px solid black; width:100px; background: linear-gradient(#FFFFFF, #E6E7EB); text-align: center; margin: auto; margin-top: 10px; margin-bottom: 10px; } .MS{ height:54px; } #overflow{ height: 400px; width: 100%; overflow-x: scroll; overflow-y: hidden; margin-top: 250px; padding-bottom: 20px; } #container{ float: left; height: 550px; width: 12000px; overflow-y: hidden; overflow-x: scroll; } #overflow #container .box{ float: left; } nav a:link{ color:black; text-decoration: none; } nav a:visited{ color:black; text-decoration: none; } nav a:hover{ color:white; text-decoration: none; } nav a:active{ color:white; text-decoration: none; } @media screen and (max-width: 700px){ /*HERE THE MEDIA STARTS*/ html{ margin:0; padding:0; } body{ background: linear-gradient(white, #3C91D2); background-attachment:fixed; margin:0; padding:0; font-family: "Arial"; height:400px; } #logo{ display: none; } #topbar{ height:200px; position: fixed; width:100%; top:0; } #leftbar{ height:50%; background-color: #D40D24; width:41%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; display:none; } #rightbar{ height:50%; background-color: #D40D24; width:100%; top:0; border: 0 solid #000; border-bottom: 20px solid #BDBCBA; float:left; } #bottombar{ height:100px; background-color: #D40D24; position: fixed; bottom: 0; width: 100%; border: 0 solid #000; border-top: 20px solid #BDBCBA; } nav ul{ margin-top: 30px; list-style-type: none; } nav ul li{ display: inline; margin-right: 20px; background-color: rgba(142,190,210, 0.99); padding-right:10px; padding-left:10px; padding-top:15px; padding-bottom:15px; border-radius: 10px; border:1px solid black; text-align: center; } #rightnav{ float:right; margin-bottom: 60px; display: none; } #leftnav{ float:left; display: none; } #content{ margin-top: 120px; margin-left: 10px; margin-right: 10px; margin-bottom: 125px; height:auto; background-color: rgba(198, 226, 247, 0.8); border: 2px solid black; border-radius: 10px; clear:both; } h2{ padding-left: 10px; padding-bottom: 2px; border: 0 solid #000; border-bottom: 3px solid black; margin-left: 10px; margin-right: 10px; } #text{ padding: 20px; padding-top: 0px; overflow: auto; } .box{ background-color: rgba(93,165,143,0.8); margin-left: 1%; margin-bottom: 110px; width:350px; height:85%; border: 2px solid black; border-radius: 10px; white-space:normal; } .boxtitle{ border-radius: 30px; border:1px solid black; width:100px; background: linear-gradient(#FFFFFF, #E6E7EB); text-align: center; margin: auto; margin-top: 10px; margin-bottom: 10px; } .MS{ height:54px; } #overflow{ height: 400px; width: 100%; overflow-x: scroll; overflow-y: hidden; margin-top: 110px; padding-bottom: 20px; } #container{ float: left; height: 400px; width: 12000px; overflow-y: hidden; overflow-x: scroll; } #overflow #container .box{ float: left; } #mobilenav{ display: inline-block; } #mobilenav ul{ list-style-type: none; background-color: #333; padding: 5px; } .dropbtn { color: black; background-color: transparent; border: none; padding: 0; padding-left: 15px; padding-bottom: 9px; font-size: 50px; } .dropdown { position: relative; display: inline-block; } .dropdown-content { display: none; position: absolute; background-color:#BDBCBA; min-width: 200px; overflow: auto; } .dropdown-content a { color: black; padding: 12px 16px; text-decoration: none; display: block; } .show {display:block;} }
0.520496
0.096153
.prelodr { position: fixed; height: 100%; width: 100%; display: table; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.75); font-family: Arial, sans-serif; font-size: 16px; cursor: default; opacity: 0; visibility: 0; transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 100; } .prelodr > span { position: relative; display: table-cell; text-align: center; vertical-align: middle; } .prelodr > span > span { position: relative; display: inline-block; padding-left: 2em; padding-right: 2em; padding-top: 0.7em; padding-bottom: 0.9em; background-color: #fff; color: #545454; text-align: center; vertical-align: middle; font-weight: normal; min-width: 150px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23); transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: scale(0.95); transition-delay: .2s; border-radius: 3px; } .prelodr.prelodr-hide { display: none; } .prelodr.prelodr-in { opacity: 1; visibility: visible; } .prelodr > span > span.prelodr-in { opacity: 1; visibility: visible; transform: scale(1); } .prelodr .prelodr-progressbar { position: absolute; bottom: 0; left: 0; padding-top: 3px; width: 100%; background-color: #0f9d58; animation: prelodr-background linear 3s infinite; } .prelodr .prelodr-progressbar:before, .prelodr .prelodr-progressbar:after { display: block; position: absolute; top: 0; z-index: 2; width: 0; background-color: #0f9d58; height: 4px; content: ''; animation: prelodr-front linear 3s infinite; } .prelodr .prelodr-progressbar:before { right: 50%; } .prelodr .prelodr-progressbar:after { left: 50%; } @keyframes prelodr-background { 0%, 24.9% { background-color: #0f9d58; } 25%, 49.9% { background-color: #da4733; } 50%, 74.9% { background-color: #1d6fee; } 75%, 100% { background-color: #fdba2c; } } @keyframes prelodr-front { 0% { background-color: #da4733; width: 0; } 24.9% { background-color: #da4733; width: 50%; } 25% { background-color: #1d6fee; width: 0; } 49.9% { background-color: #1d6fee; width: 50%; } 50% { background-color: #fdba2c; width: 0; } 74.9% { background-color: #fdba2c; width: 50%; } 75% { background-color: #0f9d58; width: 0; } 100% { background-color: #0f9d58; width: 50%; } }
dist/prelodr.css
.prelodr { position: fixed; height: 100%; width: 100%; display: table; left: 0; top: 0; background-color: rgba(255, 255, 255, 0.75); font-family: Arial, sans-serif; font-size: 16px; cursor: default; opacity: 0; visibility: 0; transition: opacity 0.3s 0.3s cubic-bezier(0.4, 0, 0.2, 1); z-index: 100; } .prelodr > span { position: relative; display: table-cell; text-align: center; vertical-align: middle; } .prelodr > span > span { position: relative; display: inline-block; padding-left: 2em; padding-right: 2em; padding-top: 0.7em; padding-bottom: 0.9em; background-color: #fff; color: #545454; text-align: center; vertical-align: middle; font-weight: normal; min-width: 150px; box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.23); transition: opacity 0.3s cubic-bezier(0.4, 0, 0.2, 1), transform 0.3s cubic-bezier(0.4, 0, 0.2, 1); transform: scale(0.95); transition-delay: .2s; border-radius: 3px; } .prelodr.prelodr-hide { display: none; } .prelodr.prelodr-in { opacity: 1; visibility: visible; } .prelodr > span > span.prelodr-in { opacity: 1; visibility: visible; transform: scale(1); } .prelodr .prelodr-progressbar { position: absolute; bottom: 0; left: 0; padding-top: 3px; width: 100%; background-color: #0f9d58; animation: prelodr-background linear 3s infinite; } .prelodr .prelodr-progressbar:before, .prelodr .prelodr-progressbar:after { display: block; position: absolute; top: 0; z-index: 2; width: 0; background-color: #0f9d58; height: 4px; content: ''; animation: prelodr-front linear 3s infinite; } .prelodr .prelodr-progressbar:before { right: 50%; } .prelodr .prelodr-progressbar:after { left: 50%; } @keyframes prelodr-background { 0%, 24.9% { background-color: #0f9d58; } 25%, 49.9% { background-color: #da4733; } 50%, 74.9% { background-color: #1d6fee; } 75%, 100% { background-color: #fdba2c; } } @keyframes prelodr-front { 0% { background-color: #da4733; width: 0; } 24.9% { background-color: #da4733; width: 50%; } 25% { background-color: #1d6fee; width: 0; } 49.9% { background-color: #1d6fee; width: 50%; } 50% { background-color: #fdba2c; width: 0; } 74.9% { background-color: #fdba2c; width: 50%; } 75% { background-color: #0f9d58; width: 0; } 100% { background-color: #0f9d58; width: 50%; } }
0.677367
0.093471
.login-container > .header { padding-top: 18%; } .customDashboard ion-list { background: #000; color: #fff; } .customDashboard ion-item { text-align: center; } .customDashboardView .dashboardContainer{ /* display: flex; flex-direction: column;*/ height: 100%; } .dashboardContainer > .row { /*flex: 1;*/ } .dashboardContainer .header{ /*flex: 1.5;*/ border: none; border-bottom: 2px solid #DEDEDE; background: url('../img/bg2.jpg') no-repeat center center; height: 40vh; } .dashboardContainer .mySlider{ height: 40vh; /*border-left: solid yellowgreen 7px;*/ background: #FFFAFA; margin-top:0; margin-left: -5px; } .dashboardContainer .dashboardFooter{height: 20vh;} .dashboardContainer .mainButtons{ position: relative; min-width: 50%; } .dashboardContainer .mainButtons #borderRight{ border-right: 1px solid #33cd5f;; position: absolute; top: 0%; bottom: 0; right: 0; } .mainButtons .myButton { font-size: 20px; line-height: 10px; min-height: 75px; /* margin-top: 20%; margin-bottom: 20%;*/ } .mainButtons .myIcon { display: block; font-size: 100px; margin-bottom: 3px !important; } /*Menu Styling*/ .menu .bar.bar-header.expanded { background-image: url('../img/material-graphite.jpg'); background-size: 120%; background-position: 0%; transition: all .5s ease-in-out; } /*Slider*/ .dashboardContainer .myIonSlides{ height: 85%; text-align: left; } .dashboardContainer .profPic{ text-align: left; } .dashboardContainer .profPic img{ width: 25%; margin-right: 10px; border-radius: 50%; } /*.box .ammount { font-size: 20px; line-height: 10px; min-height: 75px; } .box .ammount-icon { display: block; font-size: 100px; margin-bottom: 3px !important; }*/ /* FORM VALIDATION STYLES */ .error { padding: 10px 16px; font-family: "Arial Black", Gadget, sans-serif; font-size: 11px; text-transform: uppercase; color: #555; vertical-align: middle; } .error i { font-size: 24px; color: #B83E2C; vertical-align: middle; } .last-error-container > .error { padding: 10px 16px 0; } .login-container .list .has-errors { border-bottom: 3px solid #B83E2C; } .no-errors { border-bottom: 3px solid green; } /*Borrow Page Styling*/ /* CORE */ .borrow .list .item{ display: block; /*width: 70%;*/ /*float: left*/ /*padding-bottom: 0;*/ } .item-expand { position: relative; width: 100%; max-height: 40px; transition: max-height 0.1s ease-out; overflow: hidden; } .item-expand.inactive:after { content: ""; position: absolute; bottom: 0px; left: 0; height: 15px; width: 100%; display: block; /* background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 1)) ); background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/ } .item-expand.active { max-height: 200px; transition: max-height 0.3s ease-out; } /* DEMO */ .item-expand-footer { color: red; position: absolute; right: 16px; bottom: 0; margin-right: 15px; text-align: center; display: flex; padding: 10px 8px; margin-bottom: 3px; border: 1px solid; } .item-expand-footer i { margin-right: 5px; }
AngularJS-app/www/css/style.css
.login-container > .header { padding-top: 18%; } .customDashboard ion-list { background: #000; color: #fff; } .customDashboard ion-item { text-align: center; } .customDashboardView .dashboardContainer{ /* display: flex; flex-direction: column;*/ height: 100%; } .dashboardContainer > .row { /*flex: 1;*/ } .dashboardContainer .header{ /*flex: 1.5;*/ border: none; border-bottom: 2px solid #DEDEDE; background: url('../img/bg2.jpg') no-repeat center center; height: 40vh; } .dashboardContainer .mySlider{ height: 40vh; /*border-left: solid yellowgreen 7px;*/ background: #FFFAFA; margin-top:0; margin-left: -5px; } .dashboardContainer .dashboardFooter{height: 20vh;} .dashboardContainer .mainButtons{ position: relative; min-width: 50%; } .dashboardContainer .mainButtons #borderRight{ border-right: 1px solid #33cd5f;; position: absolute; top: 0%; bottom: 0; right: 0; } .mainButtons .myButton { font-size: 20px; line-height: 10px; min-height: 75px; /* margin-top: 20%; margin-bottom: 20%;*/ } .mainButtons .myIcon { display: block; font-size: 100px; margin-bottom: 3px !important; } /*Menu Styling*/ .menu .bar.bar-header.expanded { background-image: url('../img/material-graphite.jpg'); background-size: 120%; background-position: 0%; transition: all .5s ease-in-out; } /*Slider*/ .dashboardContainer .myIonSlides{ height: 85%; text-align: left; } .dashboardContainer .profPic{ text-align: left; } .dashboardContainer .profPic img{ width: 25%; margin-right: 10px; border-radius: 50%; } /*.box .ammount { font-size: 20px; line-height: 10px; min-height: 75px; } .box .ammount-icon { display: block; font-size: 100px; margin-bottom: 3px !important; }*/ /* FORM VALIDATION STYLES */ .error { padding: 10px 16px; font-family: "Arial Black", Gadget, sans-serif; font-size: 11px; text-transform: uppercase; color: #555; vertical-align: middle; } .error i { font-size: 24px; color: #B83E2C; vertical-align: middle; } .last-error-container > .error { padding: 10px 16px 0; } .login-container .list .has-errors { border-bottom: 3px solid #B83E2C; } .no-errors { border-bottom: 3px solid green; } /*Borrow Page Styling*/ /* CORE */ .borrow .list .item{ display: block; /*width: 70%;*/ /*float: left*/ /*padding-bottom: 0;*/ } .item-expand { position: relative; width: 100%; max-height: 40px; transition: max-height 0.1s ease-out; overflow: hidden; } .item-expand.inactive:after { content: ""; position: absolute; bottom: 0px; left: 0; height: 15px; width: 100%; display: block; /* background-image: -webkit-gradient( linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(1, rgba(255, 255, 255, 1)) ); background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%); background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);*/ } .item-expand.active { max-height: 200px; transition: max-height 0.3s ease-out; } /* DEMO */ .item-expand-footer { color: red; position: absolute; right: 16px; bottom: 0; margin-right: 15px; text-align: center; display: flex; padding: 10px 8px; margin-bottom: 3px; border: 1px solid; } .item-expand-footer i { margin-right: 5px; }
0.384103
0.05634
html,body { font-family: Roboto; height:100%; background-color: #fefefe; -moz-user-select: none; -khtml-user-select: none; user-select: none; } .font-size-12 { font-size: 12px!important; } .font-size-14 { font-size: 14px!important; } .font-size-16 { font-size: 16px!important; } .font-size-18 { font-size: 18px!important; } .font-size-20 { font-size: 20px!important; } .font-size-22 { font-size: 22px!important; } .font-size-24 { font-size: 24px!important; } .font-size-26 { font-size: 26px!important; } .font-size-28 { font-size: 28px!important; } .line-height-100 { line-height: 100%; } .line-height-110 { line-height: 110%; } .line-height-120 { line-height: 120%; } .line-height-130 { line-height: 130%; } .line-height-140 { line-height: 140%; } .line-height-150 { line-height: 150%; } .line-height-160 { line-height: 160%; } .line-height-170 { line-height: 170%; } .line-height-180 { line-height: 180%; } .block { width:100%; background-size:cover; background-position: center; background-repeat: no-repeat; min-height: 110%; display:flex; /*flex-direction: column;*/ /*justify-content: center;*/ /*align-items: stretch;*/ } @media screen and (max-width: 768px) { .block { background-position: right; } } .header { position: fixed !important; width: 100% !important; top: 0 !important; left: 0 !important; z-index: 50 !important; transition: 0.5s !important; /*z-index: 100000;*/ } header.sticky { padding: 5px 10px !important; background: #F5F5F5 !important; } .header:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background-color: #ffffff;*/ z-index: 2; } .header__body { position: relative !important; display: flex !important; justify-content: space-between !important; align-items: center !important; height: 80px !important; } .header__logo { overflow: hidden; position: relative; z-index: 5; } .header__logo img { max-width: 100%; display: block; } .header__burger { display: none; } .header__burger:before { top: 0; } .header__burger:after { bottom: 0; } .header__burger.active span { transform: scale(0); } .header__burger.active:before { transform: rotate(45deg); top: 9px; } .header__burger.active:after { transform: rotate(-45deg); bottom: 9px; } .header__menu { } .header__list { display: flex; position: relative; z-index: 2; } .header__list li { list-style: none; margin: 0px 0px 0px 20px; } .header__link { color: #4F4F4F; /*text-transform: uppercase;*/ font-size: 16px; /*padding-top: 60px;*/ text-decoration: none; } .nav-header { display: none; } @media (max-width: 991px) { body.lock { overflow: hidden; } .header__body { height: 50px; } .main-text { font-weight: 600; font-size: 30px; line-height: 95.33%; } .header.active:before { background: linear-gradient(180deg, #64A0C2 0%, #CFDAF0 100%); } .header__burger { display: block; position: relative; width: 30px; height: 20px; z-index: 3; } .header__burger span { position: absolute; background-color: #000; left: 0; width: 100%; height: 2px; top: 9px; transition: all 0.3s ease 0s; } .header__burger:before, .header__burger:after { content: ''; background-color: #000; position: absolute; width: 100%; height: 2px; left: 0; transition: all 0.3s ease 0s; } .header__burger:before { top: 0; } .header__burger:after { bottom: 0; } .header__menu { position: fixed; top: -100%; transition: all 0.3s ease 0s; left: 0; width: 100%; height: 100%; background-color: #fff; padding: 70px 10px 20px 10px; } .header__menu.active { top: 0; } .header__list { display: block; padding-top:50px; } .header__list li { margin: 0px 0px 20px 0px; } .nav-header { display: inline-block; } } .jizelle-btn { background-color: #82A6CC; border: none; border-radius: 0px; color: #fefefe; outline: none!important; } .jizelle-btn-2 { outline: none!important; } .social { padding:15px; border-radius: 50%; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); } .social i { width: 18px; height:18px; color:#000000; transition: 0.5s; } .social:hover i { color: #8FAF9E; } /*.owl-one .owl-nav.disabled*/ /*{*/ /*display: block!important;*/ /*}*/ /*.owl-one .owl-nav .owl-prev*/ /*{*/ /*position: absolute;*/ /*right:40px;*/ /*bottom:0%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-prev:before {*/ /*position: absolute;*/ /*left:50%;*/ /*top:50%;*/ /*transform: translate(-50%,-50%);*/ /*content: '<';*/ /*font-size: 30px;*/ /*transition: 0.5s;*/ /*}*/ /*.owl-one .owl-nav .owl-next*/ /*{*/ /*position: absolute;*/ /*right:0%;*/ /*bottom: 0%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-next:before {*/ /*position: absolute;*/ /*left:50%;*/ /*top:50%;*/ /*transform: translate(-50%,-50%);*/ /*content: '>';*/ /*font-size: 30px;*/ /*transition: 0.5s;*/ /*}*/ /*@media screen and (max-width: 768px) {*/ /*.owl-one .owl-nav .owl-prev*/ /*{*/ /*position: absolute;*/ /*left:0%;*/ /*bottom:50%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-next*/ /*{*/ /*position: absolute;*/ /*right:0%;*/ /*bottom:50%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*}*/ .btn-submit{ border-radius: 5px; border: 0px; padding: 13px 30px; background: #4979A9; outline: none!important; transition: 0.5s; } .btn-submit:hover { transform: translate(-3px, -3px); box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.45); } .btn-modal{ border:none!important; color: white!important; outline: none!important; padding: 13px 59px!important; background: #5d94e4 !important; border-radius: 10px; } #texter span{ transition: 0.3s; } .obvod { text-shadow: -1px -1px 0 #0c0c0c, 1px -1px 0 #0c0c0c, -1px 1px 0 #0c0c0c, 1px 1px 0 #0c0c0c; color: white; }
public/css/main.css
html,body { font-family: Roboto; height:100%; background-color: #fefefe; -moz-user-select: none; -khtml-user-select: none; user-select: none; } .font-size-12 { font-size: 12px!important; } .font-size-14 { font-size: 14px!important; } .font-size-16 { font-size: 16px!important; } .font-size-18 { font-size: 18px!important; } .font-size-20 { font-size: 20px!important; } .font-size-22 { font-size: 22px!important; } .font-size-24 { font-size: 24px!important; } .font-size-26 { font-size: 26px!important; } .font-size-28 { font-size: 28px!important; } .line-height-100 { line-height: 100%; } .line-height-110 { line-height: 110%; } .line-height-120 { line-height: 120%; } .line-height-130 { line-height: 130%; } .line-height-140 { line-height: 140%; } .line-height-150 { line-height: 150%; } .line-height-160 { line-height: 160%; } .line-height-170 { line-height: 170%; } .line-height-180 { line-height: 180%; } .block { width:100%; background-size:cover; background-position: center; background-repeat: no-repeat; min-height: 110%; display:flex; /*flex-direction: column;*/ /*justify-content: center;*/ /*align-items: stretch;*/ } @media screen and (max-width: 768px) { .block { background-position: right; } } .header { position: fixed !important; width: 100% !important; top: 0 !important; left: 0 !important; z-index: 50 !important; transition: 0.5s !important; /*z-index: 100000;*/ } header.sticky { padding: 5px 10px !important; background: #F5F5F5 !important; } .header:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; /*background-color: #ffffff;*/ z-index: 2; } .header__body { position: relative !important; display: flex !important; justify-content: space-between !important; align-items: center !important; height: 80px !important; } .header__logo { overflow: hidden; position: relative; z-index: 5; } .header__logo img { max-width: 100%; display: block; } .header__burger { display: none; } .header__burger:before { top: 0; } .header__burger:after { bottom: 0; } .header__burger.active span { transform: scale(0); } .header__burger.active:before { transform: rotate(45deg); top: 9px; } .header__burger.active:after { transform: rotate(-45deg); bottom: 9px; } .header__menu { } .header__list { display: flex; position: relative; z-index: 2; } .header__list li { list-style: none; margin: 0px 0px 0px 20px; } .header__link { color: #4F4F4F; /*text-transform: uppercase;*/ font-size: 16px; /*padding-top: 60px;*/ text-decoration: none; } .nav-header { display: none; } @media (max-width: 991px) { body.lock { overflow: hidden; } .header__body { height: 50px; } .main-text { font-weight: 600; font-size: 30px; line-height: 95.33%; } .header.active:before { background: linear-gradient(180deg, #64A0C2 0%, #CFDAF0 100%); } .header__burger { display: block; position: relative; width: 30px; height: 20px; z-index: 3; } .header__burger span { position: absolute; background-color: #000; left: 0; width: 100%; height: 2px; top: 9px; transition: all 0.3s ease 0s; } .header__burger:before, .header__burger:after { content: ''; background-color: #000; position: absolute; width: 100%; height: 2px; left: 0; transition: all 0.3s ease 0s; } .header__burger:before { top: 0; } .header__burger:after { bottom: 0; } .header__menu { position: fixed; top: -100%; transition: all 0.3s ease 0s; left: 0; width: 100%; height: 100%; background-color: #fff; padding: 70px 10px 20px 10px; } .header__menu.active { top: 0; } .header__list { display: block; padding-top:50px; } .header__list li { margin: 0px 0px 20px 0px; } .nav-header { display: inline-block; } } .jizelle-btn { background-color: #82A6CC; border: none; border-radius: 0px; color: #fefefe; outline: none!important; } .jizelle-btn-2 { outline: none!important; } .social { padding:15px; border-radius: 50%; box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.15); } .social i { width: 18px; height:18px; color:#000000; transition: 0.5s; } .social:hover i { color: #8FAF9E; } /*.owl-one .owl-nav.disabled*/ /*{*/ /*display: block!important;*/ /*}*/ /*.owl-one .owl-nav .owl-prev*/ /*{*/ /*position: absolute;*/ /*right:40px;*/ /*bottom:0%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-prev:before {*/ /*position: absolute;*/ /*left:50%;*/ /*top:50%;*/ /*transform: translate(-50%,-50%);*/ /*content: '<';*/ /*font-size: 30px;*/ /*transition: 0.5s;*/ /*}*/ /*.owl-one .owl-nav .owl-next*/ /*{*/ /*position: absolute;*/ /*right:0%;*/ /*bottom: 0%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-next:before {*/ /*position: absolute;*/ /*left:50%;*/ /*top:50%;*/ /*transform: translate(-50%,-50%);*/ /*content: '>';*/ /*font-size: 30px;*/ /*transition: 0.5s;*/ /*}*/ /*@media screen and (max-width: 768px) {*/ /*.owl-one .owl-nav .owl-prev*/ /*{*/ /*position: absolute;*/ /*left:0%;*/ /*bottom:50%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*.owl-one .owl-nav .owl-next*/ /*{*/ /*position: absolute;*/ /*right:0%;*/ /*bottom:50%;*/ /*background-color: white!important;*/ /*width:35px;*/ /*height:44px;*/ /*outline: none;*/ /*border:1px solid rgba(0, 0, 0, 0.2)!important;*/ /*}*/ /*}*/ .btn-submit{ border-radius: 5px; border: 0px; padding: 13px 30px; background: #4979A9; outline: none!important; transition: 0.5s; } .btn-submit:hover { transform: translate(-3px, -3px); box-shadow: 2px 8px 15px rgba(0, 0, 0, 0.45); } .btn-modal{ border:none!important; color: white!important; outline: none!important; padding: 13px 59px!important; background: #5d94e4 !important; border-radius: 10px; } #texter span{ transition: 0.3s; } .obvod { text-shadow: -1px -1px 0 #0c0c0c, 1px -1px 0 #0c0c0c, -1px 1px 0 #0c0c0c, 1px 1px 0 #0c0c0c; color: white; }
0.344774
0.07024
html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { text-align: center; min-width: 650px; background-color: #fff; background-size: 8px 8px, 8px 8px; background-position: center, center; background-image: linear-gradient(#ebf4f9 1px, transparent 1px),linear-gradient(90deg, #ebf4f9 1px, transparent 1px); } #navbar { position: relative; background-color: #f7f7f7; width: 100%; height: 3.5em; font-family: "Lobster", cursive; box-shadow: 0 0.25em 0.3125em rgba(0, 0, 0, 0.3); } #navbar > div { position: absolute; font-size: 2.25em; color: #1c1c1c; top: 50%; left: 50%; transform: translate(-50%, -50%); } #status { position: absolute; top: 600px; left: 50%; transform: translateX(-50%); width: 165px; background-color: #f7f7f7; font-size: 1.7em; font-family: "Lobster", cursive; color: #2d2d2d; padding: .3em; margin-top: .7em; border-radius: 3.2em; } #board { display: inline-block; background-color: #3c85fc; border-radius: 3.2em; margin-top: 1.5em; padding: 0.8em; filter: drop-shadow(0 0.1875em 0.3125em rgba(0, 0, 0, 0.8)); } .cell { display: inline-block; background: #ced5e0; box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5); width: 4em; height: 4em; margin: 0.4em; border-radius: 50%; cursor: pointer; } .cell.yellow { background: linear-gradient(#c9c554, #fffb71); box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5), 0 0.25em 0.625em rgba(255, 255, 255, 0.2); } .cell.red { background: linear-gradient(#e03535, #ff3f3f); box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5), 0 0.25em 0.625em rgba(255, 255, 255, 0.2); } #end { position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-width: 650px; background: rgba(0, 0, 0, 0.4); } #end-text { position: absolute; top: 40%; left: 50%; transform: translateX(-50%); background-color: #f7f7f7; min-width: 500px; border-radius: 3.2em; display: inline-block; font-family: "Lobster", cursive; font-size: 2.25em; padding: 15px; cursor: pointer; } .hidden { display: none; } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { .cell { width: 6.5em; height: 6.5em; margin: 0.65em; } #board { margin-top: 2rem; border-radius: 4.32em; } #status { top: 900px; left: 50%; transform: translateX(-50%); } #end-text { top: 20%; } } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { .cell { width: 3.5em; height: 3.5em; margin: 0.35em; } #board { border-radius: 4em; padding: 1rem; } #status { top: 3.75rem; transform: translateX(-465px); } } @media screen and (min-width: 1150px) { .cell { width: 5em; height: 5em; margin: 0.5em; } #board { border-radius: 4em; padding: 1em; } #status { top: 3.75rem; transform: translateX(-575px); } } @media screen and (min-width: 1268px) { .cell { width: 5.4em; height: 5.4em; margin: 0.54em; } #board { border-radius: 4.32em; padding: 1.08em; } #status { top: 3.75rem; transform: translateX(-650px); } } /*# sourceMappingURL=default.css.map */
191 - Dot Connect Game/style.css
html, body { width: 100%; height: 100%; margin: 0; padding: 0; } body { text-align: center; min-width: 650px; background-color: #fff; background-size: 8px 8px, 8px 8px; background-position: center, center; background-image: linear-gradient(#ebf4f9 1px, transparent 1px),linear-gradient(90deg, #ebf4f9 1px, transparent 1px); } #navbar { position: relative; background-color: #f7f7f7; width: 100%; height: 3.5em; font-family: "Lobster", cursive; box-shadow: 0 0.25em 0.3125em rgba(0, 0, 0, 0.3); } #navbar > div { position: absolute; font-size: 2.25em; color: #1c1c1c; top: 50%; left: 50%; transform: translate(-50%, -50%); } #status { position: absolute; top: 600px; left: 50%; transform: translateX(-50%); width: 165px; background-color: #f7f7f7; font-size: 1.7em; font-family: "Lobster", cursive; color: #2d2d2d; padding: .3em; margin-top: .7em; border-radius: 3.2em; } #board { display: inline-block; background-color: #3c85fc; border-radius: 3.2em; margin-top: 1.5em; padding: 0.8em; filter: drop-shadow(0 0.1875em 0.3125em rgba(0, 0, 0, 0.8)); } .cell { display: inline-block; background: #ced5e0; box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5); width: 4em; height: 4em; margin: 0.4em; border-radius: 50%; cursor: pointer; } .cell.yellow { background: linear-gradient(#c9c554, #fffb71); box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5), 0 0.25em 0.625em rgba(255, 255, 255, 0.2); } .cell.red { background: linear-gradient(#e03535, #ff3f3f); box-shadow: inset 0 0.25em 0.3125em rgba(0, 0, 0, 0.5), 0 0.25em 0.625em rgba(255, 255, 255, 0.2); } #end { position: fixed; top: 0; left: 0; width: 100%; height: 100%; min-width: 650px; background: rgba(0, 0, 0, 0.4); } #end-text { position: absolute; top: 40%; left: 50%; transform: translateX(-50%); background-color: #f7f7f7; min-width: 500px; border-radius: 3.2em; display: inline-block; font-family: "Lobster", cursive; font-size: 2.25em; padding: 15px; cursor: pointer; } .hidden { display: none; } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) { .cell { width: 6.5em; height: 6.5em; margin: 0.65em; } #board { margin-top: 2rem; border-radius: 4.32em; } #status { top: 900px; left: 50%; transform: translateX(-50%); } #end-text { top: 20%; } } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) { .cell { width: 3.5em; height: 3.5em; margin: 0.35em; } #board { border-radius: 4em; padding: 1rem; } #status { top: 3.75rem; transform: translateX(-465px); } } @media screen and (min-width: 1150px) { .cell { width: 5em; height: 5em; margin: 0.5em; } #board { border-radius: 4em; padding: 1em; } #status { top: 3.75rem; transform: translateX(-575px); } } @media screen and (min-width: 1268px) { .cell { width: 5.4em; height: 5.4em; margin: 0.54em; } #board { border-radius: 4.32em; padding: 1.08em; } #status { top: 3.75rem; transform: translateX(-650px); } } /*# sourceMappingURL=default.css.map */
0.461988
0.094052
.AppTable { background-color: transparent; padding: 0 1rem; margin-top: 1rem; /*border-collapse:separate; border-spacing: 0 .8em;*/ } .AppTable-Separated { border-collapse:separate; border-spacing: 0 .8em; } .Table-Image { max-height: 70px; } .TableRow, .TableRow-2 { min-height: 69px; margin-bottom: 20px !important; border: 0; border-radius: 0.5rem; transition: all 0.3s ease; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03)/*rgba(223, 230, 233,0.8)*/; font-size: 1rem; font-weight: 500; } .TableRow td { border-top: none !important; } .TableRow-Rounded { border-radius: 1rem; } .TableRow:hover, .TableRow-2:hover { cursor: pointer; transform: translateY(-4px); } @media screen and (min-width: 1280px ){ .AppTable-List { position: relative; box-sizing: border-box; display: flex; flex-direction: column; width: 100%; height: 100%; max-width: 100%; } .AppTable-List thead { display: flex; text-align: center; } .AppTable-List thead tr { display: flex; -moz-box-align: stretch; align-items: stretch; width: 100%; } .AppTable-List thead tr th { position: relative; display: flex; -moz-box-align: center; text-align: center; align-items: center; box-sizing: border-box; line-height: normal; padding-left: 16px; padding-right: 16px; -moz-box-flex: 1; flex: 1 0 0px; max-width: 100%; min-width: 100px; } .TableRow-Centered { display: flex; -moz-box-align: stretch; align-items: stretch; align-content: stretch; width: 100%; box-sizing: border-box; font-size: 15px; background-color: rgb(255, 255, 255); min-height: 48px; } .TableRow-Centered td { position: relative; display: flex; -moz-box-align: center; align-items: center; box-sizing: border-box; line-height: normal; padding-left: 16px; padding-right: 16px; word-break: break-word; -moz-box-flex: 1; flex: 1 0 0px; max-width: 100%; /*min-width: 100px;*/ font-weight: 400; } .TableItem-Center { display: inline-block !important; position: relative !important; padding-top: 30px !important; padding-left: 10px !important; } }
public/css/apptable.css
.AppTable { background-color: transparent; padding: 0 1rem; margin-top: 1rem; /*border-collapse:separate; border-spacing: 0 .8em;*/ } .AppTable-Separated { border-collapse:separate; border-spacing: 0 .8em; } .Table-Image { max-height: 70px; } .TableRow, .TableRow-2 { min-height: 69px; margin-bottom: 20px !important; border: 0; border-radius: 0.5rem; transition: all 0.3s ease; box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.03)/*rgba(223, 230, 233,0.8)*/; font-size: 1rem; font-weight: 500; } .TableRow td { border-top: none !important; } .TableRow-Rounded { border-radius: 1rem; } .TableRow:hover, .TableRow-2:hover { cursor: pointer; transform: translateY(-4px); } @media screen and (min-width: 1280px ){ .AppTable-List { position: relative; box-sizing: border-box; display: flex; flex-direction: column; width: 100%; height: 100%; max-width: 100%; } .AppTable-List thead { display: flex; text-align: center; } .AppTable-List thead tr { display: flex; -moz-box-align: stretch; align-items: stretch; width: 100%; } .AppTable-List thead tr th { position: relative; display: flex; -moz-box-align: center; text-align: center; align-items: center; box-sizing: border-box; line-height: normal; padding-left: 16px; padding-right: 16px; -moz-box-flex: 1; flex: 1 0 0px; max-width: 100%; min-width: 100px; } .TableRow-Centered { display: flex; -moz-box-align: stretch; align-items: stretch; align-content: stretch; width: 100%; box-sizing: border-box; font-size: 15px; background-color: rgb(255, 255, 255); min-height: 48px; } .TableRow-Centered td { position: relative; display: flex; -moz-box-align: center; align-items: center; box-sizing: border-box; line-height: normal; padding-left: 16px; padding-right: 16px; word-break: break-word; -moz-box-flex: 1; flex: 1 0 0px; max-width: 100%; /*min-width: 100px;*/ font-weight: 400; } .TableItem-Center { display: inline-block !important; position: relative !important; padding-top: 30px !important; padding-left: 10px !important; } }
0.482673
0.062732
body { text-align: right; unicode-bidi: embed; } .bx-wrapper, .dt-sc-sorting-container a, .caroufredsel_wrapper, .caroufredsel_wrapper ul, .carousel-arrows, .dt-sc-pr-tb-col, .dt-sc-triangle-wrapper, .hosting-table, .rev_slider_wrapper { direction: ltr; } .vc_row.vc_row-has-fill, .vc_row.vc_row-no-padding { float: left; width: 100%; } .vc_row { clear: left; } .vc_row[data-vc-full-width] { float: left; } .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 { float: right; direction: rtl; } .textwidget, .dt-sc-button, table, #bbpress-forums ul, .radio, fieldset, .type2.tribe_events, .woocommerce #review_form #respond p, .spa-reservation-form, .main-header #searchform { direction: rtl; } .alignleft, img.alignleft { float: right; margin-left: 20px; margin-right: 0; } .alignright, img.alignright { float: left; margin-left: 0; margin-right: 20px; } .alignright { text-align: left; } .column { float: right; margin-left: 0; margin-right: 2%; } .column.first { margin-right: 0; } ol { padding-left: 0; padding-right: 20px; } input[type='submit'], button, input[type='button'], input[type='reset'] { float: right; } input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'] { text-align: right; } select { padding-left: 50px; padding-right: 15px; text-align: right; } .selection-box::before { left: 17px; right: auto; } .selection-box::after { left: 0; right: auto; } .vc-no-left-padding .vc_column-inner, .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 0; } .vc-no-right-padding .vc_column-inner, .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 0; padding-right: 15px; } /*** BIZ THEME ****/ #logo a { float: right; } .menu-wrapper { float: left; } #main-menu ul.menu li, #main-menu .megamenu-child-container > ul.sub-menu > li, #main-menu, #main-menu ul.menu, .menu-icons-wrapper { float: right; } .menu-icons-wrapper { margin-left: 0; margin-right: 10px; } #main-menu .megamenu-child-container > ul.sub-menu, #main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul, #main-menu ul li.menu-item-simple-parent ul li ul li ul { text-align: right; } #main-menu ul li.menu-item-simple-parent ul li ul { left: auto; right: 260px; } #main-menu .megamenu-child-container ul.sub-menu > li > ul li a .fa { margin-left: 10px; margin-right: 0; } #secondary-right.secondary-has-right-sidebar { float: left; } #primary.with-right-sidebar { float: right; margin-left: 30px; margin-right: 0; } #secondary-left.secondary-has-left-sidebar { float: right; } #primary.with-left-sidebar { float: left; margin-left: 0; margin-right: 30px; } .widget .recent-posts-widget li .entry-meta p { float: right; margin-left: 15px; margin-right: 0; } .widget .recent-posts-widget li { padding-right: 0; } .widget .tweet_list li { padding-left: 0; padding-right: 40px; } .widget .tweet_list li::before { left: auto; right: 0; } .widget ul li::before { left: auto; right: 0; } .widget ul li, .widget.widget_nav_menu ul.menu li, .widget.widget_archive ul li > a, .widget.widget_categories ul li > a, .widget.widget_pages ul li > a, .widget.widget_meta ul li > a, .widget.widget_nav_menu ul.menu li > a, .widget.widget_text ul li > a { padding-left: 0; padding-right: 20px; } .widget.widget_text ul.no-bullet li a { padding-right: 0; } .widget.widget_categories ul li > a span, .widget.widget_archive ul li > a span { left: 0; right: auto; } .widget.woocommerce ul.product-categories li a { padding-left: 0; padding-right: 20px; } .widget.woocommerce .woocommerce-product-search input[type='submit'] { left: 0; } .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit'] { left: 0; right: auto; } .flickr-widget div { float: right; } .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit'] { border-radius: 5px 0 0 5px; } .widget_text ul.dt-sc-sociable { direction: ltr; } .widget.widget_text ul.dt-sc-sociable li > a { padding-right: 0; } .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit'] { border-radius: 5px 0 0 5px; } .widget .recent-posts-widget li .thumb { float: right; margin-left: 15px; margin-right: 0; } .tagcloud a { float: right; margin-left: 10px; margin-right: 0; } .widget.woocommerce ul.product_list_widget li { direction: rtl; } .woocommerce .widget_shopping_cart .cart_list li a, .woocommerce.widget_shopping_cart .cart_list li a, .woocommerce .widget_shopping_cart .cart_list li .quantity, .woocommerce.widget_shopping_cart .cart_list li .quantity { padding-left: 0; padding-right: 30px; } .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: left; margin-left: 0; margin-right: 4px; } .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove { left: auto; right: 0; } .dt-sc-button.with-icon.icon-right.type1 span { margin-left: 0; margin-right: 35px; } .dt-sc-button.with-icon.icon-right.type1::after { left: -24px; right: auto; } .dt-sc-button.with-icon.icon-right.type1 { padding-left: 14px; } .dt-sc-button.with-icon.icon-right.type1.small { padding-right: 20px; } .dt-sc-button.with-icon.icon-right.type1.medium { padding-right: 30px; } .dt-sc-button.with-icon.icon-right.type1.large { padding-right: 40px; } .dt-sc-button.with-icon.icon-right.type1.xlarge { padding-right: 50px; } .dt-sc-button.small.with-icon.icon-left.type2 span::after { left: auto; right: 45px; } .dt-sc-button.medium.with-icon.icon-left.type2 span::after { left: auto; right: 55px; } .dt-sc-button.large.with-icon.icon-left.type2 span::after { left: auto; right: 67px; } .dt-sc-button.xlarge.with-icon.icon-left.type2 span::after { left: auto; right: 80px; } .dt-sc-button.with-icon.icon-left span { float: right; } .dt-sc-button.small.with-icon.icon-left.type2 span { margin-left: 15px; margin-right: 0; padding-left: 15px; padding-right: 0; } .dt-sc-button.medium.with-icon.icon-left.type2 span { margin-left: 20px; margin-right: 0; padding-left: 20px; padding-right: 0; } .dt-sc-button.large.with-icon.icon-left.type2 span { margin-left: 25px; margin-right: 0; padding-left: 25px; padding-right: 0; } .dt-sc-button.xlarge.with-icon.icon-left.type2 span { margin-left: 30px; margin-right: 0; padding-left: 30px; padding-right: 0; } .dt-sc-button.small.with-icon.icon-left span { margin-left: 15px; margin-right: 0; } .dt-sc-button.medium.with-icon.icon-left span, .dt-sc-button.large.with-icon.icon-left span { margin-left: 20px; margin-right: 0; } .dt-sc-button.xlarge.with-icon.icon-left span { margin-left: 25px; margin-right: 0; } .dt-sc-button.with-icon.icon-right span { margin-left: 0; margin-right: 10px; } .dt-sc-button.with-icon.icon-right.type3 span { left: 0; right: auto; } .dt-sc-button.small.with-icon.icon-right.type3 { padding-left: 60px; padding-right: 20px; } .dt-sc-button.medium.with-icon.icon-right.type3 { padding-left: 75px; padding-right: 25px; } .dt-sc-button.large.with-icon.icon-right.type3 { padding-left: 100px; padding-right: 40px; } .dt-sc-button.xlarge.with-icon.icon-right.type3 { padding-left: 130px; padding-right: 50px; } .dt-sc-button.with-icon.icon-right.type2 span { left: 21px; margin-left: 0; margin-right: 15px; padding-left: 0; padding-right: 20px; right: auto; } .dt-sc-button.xlarge.with-icon.icon-right.type2 span { left: 25px; padding-left: 0; padding-right: 25px; right: auto; } .dt-sc-button.with-icon.icon-right.type2 span::after { border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(0, 0, 0, .05); left: auto; right: 0; } .dt-sc-button.small.with-icon.icon-right.type2 { padding-left: 70px; padding-right: 20px; } .dt-sc-button.medium.with-icon.icon-right.type2 { padding-left: 75px; padding-right: 23px; } .dt-sc-button.large.with-icon.icon-right.type2 { padding-left: 80px; padding-right: 25px; } .dt-sc-button.xlarge.with-icon.icon-right.type2 { padding-left: 100px; padding-right: 30px; } /**=== Portfolio ===**/ .portfolio .image-overlay .links a { margin: 30px 30px 0 0; } .portfolio .image-overlay .links a:last-child { margin-right: 5px; } .portfolio .image-overlay-details { border-left: 1px solid; border-right: none; left: 30px; right: auto; text-align: left; } .portfolio.type7 .image-overlay-details { left: 0; } .page-with-sidebar .portfolio.type1 .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-left: 0; margin-right: 20px; } .page-with-sidebar .portfolio.type1 .image-overlay .links a:first-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a:first-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a:first-child { margin-right: 5px; } .dt-portfolio-single > .dt-sc-two-third { margin-left: 2%; margin-right: 0; } /**=== Blog ===**/ .post-nav-container .post-prev-link { float: right; } .post-nav-container .post-next-link { float: left; } .post-nav-container .post-next-link a, .post-nav-container .post-prev-link a { margin: 0; } .pagination .column { float: right; } .pagination ul li { float: right; } .pagination ul li a, .pagination ul li span { margin-left: 10px; margin-right: 0; } .blog-entry .entry-format { left: auto; right: 0; } .blog-entry .entry-format a { border-left-style: solid; border-left-width: 10px; border-right: 0; } .blog-entry.entry-date-author-left { padding-left: 0; padding-right: 100px; } .blog-entry.entry-date-author-left .entry-date-author { left: auto; right: 0; } .blog-entry.entry-date-left .entry-details { padding-left: 0; padding-right: 85px; } .page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left, .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 0; padding-right: 80px; } .entry-meta-data p { margin-left: 20px; margin-right: 0; } .entry-meta-data p i { float: right; margin-left: 8px; margin-right: 0; } .blog-entry .entry-thumb { float: right; } .blog-entry.blog-thumb-style .entry-thumb { padding-left: 25px; padding-right: 0; } .blog-entry.blog-thumb-style.entry-date-left .entry-details { padding-left: 0; padding-right: 85px; } .blog-entry.entry-date-left .entry-date, .blog-entry.entry-date-author-left .entry-date-author .entry-date { left: auto; right: 0; } .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding-left: 0; padding-right: 60px; } .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body, .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data { margin-left: 0; margin-right: -60px; } .commententries > ul.commentlist { width: 100%; } ul.commentlist li { padding-left: 0; padding-right: 110px; } ul.commentlist li .comment-author { left: auto; right: 0; } .dt-sc-timeline { text-align: left; } .dt-sc-timeline .column { float: left; } .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content { float: left; } .dt-sc-timeline-section.type2 .dt-sc-timeline { text-align: center; } /** Title **/ .dt-sc-title.with-right-border-decor::after { left: auto; right: 15px; } .dt-sc-title.with-right-border-decor::before { left: auto; right: 21px; } .dt-sc-title.with-right-border-decor h2::before { left: auto; right: -64px; } .icon-link-title.vc_col-sm-6 { float: left; } .dt-sc-title.with-two-color-bg { float: right; direction: rtl; } .dt-sc-title.with-two-color-bg::after { left: calc(100% + 30px); right: auto; transform: skewX(30deg); } .dt-sc-title.with-two-color-bg::before { left: auto; right: -20px; transform: skewX(30deg); } .dt-sc-title.with-two-color-bg h2 { left: auto; padding: 25px 10px 23px 30px; ; right: 10px; } /** Tabs & toggles **/ ul.dt-sc-tabs-horizontal-frame > li, ul.dt-sc-tabs-horizontal > li { float: right; } .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li:first-child > a.current { border-left-color: #fcdb34; border-right: transparent; } .dt-sc-tabs-vertical-frame-container.align-middle ul.dt-sc-tabs-vertical-frame li > a { border-right: 1px solid rgba(0, 0, 0, .1); margin: 0 0 0 -1px; } ul.dt-sc-tabs-vertical-frame > li > a > span { float: right; margin: 0 0 0 10px; } ul.dt-sc-tabs-vertical-frame > li > a.current, .dt-sc-tabs-vertical-frame-container.align-middle ul.dt-sc-tabs-vertical-frame li > a.current { border-left-color: #fff; } ul.dt-sc-tabs-vertical-frame { float: right; } .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content { padding: 0 30px 0 0; } .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: 30px; right: auto; } .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding-left: 0; padding-right: 70px; } .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: -16px; right: auto; transform: rotate(180deg); } .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame { margin-right: 0; width: 31.9%; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a::after { left: -50px; right: auto; transform: skewX(30deg); } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a::before { left: -50px; right: auto; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: 0; right: auto; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current::after { left: 30px; right: auto; } .alignright .dt-sc-toggle-content, .type2.alignright .dt-sc-toggle-content { padding-left: 0; } .dt-sc-tabs-vertical-frame-container { border-left: 0; border-right: 1px solid rgba(0, 0, 0, .1); } .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { border-right: 1px solid rgba(0, 0, 0, .1); } .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li { margin: 0 -1px 0 0; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left: 0; padding-right: 20px; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::after { left: 20px; right: auto; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a::before, .dt-sc-toggle-frame h5.dt-sc-toggle a::before { left: auto; right: 0; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .dt-sc-toggle-frame h5.dt-sc-toggle::before { left: auto; right: 29px; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a { padding: 20px 80px 20px 0; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::before { left: 33px; right: auto; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .dt-sc-toggle-frame h5.dt-sc-toggle::after { left: auto; right: 22px; } .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left: 0; padding-right: 20px; } .dt-sc-toggle-group-set { display: block; width: 100%; } ul.dt-sc-fancy-list li::before { left: auto; right: 0; } ul.dt-sc-fancy-list li { padding: 5px 23px 5px 0; } ul.dt-sc-fancy-list.type2 li span { margin-left: 10px; margin-right: 0; } ul.dt-sc-fancy-list.type2 li { padding-right: 0; } ul.dt-sc-fancy-list.features-list li { padding-left: 0; padding-right: 20px; } .dt-sc-colored-big-buttons span { border-radius: 0 5px 5px 0; left: auto; right: 0; } .dt-sc-colored-big-buttons.with-left-icon { padding-left: 30px; padding-right: 110px; text-align: right; } .available-domains li .dt-sc-button { margin-left: 0; margin-right: 0; } .dt-sc-progress .dt-sc-bar-text > span { float: left; } .dt-sc-progress .dt-sc-bar, .dt-sc-progress-wrapper .dt-sc-progress, .dt-sc-progress-wrapper .dt-sc-bar-title { float: right; } .dt-sc-dropcap { float: right; } .dt-sc-dropcap.dt-sc-dropcap-default { padding-left: 30px; padding-right: 0; } .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { margin-left: 30px; margin-right: 0; } blockquote.type2 { padding-left: 0; padding-right: 70px; } blockquote.type2::before { left: auto; right: 0; } blockquote.type2 cite::before { left: 25%; right: auto; } blockquote.type2 cite { text-align: left; } blockquote.type3 { border-left: none; border-right: 2px solid rgba(0, 0, 0, .2); padding-left: 0; padding-right: 25px; } .dt-sc-titled-box h6.dt-sc-titled-box-title span { margin-left: 5px; margin-right: 0; } .dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box { padding-left: 15px; padding-right: 45px; } .dt-sc-error-box::before, .dt-sc-warning-box::before, .dt-sc-success-box::before, .dt-sc-info-box::before { left: auto; right: 18px; } .dt-sc-events-list .dt-sc-event-date, .dt-sc-events-list .dt-sc-event-title, .dt-sc-events-list .dt-sc-event-duration { float: right; } .dt-sc-events-list .dt-sc-event-duration h6 { float: left; } .dt-sc-events-list .dt-sc-event-date { border-left: 1px solid rgba(0, 0, 0, .15); border-right: none; padding-left: 30px; padding-right: 0; text-align: left; } .dt-sc-event.type1 .dt-sc-event-meta p span { margin-left: 4px; margin-right: 0; } .dt-sc-event.type2 .dt-sc-event-date { float: right; padding-left: 10px; padding-right: 0; } .dt-sc-event.type2:hover .dt-sc-event-meta p { padding-right: 10px; } .dt-sc-event.type2 .event-timing { border-left: none; border-right: 1px solid #d3d3d3; padding-left: 0; padding-right: 20px; } .dt-sc-event.type3 .dt-sc-event-date { left: 0; right: auto; } .dt-sc-event.type4 .dt-sc-event-date span { float: right; padding-left: 10px; padding-right: 0; } .dt-sc-event.type5 .dt-sc-event-cost, .dt-sc-event.type5 .dt-sc-events-read-more { float: right; } .dt-sc-contact-info span { float: right; margin-left: 10px; margin-right: 0; } .dt-sc-contact-info.type2 { padding-left: 0; padding-right: 100px; } .dt-sc-contact-info.type2 span { left: auto; right: 0; } .vc_custom_1455782476511 .dt-sc-contact-info.type4 { border-right-width: 1px; } .dt-sc-contact-info.type7 span::after, .dt-sc-contact-info.type7 span { left: auto; right: 0; } .dt-sc-contact-info.type7 { padding-left: 0; padding-right: 100px; } .dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { float: right; } .dt-sc-team.type2 .dt-sc-team-details::before { left: auto; right: -15px; transform: rotate(180deg); } .dt-sc-team.type2.alter .dt-sc-team-details::before { left: -15px; right: auto; } .dt-sc-team.type2.alter .dt-sc-team-thumb { float: left; } .dt-sc-team-social { direction: ltr; } .dt-sc-counter.type1.alignright .icon-wrapper::before { left: 0; right: auto; } .dt-sc-counter.type1 { border-left: 1px solid rgba(0, 0, 0, .1); border-right: none; padding-left: 30px; padding-right: 0; } .dt-sc-counter.type3 { border-left-style: dashed; border-left-width: 1px; border-right: 0; } .dt-sc-counter.type4 { border-left: 1px solid rgba(255, 255, 255, .8); border-right: 0; } .dt-sc-icon-box .large-icon { left: 0; right: auto; } .dt-sc-icon-box.type2 .icon-wrapper { float: right; margin: 0 0 10px 20px; } .dt-sc-icon-box.type2.alignright .icon-wrapper { float: left; margin: 0 20px 10px 0; } .dt-sc-icon-box.type4 { padding-left: 0; padding-right: 60px; } .dt-sc-icon-box.type4::before { left: auto; right: 22px; } .dt-sc-icon-box.type4 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type4.with-diamond-square-icon { padding-left: 0; padding-right: 100px; } .dt-sc-icon-box.type4.with-diamond-square-icon::before { left: auto; right: 33px; } .dt-sc-icon-box.type5 { padding-left: 0; padding-right: 100px; } .dt-sc-icon-box.type5.rounded-skin { padding-left: 0; padding-right: 120px; } .dt-sc-icon-box.type5 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type5.no-icon-bg { padding-left: 0; padding-right: 50px; } .dt-sc-icon-box.type5.no-icon { border-left-width: 1px; border-right: none; } .dt-sc-icon-box.type6 .icon-wrapper { float: right; margin-left: 15px; margin-right: 0; } .dt-sc-icon-box.type8 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type8 { padding-left: 0; padding-right: 80px; } .dt-sc-icon-box.type8::before { left: auto; right: 0; } .dt-sc-icon-box.type9 .icon-wrapper { float: right; } .dt-sc-icon-box.type9 .icon-wrapper::before { left: -20px; right: auto; transform: rotate(180deg); } .dt-sc-icon-box.type13 .icon-wrapper { left: auto; right: -30px; } .dt-sc-bmi-calculator form input[type='reset'] { margin-left: 0; margin-right: 15px; } .dt-sc-bmi-calculator .dt-sc-bmi-result a span { margin-left: 0; margin-right: 5px; } .dt-sc-text-with-icon.border-right { border-left-style: solid; border-left-width: 1px; border-right: none; } .dt-sc-text-with-icon span { margin-left: 7px; margin-right: 0; } .dt-sc-text-with-icon { padding-left: 0; padding-right: 20px; } .dt-sc-newsletter-section h2 { float: right; } .dt-sc-newsletter-section .dt-sc-subscribe-frm { float: left; } .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='email'], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='text'] { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='text'], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email'] { margin-left: 0; margin-right: -5px; } .dt-sc-newsletter-section.type7 .newsletter-tooltip { margin-left: 0; margin-right: 30px; } .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='submit'] { left: 15px; right: auto; } .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm::before { left: 20px; right: auto; } .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { float: right; } .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { margin-left: 0; margin-right: 30px; } .dt-sc-testimonial.type2 blockquote::before { left: auto; right: 33px; } .dt-sc-testimonial.type2 .dt-sc-testimonial-quote::before { left: auto; right: 41px; transform: rotate(45deg); } .dt-sc-testimonial.type2 .dt-sc-testimonial-quote::after { left: auto; right: 52px; transform: rotate(135deg); } .dt-sc-testimonial.type3 blockquote q::before { left: auto; right: -10px; } .dt-sc-testimonial.type4 .dt-sc-testimonial-quote { float: left; } .dt-sc-testimonial.type4 .dt-sc-testimonial-author { margin-left: 4%; margin-right: 0; } .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite { left: 0; right: auto; text-align: left; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author img { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite::before { left: -25px; right: auto; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float: right; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q { padding-left: 0; padding-right: 85px; text-align: left; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before { left: auto; right: 0; } .dt-sc-testimonial.type6::after { left: auto; right: 75%; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { left: auto; right: 65px; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author { float: left; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author img { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author { padding-left: 0; padding-right: 60px; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote { display: inline-block; padding-left: 30px; padding-right: 0; } .dt-sc-testimonial.type8 .dt-sc-testimonial-author { float: right; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding-left: 0; padding-right: 30px; } .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { left: -100px; right: auto; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q::before { left: auto; right: 0; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote { padding-left: 0; padding-right: 40px; } .dt-sc-testimonial-wrapper .carousel-arrows, .dt-sc-images-wrapper .carousel-arrows { left: 0; right: auto; } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { left: 0; right: auto; transform: rotate(90deg); } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: auto; right: -14px; transform: rotate(135deg); } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper { left: 0; right: auto; } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { margin-left: 20px; margin-right: 0; } .product .summary .add_to_wishlist::before { left: auto; right: 16px; } .product .summary .add_to_wishlist { padding-left: 20px; padding-right: 37px; } .woocommerce div.product form.cart .button, .woocommerce div.product form.cart div.quantity { float: right; } .woocommerce div.product form.cart div.quantity { margin-left: 4px; margin-right: 0; } .woocommerce form .form-row-first, .woocommerce .col2-set .col-1, .woocommerce .cart-collaterals .cross-sells, .woocommerce table.cart td.actions .coupon, .woocommerce .woocommerce-result-count, .woocommerce div.product div.images, .woocommerce div.product div.images div.thumbnails a { float: right; } .woocommerce form .form-row-last, .woocommerce .col2-set .col-2, .woocommerce .woocommerce-ordering, .woocommerce div.product div.summary, .wc-proceed-to-checkout, .woocommerce form.login .button, .woocommerce form.register .button, .woocommerce .cart-collaterals .cart_totals { float: left; } .woocommerce .woocommerce-product-rating .star-rating { float: right; margin-left: 4px; margin-right: 0; } .woocommerce #reviews #comments ol.commentlist li img.avatar { left: auto; right: 0; } .woocommerce #reviews #comments ol.commentlist li .comment-text { margin-left: 0; margin-right: 50px; } .woocommerce p.stars a { margin-left: 1em; margin-right: 0; } .woocommerce-checkout #payment ul.payment_methods li { text-align: right; } .woocommerce-checkout #payment ul.payment_methods li input { float: right; margin-left: 1em; margin-right: 0; margin-top: 7px; } .woocommerce .shop_table.woocommerce-checkout-review-order-table th, .woocommerce .shop_table.woocommerce-checkout-review-order-table td, .woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td, .woocommerce .shop_table.customer_details th, .woocommerce .shop_table.customer_details td, .woocommerce table.shop_attributes td, .woocommerce-cart .cart-collaterals .cart_totals table td { text-align: right; } .woocommerce .shop_table th:last-child, .woocommerce .shop_table td:last-child { border-left: 1px solid rgba(0, 0, 0, .1); border-right: 0; } .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { text-align: right; } .woocommerce form .selection-box::after, .woocommerce .selection-box::after { border-left: 1px solid rgba(0, 0, 0, .15); } ul.products li.first, ul.products li.first .column { margin-right: 0; } .woocommerce p.stars a.star-5 { border-right: 1px solid #ccc; } #buddypress div.item-list-tabs ul li { float: right; margin-right: 1px; } #buddypress div.item-list-tabs ul li.last { float: left; } #buddypress .activity-list .activity-avatar { float: right; } #buddypress .activity-list .activity-content { margin-left: 0; margin-right: 95px; } #buddypress div.activity-comments { margin-left: 0; margin-right: 70px; } .activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner { border-left: 0; border-right: 2px solid #eaeaea; padding-left: 0; padding-right: 10px; } #buddypress ul.item-list li { box-sizing: border-box; float: left; width: 100%; } #buddypress ul.item-list li img.avatar { float: right; margin-left: 10px; margin-right: 0; } #buddypress ul.item-list li .activity-comments img.avatar { margin-left: 15px; margin-right: 0; } .bp_members.type-bp_members #buddypress div#subnav.item-list-tabs ul li.last { float: right; text-align: left; } #buddypress div.pagination .pagination-links { float: left; } #buddypress div.pagination .pag-count { float: right; } #buddypress div.pagination .pagination-links span, #buddypress div.pagination .pagination-links a { float: right; margin-left: 10px; margin-right: 0; } #buddypress #groups-list .item { float: right; } #buddypress .acomment-options { float: right; margin-left: 0; margin-right: 40px; } #buddypress form#whats-new-form #whats-new-submit { float: left; } #buddypress form#whats-new-form #whats-new-avatar { float: right; margin-left: 20px; margin-right: 0; } .bbp-forums .bbp-header .forum-titles li > i, #bbpress-forums .bbp-header .forum-titles li > i, #bbpress-forums .bbp-header > div > i { margin-left: 8px; margin-right: 0; } #bbpress-forums > #subscription-toggle a.subscription-toggle, div.bbp-submit-wrapper { float: left; } #buddypress .dt-sc-member-container, #buddypress .dt-sc-group-container, #buddypress > div#item-body { float: right; } #buddypress .dt-sc-member-container, #buddypress .dt-sc-group-container { margin-left: 30px; margin-right: 0; } .bp-avatar-nav .avatar-nav-items li.avatar-nav-item { float: right !important; } #notification-bulk-manage, #messages-bulk-manage { float: left; } ul.acfb-holder li { float: right!important; margin-left: 5px!important; margin-right: 0!important; } #buddypress .standard-form div.radio ul { list-style-position: inside; } .type2.tribe_events .event-details li dt, .type2.tribe_events .event-organize li dt, .type2.tribe_events .event-venue li dt { float: right; } .type3.tribe_events .event-date { float: left; } .type5.tribe_events .nav-top-links a { float: right; } .tribe-events-list-event-detail .tribe-events-read-more, .tribe-events-day-time-slot .tribe-events-read-more, .tribe-events-back > a { float: right; } .tribe-events-list .tribe-events-event-image { float: right; margin-left: 3%; margin-right: 0; } .tribe-events-list .tribe-events-event-image + div.tribe-events-list-event-detail { float: left; } .tribe-events-list .tribe-events-event-cost { float: right; } .tribe-events-venue .tribe-events-map-wrap { float: left; margin-left: 0; margin-right: 30px; } .tribe-bar-geoloc-filter, .tribe-events-uses-geolocation .tribe-bar-date-filter, .tribe-events-uses-geolocation .tribe-bar-search-filter, .tribe-events-uses-geolocation .tribe-bar-submit { float: right; } a.tribe-events-gcal, a.tribe-events-ical { float: left; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { float: right; text-align: right; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next { float: left; text-align: left; } .tribe-events-grid .tribe-grid-content-wrap .column, .tribe-week-grid-wrapper .column { margin-right: 0; } .tribe-events-week-grid .column { float: left; margin-right: 0; } .scroller-content .tribe-events-grid .column.first, .scroller-content .tribe-week-grid-hours { margin-right: -40px; } .tribe-events-list .tribe-events-photo-event .tribe-events-event-details { box-sizing: border-box; display: inline-block; width: 100%; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { float: right; margin-right: 0; text-align: right; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next { margin-left: 0; margin-right: 5px; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { margin-left: 5px; margin-right: 0; } /**=== Plumber ===**/ .text-with-icon .icon, .text-with-icon .fa { margin-left: 5px; margin-right: 0; } ul.side-nav li a { padding-left: 0; padding-right: 60px; } ul.side-nav li a::before { left: auto; right: 0; transform: rotate(180deg); } ul.side-nav > li.current_page_item > a::after, ul.side-nav > li > ul > li.current_page_item > a::after { content: none; } .alignright .dt-sc-sociable { float: left; text-align: left; } .main-title-section-wrapper.breadcrumb-right .main-title-section { float: right; } .main-title-section-wrapper.breadcrumb-right .breadcrumb { float: left; padding-left: 0; padding-right: 20px; text-align: left; } .main-title-section-wrapper.breadcrumb-left .main-title-section { float: left; text-align: left; } #header .wpb_column, .footer-copyright .wpb_column { float: right; } #header .wpb_column.alignright, .footer-copyright .wpb_column.alignright { float: left; margin: 0; } .footer-copyright .alignright .menu-links { text-align: left; } .footer-copyright .alignright img { float: left; } .secondary-sidebar .type6 .widgettitle::after { left: auto; right: 30px; } .secondary-sidebar .type6 .widgettitle { border-left: 0; border-right-style: solid; border-right-width: 3px; padding-left: 0; padding-right: 15px; } .widgettitle::before, .secondary-sidebar .type9 .widgettitle::before { left: auto; right: 0; } /**=== Architecture ===**/ .portfolio.type2 .image-overlay .links a { float: left; } .portfolio.type2 .image-overlay .links { left: auto; right: 100%; } .portfolio.type2:hover .image-overlay .links { left: auto; right: 0; } .vc_no-margin .column.first { margin-left: 0; } .vc_no-margin .column { float: left; margin-left: 2%; margin-right: 0; } .wpcf7-form div.wpcf7-validation-errors::before, .wpcf7-form div.wpcf7-mail-sent-ok::before { left: auto; right: 18px; } .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok { float: right; padding-left: 15px; padding-right: 45px; } .portfolio.type2 .image-overlay h2 { text-align: right; } .dt-sc-portfolio-sorting { float: right; } .dt-sc-portfolio-sorting::before { left: -25px; right: auto; } .dt-sc-portfolio-sorting.type2 a::after { left: auto; right: -3px; } .extend-bg-fullwidth-right::after { right: 100%; } /**=== Spa ===**/ .vcr_float_right .wpb_column { float: left; text-align: left; direction: ltr; } .vcr_float_right .extend-bg-fullwidth-right::after { left: 100%; right: auto; } .vcr_float_right .alignright, .vcr_float_right img.alignright { float: right; margin-left: 20px; margin-right: 0; } .vcr_float_right .alignleft, .vcr_float_right img.alignleft { float: left; margin-left: 0; margin-right: 20px; } .vcr_float_right .alignright.dt-sc-button { float: left; } .vcr_float_right .alignright { text-align: right; } /**=== Attorney ===**/ ul.dt-sc-fancy-list.rounded-tick-alter li { padding-left: 0; padding-right: 30px; } .dt-sc-attorneys-single .dt-sc-attorney-meta li span, .dt-sc-attorney .dt-sc-attorney-details .dt-sc-attorney-meta li span { float: right; } .dt-sc-practices-list li::before { left: auto; right: 20px; } .dt-sc-practices-list li a { padding-left: 10px; padding-right: 45px; } .dt-sc-attorney-sorting a { float: right; } .attorney-contact-form input[type='submit'] { margin-left: 20px; margin-right: 0; } .dt-sc-attorney-location li { float: right; } .dt-sc-attorney-location-overlay p span { margin-left: 8px; margin-right: 0; } /**=== Hosting ===**/ .hosting-contact-info-container::before { left: auto; right: 32px; } .dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-one-half { float: right; } .dt-sc-button.dt-sc-left-margin { margin-left: 0; margin-right: 20px; } /**=== Hotel ===**/ .dt-sc-rooms-container .column { margin-left: 0; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-thumb-overlay { left: 0; padding-left: 0; padding-right: 15px; right: auto; } .dt-sc-hotel-room .dt-sc-hotel-room-details ul li i { margin-left: 10px; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-buttons .dt-sc-button { margin-left: 20px; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-buttons a span { margin-left: 0; margin-right: 5px; transform: rotate(180deg); } .dt-sc-hotel-room .dt-sc-hotel-room-thumb, .dt-sc-hotel-room .dt-sc-hotel-room-details { float: right; } .dt-sc-hotel-room.dt-sc-hotel-room-list-view .dt-sc-hotel-room-details { padding-left: 0; padding-right: 30px; } .dt-sc-hotel-room.dt-sc-hotel-room-list-view .dt-sc-hotel-room-details .dt-sc-hotel-room-content { float: right; padding-left: 30px; padding-right: 0; } .dt-sc-hotel-room-single-metadata form p.room-date::before { left: 0; right: auto; } .dt-sc-hotel-room-single-metadata form label { float: right; } .dt-sc-hotel-room-single-metadata form input[type='submit'] { float: left; } .dt-sc-hotel-room-single-metadata ul li i { margin-left: 10px; margin-right: 0; } .dt-sc-hotel-room-single-metadata ul li { float: right; } .dt-sc-hotel-room-single-metadata ul.dt-sc-sociable li { margin-left: 20px; margin-right: 0; } .hotel-contact-form p span.fa { left: 15px; right: auto; } .hotel-contact-form p input[type='submit'] { float: left; margin-left: 0; margin-right: 10px; } .hotel-working-hours li { float: right; } .vcr_float_right .dt-sc-contact-info span { float: left; } .dt-sc-single-hexagon.hexagon-left-margin { margin-left: 0; margin-right: 13px; } .dt-sc-keynote-speakers .dt-sc-speakers-thumb, .dt-sc-keynote-speakers .dt-sc-speakers-details { float: right; } .dt-sc-keynote-speakers .dt-sc-speakers-details::before { left: auto; right: -15px; transform: rotate(180deg); } /**=== Event ===**/ .event-contact-info .dt-sc-contact-info { padding-left: 0; padding-right: 40px; } .event-contact-info .dt-sc-sociable { float: none; } /**=== Fitness ===**/ .dt-sc-sociable { float: right; } .dt-sc-fitness-diet-result h2 { float: right; } .dt-sc-fitness-program-container .column { margin-right: 0; } .dt-sc-fitness-program-sorting a::before { left: -2px; right: auto; } .dt-sc-fitness-program figure figcaption { left: -20px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p { float: right; } .dt-sc-fitness-program .dt-sc-fitness-program-price { padding-left: 20px; padding-right: 50px; } .dt-sc-fitness-program .dt-sc-fitness-program-price { left: 0; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-price::before { left: -20px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p::before { left: -2px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p:first-child { padding-left: 20px; padding-right: 0; } .dt-sc-fitness-program-nav li a { float: right; padding-left: 0; padding-right: 23px; } .dt-sc-fitness-program-nav li.current_page_item a, .dt-sc-fitness-program-nav li.current_page_item a:hover { padding-left: 0; padding-right: 46px; } .dt-sc-fitness-program-nav li.current_page_item a::after { left: -22px; right: auto; } .dt-sc-fitness-program-nav li a::before, .dt-sc-fitness-program-details h4::before { left: auto; right: 0; } .dt-sc-fitness-program-nav li.current_page_item a::before { left: auto; right: 23px; } .dt-sc-fitness-program-short-details-wrapper .dt-sc-fitness-program-short-details { left: 30px; right: auto; } .dt-sc-fitness-program-short-details ul li { padding-left: 10px; padding-right: 50px; } .dt-sc-fitness-program-short-details ul li::before { left: auto; right: 25px; } .dt-sc-fitness-program-short-details h2::before { left: auto; right: 25px; } .dt-sc-fitness-program-details .vc-no-right-padding.vc_column_container .vc_column-inner, .dt-sc-fitness-program-details .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 15px; } .dt-sc-fitness-program-details .dt-sc-fancy-list li { background-position: right 16px; padding-left: 0; padding-right: 30px; } .dt-sc-fitness-program-details .wpb_column { float: left; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .wpb_column { float: right; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 0; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .vc-no-left-padding.vc_column_container .vc_column-inner { padding-right: 0; } .dt-sc-trainers .dt-sc-trainers-thumb, .dt-sc-trainers .dt-sc-trainers-details, .dt-sc-trainers .dt-sc-trainers-meta { float: right; } .dt-sc-trainers .dt-sc-sociable { left: -13px; right: auto; } /**=== Jewel ===**/ .main-header #searchform::before { left: 15px; right: auto; } .jewel-contact-form input[type='submit'] { float: left; } .secondary-sidebar .type2 .widgettitle::before { left: auto; right: 0; transform: rotate(90deg); } /**=== Medical ===**/ .vcr_float_right .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 0; padding-right: 15px; } .vcr_float_right .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 0; } .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social { text-align: right; } .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li { float: right; } .dt-sc-doctors-single-meta li span { box-sizing: border-box; padding-right: 10px; } /**=== Model ===**/ .dt-sc-double-border-separator { float: right; } .dt-sc-double-border-separator::before { left: auto; right: 0; } .vcr_float_right .dt-sc-double-border-separator { float: left; } label { margin-left: 20px; margin-right: 0; } .vcr_float_right ul.dt-sc-fancy-list li:before { left: 0; right: auto; } .model-nav-container { float: left; } .dt-sc-twitter-icon:before { left: 0; right: 100%; } .dt-sc-twitter-icon:after { left: 0; right: auto; } /**=== Nightclub ===**/ .nightclub-contact-info { float: right; margin-left: 2.5%; margin-right: 0; } .nightclub-working-hours { float: right; margin-left: 2.5%; margin-right: 0; } .nightclub-booking-form p label { float: right; margin: 0; } .nightclub-booking-form p.date::before, .nightclub-booking-form p.time::before { left: 14px; right: auto; } .nightclub-booking-form input[type='text'], .nightclub-booking-form input[type='tel'], .nightclub-booking-form input[type='date'] { float: right; } .nightclub-booking-form input[type='submit'] { float: left; } .dt-sc-events-isotope .column { margin-right: 0; } .dt-sc-event-month-thumb { float: right; } .dt-sc-event-month-meta li span { margin-left: 5px; margin-right: 0; } .dt-sc-event-month-meta li { margin-left: 25px; margin-right: 0; } .dt-sc-event-month-date { direction: ltr; } .nightclub-booking .icon { float: right; margin-left: 10px; margin-right: 0; } .vcr_float_right .wpb_column .aligncenter { text-align: center; } /**=== Restaurant ===**/ .dt-sc-menu-container .column { margin-right: 0; } .dt-sc-menu .image-overlay-wrapper { text-align: left; direction: ltr; } .dt-sc-chef .dt-sc-chef-details .dt-sc-chef-category, .dt-sc-chef .dt-sc-chef-details .dt-sc-button { float: right; } .dt-sc-menu .dt-sc-menu-details h6:before { left: auto; right: 105%; } .dt-sc-menu .dt-sc-menu-details h6 { float: right; } .dt-sc-menu .dt-sc-menu-details .dt-sc-menu-price { left: 0; padding-left: 0; padding-right: 10px; right: auto; } .dt-sc-menu .dt-sc-menu-details p { padding-left: 40px; padding-right: 0; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image { border-left: 0; border-right: 15px solid #fff; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image:after { left: auto; right: 0; transform: rotate(180deg); } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image:before { left: auto; right: 0; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image, .dt-sc-restaurant-events-list .dt-sc-restaurant-event-details { float: right; } .dt-sc-restaurant-events-list:before { left: auto; right: calc(24.5% - 15px); transform: rotate(180deg); } .dt-sc-restaurant-events-list:after { left: auto; right: 10px; } .dt-sc-chef-single-details .dt-sc-chef-single-likes h6::before { left: auto; right: 105%; } .dt-sc-chef-single-details .dt-sc-chef-single-likes h6 { float: right; } /**=== Wedding ===**/ .portfolio.type9 .image-overlay { left: auto; right: 5px; } .rsvp-form { text-align: right; } .rsvp-form label { direction: rtl; } .radio-label .wpcf7-list-item label:before { left: auto; right: 3px; } .radio-label input[type='radio']:checked + .wpcf7-list-item-label::before { left: auto; right: -24px; } /**=== Yoga ===**/ .dt-sc-icon-box.type5.alignright { margin-right: 0; } .dt-sc-yoga-teacher .dt-sc-yoga-teacher-overlay a span { margin-left: 0; margin-right: 5px; transform: rotate(180deg); } .yoga-program-sorting .selection-box, .yoga-video-sorting .selection-box { margin-left: 20px; margin-right: 0; } .vcr_float_right .yoga-expert-form input[type='submit'] { float: left; } .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details, .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-wrapper, .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details .dt-sc-yoga-teacher-single-meta li span { float: right; } .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details { padding-left: 0; padding-right: 30px; } /**=== Photography ===**/ .dt-sc-icon-box.type5.no-icon-bg { direction: ltr; } .dt-sc-faculty .dt-sc-faculty-details, .dt-sc-faculty .dt-sc-sociable, .dt-sc-faculty-single .dt-sc-faculty-single-meta li span, .dt-sc-course .dt-sc-course-details, .dt-sc-course .dt-sc-course-details .dt-sc-course-meta { float: right; } .university-contact-form .form-field i { left: 15px; right: auto; } .university-contact-form .button-field i { left: 0; right: auto; } .slick-list, .slick-slider, .slick-track { direction: ltr; } .domain-search-form label { margin: 0; } .domain-search { border-radius: 5px 0 0 5px; } .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { min-width: auto; } .alter .dt-sc-triangle-img { left: 10px; } .dt-sc-newsletter-section.type6 form:after, .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit'] { left: 0; } .dt-sc-newsletter-section.type7 .newsletter-tooltip:before { right: -20px; transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); } .dt-sc-newsletter-section.type1 form:before { box-shadow: 10px 0 0 0 #fff; left: auto; right: 0; } .dt-sc-newsletter-section.type1 form:after { left: -100%; margin-left: 1px; right: auto; } .dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 form:after { transform: skewX(-30deg) translateX(15%); } .dt-sc-newsletter-section.type1 h2:before { left: auto; right: -100%; } .dt-sc-newsletter-section.type1 h2:after { margin-left: 0; } .type7 ul.dt-sc-tabs-horizontal-frame { padding-left: 20px; padding-right: 150px; } .type7 .dt-sc-tabs-horizontal-frame:before { left: auto; right: 40px; } .type7 .dt-sc-tabs-horizontal-frame > li:after { border-left: 1px solid #dcdad4; border-right: 0; left: -10px; right: auto; } .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li > a { border-left: 0; border-right: 1px solid rgba(0, 0, 0, .1); margin: 0; } .dt-sc-tabs-horizontal-frame-container.type6 { float: left; width: 100%; } .dt-sc-counter.type3 .icon-wrapper:before { left: 0; right: -6px; } .dt-sc-team.type2 .dt-sc-team-details { text-align: right; } .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author { float: left; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding-left: 20px; padding-right: 0; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { left: 0; right: auto; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: auto; right: 0; } .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; padding-right: 30px; } .menu-icons-wrapper { float: left; } .vc_images_carousel { direction: ltr; } #main-menu ul.menu > li > a > i { margin-left: 5px; margin-right: 0; } .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { float: left; } .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before { left: auto; right: -20px; } .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message { z-index: 9999; } /* Psychiatrist */ .main-header { display: block; } #logo { float: right; margin: 17px 0; } .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float: left; } .vc_min_height_left .alignright.dt-sc-button, .dt-sc-sociable li, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-doctors-single-meta li p { float: right; } #toTop { height: 60px; left: 0; right: auto; text-indent: 9999px; } .uavc-list-icon, .vc_custom_1493719450886 { margin: 0 0 0 20px !important; } .vc_min_height_left .dt-sc-title.with-right-border-decor > *:first-child:after, .dt-sc-title.with-right-border-decor > *:first-child:after { left: auto; right: 0; } .dt-sc-title.with-right-border-decor.aligncenter > *:first-child:after { left: 0; } .aligncenter .dt-sc-title.with-right-border-decor > *:first-child:after { left: 0; right: 0; } .vcr_float_right .dt-sc-title.with-right-border-decor > *:first-child:after { left: 0; right: auto; } .last .dt-sc-counter.type1 { border-left: none; } .dt-sc-dark-bg .dt-sc-counter.type1 { border: none !important; } .dt-sc-image-caption.type8.alignleft .dt-sc-image-content, div.footer-widgets h3.widgettitle, .widget_text ul.dt-sc-sociable.alignleft li a, .footer-widgets .widget, .widget ul li { text-align: right; } div.footer-widgets h3.widgettitle, .footer-widgets .widget { text-align: right !important; } .footer-copyright .menu-links { text-align: left; } .dt-sc-image-caption.type8.alignleft .dt-sc-image-content h3:before { left: auto; right: 0; } .dt-sc-icon-box.type2 .icon-content { border-left: none; border-right: 1px solid #e2e2e2; } .section43 .dt-sc-progress .dt-sc-bar-text > span { left: 0; right: auto; } #wpsl-wrap { left: auto; right: 30px; } .page-template-tpl-reservation-php .selection-box:before { left: auto; right: 0; } .column.dt-sc-one-third.dt-sc-fitness-procedure { width: 30%; } /* Shortcodes */ .dt-sc-counter.type2 .icon-wrapper { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details ul.dt-sc-team-social, .dt-sc-portfolio-sorting.type3 { text-align: right; } .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { text-align: right !important; } .dt-sc-counter.type1:after { left: 0; right: auto; } .dt-sc-icon-box.type8 .icon-content h4, .dt-sc-icon-box.type8 .icon-content h5 { margin-left: 0; margin-right: 80px; } .project-details.type2 li, .project-details.type2 li span, blockquote.type1 { text-align: right; } .project-details.type2 li { padding: 0 3% 0 0; } .dt-sc-contact-info.type4:before { left: -7px; right: auto; } .last .dt-sc-contact-info.type4 { border-left: 1px solid; } .dt-sc-contact-info.type4 { border-left-width: 0; border-right-width: 1px; } .dt-sc-counter.type6 h4:before { left: -6px; right: auto; } .dt-sc-icon-box.type10 .icon-content h4::before { left: -26px; right: auto; } .section18 .dt-sc-icon-box.type4 { padding: 25px 68px 20px 20px; } .tpl-blog-holder.apply-isotope .dt-sc-one-half, .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half { width: 48%; } .tpl-blog-holder.apply-isotope .dt-sc-one-half { margin-right: 2%; } /* portfolio */ .portfolio.hover-presentation .image-overlay-details { padding-right: 50px; text-align: right; } .portfolio.hover-extended .image-overlay-details { left: auto; right: 30px; text-align: right; } .portfolio.hover-centered-box .image-overlay-details { left: 0; } .dt-sc-portfolio-fullwidth-container.gallery-list .with-content-right .dt-sc-fixed-content { left: 0; right: auto; }
css/rtl.css
body { text-align: right; unicode-bidi: embed; } .bx-wrapper, .dt-sc-sorting-container a, .caroufredsel_wrapper, .caroufredsel_wrapper ul, .carousel-arrows, .dt-sc-pr-tb-col, .dt-sc-triangle-wrapper, .hosting-table, .rev_slider_wrapper { direction: ltr; } .vc_row.vc_row-has-fill, .vc_row.vc_row-no-padding { float: left; width: 100%; } .vc_row { clear: left; } .vc_row[data-vc-full-width] { float: left; } .vc_col-sm-1, .vc_col-sm-10, .vc_col-sm-11, .vc_col-sm-12, .vc_col-sm-2, .vc_col-sm-3, .vc_col-sm-4, .vc_col-sm-5, .vc_col-sm-6, .vc_col-sm-7, .vc_col-sm-8, .vc_col-sm-9 { float: right; direction: rtl; } .textwidget, .dt-sc-button, table, #bbpress-forums ul, .radio, fieldset, .type2.tribe_events, .woocommerce #review_form #respond p, .spa-reservation-form, .main-header #searchform { direction: rtl; } .alignleft, img.alignleft { float: right; margin-left: 20px; margin-right: 0; } .alignright, img.alignright { float: left; margin-left: 0; margin-right: 20px; } .alignright { text-align: left; } .column { float: right; margin-left: 0; margin-right: 2%; } .column.first { margin-right: 0; } ol { padding-left: 0; padding-right: 20px; } input[type='submit'], button, input[type='button'], input[type='reset'] { float: right; } input[type='text'], input[type='password'], input[type='email'], input[type='url'], input[type='tel'], input[type='number'], input[type='range'], input[type='date'], textarea, input.text, input[type='search'] { text-align: right; } select { padding-left: 50px; padding-right: 15px; text-align: right; } .selection-box::before { left: 17px; right: auto; } .selection-box::after { left: 0; right: auto; } .vc-no-left-padding .vc_column-inner, .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 0; } .vc-no-right-padding .vc_column-inner, .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 0; padding-right: 15px; } /*** BIZ THEME ****/ #logo a { float: right; } .menu-wrapper { float: left; } #main-menu ul.menu li, #main-menu .megamenu-child-container > ul.sub-menu > li, #main-menu, #main-menu ul.menu, .menu-icons-wrapper { float: right; } .menu-icons-wrapper { margin-left: 0; margin-right: 10px; } #main-menu .megamenu-child-container > ul.sub-menu, #main-menu ul li.menu-item-simple-parent ul, #main-menu ul li.menu-item-simple-parent ul li ul, #main-menu ul li.menu-item-simple-parent ul li ul li ul { text-align: right; } #main-menu ul li.menu-item-simple-parent ul li ul { left: auto; right: 260px; } #main-menu .megamenu-child-container ul.sub-menu > li > ul li a .fa { margin-left: 10px; margin-right: 0; } #secondary-right.secondary-has-right-sidebar { float: left; } #primary.with-right-sidebar { float: right; margin-left: 30px; margin-right: 0; } #secondary-left.secondary-has-left-sidebar { float: right; } #primary.with-left-sidebar { float: left; margin-left: 0; margin-right: 30px; } .widget .recent-posts-widget li .entry-meta p { float: right; margin-left: 15px; margin-right: 0; } .widget .recent-posts-widget li { padding-right: 0; } .widget .tweet_list li { padding-left: 0; padding-right: 40px; } .widget .tweet_list li::before { left: auto; right: 0; } .widget ul li::before { left: auto; right: 0; } .widget ul li, .widget.widget_nav_menu ul.menu li, .widget.widget_archive ul li > a, .widget.widget_categories ul li > a, .widget.widget_pages ul li > a, .widget.widget_meta ul li > a, .widget.widget_nav_menu ul.menu li > a, .widget.widget_text ul li > a { padding-left: 0; padding-right: 20px; } .widget.widget_text ul.no-bullet li a { padding-right: 0; } .widget.widget_categories ul li > a span, .widget.widget_archive ul li > a span { left: 0; right: auto; } .widget.woocommerce ul.product-categories li a { padding-left: 0; padding-right: 20px; } .widget.woocommerce .woocommerce-product-search input[type='submit'] { left: 0; } .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit'] { left: 0; right: auto; } .flickr-widget div { float: right; } .widget .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='submit'] { border-radius: 5px 0 0 5px; } .widget_text ul.dt-sc-sociable { direction: ltr; } .widget.widget_text ul.dt-sc-sociable li > a { padding-right: 0; } .woo-type20 .widget.woocommerce .woocommerce-product-search input[type='submit'] { border-radius: 5px 0 0 5px; } .widget .recent-posts-widget li .thumb { float: right; margin-left: 15px; margin-right: 0; } .tagcloud a { float: right; margin-left: 10px; margin-right: 0; } .widget.woocommerce ul.product_list_widget li { direction: rtl; } .woocommerce .widget_shopping_cart .cart_list li a, .woocommerce.widget_shopping_cart .cart_list li a, .woocommerce .widget_shopping_cart .cart_list li .quantity, .woocommerce.widget_shopping_cart .cart_list li .quantity { padding-left: 0; padding-right: 30px; } .woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img { float: left; margin-left: 0; margin-right: 4px; } .woocommerce .widget_shopping_cart .cart_list li a.remove, .woocommerce.widget_shopping_cart .cart_list li a.remove { left: auto; right: 0; } .dt-sc-button.with-icon.icon-right.type1 span { margin-left: 0; margin-right: 35px; } .dt-sc-button.with-icon.icon-right.type1::after { left: -24px; right: auto; } .dt-sc-button.with-icon.icon-right.type1 { padding-left: 14px; } .dt-sc-button.with-icon.icon-right.type1.small { padding-right: 20px; } .dt-sc-button.with-icon.icon-right.type1.medium { padding-right: 30px; } .dt-sc-button.with-icon.icon-right.type1.large { padding-right: 40px; } .dt-sc-button.with-icon.icon-right.type1.xlarge { padding-right: 50px; } .dt-sc-button.small.with-icon.icon-left.type2 span::after { left: auto; right: 45px; } .dt-sc-button.medium.with-icon.icon-left.type2 span::after { left: auto; right: 55px; } .dt-sc-button.large.with-icon.icon-left.type2 span::after { left: auto; right: 67px; } .dt-sc-button.xlarge.with-icon.icon-left.type2 span::after { left: auto; right: 80px; } .dt-sc-button.with-icon.icon-left span { float: right; } .dt-sc-button.small.with-icon.icon-left.type2 span { margin-left: 15px; margin-right: 0; padding-left: 15px; padding-right: 0; } .dt-sc-button.medium.with-icon.icon-left.type2 span { margin-left: 20px; margin-right: 0; padding-left: 20px; padding-right: 0; } .dt-sc-button.large.with-icon.icon-left.type2 span { margin-left: 25px; margin-right: 0; padding-left: 25px; padding-right: 0; } .dt-sc-button.xlarge.with-icon.icon-left.type2 span { margin-left: 30px; margin-right: 0; padding-left: 30px; padding-right: 0; } .dt-sc-button.small.with-icon.icon-left span { margin-left: 15px; margin-right: 0; } .dt-sc-button.medium.with-icon.icon-left span, .dt-sc-button.large.with-icon.icon-left span { margin-left: 20px; margin-right: 0; } .dt-sc-button.xlarge.with-icon.icon-left span { margin-left: 25px; margin-right: 0; } .dt-sc-button.with-icon.icon-right span { margin-left: 0; margin-right: 10px; } .dt-sc-button.with-icon.icon-right.type3 span { left: 0; right: auto; } .dt-sc-button.small.with-icon.icon-right.type3 { padding-left: 60px; padding-right: 20px; } .dt-sc-button.medium.with-icon.icon-right.type3 { padding-left: 75px; padding-right: 25px; } .dt-sc-button.large.with-icon.icon-right.type3 { padding-left: 100px; padding-right: 40px; } .dt-sc-button.xlarge.with-icon.icon-right.type3 { padding-left: 130px; padding-right: 50px; } .dt-sc-button.with-icon.icon-right.type2 span { left: 21px; margin-left: 0; margin-right: 15px; padding-left: 0; padding-right: 20px; right: auto; } .dt-sc-button.xlarge.with-icon.icon-right.type2 span { left: 25px; padding-left: 0; padding-right: 25px; right: auto; } .dt-sc-button.with-icon.icon-right.type2 span::after { border-left: 1px solid rgba(255, 255, 255, .2); border-right: 1px solid rgba(0, 0, 0, .05); left: auto; right: 0; } .dt-sc-button.small.with-icon.icon-right.type2 { padding-left: 70px; padding-right: 20px; } .dt-sc-button.medium.with-icon.icon-right.type2 { padding-left: 75px; padding-right: 23px; } .dt-sc-button.large.with-icon.icon-right.type2 { padding-left: 80px; padding-right: 25px; } .dt-sc-button.xlarge.with-icon.icon-right.type2 { padding-left: 100px; padding-right: 30px; } /**=== Portfolio ===**/ .portfolio .image-overlay .links a { margin: 30px 30px 0 0; } .portfolio .image-overlay .links a:last-child { margin-right: 5px; } .portfolio .image-overlay-details { border-left: 1px solid; border-right: none; left: 30px; right: auto; text-align: left; } .portfolio.type7 .image-overlay-details { left: 0; } .page-with-sidebar .portfolio.type1 .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a { margin-left: 0; margin-right: 20px; } .page-with-sidebar .portfolio.type1 .image-overlay .links a:first-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-third .image-overlay .links a:first-child, .page-template-tpl-portfolio .portfolio.type1.dt-sc-one-fourth .image-overlay .links a:first-child { margin-right: 5px; } .dt-portfolio-single > .dt-sc-two-third { margin-left: 2%; margin-right: 0; } /**=== Blog ===**/ .post-nav-container .post-prev-link { float: right; } .post-nav-container .post-next-link { float: left; } .post-nav-container .post-next-link a, .post-nav-container .post-prev-link a { margin: 0; } .pagination .column { float: right; } .pagination ul li { float: right; } .pagination ul li a, .pagination ul li span { margin-left: 10px; margin-right: 0; } .blog-entry .entry-format { left: auto; right: 0; } .blog-entry .entry-format a { border-left-style: solid; border-left-width: 10px; border-right: 0; } .blog-entry.entry-date-author-left { padding-left: 0; padding-right: 100px; } .blog-entry.entry-date-author-left .entry-date-author { left: auto; right: 0; } .blog-entry.entry-date-left .entry-details { padding-left: 0; padding-right: 85px; } .page-with-sidebar .dt-sc-one-third .blog-entry.entry-date-author-left, .with-both-sidebar .dt-sc-one-half .blog-entry.entry-date-author-left { padding-left: 0; padding-right: 80px; } .entry-meta-data p { margin-left: 20px; margin-right: 0; } .entry-meta-data p i { float: right; margin-left: 8px; margin-right: 0; } .blog-entry .entry-thumb { float: right; } .blog-entry.blog-thumb-style .entry-thumb { padding-left: 25px; padding-right: 0; } .blog-entry.blog-thumb-style.entry-date-left .entry-details { padding-left: 0; padding-right: 85px; } .blog-entry.entry-date-left .entry-date, .blog-entry.entry-date-author-left .entry-date-author .entry-date { left: auto; right: 0; } .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-details { padding-left: 0; padding-right: 60px; } .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-body, .with-both-sidebar .dt-sc-one-third .blog-entry.entry-date-left .entry-meta-data { margin-left: 0; margin-right: -60px; } .commententries > ul.commentlist { width: 100%; } ul.commentlist li { padding-left: 0; padding-right: 110px; } ul.commentlist li .comment-author { left: auto; right: 0; } .dt-sc-timeline { text-align: left; } .dt-sc-timeline .column { float: left; } .dt-sc-hr-timeline-section.type1 .dt-sc-hr-timeline .dt-sc-hr-timeline-content { float: left; } .dt-sc-timeline-section.type2 .dt-sc-timeline { text-align: center; } /** Title **/ .dt-sc-title.with-right-border-decor::after { left: auto; right: 15px; } .dt-sc-title.with-right-border-decor::before { left: auto; right: 21px; } .dt-sc-title.with-right-border-decor h2::before { left: auto; right: -64px; } .icon-link-title.vc_col-sm-6 { float: left; } .dt-sc-title.with-two-color-bg { float: right; direction: rtl; } .dt-sc-title.with-two-color-bg::after { left: calc(100% + 30px); right: auto; transform: skewX(30deg); } .dt-sc-title.with-two-color-bg::before { left: auto; right: -20px; transform: skewX(30deg); } .dt-sc-title.with-two-color-bg h2 { left: auto; padding: 25px 10px 23px 30px; ; right: 10px; } /** Tabs & toggles **/ ul.dt-sc-tabs-horizontal-frame > li, ul.dt-sc-tabs-horizontal > li { float: right; } .dt-sc-tabs-horizontal-frame-container.type2 ul.dt-sc-tabs-horizontal-frame > li:first-child > a.current { border-left-color: #fcdb34; border-right: transparent; } .dt-sc-tabs-vertical-frame-container.align-middle ul.dt-sc-tabs-vertical-frame li > a { border-right: 1px solid rgba(0, 0, 0, .1); margin: 0 0 0 -1px; } ul.dt-sc-tabs-vertical-frame > li > a > span { float: right; margin: 0 0 0 10px; } ul.dt-sc-tabs-vertical-frame > li > a.current, .dt-sc-tabs-vertical-frame-container.align-middle ul.dt-sc-tabs-vertical-frame li > a.current { border-left-color: #fff; } ul.dt-sc-tabs-vertical-frame { float: right; } .dt-sc-tabs-vertical-frame-container.type2 .dt-sc-tabs-vertical-frame-content { padding: 0 30px 0 0; } .dt-sc-tabs-vertical-frame-container.type2 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: 30px; right: auto; } .dt-sc-tabs-vertical-frame-container.type3 .dt-sc-tabs-vertical-frame-content, .dt-sc-tabs-vertical-frame-container.type4 .dt-sc-tabs-vertical-frame-content { padding-left: 0; padding-right: 70px; } .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: -16px; right: auto; transform: rotate(180deg); } .dt-sc-tabs-vertical-frame-container.type3 ul.dt-sc-tabs-vertical-frame { margin-right: 0; width: 31.9%; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a::after { left: -50px; right: auto; transform: skewX(30deg); } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a::before { left: -50px; right: auto; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current::before { left: 0; right: auto; } .dt-sc-tabs-vertical-frame-container.type4 ul.dt-sc-tabs-vertical-frame > li > a.current::after { left: 30px; right: auto; } .alignright .dt-sc-toggle-content, .type2.alignright .dt-sc-toggle-content { padding-left: 0; } .dt-sc-tabs-vertical-frame-container { border-left: 0; border-right: 1px solid rgba(0, 0, 0, .1); } .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li > a { border-right: 1px solid rgba(0, 0, 0, .1); } .dt-sc-tabs-horizontal-frame-container.type3 ul.dt-sc-tabs-horizontal-frame > li { margin: 0 -1px 0 0; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left: 0; padding-right: 20px; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::after { left: 20px; right: auto; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a::before, .dt-sc-toggle-frame h5.dt-sc-toggle a::before { left: auto; right: 0; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .dt-sc-toggle-frame h5.dt-sc-toggle::before { left: auto; right: 29px; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .dt-sc-toggle-frame h5.dt-sc-toggle a { padding: 20px 80px 20px 0; } .type2 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::before, .type2 .dt-sc-toggle-frame h5.dt-sc-toggle::before { left: 33px; right: auto; } .dt-sc-toggle-frame h5.dt-sc-toggle-accordion::after, .dt-sc-toggle-frame h5.dt-sc-toggle::after { left: auto; right: 22px; } .type3 .dt-sc-toggle-frame h5.dt-sc-toggle-accordion a, .type3 .dt-sc-toggle-frame h5.dt-sc-toggle a { padding-left: 0; padding-right: 20px; } .dt-sc-toggle-group-set { display: block; width: 100%; } ul.dt-sc-fancy-list li::before { left: auto; right: 0; } ul.dt-sc-fancy-list li { padding: 5px 23px 5px 0; } ul.dt-sc-fancy-list.type2 li span { margin-left: 10px; margin-right: 0; } ul.dt-sc-fancy-list.type2 li { padding-right: 0; } ul.dt-sc-fancy-list.features-list li { padding-left: 0; padding-right: 20px; } .dt-sc-colored-big-buttons span { border-radius: 0 5px 5px 0; left: auto; right: 0; } .dt-sc-colored-big-buttons.with-left-icon { padding-left: 30px; padding-right: 110px; text-align: right; } .available-domains li .dt-sc-button { margin-left: 0; margin-right: 0; } .dt-sc-progress .dt-sc-bar-text > span { float: left; } .dt-sc-progress .dt-sc-bar, .dt-sc-progress-wrapper .dt-sc-progress, .dt-sc-progress-wrapper .dt-sc-bar-title { float: right; } .dt-sc-dropcap { float: right; } .dt-sc-dropcap.dt-sc-dropcap-default { padding-left: 30px; padding-right: 0; } .dt-sc-dropcap.dt-sc-dropcap-circle, .dt-sc-dropcap.dt-sc-dropcap-bordered-circle, .dt-sc-dropcap.dt-sc-dropcap-square, .dt-sc-dropcap.dt-sc-dropcap-bordered-square { margin-left: 30px; margin-right: 0; } blockquote.type2 { padding-left: 0; padding-right: 70px; } blockquote.type2::before { left: auto; right: 0; } blockquote.type2 cite::before { left: 25%; right: auto; } blockquote.type2 cite { text-align: left; } blockquote.type3 { border-left: none; border-right: 2px solid rgba(0, 0, 0, .2); padding-left: 0; padding-right: 25px; } .dt-sc-titled-box h6.dt-sc-titled-box-title span { margin-left: 5px; margin-right: 0; } .dt-sc-error-box, .dt-sc-warning-box, .dt-sc-success-box, .dt-sc-info-box { padding-left: 15px; padding-right: 45px; } .dt-sc-error-box::before, .dt-sc-warning-box::before, .dt-sc-success-box::before, .dt-sc-info-box::before { left: auto; right: 18px; } .dt-sc-events-list .dt-sc-event-date, .dt-sc-events-list .dt-sc-event-title, .dt-sc-events-list .dt-sc-event-duration { float: right; } .dt-sc-events-list .dt-sc-event-duration h6 { float: left; } .dt-sc-events-list .dt-sc-event-date { border-left: 1px solid rgba(0, 0, 0, .15); border-right: none; padding-left: 30px; padding-right: 0; text-align: left; } .dt-sc-event.type1 .dt-sc-event-meta p span { margin-left: 4px; margin-right: 0; } .dt-sc-event.type2 .dt-sc-event-date { float: right; padding-left: 10px; padding-right: 0; } .dt-sc-event.type2:hover .dt-sc-event-meta p { padding-right: 10px; } .dt-sc-event.type2 .event-timing { border-left: none; border-right: 1px solid #d3d3d3; padding-left: 0; padding-right: 20px; } .dt-sc-event.type3 .dt-sc-event-date { left: 0; right: auto; } .dt-sc-event.type4 .dt-sc-event-date span { float: right; padding-left: 10px; padding-right: 0; } .dt-sc-event.type5 .dt-sc-event-cost, .dt-sc-event.type5 .dt-sc-events-read-more { float: right; } .dt-sc-contact-info span { float: right; margin-left: 10px; margin-right: 0; } .dt-sc-contact-info.type2 { padding-left: 0; padding-right: 100px; } .dt-sc-contact-info.type2 span { left: auto; right: 0; } .vc_custom_1455782476511 .dt-sc-contact-info.type4 { border-right-width: 1px; } .dt-sc-contact-info.type7 span::after, .dt-sc-contact-info.type7 span { left: auto; right: 0; } .dt-sc-contact-info.type7 { padding-left: 0; padding-right: 100px; } .dt-sc-team.type2 .dt-sc-team-thumb, .dt-sc-team.type2 .dt-sc-team-details { float: right; } .dt-sc-team.type2 .dt-sc-team-details::before { left: auto; right: -15px; transform: rotate(180deg); } .dt-sc-team.type2.alter .dt-sc-team-details::before { left: -15px; right: auto; } .dt-sc-team.type2.alter .dt-sc-team-thumb { float: left; } .dt-sc-team-social { direction: ltr; } .dt-sc-counter.type1.alignright .icon-wrapper::before { left: 0; right: auto; } .dt-sc-counter.type1 { border-left: 1px solid rgba(0, 0, 0, .1); border-right: none; padding-left: 30px; padding-right: 0; } .dt-sc-counter.type3 { border-left-style: dashed; border-left-width: 1px; border-right: 0; } .dt-sc-counter.type4 { border-left: 1px solid rgba(255, 255, 255, .8); border-right: 0; } .dt-sc-icon-box .large-icon { left: 0; right: auto; } .dt-sc-icon-box.type2 .icon-wrapper { float: right; margin: 0 0 10px 20px; } .dt-sc-icon-box.type2.alignright .icon-wrapper { float: left; margin: 0 20px 10px 0; } .dt-sc-icon-box.type4 { padding-left: 0; padding-right: 60px; } .dt-sc-icon-box.type4::before { left: auto; right: 22px; } .dt-sc-icon-box.type4 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type4.with-diamond-square-icon { padding-left: 0; padding-right: 100px; } .dt-sc-icon-box.type4.with-diamond-square-icon::before { left: auto; right: 33px; } .dt-sc-icon-box.type5 { padding-left: 0; padding-right: 100px; } .dt-sc-icon-box.type5.rounded-skin { padding-left: 0; padding-right: 120px; } .dt-sc-icon-box.type5 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type5.no-icon-bg { padding-left: 0; padding-right: 50px; } .dt-sc-icon-box.type5.no-icon { border-left-width: 1px; border-right: none; } .dt-sc-icon-box.type6 .icon-wrapper { float: right; margin-left: 15px; margin-right: 0; } .dt-sc-icon-box.type8 .icon-wrapper { left: auto; right: 0; } .dt-sc-icon-box.type8 { padding-left: 0; padding-right: 80px; } .dt-sc-icon-box.type8::before { left: auto; right: 0; } .dt-sc-icon-box.type9 .icon-wrapper { float: right; } .dt-sc-icon-box.type9 .icon-wrapper::before { left: -20px; right: auto; transform: rotate(180deg); } .dt-sc-icon-box.type13 .icon-wrapper { left: auto; right: -30px; } .dt-sc-bmi-calculator form input[type='reset'] { margin-left: 0; margin-right: 15px; } .dt-sc-bmi-calculator .dt-sc-bmi-result a span { margin-left: 0; margin-right: 5px; } .dt-sc-text-with-icon.border-right { border-left-style: solid; border-left-width: 1px; border-right: none; } .dt-sc-text-with-icon span { margin-left: 7px; margin-right: 0; } .dt-sc-text-with-icon { padding-left: 0; padding-right: 20px; } .dt-sc-newsletter-section h2 { float: right; } .dt-sc-newsletter-section .dt-sc-subscribe-frm { float: left; } .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='email'], .dt-sc-newsletter-section .dt-sc-subscribe-frm input[type='text'] { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='text'], .dt-sc-newsletter-section.type2 .dt-sc-subscribe-frm input[type='email'] { margin-left: 0; margin-right: -5px; } .dt-sc-newsletter-section.type7 .newsletter-tooltip { margin-left: 0; margin-right: 30px; } .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm input[type='submit'] { left: 15px; right: auto; } .dt-sc-newsletter-section.type7 .dt-sc-subscribe-frm::before { left: 20px; right: auto; } .dt-sc-testimonial.type2 .dt-sc-testimonial-author span, .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { float: right; } .dt-sc-testimonial.type2 .dt-sc-testimonial-author cite { margin-left: 0; margin-right: 30px; } .dt-sc-testimonial.type2 blockquote::before { left: auto; right: 33px; } .dt-sc-testimonial.type2 .dt-sc-testimonial-quote::before { left: auto; right: 41px; transform: rotate(45deg); } .dt-sc-testimonial.type2 .dt-sc-testimonial-quote::after { left: auto; right: 52px; transform: rotate(135deg); } .dt-sc-testimonial.type3 blockquote q::before { left: auto; right: -10px; } .dt-sc-testimonial.type4 .dt-sc-testimonial-quote { float: left; } .dt-sc-testimonial.type4 .dt-sc-testimonial-author { margin-left: 4%; margin-right: 0; } .dt-sc-testimonial.type4 .dt-sc-testimonial-author cite { left: 0; right: auto; text-align: left; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author img { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite::before { left: -25px; right: auto; } .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float: right; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote q { padding-left: 0; padding-right: 85px; text-align: left; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote blockquote::before { left: auto; right: 0; } .dt-sc-testimonial.type6::after { left: auto; right: 75%; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author::before { left: auto; right: 65px; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author { float: left; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author img { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-testimonial.type6 .dt-sc-testimonial-author { padding-left: 0; padding-right: 60px; } .dt-sc-testimonial.type6 .dt-sc-testimonial-quote { display: inline-block; padding-left: 30px; padding-right: 0; } .dt-sc-testimonial.type8 .dt-sc-testimonial-author { float: right; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding-left: 0; padding-right: 30px; } .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { left: -100px; right: auto; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote q::before { left: auto; right: 0; } .dt-sc-testimonial.type8 .dt-sc-testimonial-quote blockquote { padding-left: 0; padding-right: 40px; } .dt-sc-testimonial-wrapper .carousel-arrows, .dt-sc-images-wrapper .carousel-arrows { left: 0; right: auto; } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::before { left: 0; right: auto; transform: rotate(90deg); } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper::after { left: auto; right: -14px; transform: rotate(135deg); } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper { left: 0; right: auto; } .dt-sc-image-caption .dt-sc-image-wrapper .icon-wrapper span { margin-left: 20px; margin-right: 0; } .product .summary .add_to_wishlist::before { left: auto; right: 16px; } .product .summary .add_to_wishlist { padding-left: 20px; padding-right: 37px; } .woocommerce div.product form.cart .button, .woocommerce div.product form.cart div.quantity { float: right; } .woocommerce div.product form.cart div.quantity { margin-left: 4px; margin-right: 0; } .woocommerce form .form-row-first, .woocommerce .col2-set .col-1, .woocommerce .cart-collaterals .cross-sells, .woocommerce table.cart td.actions .coupon, .woocommerce .woocommerce-result-count, .woocommerce div.product div.images, .woocommerce div.product div.images div.thumbnails a { float: right; } .woocommerce form .form-row-last, .woocommerce .col2-set .col-2, .woocommerce .woocommerce-ordering, .woocommerce div.product div.summary, .wc-proceed-to-checkout, .woocommerce form.login .button, .woocommerce form.register .button, .woocommerce .cart-collaterals .cart_totals { float: left; } .woocommerce .woocommerce-product-rating .star-rating { float: right; margin-left: 4px; margin-right: 0; } .woocommerce #reviews #comments ol.commentlist li img.avatar { left: auto; right: 0; } .woocommerce #reviews #comments ol.commentlist li .comment-text { margin-left: 0; margin-right: 50px; } .woocommerce p.stars a { margin-left: 1em; margin-right: 0; } .woocommerce-checkout #payment ul.payment_methods li { text-align: right; } .woocommerce-checkout #payment ul.payment_methods li input { float: right; margin-left: 1em; margin-right: 0; margin-top: 7px; } .woocommerce .shop_table.woocommerce-checkout-review-order-table th, .woocommerce .shop_table.woocommerce-checkout-review-order-table td, .woocommerce .shop_table.order_details th, .woocommerce .shop_table.order_details td, .woocommerce .shop_table.customer_details th, .woocommerce .shop_table.customer_details td, .woocommerce table.shop_attributes td, .woocommerce-cart .cart-collaterals .cart_totals table td { text-align: right; } .woocommerce .shop_table th:last-child, .woocommerce .shop_table td:last-child { border-left: 1px solid rgba(0, 0, 0, .1); border-right: 0; } .woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register { text-align: right; } .woocommerce form .selection-box::after, .woocommerce .selection-box::after { border-left: 1px solid rgba(0, 0, 0, .15); } ul.products li.first, ul.products li.first .column { margin-right: 0; } .woocommerce p.stars a.star-5 { border-right: 1px solid #ccc; } #buddypress div.item-list-tabs ul li { float: right; margin-right: 1px; } #buddypress div.item-list-tabs ul li.last { float: left; } #buddypress .activity-list .activity-avatar { float: right; } #buddypress .activity-list .activity-content { margin-left: 0; margin-right: 95px; } #buddypress div.activity-comments { margin-left: 0; margin-right: 70px; } .activity-list li.bbp_topic_create .activity-content .activity-inner, .activity-list li.bbp_reply_create .activity-content .activity-inner { border-left: 0; border-right: 2px solid #eaeaea; padding-left: 0; padding-right: 10px; } #buddypress ul.item-list li { box-sizing: border-box; float: left; width: 100%; } #buddypress ul.item-list li img.avatar { float: right; margin-left: 10px; margin-right: 0; } #buddypress ul.item-list li .activity-comments img.avatar { margin-left: 15px; margin-right: 0; } .bp_members.type-bp_members #buddypress div#subnav.item-list-tabs ul li.last { float: right; text-align: left; } #buddypress div.pagination .pagination-links { float: left; } #buddypress div.pagination .pag-count { float: right; } #buddypress div.pagination .pagination-links span, #buddypress div.pagination .pagination-links a { float: right; margin-left: 10px; margin-right: 0; } #buddypress #groups-list .item { float: right; } #buddypress .acomment-options { float: right; margin-left: 0; margin-right: 40px; } #buddypress form#whats-new-form #whats-new-submit { float: left; } #buddypress form#whats-new-form #whats-new-avatar { float: right; margin-left: 20px; margin-right: 0; } .bbp-forums .bbp-header .forum-titles li > i, #bbpress-forums .bbp-header .forum-titles li > i, #bbpress-forums .bbp-header > div > i { margin-left: 8px; margin-right: 0; } #bbpress-forums > #subscription-toggle a.subscription-toggle, div.bbp-submit-wrapper { float: left; } #buddypress .dt-sc-member-container, #buddypress .dt-sc-group-container, #buddypress > div#item-body { float: right; } #buddypress .dt-sc-member-container, #buddypress .dt-sc-group-container { margin-left: 30px; margin-right: 0; } .bp-avatar-nav .avatar-nav-items li.avatar-nav-item { float: right !important; } #notification-bulk-manage, #messages-bulk-manage { float: left; } ul.acfb-holder li { float: right!important; margin-left: 5px!important; margin-right: 0!important; } #buddypress .standard-form div.radio ul { list-style-position: inside; } .type2.tribe_events .event-details li dt, .type2.tribe_events .event-organize li dt, .type2.tribe_events .event-venue li dt { float: right; } .type3.tribe_events .event-date { float: left; } .type5.tribe_events .nav-top-links a { float: right; } .tribe-events-list-event-detail .tribe-events-read-more, .tribe-events-day-time-slot .tribe-events-read-more, .tribe-events-back > a { float: right; } .tribe-events-list .tribe-events-event-image { float: right; margin-left: 3%; margin-right: 0; } .tribe-events-list .tribe-events-event-image + div.tribe-events-list-event-detail { float: left; } .tribe-events-list .tribe-events-event-cost { float: right; } .tribe-events-venue .tribe-events-map-wrap { float: left; margin-left: 0; margin-right: 30px; } .tribe-bar-geoloc-filter, .tribe-events-uses-geolocation .tribe-bar-date-filter, .tribe-events-uses-geolocation .tribe-bar-search-filter, .tribe-events-uses-geolocation .tribe-bar-submit { float: right; } a.tribe-events-gcal, a.tribe-events-ical { float: left; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { float: right; text-align: right; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right, #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next { float: left; text-align: left; } .tribe-events-grid .tribe-grid-content-wrap .column, .tribe-week-grid-wrapper .column { margin-right: 0; } .tribe-events-week-grid .column { float: left; margin-right: 0; } .scroller-content .tribe-events-grid .column.first, .scroller-content .tribe-week-grid-hours { margin-right: -40px; } .tribe-events-list .tribe-events-photo-event .tribe-events-event-details { box-sizing: border-box; display: inline-block; width: 100%; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { float: right; margin-right: 0; text-align: right; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-next, #tribe-events-header .tribe-events-sub-nav .tribe-events-nav-next { margin-left: 0; margin-right: 5px; } #tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-previous, #tribe-events-header .tribe-events-sub-nav li { margin-left: 5px; margin-right: 0; } /**=== Plumber ===**/ .text-with-icon .icon, .text-with-icon .fa { margin-left: 5px; margin-right: 0; } ul.side-nav li a { padding-left: 0; padding-right: 60px; } ul.side-nav li a::before { left: auto; right: 0; transform: rotate(180deg); } ul.side-nav > li.current_page_item > a::after, ul.side-nav > li > ul > li.current_page_item > a::after { content: none; } .alignright .dt-sc-sociable { float: left; text-align: left; } .main-title-section-wrapper.breadcrumb-right .main-title-section { float: right; } .main-title-section-wrapper.breadcrumb-right .breadcrumb { float: left; padding-left: 0; padding-right: 20px; text-align: left; } .main-title-section-wrapper.breadcrumb-left .main-title-section { float: left; text-align: left; } #header .wpb_column, .footer-copyright .wpb_column { float: right; } #header .wpb_column.alignright, .footer-copyright .wpb_column.alignright { float: left; margin: 0; } .footer-copyright .alignright .menu-links { text-align: left; } .footer-copyright .alignright img { float: left; } .secondary-sidebar .type6 .widgettitle::after { left: auto; right: 30px; } .secondary-sidebar .type6 .widgettitle { border-left: 0; border-right-style: solid; border-right-width: 3px; padding-left: 0; padding-right: 15px; } .widgettitle::before, .secondary-sidebar .type9 .widgettitle::before { left: auto; right: 0; } /**=== Architecture ===**/ .portfolio.type2 .image-overlay .links a { float: left; } .portfolio.type2 .image-overlay .links { left: auto; right: 100%; } .portfolio.type2:hover .image-overlay .links { left: auto; right: 0; } .vc_no-margin .column.first { margin-left: 0; } .vc_no-margin .column { float: left; margin-left: 2%; margin-right: 0; } .wpcf7-form div.wpcf7-validation-errors::before, .wpcf7-form div.wpcf7-mail-sent-ok::before { left: auto; right: 18px; } .wpcf7-form div.wpcf7-validation-errors, .wpcf7-form div.wpcf7-mail-sent-ok { float: right; padding-left: 15px; padding-right: 45px; } .portfolio.type2 .image-overlay h2 { text-align: right; } .dt-sc-portfolio-sorting { float: right; } .dt-sc-portfolio-sorting::before { left: -25px; right: auto; } .dt-sc-portfolio-sorting.type2 a::after { left: auto; right: -3px; } .extend-bg-fullwidth-right::after { right: 100%; } /**=== Spa ===**/ .vcr_float_right .wpb_column { float: left; text-align: left; direction: ltr; } .vcr_float_right .extend-bg-fullwidth-right::after { left: 100%; right: auto; } .vcr_float_right .alignright, .vcr_float_right img.alignright { float: right; margin-left: 20px; margin-right: 0; } .vcr_float_right .alignleft, .vcr_float_right img.alignleft { float: left; margin-left: 0; margin-right: 20px; } .vcr_float_right .alignright.dt-sc-button { float: left; } .vcr_float_right .alignright { text-align: right; } /**=== Attorney ===**/ ul.dt-sc-fancy-list.rounded-tick-alter li { padding-left: 0; padding-right: 30px; } .dt-sc-attorneys-single .dt-sc-attorney-meta li span, .dt-sc-attorney .dt-sc-attorney-details .dt-sc-attorney-meta li span { float: right; } .dt-sc-practices-list li::before { left: auto; right: 20px; } .dt-sc-practices-list li a { padding-left: 10px; padding-right: 45px; } .dt-sc-attorney-sorting a { float: right; } .attorney-contact-form input[type='submit'] { margin-left: 20px; margin-right: 0; } .dt-sc-attorney-location li { float: right; } .dt-sc-attorney-location-overlay p span { margin-left: 8px; margin-right: 0; } /**=== Hosting ===**/ .hosting-contact-info-container::before { left: auto; right: 32px; } .dt-sc-tabs-horizontal-frame-container.type3 .dt-sc-one-half { float: right; } .dt-sc-button.dt-sc-left-margin { margin-left: 0; margin-right: 20px; } /**=== Hotel ===**/ .dt-sc-rooms-container .column { margin-left: 0; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-thumb-overlay { left: 0; padding-left: 0; padding-right: 15px; right: auto; } .dt-sc-hotel-room .dt-sc-hotel-room-details ul li i { margin-left: 10px; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-buttons .dt-sc-button { margin-left: 20px; margin-right: 0; } .dt-sc-hotel-room .dt-sc-hotel-room-buttons a span { margin-left: 0; margin-right: 5px; transform: rotate(180deg); } .dt-sc-hotel-room .dt-sc-hotel-room-thumb, .dt-sc-hotel-room .dt-sc-hotel-room-details { float: right; } .dt-sc-hotel-room.dt-sc-hotel-room-list-view .dt-sc-hotel-room-details { padding-left: 0; padding-right: 30px; } .dt-sc-hotel-room.dt-sc-hotel-room-list-view .dt-sc-hotel-room-details .dt-sc-hotel-room-content { float: right; padding-left: 30px; padding-right: 0; } .dt-sc-hotel-room-single-metadata form p.room-date::before { left: 0; right: auto; } .dt-sc-hotel-room-single-metadata form label { float: right; } .dt-sc-hotel-room-single-metadata form input[type='submit'] { float: left; } .dt-sc-hotel-room-single-metadata ul li i { margin-left: 10px; margin-right: 0; } .dt-sc-hotel-room-single-metadata ul li { float: right; } .dt-sc-hotel-room-single-metadata ul.dt-sc-sociable li { margin-left: 20px; margin-right: 0; } .hotel-contact-form p span.fa { left: 15px; right: auto; } .hotel-contact-form p input[type='submit'] { float: left; margin-left: 0; margin-right: 10px; } .hotel-working-hours li { float: right; } .vcr_float_right .dt-sc-contact-info span { float: left; } .dt-sc-single-hexagon.hexagon-left-margin { margin-left: 0; margin-right: 13px; } .dt-sc-keynote-speakers .dt-sc-speakers-thumb, .dt-sc-keynote-speakers .dt-sc-speakers-details { float: right; } .dt-sc-keynote-speakers .dt-sc-speakers-details::before { left: auto; right: -15px; transform: rotate(180deg); } /**=== Event ===**/ .event-contact-info .dt-sc-contact-info { padding-left: 0; padding-right: 40px; } .event-contact-info .dt-sc-sociable { float: none; } /**=== Fitness ===**/ .dt-sc-sociable { float: right; } .dt-sc-fitness-diet-result h2 { float: right; } .dt-sc-fitness-program-container .column { margin-right: 0; } .dt-sc-fitness-program-sorting a::before { left: -2px; right: auto; } .dt-sc-fitness-program figure figcaption { left: -20px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p { float: right; } .dt-sc-fitness-program .dt-sc-fitness-program-price { padding-left: 20px; padding-right: 50px; } .dt-sc-fitness-program .dt-sc-fitness-program-price { left: 0; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-price::before { left: -20px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p::before { left: -2px; right: auto; } .dt-sc-fitness-program .dt-sc-fitness-program-meta p:first-child { padding-left: 20px; padding-right: 0; } .dt-sc-fitness-program-nav li a { float: right; padding-left: 0; padding-right: 23px; } .dt-sc-fitness-program-nav li.current_page_item a, .dt-sc-fitness-program-nav li.current_page_item a:hover { padding-left: 0; padding-right: 46px; } .dt-sc-fitness-program-nav li.current_page_item a::after { left: -22px; right: auto; } .dt-sc-fitness-program-nav li a::before, .dt-sc-fitness-program-details h4::before { left: auto; right: 0; } .dt-sc-fitness-program-nav li.current_page_item a::before { left: auto; right: 23px; } .dt-sc-fitness-program-short-details-wrapper .dt-sc-fitness-program-short-details { left: 30px; right: auto; } .dt-sc-fitness-program-short-details ul li { padding-left: 10px; padding-right: 50px; } .dt-sc-fitness-program-short-details ul li::before { left: auto; right: 25px; } .dt-sc-fitness-program-short-details h2::before { left: auto; right: 25px; } .dt-sc-fitness-program-details .vc-no-right-padding.vc_column_container .vc_column-inner, .dt-sc-fitness-program-details .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 15px; } .dt-sc-fitness-program-details .dt-sc-fancy-list li { background-position: right 16px; padding-left: 0; padding-right: 30px; } .dt-sc-fitness-program-details .wpb_column { float: left; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .wpb_column { float: right; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 0; } .dt-sc-fitness-program-details .dt-sc-fitness-program-reviews .vc-no-left-padding.vc_column_container .vc_column-inner { padding-right: 0; } .dt-sc-trainers .dt-sc-trainers-thumb, .dt-sc-trainers .dt-sc-trainers-details, .dt-sc-trainers .dt-sc-trainers-meta { float: right; } .dt-sc-trainers .dt-sc-sociable { left: -13px; right: auto; } /**=== Jewel ===**/ .main-header #searchform::before { left: 15px; right: auto; } .jewel-contact-form input[type='submit'] { float: left; } .secondary-sidebar .type2 .widgettitle::before { left: auto; right: 0; transform: rotate(90deg); } /**=== Medical ===**/ .vcr_float_right .vc-no-left-padding.vc_column_container .vc_column-inner { padding-left: 0; padding-right: 15px; } .vcr_float_right .vc-no-right-padding.vc_column_container .vc_column-inner { padding-left: 15px; padding-right: 0; } .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-team-social { text-align: right; } .dt-sc-doctors .dt-sc-doctors-details ul.dt-sc-doctors-meta li { float: right; } .dt-sc-doctors-single-meta li span { box-sizing: border-box; padding-right: 10px; } /**=== Model ===**/ .dt-sc-double-border-separator { float: right; } .dt-sc-double-border-separator::before { left: auto; right: 0; } .vcr_float_right .dt-sc-double-border-separator { float: left; } label { margin-left: 20px; margin-right: 0; } .vcr_float_right ul.dt-sc-fancy-list li:before { left: 0; right: auto; } .model-nav-container { float: left; } .dt-sc-twitter-icon:before { left: 0; right: 100%; } .dt-sc-twitter-icon:after { left: 0; right: auto; } /**=== Nightclub ===**/ .nightclub-contact-info { float: right; margin-left: 2.5%; margin-right: 0; } .nightclub-working-hours { float: right; margin-left: 2.5%; margin-right: 0; } .nightclub-booking-form p label { float: right; margin: 0; } .nightclub-booking-form p.date::before, .nightclub-booking-form p.time::before { left: 14px; right: auto; } .nightclub-booking-form input[type='text'], .nightclub-booking-form input[type='tel'], .nightclub-booking-form input[type='date'] { float: right; } .nightclub-booking-form input[type='submit'] { float: left; } .dt-sc-events-isotope .column { margin-right: 0; } .dt-sc-event-month-thumb { float: right; } .dt-sc-event-month-meta li span { margin-left: 5px; margin-right: 0; } .dt-sc-event-month-meta li { margin-left: 25px; margin-right: 0; } .dt-sc-event-month-date { direction: ltr; } .nightclub-booking .icon { float: right; margin-left: 10px; margin-right: 0; } .vcr_float_right .wpb_column .aligncenter { text-align: center; } /**=== Restaurant ===**/ .dt-sc-menu-container .column { margin-right: 0; } .dt-sc-menu .image-overlay-wrapper { text-align: left; direction: ltr; } .dt-sc-chef .dt-sc-chef-details .dt-sc-chef-category, .dt-sc-chef .dt-sc-chef-details .dt-sc-button { float: right; } .dt-sc-menu .dt-sc-menu-details h6:before { left: auto; right: 105%; } .dt-sc-menu .dt-sc-menu-details h6 { float: right; } .dt-sc-menu .dt-sc-menu-details .dt-sc-menu-price { left: 0; padding-left: 0; padding-right: 10px; right: auto; } .dt-sc-menu .dt-sc-menu-details p { padding-left: 40px; padding-right: 0; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image { border-left: 0; border-right: 15px solid #fff; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image:after { left: auto; right: 0; transform: rotate(180deg); } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image:before { left: auto; right: 0; } .dt-sc-restaurant-events-list .dt-sc-restaurant-event-image, .dt-sc-restaurant-events-list .dt-sc-restaurant-event-details { float: right; } .dt-sc-restaurant-events-list:before { left: auto; right: calc(24.5% - 15px); transform: rotate(180deg); } .dt-sc-restaurant-events-list:after { left: auto; right: 10px; } .dt-sc-chef-single-details .dt-sc-chef-single-likes h6::before { left: auto; right: 105%; } .dt-sc-chef-single-details .dt-sc-chef-single-likes h6 { float: right; } /**=== Wedding ===**/ .portfolio.type9 .image-overlay { left: auto; right: 5px; } .rsvp-form { text-align: right; } .rsvp-form label { direction: rtl; } .radio-label .wpcf7-list-item label:before { left: auto; right: 3px; } .radio-label input[type='radio']:checked + .wpcf7-list-item-label::before { left: auto; right: -24px; } /**=== Yoga ===**/ .dt-sc-icon-box.type5.alignright { margin-right: 0; } .dt-sc-yoga-teacher .dt-sc-yoga-teacher-overlay a span { margin-left: 0; margin-right: 5px; transform: rotate(180deg); } .yoga-program-sorting .selection-box, .yoga-video-sorting .selection-box { margin-left: 20px; margin-right: 0; } .vcr_float_right .yoga-expert-form input[type='submit'] { float: left; } .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details, .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-wrapper, .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details .dt-sc-yoga-teacher-single-meta li span { float: right; } .dt-sc-yoga-teacher-single .dt-sc-yoga-teacher-single-details { padding-left: 0; padding-right: 30px; } /**=== Photography ===**/ .dt-sc-icon-box.type5.no-icon-bg { direction: ltr; } .dt-sc-faculty .dt-sc-faculty-details, .dt-sc-faculty .dt-sc-sociable, .dt-sc-faculty-single .dt-sc-faculty-single-meta li span, .dt-sc-course .dt-sc-course-details, .dt-sc-course .dt-sc-course-details .dt-sc-course-meta { float: right; } .university-contact-form .form-field i { left: 15px; right: auto; } .university-contact-form .button-field i { left: 0; right: auto; } .slick-list, .slick-slider, .slick-track { direction: ltr; } .domain-search-form label { margin: 0; } .domain-search { border-radius: 5px 0 0 5px; } .dt-sc-tabs-horizontal-frame-container.type4 ul.dt-sc-tabs-horizontal-frame > li > a { min-width: auto; } .alter .dt-sc-triangle-img { left: 10px; } .dt-sc-newsletter-section.type6 form:after, .dt-sc-newsletter-section.type6 .dt-sc-subscribe-frm input[type='submit'] { left: 0; } .dt-sc-newsletter-section.type7 .newsletter-tooltip:before { right: -20px; transform: rotate(180deg); -ms-transform: rotate(180deg); -o-transform: rotate(180deg); -webkit-transform: rotate(180deg); } .dt-sc-newsletter-section.type1 form:before { box-shadow: 10px 0 0 0 #fff; left: auto; right: 0; } .dt-sc-newsletter-section.type1 form:after { left: -100%; margin-left: 1px; right: auto; } .dt-sc-newsletter-section.type1 h2:before, .dt-sc-newsletter-section.type1 h2:after, .dt-sc-newsletter-section.type1 form:before, .dt-sc-newsletter-section.type1 form:after { transform: skewX(-30deg) translateX(15%); } .dt-sc-newsletter-section.type1 h2:before { left: auto; right: -100%; } .dt-sc-newsletter-section.type1 h2:after { margin-left: 0; } .type7 ul.dt-sc-tabs-horizontal-frame { padding-left: 20px; padding-right: 150px; } .type7 .dt-sc-tabs-horizontal-frame:before { left: auto; right: 40px; } .type7 .dt-sc-tabs-horizontal-frame > li:after { border-left: 1px solid #dcdad4; border-right: 0; left: -10px; right: auto; } .dt-sc-tabs-vertical-frame-container.rs_align_middle ul.dt-sc-tabs-vertical-frame li > a { border-left: 0; border-right: 1px solid rgba(0, 0, 0, .1); margin: 0; } .dt-sc-tabs-horizontal-frame-container.type6 { float: left; width: 100%; } .dt-sc-counter.type3 .icon-wrapper:before { left: 0; right: -6px; } .dt-sc-team.type2 .dt-sc-team-details { text-align: right; } .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author { float: left; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 .dt-sc-testimonial-quote { padding-left: 20px; padding-right: 0; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8 .dt-sc-testimonial-author cite { left: 0; right: auto; } .dt-sc-testimonial-wrapper .dt-sc-testimonial.type8.alignright .dt-sc-testimonial-author cite { left: auto; right: 0; } .blog-entry.blog-medium-style .entry-thumb ~ .entry-details { padding-left: 0; padding-right: 30px; } .menu-icons-wrapper { float: left; } .vc_images_carousel { direction: ltr; } #main-menu ul.menu > li > a > i { margin-left: 5px; margin-right: 0; } .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button, .woocommerce .woocommerce-message .button { float: left; } .woocommerce .woocommerce-message:before, .woocommerce .woocommerce-info:before, .woocommerce .woocommerce-error:before { left: auto; right: -20px; } .woocommerce .woocommerce-error, .woocommerce .woocommerce-info, .woocommerce .woocommerce-message, .woocommerce-page .woocommerce-error, .woocommerce-page .woocommerce-info, .woocommerce-page .woocommerce-message { z-index: 9999; } /* Psychiatrist */ .main-header { display: block; } #logo { float: right; margin: 17px 0; } .dt-sc-image-caption.type4 .dt-sc-button span, .dt-sc-testimonial.type5 .dt-sc-testimonial-author cite { float: left; } .vc_min_height_left .alignright.dt-sc-button, .dt-sc-sociable li, .dt-sc-one-half .dt-sc-doctors.style1 .dt-sc-doctors-single-meta li span, .dt-sc-doctors-single-meta li p { float: right; } #toTop { height: 60px; left: 0; right: auto; text-indent: 9999px; } .uavc-list-icon, .vc_custom_1493719450886 { margin: 0 0 0 20px !important; } .vc_min_height_left .dt-sc-title.with-right-border-decor > *:first-child:after, .dt-sc-title.with-right-border-decor > *:first-child:after { left: auto; right: 0; } .dt-sc-title.with-right-border-decor.aligncenter > *:first-child:after { left: 0; } .aligncenter .dt-sc-title.with-right-border-decor > *:first-child:after { left: 0; right: 0; } .vcr_float_right .dt-sc-title.with-right-border-decor > *:first-child:after { left: 0; right: auto; } .last .dt-sc-counter.type1 { border-left: none; } .dt-sc-dark-bg .dt-sc-counter.type1 { border: none !important; } .dt-sc-image-caption.type8.alignleft .dt-sc-image-content, div.footer-widgets h3.widgettitle, .widget_text ul.dt-sc-sociable.alignleft li a, .footer-widgets .widget, .widget ul li { text-align: right; } div.footer-widgets h3.widgettitle, .footer-widgets .widget { text-align: right !important; } .footer-copyright .menu-links { text-align: left; } .dt-sc-image-caption.type8.alignleft .dt-sc-image-content h3:before { left: auto; right: 0; } .dt-sc-icon-box.type2 .icon-content { border-left: none; border-right: 1px solid #e2e2e2; } .section43 .dt-sc-progress .dt-sc-bar-text > span { left: 0; right: auto; } #wpsl-wrap { left: auto; right: 30px; } .page-template-tpl-reservation-php .selection-box:before { left: auto; right: 0; } .column.dt-sc-one-third.dt-sc-fitness-procedure { width: 30%; } /* Shortcodes */ .dt-sc-counter.type2 .icon-wrapper { float: right; margin-left: 20px; margin-right: 0; } .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details ul.dt-sc-team-social, .dt-sc-portfolio-sorting.type3 { text-align: right; } .dt-sc-team.hide-details-show-on-hover .dt-sc-team-details { text-align: right !important; } .dt-sc-counter.type1:after { left: 0; right: auto; } .dt-sc-icon-box.type8 .icon-content h4, .dt-sc-icon-box.type8 .icon-content h5 { margin-left: 0; margin-right: 80px; } .project-details.type2 li, .project-details.type2 li span, blockquote.type1 { text-align: right; } .project-details.type2 li { padding: 0 3% 0 0; } .dt-sc-contact-info.type4:before { left: -7px; right: auto; } .last .dt-sc-contact-info.type4 { border-left: 1px solid; } .dt-sc-contact-info.type4 { border-left-width: 0; border-right-width: 1px; } .dt-sc-counter.type6 h4:before { left: -6px; right: auto; } .dt-sc-icon-box.type10 .icon-content h4::before { left: -26px; right: auto; } .section18 .dt-sc-icon-box.type4 { padding: 25px 68px 20px 20px; } .tpl-blog-holder.apply-isotope .dt-sc-one-half, .tpl-blog-holder.apply-isotope .column.no-space.dt-sc-one-half { width: 48%; } .tpl-blog-holder.apply-isotope .dt-sc-one-half { margin-right: 2%; } /* portfolio */ .portfolio.hover-presentation .image-overlay-details { padding-right: 50px; text-align: right; } .portfolio.hover-extended .image-overlay-details { left: auto; right: 30px; text-align: right; } .portfolio.hover-centered-box .image-overlay-details { left: 0; } .dt-sc-portfolio-fullwidth-container.gallery-list .with-content-right .dt-sc-fixed-content { left: 0; right: auto; }
0.480722
0.077832
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&family=Raleway:wght@300;400;600;900&display=swap"); /* font-family: 'Raleway', sans-serif; font-family: 'MuseoModerno', cursive; */ html { font-size: 10px; } body { font-family: 'Raleway', sans-serif; font-size: 1.4rem; line-height: 2.1rem; color: #333; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } h1 { font-size: 3.2rem; } h1.big-yellow, h1.big-purple, h1.big-blue, h1.big-gray, h1.big-pink { font-size: 3rem; font-weight: 900; text-transform: initial; margin-top: 2rem; } h1.big-yellow.big, h1.big-purple.big, h1.big-blue.big, h1.big-gray.big, h1.big-pink.big { font-size: 4rem; } h1.big-yellow { color: #ffcc00; } h1.big-gray { color: #333; } h1.big-purple { color: #7a0054; } h1.big-pink { color: #cb1b53; } h1.big-blue { color: #00a9ad; } h1 span { display: block; } h2 { font-size: 2.4rem; } h3 { font-size: 1.6rem; } .bg h1 { font-size: 6rem; color: #ffcc00; } .bg h1 strong { font-weight: 900; color: #211e35; } .bg.scroll h1 { color: white; position: absolute; z-index: 1; } @keyframes scroll { 100% { background-position: -3300px 0px; } } @keyframes fadein { 0% { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } @media (max-width: 576px) { html { font-size: 8px; } .navbar-collapse { background: rgba(33, 30, 53, 0.95); padding: 3rem 0; } .navbar-collapse ul li a { margin: 0.8rem 0; } } body { padding-bottom: 8.2rem; } .margin-top { margin-top: 8.5rem; } a.outline { padding: 0.8rem 4rem; color: #333; border: solid 0.2rem #333; transition: all 200ms ease; font-size: 1.6rem; display: inline-block; border-radius: 2.6rem 2.1rem 1.7rem 2rem; font-weight: 700; position: relative; } a.outline:before { content: ''; display: block; } a.outline:hover { color: #fff; background: #ffcc00; border-color: #ffcc00; text-decoration: none; } label:not(.form-check-label) { font-weight: 700; margin-left: 0; } .victs-logo { background: url(../images/logo.svg) no-repeat center center/contain; width: 20rem; height: 5rem; margin: auto; } .accordeon .card { background: none; border: 0; overflow: visible; } .accordeon .card .card-header { background: none; display: flex; justify-content: center; padding: 0; } .accordeon .card .card-header button { color: #fff; outline: none; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; position: absolute; width: 20rem; left: 50%; margin-left: -10rem; bottom: 2rem; } .accordeon .card .card-header button svg { width: 2rem; margin-left: 1rem; } .accordeon .card .card-header button:hover { text-decoration: none; } .accordeon .card .card-body { background: #fff; position: relative; padding: 2rem 0 6rem 0; } .accordeon .card .card-body button { color: #333; } .accordeon .card .card-body button svg { width: 4rem; transform: rotate(0deg); transition: all 500ms ease; } .accordeon .card .card-body button svg:hover { transform: rotate(180deg); } .accordeon .card .card-body button:hover { color: #ffcc00; } .accordeon .card .card-body h1 { margin-top: 4rem; } .accordeon .card .card-body a.outline { margin-top: 6rem; } .only-text { padding: 12rem 0 6rem 0; } .only-text h1 { color: #fb9000; } .only-text strong { color: #333; } .only-text h2 { margin: 4rem auto 1rem auto; } .only-text h3 { font-family: 'Raleway', sans-serif; font-weight: 300; text-transform: uppercase; color: #cb1b53; } .sucess { color: #00a9ad; font-weight: 600; } .module { display: flex; justify-content: center; align-items: center; padding: 6rem 2rem; font-size: 1.8rem; line-height: 3.6rem; } .module p { padding: 0rem 4rem 4rem 4rem; } .module.accordeon { display: block; height: auto; } .module.dark { background: #211e35; color: #fff; } .module.dark h1 { color: #ffcc00; } .module.banner { background: linear-gradient(330deg, #fb9000 0%, #cb1b53 50%, #7a0054 100%); color: #fff; } .module.bg.shape-your-way { background: url(../images/foto-big.jpg) no-repeat right bottom/cover; position: relative; } .module.bg.shape-your-way:before { content: ''; display: block; width: 100%; height: 100%; background: rgba(255, 204, 0, 0.7); position: absolute; z-index: -1; } .module.bg h1 { margin-bottom: -1.5rem; line-height: 9rem; font-size: 14rem; align-self: flex-end; } .module.manifiesto-bttm { background: url(../images/manifiesto-bottom-bg.jpg) no-repeat right bottom/cover; color: #fff; } .module.manifiesto-bttm img { width: 8rem; margin-top: 4rem; } .module.manifiesto-top { background: url(../images/manifiesto-top-bg.jpg) no-repeat right bottom/cover; color: #fff; } .module.manifiesto-top img { width: 8rem; margin-top: 4rem; } .module.trainers-top { background: url(../images/trainers-centers-top.jpg) no-repeat center center/cover; color: #fff; } .module.trainers-top img { width: 8rem; margin-top: 4rem; } hr { margin: 3rem 0; display: block; } .victs-visuals { width: 50rem; height: 50rem; background: url(../images/trainers-center-desktop.png) no-repeat center center/contain; display: block; margin: 3rem auto; } #manifiesto .block h1 { color: #fb9000; } .overlay { background: url(../images/victor.jpg); animation: 100s scroll infinite linear; width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; } .overlay:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 204, 0, 0.7); z-index: 0; } footer { padding: 3rem; font-size: 1rem; display: flex; justify-content: flex-end; border-top: solid 0.1rem #e8e8e8; background: #fff; position: fixed; width: 100%; bottom: 0; z-index: 5; } footer strong { display: inline-block; margin-left: 0.4rem; } #features-block { padding: 20rem 2rem; } #features-block a { background-color: transparent; padding: 1rem 3rem; width: 25rem; height: 5rem; border: solid 1px #fff; color: #fff; text-transform: uppercase; transition: all 200ms ease-in-out; margin: 3rem auto 0 auto; display: flex; align-items: center; justify-content: center; } #features-block a:hover { background-color: #333; color: #fff; text-decoration: none; } .gradient { background: linear-gradient(330deg, #fb9000 0%, #cb1b53 50%, #7a0054 100%); color: #fff; } #reserve { display: flex; justify-content: center; align-items: center; padding: 16rem 0; background: #211e35; color: #fff; } #reserve h1.top { margin-top: 8rem; } .welcome-text h1 { margin-top: 4rem; }
src/stylesheets/styles.css
@import url("https://fonts.googleapis.com/css2?family=MuseoModerno:wght@300&family=Raleway:wght@300;400;600;900&display=swap"); /* font-family: 'Raleway', sans-serif; font-family: 'MuseoModerno', cursive; */ html { font-size: 10px; } body { font-family: 'Raleway', sans-serif; font-size: 1.4rem; line-height: 2.1rem; color: #333; } h1, h2, h3, h4, h5, h6 { font-weight: 400; } h1 { font-size: 3.2rem; } h1.big-yellow, h1.big-purple, h1.big-blue, h1.big-gray, h1.big-pink { font-size: 3rem; font-weight: 900; text-transform: initial; margin-top: 2rem; } h1.big-yellow.big, h1.big-purple.big, h1.big-blue.big, h1.big-gray.big, h1.big-pink.big { font-size: 4rem; } h1.big-yellow { color: #ffcc00; } h1.big-gray { color: #333; } h1.big-purple { color: #7a0054; } h1.big-pink { color: #cb1b53; } h1.big-blue { color: #00a9ad; } h1 span { display: block; } h2 { font-size: 2.4rem; } h3 { font-size: 1.6rem; } .bg h1 { font-size: 6rem; color: #ffcc00; } .bg h1 strong { font-weight: 900; color: #211e35; } .bg.scroll h1 { color: white; position: absolute; z-index: 1; } @keyframes scroll { 100% { background-position: -3300px 0px; } } @keyframes fadein { 0% { opacity: 0; } 10% { opacity: 1; } 90% { opacity: 1; } 100% { opacity: 0; } } @media (max-width: 576px) { html { font-size: 8px; } .navbar-collapse { background: rgba(33, 30, 53, 0.95); padding: 3rem 0; } .navbar-collapse ul li a { margin: 0.8rem 0; } } body { padding-bottom: 8.2rem; } .margin-top { margin-top: 8.5rem; } a.outline { padding: 0.8rem 4rem; color: #333; border: solid 0.2rem #333; transition: all 200ms ease; font-size: 1.6rem; display: inline-block; border-radius: 2.6rem 2.1rem 1.7rem 2rem; font-weight: 700; position: relative; } a.outline:before { content: ''; display: block; } a.outline:hover { color: #fff; background: #ffcc00; border-color: #ffcc00; text-decoration: none; } label:not(.form-check-label) { font-weight: 700; margin-left: 0; } .victs-logo { background: url(../images/logo.svg) no-repeat center center/contain; width: 20rem; height: 5rem; margin: auto; } .accordeon .card { background: none; border: 0; overflow: visible; } .accordeon .card .card-header { background: none; display: flex; justify-content: center; padding: 0; } .accordeon .card .card-header button { color: #fff; outline: none; font-size: 1.6rem; display: flex; align-items: center; justify-content: center; position: absolute; width: 20rem; left: 50%; margin-left: -10rem; bottom: 2rem; } .accordeon .card .card-header button svg { width: 2rem; margin-left: 1rem; } .accordeon .card .card-header button:hover { text-decoration: none; } .accordeon .card .card-body { background: #fff; position: relative; padding: 2rem 0 6rem 0; } .accordeon .card .card-body button { color: #333; } .accordeon .card .card-body button svg { width: 4rem; transform: rotate(0deg); transition: all 500ms ease; } .accordeon .card .card-body button svg:hover { transform: rotate(180deg); } .accordeon .card .card-body button:hover { color: #ffcc00; } .accordeon .card .card-body h1 { margin-top: 4rem; } .accordeon .card .card-body a.outline { margin-top: 6rem; } .only-text { padding: 12rem 0 6rem 0; } .only-text h1 { color: #fb9000; } .only-text strong { color: #333; } .only-text h2 { margin: 4rem auto 1rem auto; } .only-text h3 { font-family: 'Raleway', sans-serif; font-weight: 300; text-transform: uppercase; color: #cb1b53; } .sucess { color: #00a9ad; font-weight: 600; } .module { display: flex; justify-content: center; align-items: center; padding: 6rem 2rem; font-size: 1.8rem; line-height: 3.6rem; } .module p { padding: 0rem 4rem 4rem 4rem; } .module.accordeon { display: block; height: auto; } .module.dark { background: #211e35; color: #fff; } .module.dark h1 { color: #ffcc00; } .module.banner { background: linear-gradient(330deg, #fb9000 0%, #cb1b53 50%, #7a0054 100%); color: #fff; } .module.bg.shape-your-way { background: url(../images/foto-big.jpg) no-repeat right bottom/cover; position: relative; } .module.bg.shape-your-way:before { content: ''; display: block; width: 100%; height: 100%; background: rgba(255, 204, 0, 0.7); position: absolute; z-index: -1; } .module.bg h1 { margin-bottom: -1.5rem; line-height: 9rem; font-size: 14rem; align-self: flex-end; } .module.manifiesto-bttm { background: url(../images/manifiesto-bottom-bg.jpg) no-repeat right bottom/cover; color: #fff; } .module.manifiesto-bttm img { width: 8rem; margin-top: 4rem; } .module.manifiesto-top { background: url(../images/manifiesto-top-bg.jpg) no-repeat right bottom/cover; color: #fff; } .module.manifiesto-top img { width: 8rem; margin-top: 4rem; } .module.trainers-top { background: url(../images/trainers-centers-top.jpg) no-repeat center center/cover; color: #fff; } .module.trainers-top img { width: 8rem; margin-top: 4rem; } hr { margin: 3rem 0; display: block; } .victs-visuals { width: 50rem; height: 50rem; background: url(../images/trainers-center-desktop.png) no-repeat center center/contain; display: block; margin: 3rem auto; } #manifiesto .block h1 { color: #fb9000; } .overlay { background: url(../images/victor.jpg); animation: 100s scroll infinite linear; width: 100%; height: 100%; position: relative; display: flex; justify-content: center; align-items: center; } .overlay:before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255, 204, 0, 0.7); z-index: 0; } footer { padding: 3rem; font-size: 1rem; display: flex; justify-content: flex-end; border-top: solid 0.1rem #e8e8e8; background: #fff; position: fixed; width: 100%; bottom: 0; z-index: 5; } footer strong { display: inline-block; margin-left: 0.4rem; } #features-block { padding: 20rem 2rem; } #features-block a { background-color: transparent; padding: 1rem 3rem; width: 25rem; height: 5rem; border: solid 1px #fff; color: #fff; text-transform: uppercase; transition: all 200ms ease-in-out; margin: 3rem auto 0 auto; display: flex; align-items: center; justify-content: center; } #features-block a:hover { background-color: #333; color: #fff; text-decoration: none; } .gradient { background: linear-gradient(330deg, #fb9000 0%, #cb1b53 50%, #7a0054 100%); color: #fff; } #reserve { display: flex; justify-content: center; align-items: center; padding: 16rem 0; background: #211e35; color: #fff; } #reserve h1.top { margin-top: 8rem; } .welcome-text h1 { margin-top: 4rem; }
0.551574
0.09611
a { color: var(--anchor-color); text-decoration-color: var(--off-background); text-decoration-skip-ink: none; text-decoration-thickness: 1px; transition: color 100ms ease-in-out, text-decoration 100ms ease-in-out; } a[aria-current="page"], a:hover { text-decoration-color: currentColor; } a[aria-current="page"]:not(:hover) { text-decoration-color: var(--off-background) !important; } a:focus { outline: 3px solid var(--accent); outline-offset: 3px; } pre, code, kbd { font-family: var(--mono-font); line-height: 1.5; } kbd, code:not([class]) { font-size: 0.875em; padding: 2px 4px; } pre:not([class]), :not(pre) > code:not([class]) { background: var(--inline-code-background); color: var(--inline-code-color); } pre:not([class]) { overflow-y: auto; } kbd { border: 1px solid var(--off-background); border-radius: 4px; border-bottom-width: 2px; } hr { background: var(--off-background); border: none; height: 1px; margin: 2rem 0; } hr.subtle { background: none; height: 2rem; margin: 0; } /* Type */ li, p { line-height: 1.5; } .heading, h1, h2, h3, h4, h5, h6 { font-family: var(--heading-font); } h1, h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 1rem; } :root { --heading-scale: 0.75rem; } @media screen and (min-width: 500px) { :root { --heading-scale: 1rem; } } h1 { font-size: calc(var(--heading-scale) * 2.25); line-height: 1em; } h2 { font-size: calc(var(--heading-scale) * 1.75); } h3 { font-size: calc(var(--heading-scale) * 1.5); } h4 { font-size: calc(var(--heading-scale) * 1.25); } h5 { font-size: calc(var(--heading-scale) * 1); } h6 { font-size: calc(var(--heading-scale) * 0.875); } blockquote { border-left: 4px solid currentColor; margin-left: 0; margin-right: 0; padding: 0.5rem 1.5rem; } blockquote p { font-style: italic; line-height: 1.25; margin: 0; } li ol, li ul { margin-bottom: 0.25rem; margin-top: 0.25rem; } /* Helpers */ .--clear-child-margins > *:first-child { margin-top: 0; } .--clear-child-margins > *:last-child { margin-bottom: 0 !important; } .--horizontal-list { list-style-type: none; padding: 0; } .--horizontal-list > * { display: inline; } .--horizontal-list > * + * { margin-left: 0.5rem; } .--visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } /* Site header */ .logo-link { --transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1); background: var(--text-color); border-bottom: none !important; color: var(--background) !important; display: block; height: 2rem; position: relative; width: 2rem; } .logo-link::after, .logo-link::before { position: absolute; } .logo-link::before { background: linear-gradient(to bottom right, var(--primary), var(--accent)); bottom: 0; content: ""; left: 0; opacity: 0; right: 0; top: 0; transition: var(--transition); } .logo-link::after { bottom: 0; color: var(--background); content: "MCIP"; font-size: 0.670rem; font-weight: bold; right: 2px; transition: var(--transition); } .logo-link:hover::before, .logo-link:focus::before { opacity: 1; } .logo-link:hover::after { color: white; text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 30%); } .site-header a { color: var(--text-color); font-weight: bold; text-decoration: none; } .site-header a[aria-current="page"], .site-header a:hover { text-decoration-line: underline; text-decoration-style: solid; } .site-header a:hover { color: var(--anchor-color); } /* Main navigation */ /* ============ CONTENT ============ */ .pill { background: var(--off-background); border-radius: 2px; padding: 0.5ch 1ch; font-size: x-small; } .date { font-size: 0.875rem; font-weight: bold; text-transform: uppercase; } /* Direct Links / Markdown Headers */ a.direct-link { color: var(--text-color); font-weight: normal; margin-left: 0.125em; opacity: 0.125; text-decoration: none; } a[href].direct-link:focus, a[href].direct-link:hover { color: var(--anchor-color); opacity: 1; } .article-list article { margin-top: 2rem; } .article-list article > * { margin: 0; } .article-list article > * + * { margin-top: 0.5rem !important; } .article__image { width: 100%; } .wip-block { border: 1px solid var(--off-background); font-size: 87.5%; margin-bottom: 2rem; padding: 1rem; } .note-layout { display: flex; flex-direction: column; min-height: 100vh; } .note-layout main { flex: 1; } .note-container { margin: 0 auto; } .note-container > footer { margin-top: 2rem; text-align: right; } .note { --accent-height: 4px; background-color: var(--text-color); color: var(--background); margin-top: 2rem; padding: 2rem; padding-top: calc(2rem + var(--accent-height)); position: relative; } .note::before { content: ""; background: linear-gradient(to right, var(--accent), var(--primary)); height: var(--accent-height); left: 0; position: absolute; top: 0; width: 100%; } .note__header > * + * { margin-left: 0.5rem; } .note__header a { color: currentColor; opacity: 0.75; } .note__header a:not(:hover):not(:focus) { text-decoration: none; } .note__body { font-size: 1.25em; margin: 1rem 0 0; } .note__body p { line-height: 1.3; } .note__body a { color: var(--note-anchor-color); } .note__body code:not([class]) { background-color: transparent; color: var(--background); } /* Site footer */ .site-footer { border-top: 1px solid var(--off-background); } .site-footer h2 { font-size: 1rem; margin-bottom: 0; } .site-footer nav { display: flex; flex-direction: column; align-items: flex-start; } .site-footer nav a { font-size: smaller; margin-top: 0.375em; } @media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } } iframe.yt-shortcode { height: 50vw; margin: 1rem 0; max-height: 25rem; width: 100%; }
src/css/index.css
a { color: var(--anchor-color); text-decoration-color: var(--off-background); text-decoration-skip-ink: none; text-decoration-thickness: 1px; transition: color 100ms ease-in-out, text-decoration 100ms ease-in-out; } a[aria-current="page"], a:hover { text-decoration-color: currentColor; } a[aria-current="page"]:not(:hover) { text-decoration-color: var(--off-background) !important; } a:focus { outline: 3px solid var(--accent); outline-offset: 3px; } pre, code, kbd { font-family: var(--mono-font); line-height: 1.5; } kbd, code:not([class]) { font-size: 0.875em; padding: 2px 4px; } pre:not([class]), :not(pre) > code:not([class]) { background: var(--inline-code-background); color: var(--inline-code-color); } pre:not([class]) { overflow-y: auto; } kbd { border: 1px solid var(--off-background); border-radius: 4px; border-bottom-width: 2px; } hr { background: var(--off-background); border: none; height: 1px; margin: 2rem 0; } hr.subtle { background: none; height: 2rem; margin: 0; } /* Type */ li, p { line-height: 1.5; } .heading, h1, h2, h3, h4, h5, h6 { font-family: var(--heading-font); } h1, h2, h3, h4, h5, h6 { margin-top: 1em; margin-bottom: 1rem; } :root { --heading-scale: 0.75rem; } @media screen and (min-width: 500px) { :root { --heading-scale: 1rem; } } h1 { font-size: calc(var(--heading-scale) * 2.25); line-height: 1em; } h2 { font-size: calc(var(--heading-scale) * 1.75); } h3 { font-size: calc(var(--heading-scale) * 1.5); } h4 { font-size: calc(var(--heading-scale) * 1.25); } h5 { font-size: calc(var(--heading-scale) * 1); } h6 { font-size: calc(var(--heading-scale) * 0.875); } blockquote { border-left: 4px solid currentColor; margin-left: 0; margin-right: 0; padding: 0.5rem 1.5rem; } blockquote p { font-style: italic; line-height: 1.25; margin: 0; } li ol, li ul { margin-bottom: 0.25rem; margin-top: 0.25rem; } /* Helpers */ .--clear-child-margins > *:first-child { margin-top: 0; } .--clear-child-margins > *:last-child { margin-bottom: 0 !important; } .--horizontal-list { list-style-type: none; padding: 0; } .--horizontal-list > * { display: inline; } .--horizontal-list > * + * { margin-left: 0.5rem; } .--visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; } /* Site header */ .logo-link { --transition: opacity 200ms cubic-bezier(0.215, 0.61, 0.355, 1); background: var(--text-color); border-bottom: none !important; color: var(--background) !important; display: block; height: 2rem; position: relative; width: 2rem; } .logo-link::after, .logo-link::before { position: absolute; } .logo-link::before { background: linear-gradient(to bottom right, var(--primary), var(--accent)); bottom: 0; content: ""; left: 0; opacity: 0; right: 0; top: 0; transition: var(--transition); } .logo-link::after { bottom: 0; color: var(--background); content: "MCIP"; font-size: 0.670rem; font-weight: bold; right: 2px; transition: var(--transition); } .logo-link:hover::before, .logo-link:focus::before { opacity: 1; } .logo-link:hover::after { color: white; text-shadow: 1px 1px 1px hsla(0, 0%, 0%, 30%); } .site-header a { color: var(--text-color); font-weight: bold; text-decoration: none; } .site-header a[aria-current="page"], .site-header a:hover { text-decoration-line: underline; text-decoration-style: solid; } .site-header a:hover { color: var(--anchor-color); } /* Main navigation */ /* ============ CONTENT ============ */ .pill { background: var(--off-background); border-radius: 2px; padding: 0.5ch 1ch; font-size: x-small; } .date { font-size: 0.875rem; font-weight: bold; text-transform: uppercase; } /* Direct Links / Markdown Headers */ a.direct-link { color: var(--text-color); font-weight: normal; margin-left: 0.125em; opacity: 0.125; text-decoration: none; } a[href].direct-link:focus, a[href].direct-link:hover { color: var(--anchor-color); opacity: 1; } .article-list article { margin-top: 2rem; } .article-list article > * { margin: 0; } .article-list article > * + * { margin-top: 0.5rem !important; } .article__image { width: 100%; } .wip-block { border: 1px solid var(--off-background); font-size: 87.5%; margin-bottom: 2rem; padding: 1rem; } .note-layout { display: flex; flex-direction: column; min-height: 100vh; } .note-layout main { flex: 1; } .note-container { margin: 0 auto; } .note-container > footer { margin-top: 2rem; text-align: right; } .note { --accent-height: 4px; background-color: var(--text-color); color: var(--background); margin-top: 2rem; padding: 2rem; padding-top: calc(2rem + var(--accent-height)); position: relative; } .note::before { content: ""; background: linear-gradient(to right, var(--accent), var(--primary)); height: var(--accent-height); left: 0; position: absolute; top: 0; width: 100%; } .note__header > * + * { margin-left: 0.5rem; } .note__header a { color: currentColor; opacity: 0.75; } .note__header a:not(:hover):not(:focus) { text-decoration: none; } .note__body { font-size: 1.25em; margin: 1rem 0 0; } .note__body p { line-height: 1.3; } .note__body a { color: var(--note-anchor-color); } .note__body code:not([class]) { background-color: transparent; color: var(--background); } /* Site footer */ .site-footer { border-top: 1px solid var(--off-background); } .site-footer h2 { font-size: 1rem; margin-bottom: 0; } .site-footer nav { display: flex; flex-direction: column; align-items: flex-start; } .site-footer nav a { font-size: smaller; margin-top: 0.375em; } @media (prefers-reduced-motion: no-preference) { html { scroll-behavior: smooth; } } iframe.yt-shortcode { height: 50vw; margin: 1rem 0; max-height: 25rem; width: 100%; }
0.524882
0.143457
background-color: #204d74; border-radius: 5px; width: 140px; } #search-hotels { background-color : #204d74; border-radius : 5px; width : 140px; font-size: 24px; } #save-profile-updates { font-size : 30px; background-color : #204d74 ; border-radius : 5px; } #admin-change-role { font-size: 18px; height: 40px; width: 100px; } #admin-add-feature { font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:20px; margin-bottom: 40px; } #admin-feature-add { font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:40px; float: right; } #admin-feature-back{ font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:40px; float: left; } #update-feature { background-color: #204d74; border-radius: 5px; width: 80px; margin-bottom: 0.2cm; } #back-feature { background-color: #0066FF; border-radius: 5px; width: 80px; margin-bottom: 0.2cm; float: right; } #hotel-register { background-color: #204d74; font-size:24px; border-radius: 5px; width: 140px; height: 50px; } #hotel-back { font-size:24px; float: left; background-color: #204d74; border-radius: 5px; width: 140px; height: 50px; } #add-room { background-color:#204d74; color: white; font-size: 24px; float: right; border-radius : 5px; width: 140px; height: 50px; } #editroom{ } #room-back { background-color:#204d74; border-radius : 5px; width: 140px; float: left; font-size:24px; height: 50px; } #confirm{ font-size : 20px; background-color : #0066FF; border-radius : 5px; width : 90px; height : 40px ; float: right; } #add-room-submit { background-color: #204d74; border-radius : 5px; width: 140px; font-size:24px; height: 50px; float: right; } #addhotel{ font-size:24px; float: left; margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; } #add-room-back { background-color: #204d74; border-radius : 5px; width: 140px; font-size:24px; height: 50px; float: left; } #edit-room-submit { font-size:24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 50px; } #subscribe{ font-size:24px; background-color: #204d74; border-radius: 5px; width: 200px; height: 50px; margin-left: 50%; } #edit-room-back { font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; float: left; } #edit-room-add-price { background-color: #204d74; border-radius: 5px; height: 45px; width: 140px; margin-right: 40%; margin-top: 20px; float: right; } #post-comment { font-size:24px; background-color: #204d74; border-radius: 5px; width: 80px; height: 40px; margin-bottom: 0.2cm; } .nav-ddl-font17 { font-size: 17px; } #middlebuttons{ font-size: 20px; } #textcenter{ text-align: center; } #updatehotel{ font-size:24px; background-color: #204d74; border-radius: 5px; width: 80px; height: 45px; float: right; } #btnLogin{ font-size: 20px; width: 140px; align-self: center; margin-left: 22%; } .book{ font-size: 24px; margin-top: 1em; text-align: center; align-content: center; margin-bottom: 1em; width : 140px; } .edit{ text-align: center; align-content: center; margin-left: 20px; float: left; height: 40px; color: white; margin-bottom: 40px; font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; } #back{ margin-bottom: 40px; color: white; font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; float: left; } #modal-button-blue { background-color: #204d74; border-radius: 5px; height: 45px; width: 100px; float: right; margin-right: 15px; } #modal-button-white { background-color: white; border-radius: 5px; height: 45px; width: 100px; float: right; margin-right: 15px; border: 1px solid darkgray; color: black; } #available{ color: #189800; font-size: 25px; text-align: center; } #not-available { color : red; font-size: 20px; text-align: center; } .forgotten-password-a { font-size: 16px; color: #204d74; font-weight: bold; } .forgotten-password-div { margin-left: 15px; margin-top: 15px; width: 120px; align-self: center; } .submit{ background-color: #204d74; border-radius: 5px; height: 40px; width: 140px; } #submitFAQ{ margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; } #addFAQ{ margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; float: right; } #editFAQ{ background-color: #204d74; border-radius: 5px; height: 30px; width: 80px; font-size: 24px; text-align: center; } #searchFAQ{ background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; text-align: center; float: left; color: white; margin-bottom: 40px; margin-top: 20px; } h2 { text-align: center; } .p { text-align: center; padding-top: 130px; }
public/stylesheets/buttons.css
background-color: #204d74; border-radius: 5px; width: 140px; } #search-hotels { background-color : #204d74; border-radius : 5px; width : 140px; font-size: 24px; } #save-profile-updates { font-size : 30px; background-color : #204d74 ; border-radius : 5px; } #admin-change-role { font-size: 18px; height: 40px; width: 100px; } #admin-add-feature { font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:20px; margin-bottom: 40px; } #admin-feature-add { font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:40px; float: right; } #admin-feature-back{ font-size: 24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 40px; margin-top:40px; float: left; } #update-feature { background-color: #204d74; border-radius: 5px; width: 80px; margin-bottom: 0.2cm; } #back-feature { background-color: #0066FF; border-radius: 5px; width: 80px; margin-bottom: 0.2cm; float: right; } #hotel-register { background-color: #204d74; font-size:24px; border-radius: 5px; width: 140px; height: 50px; } #hotel-back { font-size:24px; float: left; background-color: #204d74; border-radius: 5px; width: 140px; height: 50px; } #add-room { background-color:#204d74; color: white; font-size: 24px; float: right; border-radius : 5px; width: 140px; height: 50px; } #editroom{ } #room-back { background-color:#204d74; border-radius : 5px; width: 140px; float: left; font-size:24px; height: 50px; } #confirm{ font-size : 20px; background-color : #0066FF; border-radius : 5px; width : 90px; height : 40px ; float: right; } #add-room-submit { background-color: #204d74; border-radius : 5px; width: 140px; font-size:24px; height: 50px; float: right; } #addhotel{ font-size:24px; float: left; margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; } #add-room-back { background-color: #204d74; border-radius : 5px; width: 140px; font-size:24px; height: 50px; float: left; } #edit-room-submit { font-size:24px; background-color: #204d74; border-radius: 5px; width: 140px; height: 50px; } #subscribe{ font-size:24px; background-color: #204d74; border-radius: 5px; width: 200px; height: 50px; margin-left: 50%; } #edit-room-back { font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; float: left; } #edit-room-add-price { background-color: #204d74; border-radius: 5px; height: 45px; width: 140px; margin-right: 40%; margin-top: 20px; float: right; } #post-comment { font-size:24px; background-color: #204d74; border-radius: 5px; width: 80px; height: 40px; margin-bottom: 0.2cm; } .nav-ddl-font17 { font-size: 17px; } #middlebuttons{ font-size: 20px; } #textcenter{ text-align: center; } #updatehotel{ font-size:24px; background-color: #204d74; border-radius: 5px; width: 80px; height: 45px; float: right; } #btnLogin{ font-size: 20px; width: 140px; align-self: center; margin-left: 22%; } .book{ font-size: 24px; margin-top: 1em; text-align: center; align-content: center; margin-bottom: 1em; width : 140px; } .edit{ text-align: center; align-content: center; margin-left: 20px; float: left; height: 40px; color: white; margin-bottom: 40px; font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; } #back{ margin-bottom: 40px; color: white; font-size:24px; background-color:#204d74; border-radius : 5px; width: 140px; float: left; } #modal-button-blue { background-color: #204d74; border-radius: 5px; height: 45px; width: 100px; float: right; margin-right: 15px; } #modal-button-white { background-color: white; border-radius: 5px; height: 45px; width: 100px; float: right; margin-right: 15px; border: 1px solid darkgray; color: black; } #available{ color: #189800; font-size: 25px; text-align: center; } #not-available { color : red; font-size: 20px; text-align: center; } .forgotten-password-a { font-size: 16px; color: #204d74; font-weight: bold; } .forgotten-password-div { margin-left: 15px; margin-top: 15px; width: 120px; align-self: center; } .submit{ background-color: #204d74; border-radius: 5px; height: 40px; width: 140px; } #submitFAQ{ margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; } #addFAQ{ margin-bottom: 40px; margin-top: 20px; background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; float: right; } #editFAQ{ background-color: #204d74; border-radius: 5px; height: 30px; width: 80px; font-size: 24px; text-align: center; } #searchFAQ{ background-color: #204d74; border-radius: 5px; height: 50px; width: 140px; font-size: 24px; text-align: center; float: left; color: white; margin-bottom: 40px; margin-top: 20px; } h2 { text-align: center; } .p { text-align: center; padding-top: 130px; }
0.290176
0.118717
body {direction: rtl} .sliderr, .anyClass, #toTop, .twitter_row, .pp_pic_holder {direction: ltr} .logo, .sf-menu, .social a, .sf-menu li, .foot-menu li, .product_inner .price {float: right} #header .search, .social-head, .rating {float: left} .site_description { margin: 44px 10px 36px 0; border-left: 0; border-right: 1px solid #DCDCDC; float: right; padding: 0 20px 0 0; } #header .search button { right: auto; left: 12px } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: auto; right: 0 } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { right: 172px; left: auto } .sf-menu i, .custom_block1 ul li i { margin-left: 8px; margin-right: 0 } li li a .sf-sub-indicator { top: 8px; left: 6%; right: auto; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); } .sf-menu li li a.sf-with-ul { padding-right: 15px } .services [class^="grid_"] .tbutton { left: 0; right: auto } .col-title { padding: 0 20px 20px 0; border-left: 0; border-right: 1px solid #E7E7E7 } .nexte { right: auto; left: 26px; padding: 0 8px 0 } .preve { right: auto; left: 0; padding: 0 } .tten {display: -webkit-grid} .sf-menu a.sf-with-ul { padding-right: 20px; padding-left: 30px } a > .sf-sub-indicator { right: auto; left: 8% } .contact_page .col-title {padding: 0 20px 0 0} .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { float: right } .alpha { margin-right: 1% !important; margin-left: 0 !important; } .omega { margin-left: 1% !important; margin-right: 0 !important; } a.notification-close { left: 20px; right: auto } .notification-box p i { padding-left: 10px; border-left: 1px solid; margin-left: 10px; padding-right: 0; border-right: 0; margin-right: 0 } .progress-bar .progress-bar-text { right: 8px; left: auto } .page-title {padding: 32px 20px 0 0} .breadcrumbIn {padding: 5px 20px 40px 0} .breadcrumbIn li:before { right: -4px; left: auto; } .breadcrumbIn ul li:first-child {padding: 0 0 0 10px} .loop_box_one .date i, .tab-content-items i, .tags i, .loop_box_one .view i, .list i { padding-left: 4px; padding-right: 0 } .tab-content-items .post-thumbnail { float: right; margin: 0 0 0 10px } .tabs li { float: right; margin: 0 } .tabs li a { border-right: 0; border-left: 1px solid #E6E6E6 } .progress-bar span {float: right} #testimonials .flex-direction-nav .flex-next { right: auto; left: 18px } #testimonials .flex-direction-nav .flex-prev { right: auto; left: 0 } .testimonial-s .testimonial-details { margin: 0px 50px 8px 0; float: right; text-align: right } .testimonial-arrow { right: 40px; left: auto } .testimonial-arrow2 { border-width: 20px 0 0 20px; right: 20px; left: auto } .testimonial-details2 { padding: 10px 10px 0; float: right } .client-avat { right: 2px; left: auto; } .widget #searchwidget button, #newsletters button { left: 14px; right: auto } .widget .list li a span, .left-sidebar .posts {float: left} .portfolio_single .col-title {padding: 0 20px 20px 0} .project_links a:first-child {margin-left: 10px} .project_links a:last-child {margin-left: 0} .shop .product .sale { right: -22px; left: auto; } table.shop_table, .woocommerce table.shop_table {text-align: right}
rtl.css
body {direction: rtl} .sliderr, .anyClass, #toTop, .twitter_row, .pp_pic_holder {direction: ltr} .logo, .sf-menu, .social a, .sf-menu li, .foot-menu li, .product_inner .price {float: right} #header .search, .social-head, .rating {float: left} .site_description { margin: 44px 10px 36px 0; border-left: 0; border-right: 1px solid #DCDCDC; float: right; padding: 0 20px 0 0; } #header .search button { right: auto; left: 12px } .sf-menu li:hover ul, .sf-menu li.sfHover ul { left: auto; right: 0 } ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul { right: 172px; left: auto } .sf-menu i, .custom_block1 ul li i { margin-left: 8px; margin-right: 0 } li li a .sf-sub-indicator { top: 8px; left: 6%; right: auto; -webkit-transform: rotate(-180deg); -moz-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); } .sf-menu li li a.sf-with-ul { padding-right: 15px } .services [class^="grid_"] .tbutton { left: 0; right: auto } .col-title { padding: 0 20px 20px 0; border-left: 0; border-right: 1px solid #E7E7E7 } .nexte { right: auto; left: 26px; padding: 0 8px 0 } .preve { right: auto; left: 0; padding: 0 } .tten {display: -webkit-grid} .sf-menu a.sf-with-ul { padding-right: 20px; padding-left: 30px } a > .sf-sub-indicator { right: auto; left: 8% } .contact_page .col-title {padding: 0 20px 0 0} .grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 { float: right } .alpha { margin-right: 1% !important; margin-left: 0 !important; } .omega { margin-left: 1% !important; margin-right: 0 !important; } a.notification-close { left: 20px; right: auto } .notification-box p i { padding-left: 10px; border-left: 1px solid; margin-left: 10px; padding-right: 0; border-right: 0; margin-right: 0 } .progress-bar .progress-bar-text { right: 8px; left: auto } .page-title {padding: 32px 20px 0 0} .breadcrumbIn {padding: 5px 20px 40px 0} .breadcrumbIn li:before { right: -4px; left: auto; } .breadcrumbIn ul li:first-child {padding: 0 0 0 10px} .loop_box_one .date i, .tab-content-items i, .tags i, .loop_box_one .view i, .list i { padding-left: 4px; padding-right: 0 } .tab-content-items .post-thumbnail { float: right; margin: 0 0 0 10px } .tabs li { float: right; margin: 0 } .tabs li a { border-right: 0; border-left: 1px solid #E6E6E6 } .progress-bar span {float: right} #testimonials .flex-direction-nav .flex-next { right: auto; left: 18px } #testimonials .flex-direction-nav .flex-prev { right: auto; left: 0 } .testimonial-s .testimonial-details { margin: 0px 50px 8px 0; float: right; text-align: right } .testimonial-arrow { right: 40px; left: auto } .testimonial-arrow2 { border-width: 20px 0 0 20px; right: 20px; left: auto } .testimonial-details2 { padding: 10px 10px 0; float: right } .client-avat { right: 2px; left: auto; } .widget #searchwidget button, #newsletters button { left: 14px; right: auto } .widget .list li a span, .left-sidebar .posts {float: left} .portfolio_single .col-title {padding: 0 20px 20px 0} .project_links a:first-child {margin-left: 10px} .project_links a:last-child {margin-left: 0} .shop .product .sale { right: -22px; left: auto; } table.shop_table, .woocommerce table.shop_table {text-align: right}
0.380414
0.141341
.imageList{ display: flex; flex-wrap: wrap; background-color: #f5f5f5; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 12px 50px 0 rgba(0, 0, 0, .05); padding: 10px; } .pager{ display: flex; } .status{} .pager .status{ margin-right: auto; margin-top: 5px; } .pager input{ width: 60px; text-align: center; padding-left: 8px; margin-left: 10px; } .pager span:before{ vertical-align: middle; display: inline-block; padding-left: 10px; cursor: pointer; } .prev:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" /></svg>'); } .first:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M18.41,16.59L13.82,12L18.41,7.41L17,6L11,12L17,18L18.41,16.59M6,6H8V18H6V6Z" /></svg>'); } .next:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>'); } .last:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M5.59,7.41L10.18,12L5.59,16.59L7,18L13,12L7,6L5.59,7.41M16,6H18V18H16V6Z" /></svg>'); } .loading{ height: calc(100vh - 200px); display: flex; align-items: center; justify-content: center; } .loading:before{ content: ''; display: inline-block; width: 40px; height: 40px; border-radius: 50%; border: 4px solid #bababa; border-top-color: transparent; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; margin-right: 20px; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
src/app/components/ImageList/style.css
.imageList{ display: flex; flex-wrap: wrap; background-color: #f5f5f5; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .2), 0 12px 50px 0 rgba(0, 0, 0, .05); padding: 10px; } .pager{ display: flex; } .status{} .pager .status{ margin-right: auto; margin-top: 5px; } .pager input{ width: 60px; text-align: center; padding-left: 8px; margin-left: 10px; } .pager span:before{ vertical-align: middle; display: inline-block; padding-left: 10px; cursor: pointer; } .prev:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M15.41,16.58L10.83,12L15.41,7.41L14,6L8,12L14,18L15.41,16.58Z" /></svg>'); } .first:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M18.41,16.59L13.82,12L18.41,7.41L17,6L11,12L17,18L18.41,16.59M6,6H8V18H6V6Z" /></svg>'); } .next:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M8.59,16.58L13.17,12L8.59,7.41L10,6L16,12L10,18L8.59,16.58Z" /></svg>'); } .last:before{ content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"><path fill="#bababa" d="M5.59,7.41L10.18,12L5.59,16.59L7,18L13,12L7,6L5.59,7.41M16,6H18V18H16V6Z" /></svg>'); } .loading{ height: calc(100vh - 200px); display: flex; align-items: center; justify-content: center; } .loading:before{ content: ''; display: inline-block; width: 40px; height: 40px; border-radius: 50%; border: 4px solid #bababa; border-top-color: transparent; -webkit-animation:spin 4s linear infinite; -moz-animation:spin 4s linear infinite; animation:spin 4s linear infinite; margin-right: 20px; } @-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } } @-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } } @keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }
0.466116
0.082107
*, *::after, *::before { box-sizing: border-box; } html body { width: 100%; height: 100%; } body { margin: 0; padding: 0; background: #F5F4F4; color: #67575D; font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px; line-height: 1.3; } p{ font-family: 'Caveat', cursive; font-size: 240%; } .background-container { position: fixed; width: 50%; height: 100%; background: linear-gradient(to bottom, #f4b261 0%, #f1685f 100%); z-index: -1; text-align: center; } .container { border: 3px solid #132e3f; display: flex; flex-direction: column; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 517px; height: 515px; background: #faeaea; box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1); display: flex; } .header { font-size: larger; text-align: center; color: rgb(0, 0, 0); } .sudoku-block { margin: auto; flex-direction: column; display: flex; justify-content: center; } table { border: 3px solid rgb(180, 174, 174); display: inline-block; } tr:first-child td { border-top-color: rgb(255, 255, 255); } tr:nth-child(3n) td { border-bottom-color: rgb(0, 0, 0); } td { border: 1px solid rgb(170, 170, 170); height: 40px; width: 40px; } td:first-child { border-left-color: rgb(255, 255, 255); } td:nth-child(3n) { border-right-color: rgb(0, 0, 0); } input { background: scroll; padding: 0; text-align: center; font-size: larger; font:bolder; border: 0; height: 50px; width: 50px; text-align: center; color: rgba(255, 13, 13, 0.658); } input:hover { background: rgba(255, 145, 71, 0.87); columns: rgb(0, 0, 0); } button { width: 14rem; height: 3rem; font-size: 1em; background: hsla(51, 100%, 51%, 0.637); color: rgb(0, 0, 0); border: 0.15rem solid #000000; border-radius: 2.5rem; padding: 10px 10px; margin: 1rem; position: relative; z-index: 1; overflow: hidden; } button:hover { color: #000000; background : Orange; } .buttons-container{ display: flex; } @media screen and (max-width: 800px) { .p{ color: #F5F4F4; } }
style.css
*, *::after, *::before { box-sizing: border-box; } html body { width: 100%; height: 100%; } body { margin: 0; padding: 0; background: #F5F4F4; color: #67575D; font-family: 'Barlow Semi Condensed', sans-serif; font-size: 18px; line-height: 1.3; } p{ font-family: 'Caveat', cursive; font-size: 240%; } .background-container { position: fixed; width: 50%; height: 100%; background: linear-gradient(to bottom, #f4b261 0%, #f1685f 100%); z-index: -1; text-align: center; } .container { border: 3px solid #132e3f; display: flex; flex-direction: column; text-align: center; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 517px; height: 515px; background: #faeaea; box-shadow: 0px 10px 15px 5px rgba(0, 0, 0, 0.1); display: flex; } .header { font-size: larger; text-align: center; color: rgb(0, 0, 0); } .sudoku-block { margin: auto; flex-direction: column; display: flex; justify-content: center; } table { border: 3px solid rgb(180, 174, 174); display: inline-block; } tr:first-child td { border-top-color: rgb(255, 255, 255); } tr:nth-child(3n) td { border-bottom-color: rgb(0, 0, 0); } td { border: 1px solid rgb(170, 170, 170); height: 40px; width: 40px; } td:first-child { border-left-color: rgb(255, 255, 255); } td:nth-child(3n) { border-right-color: rgb(0, 0, 0); } input { background: scroll; padding: 0; text-align: center; font-size: larger; font:bolder; border: 0; height: 50px; width: 50px; text-align: center; color: rgba(255, 13, 13, 0.658); } input:hover { background: rgba(255, 145, 71, 0.87); columns: rgb(0, 0, 0); } button { width: 14rem; height: 3rem; font-size: 1em; background: hsla(51, 100%, 51%, 0.637); color: rgb(0, 0, 0); border: 0.15rem solid #000000; border-radius: 2.5rem; padding: 10px 10px; margin: 1rem; position: relative; z-index: 1; overflow: hidden; } button:hover { color: #000000; background : Orange; } .buttons-container{ display: flex; } @media screen and (max-width: 800px) { .p{ color: #F5F4F4; } }
0.424889
0.067917
/*console*/ #copySource { opacity: 0; } #consoleCont { margin: 10px; width: calc(100vw - 20px); height: calc(100vh - 84px); background-color: rgb(40,40,40); display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; } #consoleFiller { -webkit-flex-grow: 100; flex-grow: 100; } #linesCont { font-family: 'Consolas'; overflow-y: scroll; overflow-x: hidden; padding: 0 10px; max-height: calc(100vh - 114px); } .line:first-child { padding-top: 10px; } .line:last-child { padding-bottom: 5px; } .lineTimestamp { color: rgb(200,200,200); display: inline; margin-right: 10px; } .lineContent { color: rgb(255,255,255); display: inline; } .logLine { border-bottom: 1px solid rgb(60,60,60); margin: 3px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; } #consoleInfo { height: 30px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; color: white; font-size: 150%; padding: 0 10px; } #filterCont { z-index: 500; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; } .centerVertical { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; height: 100%; } #consoleInfoTxtCont { cursor: pointer; float: right; margin-top: 7px; } #whatIsThis .active, #whatIsThis #consoleInfoTxtCont { display: none; } #whatIsThis .inactive { display: -webkit-flex; display: flex; } #whatIsThis:hover .active, #whatIsThis:hover #consoleInfoTxtCont { display: -webkit-flex; display: flex; } #whatIsThis:hover .inactive { display:none; } #consoleInfoTxt { position: absolute; z-index: 10000; margin-top: -24px; margin-left: 24px; width: 250px; background-color: #4c4c4c; border: 1px solid black; padding: 5px; font-size:15.6px; font-weight:normal; } #consoleInfoTxt.expandLeft { margin-left: -263px; } #tabFilter, #idFilter { position: relative; } #consoleStats { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; justify-content: flex-end; } #consoleStats > * { margin-left: 10px; } .dropdownFilter { margin-right: 10px; } .dropdownFilter paper-dropdown-menu paper-menu { background-color: rgb(40,40,40); width: 150px; padding: 0; } .dropdownFilter #dropdownSelectedCont { margin: 0; } .dropdownFilter #dropdownSelected { font-size: 100%; color: white; } .dropdownFilter paper-item { color: white; display: block; padding: 8px; } .dropdownFilter .menuSelectedCheckmark { transform: translateY(2px); } .lineSource { color: white; } .lineSourceTabCont { cursor: pointer; position: relative; } .lineSourceTabCont:hover { text-decoration: underline; } .lineSourceTabCont:focus { outline: none; } .lineSourceTabCont:focus::before { background-color: rgba(0,0,0,.1); border-radius: 2px; bottom: -4px; content: ' '; left: -4px; margin: auto; padding: 4px; position: absolute; right: -4px; top: -4px; } .toastLink { color: rgb(238, 255, 65); margin: 10px; cursor: pointer; } #inputFieldPrefix { color: rgb(255, 255, 255); font-family: 'Consolas'; display: inline-block; } #consoleInput { background-color: rgb(40,40,40); border: 0; outline: none; color: white; -webkit-flex-grow: 100; flex-grow: 100; font-family: 'Consolas'; margin-left: 5px; padding: 0; overflow: hidden; } #textFilter input { color: white; } #textFilter paper-input-container { padding: 2px 0; } #inputFieldCont { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; margin-bottom: 8px; position: relative; } #inputFieldWarning { color: #FF5722; position: absolute; margin-left: 10px; opacity: 0; transition: opacity 150ms ease-in; pointer-events: none; user-select: none; } #inputFieldWarning.visible { opacity: 1; } #prefixSpinner { width: 10px; height: 10px; } #console > paper-material { margin-bottom: 5px; } .lineContent > * { margin-right: 10px; display: inline-block; } /*console end*/ /*object*/ .objectElementValueCont { display: -webkit-flex; display: flex; margin-right: 3px; } .objectElementPreviewArea, .objectElementPreviewCont { display: -webkit-flex; display: flex; } .objectElementExpandArrow { cursor: pointer; transition: transform 150ms linear; fill: white; user-select: none; } .objectElementExpandArrow.toggled { transform: rotate(90deg); } .expandedObjectElement { display: -webkit-flex; display: flex; } .expandedObjectElementIndex { direction: flex; -webkit-flex-direction: column; flex-direction: column; } .objectElementExpanded { margin-left: 17px; -webkit-flex-direction: column; flex-direction: column; display: none; } .objectElementExpanded.visible { display: -webkit-flex; display: flex; } .expandedobjectElement:last-of-type { margin-bottom: 5px; } .expandedObjectElementValue { margin-left: 5px; display: inline-block; } .objectElementKey { color: #83d8ff; } .specialArrayElement { font-weight: bold; font-family: 'Roboto'; } /*object end*/ /*string*/ .stringElementValue[type="string"] { color: rgb(255,200,200); } .stringElementValue[type="number"] { color: rgb(200,255,200); } .stringElementValue[type="boolean"] { color: rgb(100,100,255); } /*string end*/ /*function*/ .functionElementExpanded { margin-left: 17px; -webkit-flex-direction: column; flex-direction: column; display: none; } .functionElementExpanded.visible { display: -webkit-flex; display: flex; } .functionElementPrefix, .functionElementPrefixCont, .functionElementValue { display: inline; } .functionElementKeyword { color: #ff61ff; } .functionElementPreviewArea { display: -webkit-flex; display: flex; } .functionElement { display: -webkit-flex; display: flex; flex-direction: column } /*function end*/ /*eval*/ .evalElementCommandPrefix, .evalElementCommandValue, .evalElementReturnPrefix, .evalElementReturnValue { display: inline-block; } .evalElementCommandValue, .evalElementReturnValue { padding-left: 10px; } /*eval end*/ /*context menu*/ #contextMenu { display: none; position: absolute; background-color: #f1f1f1; font-size: 120%; } #contextMenu.visible { display: block; } .contextMenuElement { padding: 8px; cursor: pointer; } .contextMenuElement:hover { background-color: #c3c3c3; } .contextMenuElement.disabled { display: none; } /*context menu end*/ .evalElementStatus paper-spinner { width: 13px; height: 13px; } .evalElementStatus paper-spinner .circle { border-width: 2px; }
app/elements/log-console/log-console.css
/*console*/ #copySource { opacity: 0; } #consoleCont { margin: 10px; width: calc(100vw - 20px); height: calc(100vh - 84px); background-color: rgb(40,40,40); display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: flex-start; justify-content: flex-start; } #consoleFiller { -webkit-flex-grow: 100; flex-grow: 100; } #linesCont { font-family: 'Consolas'; overflow-y: scroll; overflow-x: hidden; padding: 0 10px; max-height: calc(100vh - 114px); } .line:first-child { padding-top: 10px; } .line:last-child { padding-bottom: 5px; } .lineTimestamp { color: rgb(200,200,200); display: inline; margin-right: 10px; } .lineContent { color: rgb(255,255,255); display: inline; } .logLine { border-bottom: 1px solid rgb(60,60,60); margin: 3px 0; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; } #consoleInfo { height: 30px; display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; color: white; font-size: 150%; padding: 0 10px; } #filterCont { z-index: 500; display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; } .centerVertical { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-flex-direction: column; flex-direction: column; height: 100%; } #consoleInfoTxtCont { cursor: pointer; float: right; margin-top: 7px; } #whatIsThis .active, #whatIsThis #consoleInfoTxtCont { display: none; } #whatIsThis .inactive { display: -webkit-flex; display: flex; } #whatIsThis:hover .active, #whatIsThis:hover #consoleInfoTxtCont { display: -webkit-flex; display: flex; } #whatIsThis:hover .inactive { display:none; } #consoleInfoTxt { position: absolute; z-index: 10000; margin-top: -24px; margin-left: 24px; width: 250px; background-color: #4c4c4c; border: 1px solid black; padding: 5px; font-size:15.6px; font-weight:normal; } #consoleInfoTxt.expandLeft { margin-left: -263px; } #tabFilter, #idFilter { position: relative; } #consoleStats { display: -webkit-flex; display: flex; -webkit-flex-direction: row; flex-direction: row; -webkit-justify-content: flex-end; justify-content: flex-end; } #consoleStats > * { margin-left: 10px; } .dropdownFilter { margin-right: 10px; } .dropdownFilter paper-dropdown-menu paper-menu { background-color: rgb(40,40,40); width: 150px; padding: 0; } .dropdownFilter #dropdownSelectedCont { margin: 0; } .dropdownFilter #dropdownSelected { font-size: 100%; color: white; } .dropdownFilter paper-item { color: white; display: block; padding: 8px; } .dropdownFilter .menuSelectedCheckmark { transform: translateY(2px); } .lineSource { color: white; } .lineSourceTabCont { cursor: pointer; position: relative; } .lineSourceTabCont:hover { text-decoration: underline; } .lineSourceTabCont:focus { outline: none; } .lineSourceTabCont:focus::before { background-color: rgba(0,0,0,.1); border-radius: 2px; bottom: -4px; content: ' '; left: -4px; margin: auto; padding: 4px; position: absolute; right: -4px; top: -4px; } .toastLink { color: rgb(238, 255, 65); margin: 10px; cursor: pointer; } #inputFieldPrefix { color: rgb(255, 255, 255); font-family: 'Consolas'; display: inline-block; } #consoleInput { background-color: rgb(40,40,40); border: 0; outline: none; color: white; -webkit-flex-grow: 100; flex-grow: 100; font-family: 'Consolas'; margin-left: 5px; padding: 0; overflow: hidden; } #textFilter input { color: white; } #textFilter paper-input-container { padding: 2px 0; } #inputFieldCont { display: -webkit-flex; display: flex; -webkit-justify-content: flex-start; justify-content: flex-start; margin-bottom: 8px; position: relative; } #inputFieldWarning { color: #FF5722; position: absolute; margin-left: 10px; opacity: 0; transition: opacity 150ms ease-in; pointer-events: none; user-select: none; } #inputFieldWarning.visible { opacity: 1; } #prefixSpinner { width: 10px; height: 10px; } #console > paper-material { margin-bottom: 5px; } .lineContent > * { margin-right: 10px; display: inline-block; } /*console end*/ /*object*/ .objectElementValueCont { display: -webkit-flex; display: flex; margin-right: 3px; } .objectElementPreviewArea, .objectElementPreviewCont { display: -webkit-flex; display: flex; } .objectElementExpandArrow { cursor: pointer; transition: transform 150ms linear; fill: white; user-select: none; } .objectElementExpandArrow.toggled { transform: rotate(90deg); } .expandedObjectElement { display: -webkit-flex; display: flex; } .expandedObjectElementIndex { direction: flex; -webkit-flex-direction: column; flex-direction: column; } .objectElementExpanded { margin-left: 17px; -webkit-flex-direction: column; flex-direction: column; display: none; } .objectElementExpanded.visible { display: -webkit-flex; display: flex; } .expandedobjectElement:last-of-type { margin-bottom: 5px; } .expandedObjectElementValue { margin-left: 5px; display: inline-block; } .objectElementKey { color: #83d8ff; } .specialArrayElement { font-weight: bold; font-family: 'Roboto'; } /*object end*/ /*string*/ .stringElementValue[type="string"] { color: rgb(255,200,200); } .stringElementValue[type="number"] { color: rgb(200,255,200); } .stringElementValue[type="boolean"] { color: rgb(100,100,255); } /*string end*/ /*function*/ .functionElementExpanded { margin-left: 17px; -webkit-flex-direction: column; flex-direction: column; display: none; } .functionElementExpanded.visible { display: -webkit-flex; display: flex; } .functionElementPrefix, .functionElementPrefixCont, .functionElementValue { display: inline; } .functionElementKeyword { color: #ff61ff; } .functionElementPreviewArea { display: -webkit-flex; display: flex; } .functionElement { display: -webkit-flex; display: flex; flex-direction: column } /*function end*/ /*eval*/ .evalElementCommandPrefix, .evalElementCommandValue, .evalElementReturnPrefix, .evalElementReturnValue { display: inline-block; } .evalElementCommandValue, .evalElementReturnValue { padding-left: 10px; } /*eval end*/ /*context menu*/ #contextMenu { display: none; position: absolute; background-color: #f1f1f1; font-size: 120%; } #contextMenu.visible { display: block; } .contextMenuElement { padding: 8px; cursor: pointer; } .contextMenuElement:hover { background-color: #c3c3c3; } .contextMenuElement.disabled { display: none; } /*context menu end*/ .evalElementStatus paper-spinner { width: 13px; height: 13px; } .evalElementStatus paper-spinner .circle { border-width: 2px; }
0.149656
0.038286
@font-face { font-family: "Quincy"; src: url("../fonts/quincy/quincy/QuincyCF-Italic.otf") format("opentype"); } body { background-color: white; font-family: "Source Sans Pro"; font-weight: 200; } .banner { background-image: url("../img/banner.jpg"); background-repeat: no-repeat; background-size: cover; display: inline-block; width: 100%; text-align: center; padding-top: 10%; } @media (max-width: 350px) { .banner { height: 200px; } } @media (min-width: 351px) and (max-width: 768px) { .banner { height: 350px; } } @media (min-width: 769px) { .banner { height: 817px; } } .logo { margin: auto; } .logo-pic { margin: auto; } @media (max-width: 350px) { .logo-pic { width: 180px; } } @media (min-width: 351px) and (max-width: 768px) { .logo-pic { width: 320px; } } .banner-menu { width: 100%; background: rgba(192, 175, 155, 0.6); position: absolute; text-align: center; color: white; } @media (max-width: 350px) { .banner-menu { top: 131px; padding-top: 10px; height: 69px; } } @media (min-width: 351px) and (max-width: 768px) { .banner-menu { top: 210px; padding-top: 10px; height: 140px; } } @media (min-width: 769px) { .banner-menu { top: 477px; padding-top: 69px; height: 340px; } } a { text-decoration: none; } a:link { color: white; } a:visited { color: white; } a:hover { color: white; } a:active { color: white; } .about { padding: 55px; background-color: white; height: 552px; } .about .blurb { border-right: 2px #cfcfcf solid; height: 380px; } @media (max-width: 350px) { .about .blurb { padding-right: 0px; } } @media (min-width: 351px) and (max-width: 768px) { .about .blurb { padding-right: 20px; } } @media (min-width: 769px) { .about .blurb { padding-right: 152px; } } .about .blurb h1 { line-height: 1.3; font-weight: bold; } @media (max-width: 350px) { .about .blurb h1 { font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .about .blurb h1 { font-size: 15px; } } @media (min-width: 769px) { .about .blurb h1 { font-size: 28px; } } .info { font-weight: 400; } @media (max-width: 350px) { .info { padding-left: 10px; padding-right: 0px; font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .info { padding-left: 20px; padding-right: 0px; font-size: 13px; } } @media (min-width: 769px) { .info { padding-left: 68px; padding-right: 0px; font-size: 17px; } } .info h1 { color: #7f5f54; font-weight: 800; } @media (max-width: 350px) { .info h1 { font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .info h1 { font-size: 15px; } } @media (min-width: 769px) { .info h1 { font-size: 28px; } } .food-menu { background-image: url("../img/menu-bg.jpg"); background-repeat: no-repeat; background-size: cover; height: 752px; display: inline-block; width: 100%; } .reservations { height: 856px; background-color: white; text-align: center; padding-top: 72px; } .make-reservation { border: 1px solid black; } .experience { width: 700px; height: 200px; background: rgba(192, 175, 155, 0.8); color: white; text-align: center; vertical-align: middle; margin: auto; font-size: 75px; font-family: "Quincy"; padding-top: 38px; } .experience-text { font-family: 'Quincy'; line-height: 1; } @media (max-width: 350px) { .experience-text { font-size: 16px; } } @media (min-width: 351px) and (max-width: 768px) { .experience-text { font-size: 26px; } } @media (min-width: 769px) { .experience-text { font-size: 44px; } } .page-footer { height: 411px; background-color: #252525; color: white; text-align: center; } .footer { border-bottom: 1px white solid; padding: 90px; padding-bottom: 70px; letter-spacing: 40px; } .button1 { background-color: transparent; border: 1px solid white; color: white; } @media (max-width: 350px) { .button1 { font-size: 14px; } } @media (min-width: 351px) and (max-width: 768px) { .button1 { font-size: 24px; margin-top: 15px; } } @media (min-width: 769px) { .button1 { font-size: 36px; margin-top: 15px; } } .button3 { background-color: transparent; border: none; color: white; font-size: 40px; } .button2 { background-color: #C0AF9B; border: none; color: white; } p { line-height: 1; font-weight: 300px; } @media (max-width: 350px) { p { font-size: 14px; } } @media (min-width: 351px) and (max-width: 768px) { p { font-size: 16px; } } @media (min-width: 769px) { p { font-size: 18px; } } .nav-expanded { display: inline-block; text-align: right; width: 100%; position: absolute; background: rgba(192, 175, 155, 0.6); height: 817px; padding-top: 80px; padding-right: 80px; top: 0px; left: 0px; } .nav-collapsed { display: none; } .navmenu { text-align: center; color: white; list-style: none; font-size: 50px; } .show { display: inline-block; } .hide { display: none; } @media (max-width: 350px) { .tapas { font-size: 18px; font-weight: 200; } } @media (min-width: 351px) and (max-width: 768px) { .tapas { font-size: 28px; font-weight: 200; } } @media (min-width: 769px) { .tapas { font-size: 57px; font-weight: 200; } }
css/app.css
@font-face { font-family: "Quincy"; src: url("../fonts/quincy/quincy/QuincyCF-Italic.otf") format("opentype"); } body { background-color: white; font-family: "Source Sans Pro"; font-weight: 200; } .banner { background-image: url("../img/banner.jpg"); background-repeat: no-repeat; background-size: cover; display: inline-block; width: 100%; text-align: center; padding-top: 10%; } @media (max-width: 350px) { .banner { height: 200px; } } @media (min-width: 351px) and (max-width: 768px) { .banner { height: 350px; } } @media (min-width: 769px) { .banner { height: 817px; } } .logo { margin: auto; } .logo-pic { margin: auto; } @media (max-width: 350px) { .logo-pic { width: 180px; } } @media (min-width: 351px) and (max-width: 768px) { .logo-pic { width: 320px; } } .banner-menu { width: 100%; background: rgba(192, 175, 155, 0.6); position: absolute; text-align: center; color: white; } @media (max-width: 350px) { .banner-menu { top: 131px; padding-top: 10px; height: 69px; } } @media (min-width: 351px) and (max-width: 768px) { .banner-menu { top: 210px; padding-top: 10px; height: 140px; } } @media (min-width: 769px) { .banner-menu { top: 477px; padding-top: 69px; height: 340px; } } a { text-decoration: none; } a:link { color: white; } a:visited { color: white; } a:hover { color: white; } a:active { color: white; } .about { padding: 55px; background-color: white; height: 552px; } .about .blurb { border-right: 2px #cfcfcf solid; height: 380px; } @media (max-width: 350px) { .about .blurb { padding-right: 0px; } } @media (min-width: 351px) and (max-width: 768px) { .about .blurb { padding-right: 20px; } } @media (min-width: 769px) { .about .blurb { padding-right: 152px; } } .about .blurb h1 { line-height: 1.3; font-weight: bold; } @media (max-width: 350px) { .about .blurb h1 { font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .about .blurb h1 { font-size: 15px; } } @media (min-width: 769px) { .about .blurb h1 { font-size: 28px; } } .info { font-weight: 400; } @media (max-width: 350px) { .info { padding-left: 10px; padding-right: 0px; font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .info { padding-left: 20px; padding-right: 0px; font-size: 13px; } } @media (min-width: 769px) { .info { padding-left: 68px; padding-right: 0px; font-size: 17px; } } .info h1 { color: #7f5f54; font-weight: 800; } @media (max-width: 350px) { .info h1 { font-size: 10px; } } @media (min-width: 351px) and (max-width: 768px) { .info h1 { font-size: 15px; } } @media (min-width: 769px) { .info h1 { font-size: 28px; } } .food-menu { background-image: url("../img/menu-bg.jpg"); background-repeat: no-repeat; background-size: cover; height: 752px; display: inline-block; width: 100%; } .reservations { height: 856px; background-color: white; text-align: center; padding-top: 72px; } .make-reservation { border: 1px solid black; } .experience { width: 700px; height: 200px; background: rgba(192, 175, 155, 0.8); color: white; text-align: center; vertical-align: middle; margin: auto; font-size: 75px; font-family: "Quincy"; padding-top: 38px; } .experience-text { font-family: 'Quincy'; line-height: 1; } @media (max-width: 350px) { .experience-text { font-size: 16px; } } @media (min-width: 351px) and (max-width: 768px) { .experience-text { font-size: 26px; } } @media (min-width: 769px) { .experience-text { font-size: 44px; } } .page-footer { height: 411px; background-color: #252525; color: white; text-align: center; } .footer { border-bottom: 1px white solid; padding: 90px; padding-bottom: 70px; letter-spacing: 40px; } .button1 { background-color: transparent; border: 1px solid white; color: white; } @media (max-width: 350px) { .button1 { font-size: 14px; } } @media (min-width: 351px) and (max-width: 768px) { .button1 { font-size: 24px; margin-top: 15px; } } @media (min-width: 769px) { .button1 { font-size: 36px; margin-top: 15px; } } .button3 { background-color: transparent; border: none; color: white; font-size: 40px; } .button2 { background-color: #C0AF9B; border: none; color: white; } p { line-height: 1; font-weight: 300px; } @media (max-width: 350px) { p { font-size: 14px; } } @media (min-width: 351px) and (max-width: 768px) { p { font-size: 16px; } } @media (min-width: 769px) { p { font-size: 18px; } } .nav-expanded { display: inline-block; text-align: right; width: 100%; position: absolute; background: rgba(192, 175, 155, 0.6); height: 817px; padding-top: 80px; padding-right: 80px; top: 0px; left: 0px; } .nav-collapsed { display: none; } .navmenu { text-align: center; color: white; list-style: none; font-size: 50px; } .show { display: inline-block; } .hide { display: none; } @media (max-width: 350px) { .tapas { font-size: 18px; font-weight: 200; } } @media (min-width: 351px) and (max-width: 768px) { .tapas { font-size: 28px; font-weight: 200; } } @media (min-width: 769px) { .tapas { font-size: 57px; font-weight: 200; } }
0.305386
0.10026
html * { box-sizing: border-box; } html, body { height: 100%; } body { font-family: sans-serif; margin: 0; padding: 0; background-color: white; } /* Principal */ .principal { height: 100vh; } .principal > * { display: flex; justify-content: center; align-items: center; padding: 10px; } @media screen and (min-width: 600px) { .principal { display: grid; grid-template-columns: 2fr 3fr 2fr 1fr; grid-template-rows: 1fr 3fr 3fr; } } @media screen and (min-width: 900px) { .principal { display: grid; grid-template-columns: 1fr 3fr 3fr 1fr; grid-template-rows: 1fr 3fr 3fr ; } } /* Cabecera */ .cabecera { background-color: aquamarine; } @media screen and (min-width: 600px) { .cabecera { grid-column: 1 / span 2; } } /* Contenido */ .contenido { background: #A1FFCE; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ flex-direction: column; } .contenido__img { width: 100%; height: 500px; } @media screen and (min-width: 600px) { .contenido { grid-column: 1 / -1; grid-row: 1 / 3; border-bottom: 2px solid green; box-shadow: 2px 2px 6px 0px ; } } /* Izquierda */ .izquierda { background-color: white; } @media screen and (min-width: 900px) { .izquierda { grid-row: 3; } .anexo1 { width: 400px; background-color: white; grid-column: 3; grid-row: 3; display: block; position: absolute; top: 700px; left: 40px; } .anexo2 { background: #ECE9E6; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ grid-column: 3; grid-row: 3; display: block; position: absolute; top: 700px; width: 400px; right: 100px; border: 2px solid black; box-shadow: 6px 6px 6px 0px; } } .anexo2 .notis h2 p strong{ display: flex; justify-content: center; align-items: center; text-align: center; } /* contenedores de imagen y texto */ .container img{ width: 170px; height: 170px; border: 3px solid #eeeeee; box-shadow: 2px 2px 6px 0px; border-radius: 20px; top: 0px; left: 40px; } .elementor-button-text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; display: inline-block; } .container h2 p{ max-width: -50px; left: 450px; font-weight: 300; margin-top: 0px; margin-left: -200px; line-height: 1.5; display: inline-block; } .anexo2 .noti1 .fb-post{ display: flex; justify-content: center; } .anexo2 .noti2 .fb-post{ display: flex; justify-content: center; } span.elementor-button-text { width: 100px; height: 50px; background: -webkit-linear-gradient(to bottom, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: white; text-align: center; justify-content: center; align-items: center; padding-top: 10px; position: relative; bottom: 160px; left: 250px; } /* Anexos */ /* Derecha */ .derecha { background-color: blue; } @media screen and (min-width: 600px) { .derecha { grid-row: 3 / 4; } .anexo1 { background-color: white; grid-column: 2/2; grid-row: 3; display: block; } .anexo2 { background-color: white; grid-column: 3; grid-row: 3; display: block; } } @media screen and (min-width: 900px) { .derecha { grid-column: 4; grid-row: 3 / 5; } } /* Pie */ .pie { background-color: black; color: white; } @media screen and (min-width: 600px) { .pie { grid-column: 1 / -1; grid-row: 6; } .noticias h2{ width: 100%; position: absolute; left: 0px; bottom: 150px; margin-bottom: 30px; } } @media screen and (min-width: 900px){ } .noticias h2{ width: 100%; position: absolute; left: 0px; bottom: auto; margin-top: 32px; }
assests/css/main.css
html * { box-sizing: border-box; } html, body { height: 100%; } body { font-family: sans-serif; margin: 0; padding: 0; background-color: white; } /* Principal */ .principal { height: 100vh; } .principal > * { display: flex; justify-content: center; align-items: center; padding: 10px; } @media screen and (min-width: 600px) { .principal { display: grid; grid-template-columns: 2fr 3fr 2fr 1fr; grid-template-rows: 1fr 3fr 3fr; } } @media screen and (min-width: 900px) { .principal { display: grid; grid-template-columns: 1fr 3fr 3fr 1fr; grid-template-rows: 1fr 3fr 3fr ; } } /* Cabecera */ .cabecera { background-color: aquamarine; } @media screen and (min-width: 600px) { .cabecera { grid-column: 1 / span 2; } } /* Contenido */ .contenido { background: #A1FFCE; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FAFFD1, #A1FFCE); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FAFFD1, #A1FFCE); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ flex-direction: column; } .contenido__img { width: 100%; height: 500px; } @media screen and (min-width: 600px) { .contenido { grid-column: 1 / -1; grid-row: 1 / 3; border-bottom: 2px solid green; box-shadow: 2px 2px 6px 0px ; } } /* Izquierda */ .izquierda { background-color: white; } @media screen and (min-width: 900px) { .izquierda { grid-row: 3; } .anexo1 { width: 400px; background-color: white; grid-column: 3; grid-row: 3; display: block; position: absolute; top: 700px; left: 40px; } .anexo2 { background: #ECE9E6; /* fallback for old browsers */ background: -webkit-linear-gradient(to right, #FFFFFF, #ECE9E6); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to right, #FFFFFF, #ECE9E6); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ grid-column: 3; grid-row: 3; display: block; position: absolute; top: 700px; width: 400px; right: 100px; border: 2px solid black; box-shadow: 6px 6px 6px 0px; } } .anexo2 .notis h2 p strong{ display: flex; justify-content: center; align-items: center; text-align: center; } /* contenedores de imagen y texto */ .container img{ width: 170px; height: 170px; border: 3px solid #eeeeee; box-shadow: 2px 2px 6px 0px; border-radius: 20px; top: 0px; left: 40px; } .elementor-button-text { -webkit-box-flex: 1; -ms-flex-positive: 1; flex-grow: 1; -webkit-box-ordinal-group: 11; -ms-flex-order: 10; order: 10; display: inline-block; } .container h2 p{ max-width: -50px; left: 450px; font-weight: 300; margin-top: 0px; margin-left: -200px; line-height: 1.5; display: inline-block; } .anexo2 .noti1 .fb-post{ display: flex; justify-content: center; } .anexo2 .noti2 .fb-post{ display: flex; justify-content: center; } span.elementor-button-text { width: 100px; height: 50px; background: -webkit-linear-gradient(to bottom, #237A57, #093028); /* Chrome 10-25, Safari 5.1-6 */ background: linear-gradient(to bottom, #237A57, #093028); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ color: white; text-align: center; justify-content: center; align-items: center; padding-top: 10px; position: relative; bottom: 160px; left: 250px; } /* Anexos */ /* Derecha */ .derecha { background-color: blue; } @media screen and (min-width: 600px) { .derecha { grid-row: 3 / 4; } .anexo1 { background-color: white; grid-column: 2/2; grid-row: 3; display: block; } .anexo2 { background-color: white; grid-column: 3; grid-row: 3; display: block; } } @media screen and (min-width: 900px) { .derecha { grid-column: 4; grid-row: 3 / 5; } } /* Pie */ .pie { background-color: black; color: white; } @media screen and (min-width: 600px) { .pie { grid-column: 1 / -1; grid-row: 6; } .noticias h2{ width: 100%; position: absolute; left: 0px; bottom: 150px; margin-bottom: 30px; } } @media screen and (min-width: 900px){ } .noticias h2{ width: 100%; position: absolute; left: 0px; bottom: auto; margin-top: 32px; }
0.345989
0.12062
:root{ --color-black: #030303; --color-dark-purple: #360518; --color-light-blue: #5b7ef0; --color-light-grey: #f2f3f5; --color-light-yellow: #fffa66; --color-pink: #da5693; --color-purple: #801139; --color-white: #f6f6f6; } *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: arial, Helvetica, san-serif; background-color: var(--color-dark-purple); color: var(--color-white); } h1 { font-size: 300%; } @media (max-width: 575px) { h1 { font-size: 150% } } p { font-size: 120%; } @media (max-width: 575px) { p { font-size: 80% } } a { color: var(--color-light-blue); text-decoration: none; } a:hover { color: var(--color-purple); text-decoration: none; } div { border-width: 1px; border-radius: 5px; border-color: var(--color-white); /*border-style: dashed;*/ } #container { width: 90%; margin-top: 100px; margin-bottom: 100px; margin-left: auto; margin-right: auto; padding: 10px; } @media (max-width: 750px) { #container { margin-top: 5px; } } #main { background-color: var(--color-purple); padding-top: 5px; padding-bottom: 30px; } /* -------------- img-coffee | img-coming-soon ----------------------*/ .img-coffee { margin-right: 0px; transition: transform 0.3s ease-out; } .img-coffee:hover { width: 220px; height: 150px; transform: translateX(25px); } .img-coming-soon { margin: 0px; transform: rotate(-25deg); animation: animate 8s linear infinite; } @keyframes animate { 0%{ transform: rotateY(0deg); } 100%{ transform: rotateY(360deg); } } @media (max-width: 575px) { .img-coffee, .img-coming-soon { margin: 0px 75px; } } @media (max-width: 360px) { .img-coffee, .img-coming-soon { margin: 0px 15px; } } /* -------------- email ----------------------*/ #email { background-color: var(--color-light-yellow); color: var(--color-black); width: 85%; text-align: center; margin: auto; clear: both; padding: 10px; } /* -------------- follow us on media social ----------------------*/ #follow { text-align: center; font-size: 80%; padding: 15px; } #follow .img-transition { margin: 1px; display: inline-block; padding: 5px; font-size: 20px; transition: transform 0.3s ease-out; } #follow .img-transition:hover { transform: translateY(8px); } /* -------------- footer ----------------------*/ footer { background-color: var(--color-black); margin-top: 190px; padding: 20px; position: fixed; left: 0; bottom: 0; width: 100%; } footer .brandname { font-size: 1.7em; font-weight: 600; color: var(--color-pink); font-family: Princess Sofia, Calibri; text-shadow: 1px 1px 8px var(--color-light-blue); } footer .codedby { font-size: 0.9em; color: var(--color-light-grey); }
style.css
:root{ --color-black: #030303; --color-dark-purple: #360518; --color-light-blue: #5b7ef0; --color-light-grey: #f2f3f5; --color-light-yellow: #fffa66; --color-pink: #da5693; --color-purple: #801139; --color-white: #f6f6f6; } *{ margin: 0; padding: 0; box-sizing: border-box; } body { font-family: arial, Helvetica, san-serif; background-color: var(--color-dark-purple); color: var(--color-white); } h1 { font-size: 300%; } @media (max-width: 575px) { h1 { font-size: 150% } } p { font-size: 120%; } @media (max-width: 575px) { p { font-size: 80% } } a { color: var(--color-light-blue); text-decoration: none; } a:hover { color: var(--color-purple); text-decoration: none; } div { border-width: 1px; border-radius: 5px; border-color: var(--color-white); /*border-style: dashed;*/ } #container { width: 90%; margin-top: 100px; margin-bottom: 100px; margin-left: auto; margin-right: auto; padding: 10px; } @media (max-width: 750px) { #container { margin-top: 5px; } } #main { background-color: var(--color-purple); padding-top: 5px; padding-bottom: 30px; } /* -------------- img-coffee | img-coming-soon ----------------------*/ .img-coffee { margin-right: 0px; transition: transform 0.3s ease-out; } .img-coffee:hover { width: 220px; height: 150px; transform: translateX(25px); } .img-coming-soon { margin: 0px; transform: rotate(-25deg); animation: animate 8s linear infinite; } @keyframes animate { 0%{ transform: rotateY(0deg); } 100%{ transform: rotateY(360deg); } } @media (max-width: 575px) { .img-coffee, .img-coming-soon { margin: 0px 75px; } } @media (max-width: 360px) { .img-coffee, .img-coming-soon { margin: 0px 15px; } } /* -------------- email ----------------------*/ #email { background-color: var(--color-light-yellow); color: var(--color-black); width: 85%; text-align: center; margin: auto; clear: both; padding: 10px; } /* -------------- follow us on media social ----------------------*/ #follow { text-align: center; font-size: 80%; padding: 15px; } #follow .img-transition { margin: 1px; display: inline-block; padding: 5px; font-size: 20px; transition: transform 0.3s ease-out; } #follow .img-transition:hover { transform: translateY(8px); } /* -------------- footer ----------------------*/ footer { background-color: var(--color-black); margin-top: 190px; padding: 20px; position: fixed; left: 0; bottom: 0; width: 100%; } footer .brandname { font-size: 1.7em; font-weight: 600; color: var(--color-pink); font-family: Princess Sofia, Calibri; text-shadow: 1px 1px 8px var(--color-light-blue); } footer .codedby { font-size: 0.9em; color: var(--color-light-grey); }
0.616359
0.131424
@import '../../variables.css'; .incompany { @media (--tablet-landscape-viewport) { padding-top: 60px; padding-bottom: 60px; } @media (--laptop-viewport) { padding-top: 80px; padding-bottom: 70px; } &-title { margin: 0; font-size: var(--font-size-title); line-height: var(--line-height-title); @media (--laptop-viewport) { padding-right: var(--padding-side-columns); } } &-text { font-size: var(--font-size-subtitle-2); line-height: var(--line-height-subtitle-2); font-weight: 500; margin-top: 40px; margin-bottom: 40px; @media (--tablet-viewport) { margin-bottom: 80px; } } & .tabs__parent { @media (--tablet-viewport) { display: flex; flex-wrap: wrap; justify-content: space-between; } } & .tab__panel { @media (--tablet-viewport) { min-height: 276px; } } & .accordion { } &__content-title { color: color-mod(#1e1e1e alpha(30%)); margin-top: 40px; margin-bottom: 40px; @media (--tablet-viewport) { margin-top: 0; } @media (--tablet-landscape-viewport) { margin-bottom: 50px; } } &__content-images { display: flex; align-items: center; img { max-height: 40px; @media (--tablet-landscape-viewport) { max-height: 76px; } & + img { margin-left: 25px; } &.dlg { @media (--tablet-landscape-viewport) { max-height: 60px; } } &.jira { max-width: 70px; @media (--tablet-landscape-viewport) { max-width: none; } } &.hr { max-height: 70px; } &.amocrm { max-height: 76px; } &.security { max-height: 76px; } } } &__content-description { margin-top: 40px; margin-bottom: 30px; @media (--tablet-viewport) { margin-bottom: 0; } @media (--tablet-landscape-viewport) { margin-top: 50px; } } } .tabs__parent { } .tab__panel { @media (--mobile-viewport) { display: none; } @media (--tablet-viewport) { width: calc(50% - var(--padding-side-columns) / 2); } } .tab__button { font-size: var(--font-size-title-2); line-height: var(--line-height-title-2); font-weight: 500; color: color-mod(#1e1e1e alpha(30%)); & + & { margin-top: 15px; @media (--laptop-viewport) { margin-top: 5px; } } &:hover { cursor: default; color: #1e1e1e; } &--current { color: #1e1e1e; } } .accordion { @media (--tablet-viewport) { width: calc(50% - var(--padding-side-columns) / 2); } &__button { position: relative; margin-top: 24px; font-weight: 400; margin-bottom: 20px; border-bottom: 1px solid color-mod(#1e1e1e alpha(20%)); padding: 6px 0; line-height: 24px; font-size: 20px; font-weight: 500; letter-spacing: 0.275px; color: color-mod(#1e1e1e alpha(30%)); display: block; position: relative; padding-right: 24px; cursor: pointer; &:before { content: ''; position: absolute; top: 18px; right: 0; height: 2px; width: 12px; background-color: var(--color-secondary); } &:after { content: ''; position: absolute; top: 13px; right: 5px; width: 2px; height: 12px; background-color: var(--color-secondary); } &[data-open='true'] { color: #1e1e1e; &:after { display: none; } @media (--mobile-viewport) { & + .accordion__content { display: block; } } } @media (--tablet-viewport) { display: none; } } &__content { display: none; @media (--tablet-viewport) { &--hidden { display: none; } /*.accordion > .accordion__button:first-child + & { display: block; &.accordion__content--hidden { display: none; } }*/ &--visible { display: block; } } } }
src/styles/sections/home/incompany.css
@import '../../variables.css'; .incompany { @media (--tablet-landscape-viewport) { padding-top: 60px; padding-bottom: 60px; } @media (--laptop-viewport) { padding-top: 80px; padding-bottom: 70px; } &-title { margin: 0; font-size: var(--font-size-title); line-height: var(--line-height-title); @media (--laptop-viewport) { padding-right: var(--padding-side-columns); } } &-text { font-size: var(--font-size-subtitle-2); line-height: var(--line-height-subtitle-2); font-weight: 500; margin-top: 40px; margin-bottom: 40px; @media (--tablet-viewport) { margin-bottom: 80px; } } & .tabs__parent { @media (--tablet-viewport) { display: flex; flex-wrap: wrap; justify-content: space-between; } } & .tab__panel { @media (--tablet-viewport) { min-height: 276px; } } & .accordion { } &__content-title { color: color-mod(#1e1e1e alpha(30%)); margin-top: 40px; margin-bottom: 40px; @media (--tablet-viewport) { margin-top: 0; } @media (--tablet-landscape-viewport) { margin-bottom: 50px; } } &__content-images { display: flex; align-items: center; img { max-height: 40px; @media (--tablet-landscape-viewport) { max-height: 76px; } & + img { margin-left: 25px; } &.dlg { @media (--tablet-landscape-viewport) { max-height: 60px; } } &.jira { max-width: 70px; @media (--tablet-landscape-viewport) { max-width: none; } } &.hr { max-height: 70px; } &.amocrm { max-height: 76px; } &.security { max-height: 76px; } } } &__content-description { margin-top: 40px; margin-bottom: 30px; @media (--tablet-viewport) { margin-bottom: 0; } @media (--tablet-landscape-viewport) { margin-top: 50px; } } } .tabs__parent { } .tab__panel { @media (--mobile-viewport) { display: none; } @media (--tablet-viewport) { width: calc(50% - var(--padding-side-columns) / 2); } } .tab__button { font-size: var(--font-size-title-2); line-height: var(--line-height-title-2); font-weight: 500; color: color-mod(#1e1e1e alpha(30%)); & + & { margin-top: 15px; @media (--laptop-viewport) { margin-top: 5px; } } &:hover { cursor: default; color: #1e1e1e; } &--current { color: #1e1e1e; } } .accordion { @media (--tablet-viewport) { width: calc(50% - var(--padding-side-columns) / 2); } &__button { position: relative; margin-top: 24px; font-weight: 400; margin-bottom: 20px; border-bottom: 1px solid color-mod(#1e1e1e alpha(20%)); padding: 6px 0; line-height: 24px; font-size: 20px; font-weight: 500; letter-spacing: 0.275px; color: color-mod(#1e1e1e alpha(30%)); display: block; position: relative; padding-right: 24px; cursor: pointer; &:before { content: ''; position: absolute; top: 18px; right: 0; height: 2px; width: 12px; background-color: var(--color-secondary); } &:after { content: ''; position: absolute; top: 13px; right: 5px; width: 2px; height: 12px; background-color: var(--color-secondary); } &[data-open='true'] { color: #1e1e1e; &:after { display: none; } @media (--mobile-viewport) { & + .accordion__content { display: block; } } } @media (--tablet-viewport) { display: none; } } &__content { display: none; @media (--tablet-viewport) { &--hidden { display: none; } /*.accordion > .accordion__button:first-child + & { display: block; &.accordion__content--hidden { display: none; } }*/ &--visible { display: block; } } } }
0.466116
0.134236
position: relative; } #timemds { display: none; } .dw-i, .dwl, .dwv { font-weight: 700; } .dwbw { width: 40%; } .dwb-c { display: none; } .datespan ul, dir, menu { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; } .spanContainerLabel { width: 25%; float: left; text-shadow: none; display: block; margin-top: 20px; text-align: center; font-size: 0.1em; color: #fff; } .spanContainerLabelDate, .spanContainerLabelDay { display: block; font-size: 0.25em; } .spanContainerLabelDay { font-size: 0.16em; } .spanContainer { float: left; min-height: 100%; width: 100%; } div.datespan { width: auto; overflow: hidden; background: none; } .datespan div.olMap { width: 11.78%; height: 100px; float: left; -webkit-box-shadow: 0 0 5px 5px #111; box-shadow: 0 0 5px 5px #111; margin: 20px 0 0 2.5% !important; position: relative; left: -1.25%; display: block; } a.ecbutton { display: block; width: 24px; height: 24px; float: left; position: relative; background: transparent; left: -28px; top: 3px; } a.collapse { background-image: url("../images/collapseDown.png"); background-repeat: no-repeat; } a.expand { background-image: url("../images/expandUp.png"); background-repeat: no-repeat; } .dateSpanSlider { display: none !important; } input.ui-slider-input { width: 0; margin: 0; } .slider { margin-bottom: 0; background: --webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%); height: 23px; cursor: pointer; } :root ul.sliderLabel { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#90000', endColorstr='#c0000', GradientType=0) \0/IE9; } /* IE9 */ ul.sliderLabel { text-shadow: none; color: #fff; margin: -20px 0 0; background: none; overflow: hidden; } ul.sliderLabel li { float: left; background: none; margin: 0; text-align: center; overflow: hidden; font-weight: 700; font-size: 0.9em; padding: 0.1em 0; } div.sliderDivYear { clear: both; } div.sliderDivMonth { background: rgba(25, 30, 35, 0.5); } #timesliderLabelDay { margin: -24px 0 0; } .disabledItem { color: rgba(125, 125, 125, 0.9) !important; } a.ui-slider-handle { position: relative; height: 80%; top: -3%; background: rgba(31, 143, 237, 0.26); border: #1f8fed 2px solid; } div.ui-slider { border: none; background: rgba(0, 0, 0, 0.05); margin: 0; top: 0; height: 23px; } #wv-date-mobile-label { padding: 7px; border-radius: 5px; position: absolute; left: 10px; bottom: 85px; border: none; text-shadow: none; font-family: 'Open Sans', sans-serif; color: #fff; background-color: rgba(40, 40, 40, 0.85); text-align: center; width: 100px; } a.ui-btn { margin: 0; } a.ui-shadow { -webkit-box-shadow: none; box-shadow: none; } a.ui-btn-up-c { -webkit-box-shadow: none; box-shadow: none; } #mapdiv { margin: 0; padding: 0; left: 0; }
web/css/wv.date.css
position: relative; } #timemds { display: none; } .dw-i, .dwl, .dwv { font-weight: 700; } .dwbw { width: 40%; } .dwb-c { display: none; } .datespan ul, dir, menu { -webkit-margin-before: 0; -webkit-margin-after: 0; -webkit-margin-start: 0; -webkit-margin-end: 0; -webkit-padding-start: 0; } .spanContainerLabel { width: 25%; float: left; text-shadow: none; display: block; margin-top: 20px; text-align: center; font-size: 0.1em; color: #fff; } .spanContainerLabelDate, .spanContainerLabelDay { display: block; font-size: 0.25em; } .spanContainerLabelDay { font-size: 0.16em; } .spanContainer { float: left; min-height: 100%; width: 100%; } div.datespan { width: auto; overflow: hidden; background: none; } .datespan div.olMap { width: 11.78%; height: 100px; float: left; -webkit-box-shadow: 0 0 5px 5px #111; box-shadow: 0 0 5px 5px #111; margin: 20px 0 0 2.5% !important; position: relative; left: -1.25%; display: block; } a.ecbutton { display: block; width: 24px; height: 24px; float: left; position: relative; background: transparent; left: -28px; top: 3px; } a.collapse { background-image: url("../images/collapseDown.png"); background-repeat: no-repeat; } a.expand { background-image: url("../images/expandUp.png"); background-repeat: no-repeat; } .dateSpanSlider { display: none !important; } input.ui-slider-input { width: 0; margin: 0; } .slider { margin-bottom: 0; background: --webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))); background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.6)), color-stop(50%, rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.8))); background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.8) 100%); height: 23px; cursor: pointer; } :root ul.sliderLabel { filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= '#90000', endColorstr='#c0000', GradientType=0) \0/IE9; } /* IE9 */ ul.sliderLabel { text-shadow: none; color: #fff; margin: -20px 0 0; background: none; overflow: hidden; } ul.sliderLabel li { float: left; background: none; margin: 0; text-align: center; overflow: hidden; font-weight: 700; font-size: 0.9em; padding: 0.1em 0; } div.sliderDivYear { clear: both; } div.sliderDivMonth { background: rgba(25, 30, 35, 0.5); } #timesliderLabelDay { margin: -24px 0 0; } .disabledItem { color: rgba(125, 125, 125, 0.9) !important; } a.ui-slider-handle { position: relative; height: 80%; top: -3%; background: rgba(31, 143, 237, 0.26); border: #1f8fed 2px solid; } div.ui-slider { border: none; background: rgba(0, 0, 0, 0.05); margin: 0; top: 0; height: 23px; } #wv-date-mobile-label { padding: 7px; border-radius: 5px; position: absolute; left: 10px; bottom: 85px; border: none; text-shadow: none; font-family: 'Open Sans', sans-serif; color: #fff; background-color: rgba(40, 40, 40, 0.85); text-align: center; width: 100px; } a.ui-btn { margin: 0; } a.ui-shadow { -webkit-box-shadow: none; box-shadow: none; } a.ui-btn-up-c { -webkit-box-shadow: none; box-shadow: none; } #mapdiv { margin: 0; padding: 0; left: 0; }
0.364325
0.083815
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* You can override the default Infima variables here. */ html { scroll-behavior: smooth; } :root { --ifm-color-primary: #14aa8c; --ifm-color-primary-dark: #109177; --ifm-color-primary-darker: #0d7560; --ifm-color-primary-darkest: #085344; --ifm-color-primary-light: #17c5a2; --ifm-color-primary-lighter: #2edfbb; --ifm-color-primary-lightest: #51f1d1; --ifm-toc-background-color: #141722; --ifm-code-font-size: 95%; --search-local-modal-width: 480px; --ifm-navbar-item-padding-horizontal: 1rem; --ifm-hr-margin-vertical: 4rem; --max-page-width: 1600px; --docusaurus-announcement-bar-height: 40px !important; } html[data-theme="dark"] { --ifm-background-color: #1a1e2c; --ifm-footer-background-color: #1a1e2c; --ifm-footer-link-color: #a4a5aa; --ifm-footer-link-hover-color: #14aa8c; --ifm-dropdown-background-color: #2c3246; --ifm-table-stripe-background: #141722; } @media (min-width: 1400px) { /* Expand sidebar width above 1400px */ html[data-theme="light"], html[data-theme="dark"] { --doc-sidebar-width: 400px; } } /* ===LAYOUT=== */ .max-w-75 { max-width: 75%; } .max-w-50 { max-width: 50%; } .max-w-25 { max-width: 25%; } /* sidebar & content in the center of the page */ .navbar__inner, .main-wrapper>div { margin: 0 auto; max-width: var(--max-page-width); } /* Scrollbar style in dark-mode */ html[data-theme="dark"] ::-webkit-scrollbar-thumb { background: #565b6b; } html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover { background: #70778b; } html[data-theme="dark"] ::-webkit-scrollbar-track { background: transparent; } /* Announcement Bar (above header) */ div[role="banner"] { height: var(--docusaurus-announcement-bar-height); display: flex; align-items: center; justify-content: center; } div[role="banner"]>div { padding-left: 55px; } html[data-theme="light"] div[role="banner"] { background-color: #0b2471 !important; color: #fff !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } html[data-theme="dark"] div[role="banner"] { background-color: #141722 !important; color: #fff !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } /* ===NAVBAR=== */ .navbar--dark { background-color: #0b2471; } html[data-theme="dark"] .navbar--dark { background-color: #141722; } .navbar--dark.navbar .navbar__toggle { color: white; /* opener icon color */ } /* ===HEADER=== */ /* header content */ .hero--primary { background: linear-gradient(180deg, rgba(11, 36, 113, 1) 0%, rgba(21, 170, 140, 1) 100%); } @media only screen and (min-width: 767px) { .hero--primary h1 { text-align: left; } } img[class^="heroLogo"] { width: 300px; } .hero .button { position: relative; top: 0; } .hero .button:active { top: 1px; } .hero .button.button--secondary.button--outline:not(.button--active):not(:hover) { color: #fff; } .hero .button.button--primary { background-color: #afe61e; border-color: #afe61e; } .hero .button.button--primary:hover { background-color: #c0f830; border-color: #c0f830; box-shadow: none !important; } .button.button--rounded { border-radius: 6rem; } html[data-theme="light"] .hero .button.button--primary { color: var(--ifm-color-primary-darkest); } .col--feature { margin-top: 3rem; } .col--feature h3 { color: var(--ifm-color-primary); } .col--feature img { height: 84px; width: auto; } .col--feature h3, .col--feature p { padding-left: 0.5rem; } /* header social icons */ .header-ico--github { background-image: url('/img/ico-github.svg'); margin-right: calc(var(--ifm-navbar-item-padding-horizontal) * 2); } .header-ico--slack { background-image: url('/img/ico-slack.svg'); } .header-ico { width: 24px; height: 24px; padding: 0 calc(var(--ifm-navbar-item-padding-horizontal) * 1.2); background-repeat: no-repeat; background-position: center; background-size: 24px; } .header-ico:hover { opacity: 0.8; } /* social icon tooltip */ .header-ico[aria-label]:hover:after { opacity: 1; transition: opacity 0.25s ease, visibility 0.25s ease; visibility: visible; } .header-ico[aria-label]:after { content: attr(aria-label); padding: 0.5rem 1rem; color: #fff; background-color: #10141f; border-radius: 4px; font-size: 0.875rem; position: absolute; left: 50%; transform: translateX(-50%); bottom: -4rem; z-index: 100; white-space: nowrap; opacity: 0; visibility: hidden; } .header-ico[aria-label] { position: relative; display: flex; align-items: center; } @media (max-width: 600px) { .header-ico[aria-label] { display: none; } } /* ===SIDEBAR=== */ @media (min-width: 997px) { [class^="sidebarLogo"] { padding: 0 1rem; margin: 0 !important; } html[data-theme="dark"] .docSidebarContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme-DocPage- { border-right-color: rgba(255, 255, 255, 0.1) !important; } } html[data-theme="light"] [class^="sidebarLogo"] { background: url('/img/logo_36x36px.png') 1rem center no-repeat; background-size: 6rem; } html[data-theme="light"] [class^="sidebarLogo"]>img { visibility: hidden; } .menu__list { font-size: 0.875rem; } .menu__link--sublist:after { background-size: 1.25rem; background-repeat: no-repeat; } html[data-theme="light"] .menu__link--active { color: #14aa8c; } html[data-theme="dark"] .menu__link--active { color: #14aa8c; } /* ===NAV-SIDEBAR=== */ html[data-theme="light"] .navbar-sidebar { background-color: white; } html[data-theme="dark"] .navbar-sidebar { background-color: #141722; } html[data-theme="light"] .navbar-sidebar .navbar__brand { background: url('/img/logo_36x36px.png') 0 center no-repeat; background-size: 5.5rem; } html[data-theme="light"] .navbar-sidebar .navbar__logo { visibility: hidden; } html[data-theme="dark"] .menu--show { background-color: #141722; } .navbar-sidebar .menu__link.header-ico--slack { margin-top: 3rem; } .navbar-sidebar .menu__link.header-ico--slack:before { content: ""; position: absolute; left: 0; top: -1.8rem; height: 1px; width: var(--ifm-navbar-sidebar-width); } html[data-theme="light"] .navbar-sidebar .menu__link.header-ico--slack:before { background-color: rgba(0, 0, 0, 0.1); } html[data-theme="dark"] .navbar-sidebar .menu__link.header-ico--slack:before { background-color: rgba(255, 255, 255, 0.1); } .navbar-sidebar .menu__link.header-ico--slack:hover { background: url('/img/ico-slack.svg') no-repeat center; } .navbar-sidebar .menu__link.header-ico--github:hover { background: url('/img/ico-github.svg') no-repeat center; } .menu__link.header-ico { margin: 1rem 0 0 0.5rem; background-size: 20px; } .menu__link.header-ico[aria-label]:after { position: static; color: white; transform: unset; background: unset; padding: 0 0 0 1.5rem; opacity: 1; visibility: visible; } html[data-theme="light"] .menu__link.header-ico { filter: brightness(0.5); } /* ===TABLE OF CONTENT=== */ /* _toc */ .table-of-contents { padding: 1rem; border-radius: 6px; } html[data-theme="light"] .table-of-contents { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset; } html[data-theme="dark"] .table-of-contents { background-color: var(--ifm-toc-background-color); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset; } .table-of-contents__left-border { border: none; } a.table-of-contents__link--active:before { content: ""; position: absolute; left: 0; height: 10px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid var(--ifm-color-primary); transform: translateY(5px); } html[data-theme="light"] .table-of-contents__link:not(.table-of-contents__link--active) { color: rgba(0, 0, 0, 0.9); } /* toc: show "..." inside code tag */ .table-of-contents code { width: 22px; margin: 0 6px; padding: 0; overflow: hidden; white-space: nowrap; color: transparent; background: transparent; vertical-align: middle; display: inline-block; } .table-of-contents code:before { content: "..."; color: var(--ifm-color-primary-darker); } /* ===FOOTER=== */ .footer__item { font-size: 0.875rem; } .footer__copyright { font-size: 0.75rem; } html[data-theme="light"] .footer { border-top: 1px solid rgba(0, 0, 0, 0.1); } html[data-theme="dark"] .footer { border-top: 1px solid rgba(255, 255, 255, 0.1); } html[data-theme="dark"] .footer__copyright { color: rgba(255, 255, 255, 0.4); } /* social links icons */ .footer__link-item[href*="slack"] { padding-left: 1.4rem; background: url('/img/ico-slack.svg') no-repeat left center; background-size: 1rem; } html[data-theme="light"] .footer__link-item[href*="slack"], html[data-theme="light"] .footer__link-item[href*="youtube"], html[data-theme="light"] .footer__link-item[href*="twitter"], html[data-theme="light"] .footer__link-item[href*="stackoverflow"] { filter: brightness(0.5); } /* ===MARKDOWN=== */ .markdown img.medium-zoom-image[src*="png"], .markdown img.medium-zoom-image[src*="gif"] { border: 1px solid #2c3246; } .getting-started-buttons>.col { margin-top: 1rem; } .getting-started-buttons .button { font-size: 1rem; padding: 1rem; white-space: unset; /* allow wrap text when minimize */ } /* disable medium-zoom-image on svg icons */ .markdown img.medium-zoom-image[src*="svg"] { pointer-events: none; } /* table */ .markdown table { border-spacing: 0; border-collapse: separate; } .markdown thead th { text-align: left; font-size: var(--ifm-h6-font-size); } .markdown thead th:not(:last-child) { border-right: none; } .markdown table tbody td:not(tr:last-child td) { border-bottom: none; } .markdown table tbody td:not(:last-child) { border-right: none; } .markdown table thead tr:first-child th:first-child { border-top-left-radius: var(--ifm-card-border-radius); } .markdown table thead tr:first-child th:last-child { border-top-right-radius: var(--ifm-card-border-radius); } .markdown table tbody tr:last-child td:first-child { border-bottom-left-radius: var(--ifm-card-border-radius); } .markdown table tbody tr:last-child td:last-child { border-bottom-right-radius: var(--ifm-card-border-radius); } .markdown table code { font-size: 12px; } @media only screen and (min-width: 1400px) { .tbl-cmd tbody tr td:first-child code { white-space: nowrap; } } html[data-theme="dark"] .markdown thead th { color: var(--ifm-color-gray-600); } html[data-theme="light"] .markdown table td { border-color: rgba(0, 0, 0, 0.2); } html[data-theme="dark"] .markdown table th { border-color: var(--ifm-color-gray-800); } html[data-theme="dark"] .markdown table td { border-color: var(--ifm-color-gray-800); } /* icons */ .icon { position: relative; vertical-align: middle; transform: translateY(-2px); } .size-sm { width: 16px; height: 16px; } .size-md { width: 24px; height: 24px; } .size-lg { width: 32x; height: 32px; } html[data-theme="light"] .icon { filter: brightness(0.8); } .space-sm { margin: 0 0.5rem; } .space-md { margin: 0 1rem; } .space-lg { margin: 0 1.5rem; } .center-md { left: calc(50% - 10px); } /* expansion panel */ .cml-expansion-panel { position: relative; padding: 0; background-color: var(--ifm-toc-background-color); border-left: 4px solid transparent; border-radius: 4px; transition: border-left 0.4s ease; } .cml-expansion-panel-summary { outline: none; color: #8f9dc9; padding: 8px 24px 8px 32px; line-height: 1.6rem; cursor: pointer; position: relative; transition: color 0.4s ease; } .cml-expansion-panel-summary:before { content: ""; display: flex; align-items: center; justify-content: center; width: 36px; height: 24px; line-height: 16px; position: absolute; left: 8px; top: 8px; background-color: var(--ifm-toc-background-color); background-repeat: no-repeat; background-position: center; } .cml-expansion-panel-summary:after { content: ""; position: absolute; right: 12px; top: 8px; width: 24px; height: 24px; transform: rotate(0); transition: 0.25s; background: url('/icons/ico-chevron-down.svg') no-repeat center; } /* expansion content */ .cml-expansion-panel-content { padding: 16px; } /* icon types */ /* -> info */ .cml-expansion-panel.info .cml-expansion-panel-summary:before { background-image: url('/icons/ico-info-circle.svg'); } /* -> tips */ .cml-expansion-panel.tips .cml-expansion-panel-summary:before { background-image: url('/icons/ico-tips.svg'); } /* -> alert */ .cml-expansion-panel.alert .cml-expansion-panel-summary:before { background-image: url('/icons/ico-alert.svg'); } /* -> screenshot */ .cml-expansion-panel.screenshot .cml-expansion-panel-summary:before { background-image: url('/icons/ico-image.svg'); } /* -> configuration */ .cml-expansion-panel.configuration .cml-expansion-panel-summary:before { background-image: url('/icons/ico-config.svg'); } /* light mode */ html[data-theme="light"] .cml-expansion-panel[open] { border-left-color: var(--ifm-color-primary); } html[data-theme="light"] .cml-expansion-panel, html[data-theme="light"] .cml-expansion-panel-summary:before { background-color: #f2f2f2; } html[data-theme="light"] .cml-expansion-panel-summary { color: #5a668d; } /* opened expansion */ .cml-expansion-panel[open] { border-left-color: var(--ifm-color-primary-dark); } .cml-expansion-panel[open] .cml-expansion-panel-summary:after { transform: rotate(-180deg); } /* md headding style */ /* <h3> */ .markdown h3 { font-size: 1.6rem; } html[data-theme="light"] h3 { color: var(--ifm-color-primary-darker); } html[data-theme="dark"] h3 { color: var(--ifm-color-primary-lightest); } /* <hr> */ .markdown hr { border-bottom: none; } html[data-theme="dark"] .markdown hr { border-color: rgba(255, 255, 255, 0.1); } /* admonition */ .admonition { overflow: hidden; border: none; font-size: 0.875rem; padding: 0.875rem; } .admonition .admonition-heading { margin: -1rem -1rem 1rem -1rem; padding: 0.45rem 0.75rem 0.05rem 0.75rem; background: rgba(255, 255, 255, 0.2); } .admonition .admonition-icon { margin-right: 0.5rem; } .admonition .admonition-heading h5 { display: flex; align-items: center; font-size: 0.75rem; line-height: normal; margin-bottom: 0.25rem; } .admonition-content code { font-size: 0.75rem; } /* danger (red) */ .alert--danger { --ifm-alert-background-color: var(--ifm-color-danger-light); } html[data-theme="dark"] .admonition.alert--danger { --ifm-alert-background-color: var(--ifm-color-danger-lightest); } /* info (blue) */ .alert--info { --ifm-alert-background-color: var(--ifm-color-info-darker); } html[data-theme="dark"] .alert--info { --ifm-alert-background-color: var(--ifm-color-info); } /* show visual identification for external links */ .markdown a[href^="https://"] { background: url('/icons/ico-open-in-new.svg') center right no-repeat; background-size: 0.9rem; margin-right: 0.4rem; padding-right: 1rem; } .markdown .img-swt { margin-bottom: 2.4rem; }
docs/src/css/custom.css
* Any CSS included here will be global. The classic template * bundles Infima by default. Infima is a CSS framework designed to * work well for content-centric websites. */ /* You can override the default Infima variables here. */ html { scroll-behavior: smooth; } :root { --ifm-color-primary: #14aa8c; --ifm-color-primary-dark: #109177; --ifm-color-primary-darker: #0d7560; --ifm-color-primary-darkest: #085344; --ifm-color-primary-light: #17c5a2; --ifm-color-primary-lighter: #2edfbb; --ifm-color-primary-lightest: #51f1d1; --ifm-toc-background-color: #141722; --ifm-code-font-size: 95%; --search-local-modal-width: 480px; --ifm-navbar-item-padding-horizontal: 1rem; --ifm-hr-margin-vertical: 4rem; --max-page-width: 1600px; --docusaurus-announcement-bar-height: 40px !important; } html[data-theme="dark"] { --ifm-background-color: #1a1e2c; --ifm-footer-background-color: #1a1e2c; --ifm-footer-link-color: #a4a5aa; --ifm-footer-link-hover-color: #14aa8c; --ifm-dropdown-background-color: #2c3246; --ifm-table-stripe-background: #141722; } @media (min-width: 1400px) { /* Expand sidebar width above 1400px */ html[data-theme="light"], html[data-theme="dark"] { --doc-sidebar-width: 400px; } } /* ===LAYOUT=== */ .max-w-75 { max-width: 75%; } .max-w-50 { max-width: 50%; } .max-w-25 { max-width: 25%; } /* sidebar & content in the center of the page */ .navbar__inner, .main-wrapper>div { margin: 0 auto; max-width: var(--max-page-width); } /* Scrollbar style in dark-mode */ html[data-theme="dark"] ::-webkit-scrollbar-thumb { background: #565b6b; } html[data-theme="dark"] ::-webkit-scrollbar-thumb:hover { background: #70778b; } html[data-theme="dark"] ::-webkit-scrollbar-track { background: transparent; } /* Announcement Bar (above header) */ div[role="banner"] { height: var(--docusaurus-announcement-bar-height); display: flex; align-items: center; justify-content: center; } div[role="banner"]>div { padding-left: 55px; } html[data-theme="light"] div[role="banner"] { background-color: #0b2471 !important; color: #fff !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } html[data-theme="dark"] div[role="banner"] { background-color: #141722 !important; color: #fff !important; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .docusaurus-highlight-code-line { background-color: rgb(72, 77, 91); display: block; margin: 0 calc(-1 * var(--ifm-pre-padding)); padding: 0 var(--ifm-pre-padding); } /* ===NAVBAR=== */ .navbar--dark { background-color: #0b2471; } html[data-theme="dark"] .navbar--dark { background-color: #141722; } .navbar--dark.navbar .navbar__toggle { color: white; /* opener icon color */ } /* ===HEADER=== */ /* header content */ .hero--primary { background: linear-gradient(180deg, rgba(11, 36, 113, 1) 0%, rgba(21, 170, 140, 1) 100%); } @media only screen and (min-width: 767px) { .hero--primary h1 { text-align: left; } } img[class^="heroLogo"] { width: 300px; } .hero .button { position: relative; top: 0; } .hero .button:active { top: 1px; } .hero .button.button--secondary.button--outline:not(.button--active):not(:hover) { color: #fff; } .hero .button.button--primary { background-color: #afe61e; border-color: #afe61e; } .hero .button.button--primary:hover { background-color: #c0f830; border-color: #c0f830; box-shadow: none !important; } .button.button--rounded { border-radius: 6rem; } html[data-theme="light"] .hero .button.button--primary { color: var(--ifm-color-primary-darkest); } .col--feature { margin-top: 3rem; } .col--feature h3 { color: var(--ifm-color-primary); } .col--feature img { height: 84px; width: auto; } .col--feature h3, .col--feature p { padding-left: 0.5rem; } /* header social icons */ .header-ico--github { background-image: url('/img/ico-github.svg'); margin-right: calc(var(--ifm-navbar-item-padding-horizontal) * 2); } .header-ico--slack { background-image: url('/img/ico-slack.svg'); } .header-ico { width: 24px; height: 24px; padding: 0 calc(var(--ifm-navbar-item-padding-horizontal) * 1.2); background-repeat: no-repeat; background-position: center; background-size: 24px; } .header-ico:hover { opacity: 0.8; } /* social icon tooltip */ .header-ico[aria-label]:hover:after { opacity: 1; transition: opacity 0.25s ease, visibility 0.25s ease; visibility: visible; } .header-ico[aria-label]:after { content: attr(aria-label); padding: 0.5rem 1rem; color: #fff; background-color: #10141f; border-radius: 4px; font-size: 0.875rem; position: absolute; left: 50%; transform: translateX(-50%); bottom: -4rem; z-index: 100; white-space: nowrap; opacity: 0; visibility: hidden; } .header-ico[aria-label] { position: relative; display: flex; align-items: center; } @media (max-width: 600px) { .header-ico[aria-label] { display: none; } } /* ===SIDEBAR=== */ @media (min-width: 997px) { [class^="sidebarLogo"] { padding: 0 1rem; margin: 0 !important; } html[data-theme="dark"] .docSidebarContainer_node_modules-\@docusaurus-theme-classic-lib-next-theme-DocPage- { border-right-color: rgba(255, 255, 255, 0.1) !important; } } html[data-theme="light"] [class^="sidebarLogo"] { background: url('/img/logo_36x36px.png') 1rem center no-repeat; background-size: 6rem; } html[data-theme="light"] [class^="sidebarLogo"]>img { visibility: hidden; } .menu__list { font-size: 0.875rem; } .menu__link--sublist:after { background-size: 1.25rem; background-repeat: no-repeat; } html[data-theme="light"] .menu__link--active { color: #14aa8c; } html[data-theme="dark"] .menu__link--active { color: #14aa8c; } /* ===NAV-SIDEBAR=== */ html[data-theme="light"] .navbar-sidebar { background-color: white; } html[data-theme="dark"] .navbar-sidebar { background-color: #141722; } html[data-theme="light"] .navbar-sidebar .navbar__brand { background: url('/img/logo_36x36px.png') 0 center no-repeat; background-size: 5.5rem; } html[data-theme="light"] .navbar-sidebar .navbar__logo { visibility: hidden; } html[data-theme="dark"] .menu--show { background-color: #141722; } .navbar-sidebar .menu__link.header-ico--slack { margin-top: 3rem; } .navbar-sidebar .menu__link.header-ico--slack:before { content: ""; position: absolute; left: 0; top: -1.8rem; height: 1px; width: var(--ifm-navbar-sidebar-width); } html[data-theme="light"] .navbar-sidebar .menu__link.header-ico--slack:before { background-color: rgba(0, 0, 0, 0.1); } html[data-theme="dark"] .navbar-sidebar .menu__link.header-ico--slack:before { background-color: rgba(255, 255, 255, 0.1); } .navbar-sidebar .menu__link.header-ico--slack:hover { background: url('/img/ico-slack.svg') no-repeat center; } .navbar-sidebar .menu__link.header-ico--github:hover { background: url('/img/ico-github.svg') no-repeat center; } .menu__link.header-ico { margin: 1rem 0 0 0.5rem; background-size: 20px; } .menu__link.header-ico[aria-label]:after { position: static; color: white; transform: unset; background: unset; padding: 0 0 0 1.5rem; opacity: 1; visibility: visible; } html[data-theme="light"] .menu__link.header-ico { filter: brightness(0.5); } /* ===TABLE OF CONTENT=== */ /* _toc */ .table-of-contents { padding: 1rem; border-radius: 6px; } html[data-theme="light"] .table-of-contents { box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1) inset; } html[data-theme="dark"] .table-of-contents { background-color: var(--ifm-toc-background-color); box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.4) inset; } .table-of-contents__left-border { border: none; } a.table-of-contents__link--active:before { content: ""; position: absolute; left: 0; height: 10px; width: 0; height: 0; border-top: 6px solid transparent; border-bottom: 6px solid transparent; border-left: 6px solid var(--ifm-color-primary); transform: translateY(5px); } html[data-theme="light"] .table-of-contents__link:not(.table-of-contents__link--active) { color: rgba(0, 0, 0, 0.9); } /* toc: show "..." inside code tag */ .table-of-contents code { width: 22px; margin: 0 6px; padding: 0; overflow: hidden; white-space: nowrap; color: transparent; background: transparent; vertical-align: middle; display: inline-block; } .table-of-contents code:before { content: "..."; color: var(--ifm-color-primary-darker); } /* ===FOOTER=== */ .footer__item { font-size: 0.875rem; } .footer__copyright { font-size: 0.75rem; } html[data-theme="light"] .footer { border-top: 1px solid rgba(0, 0, 0, 0.1); } html[data-theme="dark"] .footer { border-top: 1px solid rgba(255, 255, 255, 0.1); } html[data-theme="dark"] .footer__copyright { color: rgba(255, 255, 255, 0.4); } /* social links icons */ .footer__link-item[href*="slack"] { padding-left: 1.4rem; background: url('/img/ico-slack.svg') no-repeat left center; background-size: 1rem; } html[data-theme="light"] .footer__link-item[href*="slack"], html[data-theme="light"] .footer__link-item[href*="youtube"], html[data-theme="light"] .footer__link-item[href*="twitter"], html[data-theme="light"] .footer__link-item[href*="stackoverflow"] { filter: brightness(0.5); } /* ===MARKDOWN=== */ .markdown img.medium-zoom-image[src*="png"], .markdown img.medium-zoom-image[src*="gif"] { border: 1px solid #2c3246; } .getting-started-buttons>.col { margin-top: 1rem; } .getting-started-buttons .button { font-size: 1rem; padding: 1rem; white-space: unset; /* allow wrap text when minimize */ } /* disable medium-zoom-image on svg icons */ .markdown img.medium-zoom-image[src*="svg"] { pointer-events: none; } /* table */ .markdown table { border-spacing: 0; border-collapse: separate; } .markdown thead th { text-align: left; font-size: var(--ifm-h6-font-size); } .markdown thead th:not(:last-child) { border-right: none; } .markdown table tbody td:not(tr:last-child td) { border-bottom: none; } .markdown table tbody td:not(:last-child) { border-right: none; } .markdown table thead tr:first-child th:first-child { border-top-left-radius: var(--ifm-card-border-radius); } .markdown table thead tr:first-child th:last-child { border-top-right-radius: var(--ifm-card-border-radius); } .markdown table tbody tr:last-child td:first-child { border-bottom-left-radius: var(--ifm-card-border-radius); } .markdown table tbody tr:last-child td:last-child { border-bottom-right-radius: var(--ifm-card-border-radius); } .markdown table code { font-size: 12px; } @media only screen and (min-width: 1400px) { .tbl-cmd tbody tr td:first-child code { white-space: nowrap; } } html[data-theme="dark"] .markdown thead th { color: var(--ifm-color-gray-600); } html[data-theme="light"] .markdown table td { border-color: rgba(0, 0, 0, 0.2); } html[data-theme="dark"] .markdown table th { border-color: var(--ifm-color-gray-800); } html[data-theme="dark"] .markdown table td { border-color: var(--ifm-color-gray-800); } /* icons */ .icon { position: relative; vertical-align: middle; transform: translateY(-2px); } .size-sm { width: 16px; height: 16px; } .size-md { width: 24px; height: 24px; } .size-lg { width: 32x; height: 32px; } html[data-theme="light"] .icon { filter: brightness(0.8); } .space-sm { margin: 0 0.5rem; } .space-md { margin: 0 1rem; } .space-lg { margin: 0 1.5rem; } .center-md { left: calc(50% - 10px); } /* expansion panel */ .cml-expansion-panel { position: relative; padding: 0; background-color: var(--ifm-toc-background-color); border-left: 4px solid transparent; border-radius: 4px; transition: border-left 0.4s ease; } .cml-expansion-panel-summary { outline: none; color: #8f9dc9; padding: 8px 24px 8px 32px; line-height: 1.6rem; cursor: pointer; position: relative; transition: color 0.4s ease; } .cml-expansion-panel-summary:before { content: ""; display: flex; align-items: center; justify-content: center; width: 36px; height: 24px; line-height: 16px; position: absolute; left: 8px; top: 8px; background-color: var(--ifm-toc-background-color); background-repeat: no-repeat; background-position: center; } .cml-expansion-panel-summary:after { content: ""; position: absolute; right: 12px; top: 8px; width: 24px; height: 24px; transform: rotate(0); transition: 0.25s; background: url('/icons/ico-chevron-down.svg') no-repeat center; } /* expansion content */ .cml-expansion-panel-content { padding: 16px; } /* icon types */ /* -> info */ .cml-expansion-panel.info .cml-expansion-panel-summary:before { background-image: url('/icons/ico-info-circle.svg'); } /* -> tips */ .cml-expansion-panel.tips .cml-expansion-panel-summary:before { background-image: url('/icons/ico-tips.svg'); } /* -> alert */ .cml-expansion-panel.alert .cml-expansion-panel-summary:before { background-image: url('/icons/ico-alert.svg'); } /* -> screenshot */ .cml-expansion-panel.screenshot .cml-expansion-panel-summary:before { background-image: url('/icons/ico-image.svg'); } /* -> configuration */ .cml-expansion-panel.configuration .cml-expansion-panel-summary:before { background-image: url('/icons/ico-config.svg'); } /* light mode */ html[data-theme="light"] .cml-expansion-panel[open] { border-left-color: var(--ifm-color-primary); } html[data-theme="light"] .cml-expansion-panel, html[data-theme="light"] .cml-expansion-panel-summary:before { background-color: #f2f2f2; } html[data-theme="light"] .cml-expansion-panel-summary { color: #5a668d; } /* opened expansion */ .cml-expansion-panel[open] { border-left-color: var(--ifm-color-primary-dark); } .cml-expansion-panel[open] .cml-expansion-panel-summary:after { transform: rotate(-180deg); } /* md headding style */ /* <h3> */ .markdown h3 { font-size: 1.6rem; } html[data-theme="light"] h3 { color: var(--ifm-color-primary-darker); } html[data-theme="dark"] h3 { color: var(--ifm-color-primary-lightest); } /* <hr> */ .markdown hr { border-bottom: none; } html[data-theme="dark"] .markdown hr { border-color: rgba(255, 255, 255, 0.1); } /* admonition */ .admonition { overflow: hidden; border: none; font-size: 0.875rem; padding: 0.875rem; } .admonition .admonition-heading { margin: -1rem -1rem 1rem -1rem; padding: 0.45rem 0.75rem 0.05rem 0.75rem; background: rgba(255, 255, 255, 0.2); } .admonition .admonition-icon { margin-right: 0.5rem; } .admonition .admonition-heading h5 { display: flex; align-items: center; font-size: 0.75rem; line-height: normal; margin-bottom: 0.25rem; } .admonition-content code { font-size: 0.75rem; } /* danger (red) */ .alert--danger { --ifm-alert-background-color: var(--ifm-color-danger-light); } html[data-theme="dark"] .admonition.alert--danger { --ifm-alert-background-color: var(--ifm-color-danger-lightest); } /* info (blue) */ .alert--info { --ifm-alert-background-color: var(--ifm-color-info-darker); } html[data-theme="dark"] .alert--info { --ifm-alert-background-color: var(--ifm-color-info); } /* show visual identification for external links */ .markdown a[href^="https://"] { background: url('/icons/ico-open-in-new.svg') center right no-repeat; background-size: 0.9rem; margin-right: 0.4rem; padding-right: 1rem; } .markdown .img-swt { margin-bottom: 2.4rem; }
0.394201
0.044681
* { margin: 0; padding: 0; } body { box-sizing: border-box; color: #4a4a4a; font-family: 'Poppins', sans-serif; } body, html { font-size: 18px; } @media (min-width: 620px) { .flex-grid { display: flex; flex-direction: row; flex-wrap: wrap; } } .flex-grid__item { flex-grow: 1; } .flex-grid__item--one-half { flex-basis: 50%; flex-grow: 0; flex-shrink: 0; } .flex-grid__item--one-third { flex-basis: 33.333333%; } .flex-grid__item--two-thirds { flex-basis: 66.666667%; } .flex-grid__item--one-quarter { flex-basis: 25%; } .flex-grid__item--first { order: 1; } .flex-grid__item--second { order: 2; } .section { padding: 3rem 0; } .section--white-bg { background-color: #ffffff; } .section--grey-bg { background-color: #efefef; } .section--green-bg { background-color: #6bab90; } .section--orange-bg { background-color: #ff895f; } .section--green-bg p, .section--orange-bg p, .section--green-bg span, .section--orange-bg span, .section--green-bg h1, .section--orange-bg h1, .section--green-bg h2, .section--orange-bg h2, .section--green-bg h3, .section--orange-bg h3, .section--green-bg h4, .section--orange-bg h4 { color: #ffffff; } .content-wrapper { max-width: 920px; margin: 0 auto; padding: 0 1rem; } .content-wrapper--medium { max-width: 660px; } .paragraph { margin: 0 0 1.5rem 0; } .paragraph--no-margin { margin: 0; } .paragraph--preamble { font-size: 1.111111rem; } .paragraph--center { text-align: center; } .subtitle { color: #9e9e9e; font-size: 0.833333rem; margin-bottom: 0.25rem; } .smallprint { font-size: 0.833333rem; } .horizontal-rule { border: none; border-bottom: 2px solid #efefef; margin: 1rem 0 2rem 0; } .button { background-color: #6bab90; border: none; border-radius: 25px; color: white; cursor: pointer; display: inline-block; font-family: 'Space Mono', monospace; font-size: 0.88888888rem; margin: 0 1rem 1rem 0; padding: 0.5rem 1.75rem; text-decoration: none; } .button:hover { background-color: #529176; text-decoration: none; } .button--orange { background-color: #ff895f; } .button--orange:hover { background-color: #ff632c; } .link, .link-button { color: #ff895f; cursor: pointer; text-decoration: underline; } .link:hover, .link-button:hover { background-color: #ff895f; color: #ffffff; } .link--white-text, .link-button--white-text { color: #ffffff; } .link-button { background: none; border: none; margin: 0 0.5rem; padding: 0.25rem 0.5rem; } .list { margin: 0 0 1.5rem 2rem; } .list--no-margin { margin: 0; } .list--horizontal { list-style: none; margin: 0 0 1rem 0; } .list--horizontal .list__item { display: block; margin-bottom: 1rem; padding-right: 1rem; } @media (min-width: 660px) { .list--horizontal .list__item { display: inline-block; } } .list--horizontal .list__item:last-child { padding-right: 0; } .image { width: 100%; } .box { border: 2px solid #ff895f; margin: 1rem 0; padding: 2rem 1.5rem; } @media (min-width: 620px) { .box { margin: 1rem; } } .box .card { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .box *:last-child { margin-bottom: 0; } .alert { border: 1px solid transparent; border-radius: 4px; margin-bottom: 20px; padding: 15px; } .alert__title { font-weight: 600; margin: 0; } .alert__message { margin: 0; } .alert--success { color: #426a5a; background-color: #dff0d8; border-color: #d6e9c6; } .alert--info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert--warning { background-color: #fcf8e3; border-color: #faebcc; } .alert--danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert--no-bg { background-color: transparent; } .card { border-bottom: 2px solid #efefef; display: flex; margin-bottom: 2rem; padding-bottom: 1rem; } .card__image-wrapper { flex-basis: 20%; padding-right: 1.5rem; } .card__image { border: 2px solid #efefef; width: 100%; } .card__content-wrapper { flex-basis: 80%; } .card--small-image .card__image-wrapper { flex-basis: 10%; } .card--small-image .card__content-wrapper { flex-basis: 90%; } .card--no-image { display: block; } .chat-input-box { border-top: solid 1px #9e9e9e; padding-top: 1rem; } .chat-message { margin: 1em 0; width: 80%; } @media only screen and (min-width: 40.0625em) { .chat-message { width: 60%; } } .chat-message__bubble { background-color: white; border: solid 1px #ccc; border-radius: 15px; border-bottom-left-radius: 0; padding: 1em; } .chat-message__text { margin: 0; } .chat-message__author-name { font-weight: 400; } .chat-message__timestamp { font-size: 0.875em; margin: 0; } .chat-message--own { margin-left: 20%; } @media only screen and (min-width: 40.0625em) { .chat-message--own { margin-left: 40%; } } .chat-message--own .chat-message__bubble { background-color: #0B74FF; border: none; border-radius: 15px; border-bottom-right-radius: 0; color: white; } input, button, textarea { font-size: 1rem; } .form .form__row { margin-bottom: 2em; } .form .form__label { display: block; font-weight: 500; margin-bottom: 0.5rem; } .form .form__input, .form .form__textarea { border: solid 1px #efefef; border-radius: 5px; display: block; padding: 0.75em 2.5%; width: 95%; } .form .form__input--short, .form .form__textarea--short { width: 200px; } .form .form__input--tags, .form .form__textarea--tags { display: inline-block; width: 320px; } .form .form__textarea { height: 6rem; } .form .form__add-tag-button { margin-left: 1rem; } .form .form__radio { margin: 0 0.5rem; } .form .form__radio-label { display: inline; font-weight: 300; } .form .form__checkbox { margin: 0 0.5rem; } .form .form__checkbox-label { display: inline; font-weight: 300; } .user-message { font-weight: bold; } .user-message--positive { color: #6bab90; } .user-message--negative { color: #a94442; } .user-message--info { color: #31708f; } .filters { margin-bottom: 2rem; } .filters__button { background-color: #ffffff; border: solid 1px #efefef; border-radius: 3px; color: #616161; margin: 0 1rem 1rem 0; outline: none; padding: 0.25rem 1.25rem; } .filters__button:hover { border-color: #6bab90; cursor: pointer; } .filters__button--active { background-color: #6bab90; border-color: #6bab90; color: #ffffff; } /* Headings */ .heading { font-weight: 600; line-height: 1.25em; } .heading--level-1 { font-size: 2rem; margin-bottom: 1rem; } .heading--level-2 { font-size: 1.222222rem; margin-bottom: 1rem; } .heading--level-3 { font-size: 1.111111rem; margin-bottom: 0.75rem; } .loading-spinner { margin: 0 auto 2rem; text-align: center; } .loading-spinner__bounce { background-color: #616161; border-radius: 100%; display: inline-block; height: 18px; margin: 0 7px; width: 18px; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .loading-spinner__bounce--1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loading-spinner__bounce--2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .site-header { color: #6bab90; padding: 1rem; align-items: center; display: flex; flex-wrap: wrap; } .site-header__site-name { flex-basis: auto; order: 1; } .site-header__nav { order: 3; flex-basis: 100%; } @media (min-width: 890px) { .site-header__nav { flex-basis: auto; flex-grow: 2; order: 2; } } .site-header__toolbar { flex-grow: 2; order: 2; } @media (min-width: 890px) { .site-header__toolbar { flex-grow: 1; order: 3; } } .site-header__site-name { margin-right: 1.5rem; } .site-header__site-name-link { color: #426a5a; font-size: 1.25rem; font-weight: bold; text-decoration: none; } .site-header__site-name-logo { float: left; margin-right: 0.75rem; width: 32px; } .site-header__site-name-text { display: none; } @media (min-width: 430px) { .site-header__site-name-text { display: inline; vertical-align: middle; } } .site-header__site-name:hover { text-decoration: underline; } .site-header__nav { margin: 1rem 0 0 0; } @media (min-width: 890px) { .site-header__nav { margin: 0 1rem 0 0; } } .site-header__toolbar { text-align: right; } .site-header--grey-bg { background-color: #efefef; } .site-header--orange-bg { background-color: #ff895f; color: #ffffff; } .site-header--orange-bg .site-header__site-name-link, .site-header--orange-bg .site-menu__link { color: #ffffff; } .site-header--orange-bg .site-menu__item { border-color: #ffffff; } .site-header--green-bg { background-color: #6bab90; color: #ffffff; } .site-header--green-bg .site-header__site-name-link, .site-header--green-bg .site-menu__link { color: #ffffff; } .site-header--green-bg .site-menu__item { border-color: #ffffff; } .site-footer { border-top: 1px solid #efefef; padding: 1.5rem 0; text-align: center; } .site-footer__message { margin: 0 0 0.75rem 0; } .site-footer__contact-menu { list-style: none; margin: 0 0 0.75rem 0; padding: 0; } .site-footer__contact-item { display: inline-block; margin: 0 1rem; padding: 0; } .site-footer__contact-item:first-child { margin-left: 0; } .site-footer__contact-item:last-child { margin-right: 0; } .site-footer__contact-item .fa { color: #4a4a4a; margin-right: 0.25rem; } .site-footer__contact-link { color: #4a4a4a; text-decoration: none; } .site-footer__contact-link:hover { text-decoration: underline; } .site-menu { list-style: none; margin: 0; padding: 0; } .site-menu__item { border-right: 1px solid #9e9e9e; display: inline-block; font-size: 0.833333rem; line-height: 1rem; margin: 0; padding: 0 0.5rem; } .site-menu__item:first-child { padding-left: 0; } .site-menu__item:last-child { border-right: none; padding-right: 0; } .site-menu__link { background-color: transparent; border: none; color: #9e9e9e; cursor: pointer; font-size: 0.833333rem; margin: 0; padding: 0; text-decoration: none; } .site-menu__link--active { color: #6bab90; } .site-menu__link:hover { text-decoration: underline; } .tag-list { margin: 0 0 1rem 0; } .tag-list .tag-list__tags { cursor: default; list-style: none; margin: 1em 0 0 0; overflow: hidden; } .tag-list .tag-list__tag { background: #9e9e9e; border-radius: 3px 0 0 3px; color: #ffffff; display: inline-block; font-size: 0.85em; line-height: 1.5em; margin: 0 0.25em 0.25em; padding: 0 0.75em; position: relative; text-decoration: none; } .tag-list .tag-list__tag:hover { cursor: pointer; } .tag-list .tag-list__tag:hover .tag-list__tag-remove { color: red; } .tag-list--readonly .tag-list__tag:hover { cursor: default; } .tag-list .tag-list__tag-remove { margin-left: 0.25rem; } .tag-list .tag-list__help-text { font-size: 0.875em; } .logged-in-user-info__header { margin-bottom: 2rem; overflow: hidden; } .logged-in-user-info__header img { float: left; margin-right: 1em; width: 48px; } .logged-in-user-info__header h3 { float: left; margin-top: 0.425em; } .logged-in-user-info__status { margin-bottom: 0.5em; overflow: hidden; } .logged-in-user-info__status img { float: left; margin-right: 1em; width: 32px; } .logged-in-user-info__status p { margin: 0; } .landing-page__image-left { margin-right: 10%; width: 90%; } .landing-page__company-links { align-items: baseline; display: flex; flex-direction: column; } @media (min-width: 900px) { .landing-page__company-links { flex-direction: row; } .landing-page__company-links .button { margin-bottom: 0; } } @media (max-width: 800px) { .landing-page__reasons-list .list__item { display: block; margin: 0 0 1rem 0; } } .login-register-page .login-register-form { margin-bottom: 1rem; text-align: center; } .login-register-page .login-register-form .button { margin: 0; } .consultant-service__info-message { border-left: 4px solid #ff895f; font-weight: normal; margin: 0.5rem 0 1rem 3rem; padding-left: 0.5rem; } .wiki-content p { margin: 0 0 1rem 0; } .wiki-content ul, .wiki-content ol { margin: 0 0 1rem 2rem; } .wiki-content a { color: #ff895f; } .wiki-menu { list-style: none; margin: 0 0 2rem 0; padding: 0; } .wiki-menu li { display: inline-block; margin: 0 2rem 0 0; padding: 0; }
src/components/new-design.css
* { margin: 0; padding: 0; } body { box-sizing: border-box; color: #4a4a4a; font-family: 'Poppins', sans-serif; } body, html { font-size: 18px; } @media (min-width: 620px) { .flex-grid { display: flex; flex-direction: row; flex-wrap: wrap; } } .flex-grid__item { flex-grow: 1; } .flex-grid__item--one-half { flex-basis: 50%; flex-grow: 0; flex-shrink: 0; } .flex-grid__item--one-third { flex-basis: 33.333333%; } .flex-grid__item--two-thirds { flex-basis: 66.666667%; } .flex-grid__item--one-quarter { flex-basis: 25%; } .flex-grid__item--first { order: 1; } .flex-grid__item--second { order: 2; } .section { padding: 3rem 0; } .section--white-bg { background-color: #ffffff; } .section--grey-bg { background-color: #efefef; } .section--green-bg { background-color: #6bab90; } .section--orange-bg { background-color: #ff895f; } .section--green-bg p, .section--orange-bg p, .section--green-bg span, .section--orange-bg span, .section--green-bg h1, .section--orange-bg h1, .section--green-bg h2, .section--orange-bg h2, .section--green-bg h3, .section--orange-bg h3, .section--green-bg h4, .section--orange-bg h4 { color: #ffffff; } .content-wrapper { max-width: 920px; margin: 0 auto; padding: 0 1rem; } .content-wrapper--medium { max-width: 660px; } .paragraph { margin: 0 0 1.5rem 0; } .paragraph--no-margin { margin: 0; } .paragraph--preamble { font-size: 1.111111rem; } .paragraph--center { text-align: center; } .subtitle { color: #9e9e9e; font-size: 0.833333rem; margin-bottom: 0.25rem; } .smallprint { font-size: 0.833333rem; } .horizontal-rule { border: none; border-bottom: 2px solid #efefef; margin: 1rem 0 2rem 0; } .button { background-color: #6bab90; border: none; border-radius: 25px; color: white; cursor: pointer; display: inline-block; font-family: 'Space Mono', monospace; font-size: 0.88888888rem; margin: 0 1rem 1rem 0; padding: 0.5rem 1.75rem; text-decoration: none; } .button:hover { background-color: #529176; text-decoration: none; } .button--orange { background-color: #ff895f; } .button--orange:hover { background-color: #ff632c; } .link, .link-button { color: #ff895f; cursor: pointer; text-decoration: underline; } .link:hover, .link-button:hover { background-color: #ff895f; color: #ffffff; } .link--white-text, .link-button--white-text { color: #ffffff; } .link-button { background: none; border: none; margin: 0 0.5rem; padding: 0.25rem 0.5rem; } .list { margin: 0 0 1.5rem 2rem; } .list--no-margin { margin: 0; } .list--horizontal { list-style: none; margin: 0 0 1rem 0; } .list--horizontal .list__item { display: block; margin-bottom: 1rem; padding-right: 1rem; } @media (min-width: 660px) { .list--horizontal .list__item { display: inline-block; } } .list--horizontal .list__item:last-child { padding-right: 0; } .image { width: 100%; } .box { border: 2px solid #ff895f; margin: 1rem 0; padding: 2rem 1.5rem; } @media (min-width: 620px) { .box { margin: 1rem; } } .box .card { border-bottom: 0; margin-bottom: 0; padding-bottom: 0; } .box *:last-child { margin-bottom: 0; } .alert { border: 1px solid transparent; border-radius: 4px; margin-bottom: 20px; padding: 15px; } .alert__title { font-weight: 600; margin: 0; } .alert__message { margin: 0; } .alert--success { color: #426a5a; background-color: #dff0d8; border-color: #d6e9c6; } .alert--info { color: #31708f; background-color: #d9edf7; border-color: #bce8f1; } .alert--warning { background-color: #fcf8e3; border-color: #faebcc; } .alert--danger { color: #a94442; background-color: #f2dede; border-color: #ebccd1; } .alert--no-bg { background-color: transparent; } .card { border-bottom: 2px solid #efefef; display: flex; margin-bottom: 2rem; padding-bottom: 1rem; } .card__image-wrapper { flex-basis: 20%; padding-right: 1.5rem; } .card__image { border: 2px solid #efefef; width: 100%; } .card__content-wrapper { flex-basis: 80%; } .card--small-image .card__image-wrapper { flex-basis: 10%; } .card--small-image .card__content-wrapper { flex-basis: 90%; } .card--no-image { display: block; } .chat-input-box { border-top: solid 1px #9e9e9e; padding-top: 1rem; } .chat-message { margin: 1em 0; width: 80%; } @media only screen and (min-width: 40.0625em) { .chat-message { width: 60%; } } .chat-message__bubble { background-color: white; border: solid 1px #ccc; border-radius: 15px; border-bottom-left-radius: 0; padding: 1em; } .chat-message__text { margin: 0; } .chat-message__author-name { font-weight: 400; } .chat-message__timestamp { font-size: 0.875em; margin: 0; } .chat-message--own { margin-left: 20%; } @media only screen and (min-width: 40.0625em) { .chat-message--own { margin-left: 40%; } } .chat-message--own .chat-message__bubble { background-color: #0B74FF; border: none; border-radius: 15px; border-bottom-right-radius: 0; color: white; } input, button, textarea { font-size: 1rem; } .form .form__row { margin-bottom: 2em; } .form .form__label { display: block; font-weight: 500; margin-bottom: 0.5rem; } .form .form__input, .form .form__textarea { border: solid 1px #efefef; border-radius: 5px; display: block; padding: 0.75em 2.5%; width: 95%; } .form .form__input--short, .form .form__textarea--short { width: 200px; } .form .form__input--tags, .form .form__textarea--tags { display: inline-block; width: 320px; } .form .form__textarea { height: 6rem; } .form .form__add-tag-button { margin-left: 1rem; } .form .form__radio { margin: 0 0.5rem; } .form .form__radio-label { display: inline; font-weight: 300; } .form .form__checkbox { margin: 0 0.5rem; } .form .form__checkbox-label { display: inline; font-weight: 300; } .user-message { font-weight: bold; } .user-message--positive { color: #6bab90; } .user-message--negative { color: #a94442; } .user-message--info { color: #31708f; } .filters { margin-bottom: 2rem; } .filters__button { background-color: #ffffff; border: solid 1px #efefef; border-radius: 3px; color: #616161; margin: 0 1rem 1rem 0; outline: none; padding: 0.25rem 1.25rem; } .filters__button:hover { border-color: #6bab90; cursor: pointer; } .filters__button--active { background-color: #6bab90; border-color: #6bab90; color: #ffffff; } /* Headings */ .heading { font-weight: 600; line-height: 1.25em; } .heading--level-1 { font-size: 2rem; margin-bottom: 1rem; } .heading--level-2 { font-size: 1.222222rem; margin-bottom: 1rem; } .heading--level-3 { font-size: 1.111111rem; margin-bottom: 0.75rem; } .loading-spinner { margin: 0 auto 2rem; text-align: center; } .loading-spinner__bounce { background-color: #616161; border-radius: 100%; display: inline-block; height: 18px; margin: 0 7px; width: 18px; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .loading-spinner__bounce--1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .loading-spinner__bounce--2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); transform: scale(1); } } .site-header { color: #6bab90; padding: 1rem; align-items: center; display: flex; flex-wrap: wrap; } .site-header__site-name { flex-basis: auto; order: 1; } .site-header__nav { order: 3; flex-basis: 100%; } @media (min-width: 890px) { .site-header__nav { flex-basis: auto; flex-grow: 2; order: 2; } } .site-header__toolbar { flex-grow: 2; order: 2; } @media (min-width: 890px) { .site-header__toolbar { flex-grow: 1; order: 3; } } .site-header__site-name { margin-right: 1.5rem; } .site-header__site-name-link { color: #426a5a; font-size: 1.25rem; font-weight: bold; text-decoration: none; } .site-header__site-name-logo { float: left; margin-right: 0.75rem; width: 32px; } .site-header__site-name-text { display: none; } @media (min-width: 430px) { .site-header__site-name-text { display: inline; vertical-align: middle; } } .site-header__site-name:hover { text-decoration: underline; } .site-header__nav { margin: 1rem 0 0 0; } @media (min-width: 890px) { .site-header__nav { margin: 0 1rem 0 0; } } .site-header__toolbar { text-align: right; } .site-header--grey-bg { background-color: #efefef; } .site-header--orange-bg { background-color: #ff895f; color: #ffffff; } .site-header--orange-bg .site-header__site-name-link, .site-header--orange-bg .site-menu__link { color: #ffffff; } .site-header--orange-bg .site-menu__item { border-color: #ffffff; } .site-header--green-bg { background-color: #6bab90; color: #ffffff; } .site-header--green-bg .site-header__site-name-link, .site-header--green-bg .site-menu__link { color: #ffffff; } .site-header--green-bg .site-menu__item { border-color: #ffffff; } .site-footer { border-top: 1px solid #efefef; padding: 1.5rem 0; text-align: center; } .site-footer__message { margin: 0 0 0.75rem 0; } .site-footer__contact-menu { list-style: none; margin: 0 0 0.75rem 0; padding: 0; } .site-footer__contact-item { display: inline-block; margin: 0 1rem; padding: 0; } .site-footer__contact-item:first-child { margin-left: 0; } .site-footer__contact-item:last-child { margin-right: 0; } .site-footer__contact-item .fa { color: #4a4a4a; margin-right: 0.25rem; } .site-footer__contact-link { color: #4a4a4a; text-decoration: none; } .site-footer__contact-link:hover { text-decoration: underline; } .site-menu { list-style: none; margin: 0; padding: 0; } .site-menu__item { border-right: 1px solid #9e9e9e; display: inline-block; font-size: 0.833333rem; line-height: 1rem; margin: 0; padding: 0 0.5rem; } .site-menu__item:first-child { padding-left: 0; } .site-menu__item:last-child { border-right: none; padding-right: 0; } .site-menu__link { background-color: transparent; border: none; color: #9e9e9e; cursor: pointer; font-size: 0.833333rem; margin: 0; padding: 0; text-decoration: none; } .site-menu__link--active { color: #6bab90; } .site-menu__link:hover { text-decoration: underline; } .tag-list { margin: 0 0 1rem 0; } .tag-list .tag-list__tags { cursor: default; list-style: none; margin: 1em 0 0 0; overflow: hidden; } .tag-list .tag-list__tag { background: #9e9e9e; border-radius: 3px 0 0 3px; color: #ffffff; display: inline-block; font-size: 0.85em; line-height: 1.5em; margin: 0 0.25em 0.25em; padding: 0 0.75em; position: relative; text-decoration: none; } .tag-list .tag-list__tag:hover { cursor: pointer; } .tag-list .tag-list__tag:hover .tag-list__tag-remove { color: red; } .tag-list--readonly .tag-list__tag:hover { cursor: default; } .tag-list .tag-list__tag-remove { margin-left: 0.25rem; } .tag-list .tag-list__help-text { font-size: 0.875em; } .logged-in-user-info__header { margin-bottom: 2rem; overflow: hidden; } .logged-in-user-info__header img { float: left; margin-right: 1em; width: 48px; } .logged-in-user-info__header h3 { float: left; margin-top: 0.425em; } .logged-in-user-info__status { margin-bottom: 0.5em; overflow: hidden; } .logged-in-user-info__status img { float: left; margin-right: 1em; width: 32px; } .logged-in-user-info__status p { margin: 0; } .landing-page__image-left { margin-right: 10%; width: 90%; } .landing-page__company-links { align-items: baseline; display: flex; flex-direction: column; } @media (min-width: 900px) { .landing-page__company-links { flex-direction: row; } .landing-page__company-links .button { margin-bottom: 0; } } @media (max-width: 800px) { .landing-page__reasons-list .list__item { display: block; margin: 0 0 1rem 0; } } .login-register-page .login-register-form { margin-bottom: 1rem; text-align: center; } .login-register-page .login-register-form .button { margin: 0; } .consultant-service__info-message { border-left: 4px solid #ff895f; font-weight: normal; margin: 0.5rem 0 1rem 3rem; padding-left: 0.5rem; } .wiki-content p { margin: 0 0 1rem 0; } .wiki-content ul, .wiki-content ol { margin: 0 0 1rem 2rem; } .wiki-content a { color: #ff895f; } .wiki-menu { list-style: none; margin: 0 0 2rem 0; padding: 0; } .wiki-menu li { display: inline-block; margin: 0 2rem 0 0; padding: 0; }
0.463201
0.083479
@media only screen and (max-width: 575px) { .searchBar { display: grid; grid-template-columns: auto 250px auto; grid-template-rows: repeat(4, 35px); background-color: #485460; padding: 0px 0px 10px 0px; width: 100%; } .subtitle { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 100; letter-spacing: 2px; color: #fff; text-align: center; text-transform: uppercase; align-self: end; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; } .origin { border: none; height: 25px; padding-left: 12px; width: 230px; border-radius: 8px; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } .origin:focus { outline: none; border-top: 1px #2c2c54 solid; } .origin::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .destination { border: none; padding-left: 12px; height: 25px; width: 230px; border-radius: 8px; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 3; grid-row-end: 4; } .destination:focus { outline: none; border-top: 1px #2c2c54 solid; } .destination::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .searchButton { height: 25px; width: 243px; border: none; border-radius: 8px; color: #2c2c54; font-family: 'Montserrat', sans-serif; outline: none; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 4; grid-row-end: 5; } .searchButton:hover { background-color: #eee; } .searchButton:active { background-color: #eee; border-top: 1px #adadad solid; } } /* ========================================== ================== WEB =================== ========================================== */ @media only screen and (min-width: 576px) { .searchBar { display: grid; grid-template-columns: auto 100px 150px 150px 100px 45px auto; grid-template-rows: 50px; background-color: #485460; padding: 15px 0px 20px 0px; width: 100%; } .subtitle { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 100; letter-spacing: 2px; color: #fff; text-align: center; text-transform: uppercase; align-self: start; grid-column-start: 2; grid-column-end: 7; grid-row-start: 1; grid-row-end: 2; } .origin { border: none; height: 25px; padding-left: 12px; width: 230px; border-radius: 8px; align-self: end; justify-self: start; grid-column-start: 2; grid-column-end: 4; grid-row-start: 1; grid-row-end: 2; } .origin:focus { outline: none; border-top: 1px #754e32 solid; } .origin::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .destination { border: none; padding-left: 12px; height: 25px; width: 230px; border-radius: 8px; grid-column-start: 4; grid-column-end: 6; grid-row-start: 1; grid-row-end: 2; align-self: end; justify-self: end; } .destination:focus { outline: none; border-top: 1px #754e32 solid; } .destination::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .searchButton { height: 27px; width: 35px; margin: 0px 0px 0px 10px; border: none; border-radius: 8px; color: #2c2c54; font-family: 'Montserrat', sans-serif; outline: none; grid-column-start: 6; grid-column-end: 7; grid-row-start: 1; grid-row-end: 2; align-self: end; } .searchButton:hover { background-color: #eee; } .searchButton:active { background-color: #eee; border-top: 1px #adadad solid; } } .loadingGif { position: relative; top: 2px; }
client/src/components/search.css
@media only screen and (max-width: 575px) { .searchBar { display: grid; grid-template-columns: auto 250px auto; grid-template-rows: repeat(4, 35px); background-color: #485460; padding: 0px 0px 10px 0px; width: 100%; } .subtitle { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 100; letter-spacing: 2px; color: #fff; text-align: center; text-transform: uppercase; align-self: end; grid-column-start: 2; grid-column-end: 3; grid-row-start: 1; grid-row-end: 2; } .origin { border: none; height: 25px; padding-left: 12px; width: 230px; border-radius: 8px; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 2; grid-row-end: 3; } .origin:focus { outline: none; border-top: 1px #2c2c54 solid; } .origin::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .destination { border: none; padding-left: 12px; height: 25px; width: 230px; border-radius: 8px; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 3; grid-row-end: 4; } .destination:focus { outline: none; border-top: 1px #2c2c54 solid; } .destination::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .searchButton { height: 25px; width: 243px; border: none; border-radius: 8px; color: #2c2c54; font-family: 'Montserrat', sans-serif; outline: none; align-self: end; justify-self: center; grid-column-start: 2; grid-column-end: 3; grid-row-start: 4; grid-row-end: 5; } .searchButton:hover { background-color: #eee; } .searchButton:active { background-color: #eee; border-top: 1px #adadad solid; } } /* ========================================== ================== WEB =================== ========================================== */ @media only screen and (min-width: 576px) { .searchBar { display: grid; grid-template-columns: auto 100px 150px 150px 100px 45px auto; grid-template-rows: 50px; background-color: #485460; padding: 15px 0px 20px 0px; width: 100%; } .subtitle { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 100; letter-spacing: 2px; color: #fff; text-align: center; text-transform: uppercase; align-self: start; grid-column-start: 2; grid-column-end: 7; grid-row-start: 1; grid-row-end: 2; } .origin { border: none; height: 25px; padding-left: 12px; width: 230px; border-radius: 8px; align-self: end; justify-self: start; grid-column-start: 2; grid-column-end: 4; grid-row-start: 1; grid-row-end: 2; } .origin:focus { outline: none; border-top: 1px #754e32 solid; } .origin::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .destination { border: none; padding-left: 12px; height: 25px; width: 230px; border-radius: 8px; grid-column-start: 4; grid-column-end: 6; grid-row-start: 1; grid-row-end: 2; align-self: end; justify-self: end; } .destination:focus { outline: none; border-top: 1px #754e32 solid; } .destination::placeholder { font-family: 'Montserrat', sans-serif; color: #2c2c54; } .searchButton { height: 27px; width: 35px; margin: 0px 0px 0px 10px; border: none; border-radius: 8px; color: #2c2c54; font-family: 'Montserrat', sans-serif; outline: none; grid-column-start: 6; grid-column-end: 7; grid-row-start: 1; grid-row-end: 2; align-self: end; } .searchButton:hover { background-color: #eee; } .searchButton:active { background-color: #eee; border-top: 1px #adadad solid; } } .loadingGif { position: relative; top: 2px; }
0.286768
0.146697
header { margin: 0; font-family: Arial, Helvetica, sans-serif; } .topnav { overflow: hidden; background-color: #2C3C5B; } .topnav a { float: right; color: #f5f5f5; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color:#2C3C5B; } .topnav a.active { background-color: #ddd; color: #2C3C5B; } table, th, td { border: 1px solid black; border-collapse: collapse; } table{ width:100% } .filter-green{ filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); } .filter-red{ filter: invert(22%) sepia(98%) saturate(7480%) hue-rotate(359deg) brightness(102%) contrast(109%); } th, td { padding: 15px; text-align: left; color: #2C3C5B; font-weight: bold; } #t01 { width: 100%; background-color: #f5f5f5; } .header{ width: 70%; text-align: center; color: #0AC5A8; font-weight: bold; margin-left: 14%; } .scrollbar-container { position: absolute; top: 120px; bottom: 0; left: 0; right: 0; margin: 20px; border: 4px solid rgba(0, 0, 0, 0.2); overflow: auto; background-color: whiteSmoke; } .scrollbar-container .inner { height: 2011px; width: 1985px; padding: 1em; background-color: white; font-family: sans-serif; } ::-webkit-scrollbar { background: transparent; } ::-webkit-scrollbar-corner { background: transparent; } /* These rules are for scrollbar draggable panel */ ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border: solid whiteSmoke 4px; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.3); } /* These rules are for buttons */ ::-webkit-scrollbar-button:horizontal:increment { background:no-repeat url("https://ssl.gstatic.com/docs/spreadsheets/waffle_sprite22.png") -15px -62px; height:16px; } ::-webkit-scrollbar-button:horizontal:decrement { background:no-repeat url("https://ssl.gstatic.com/docs/spreadsheets/waffle_sprite22.png") -70px -40px }
Halls-FrontEnd/Halls-FrontEnd/src/app/result/result.component.css
header { margin: 0; font-family: Arial, Helvetica, sans-serif; } .topnav { overflow: hidden; background-color: #2C3C5B; } .topnav a { float: right; color: #f5f5f5; text-align: center; padding: 14px 16px; text-decoration: none; font-size: 17px; } .topnav a:hover { background-color: #ddd; color:#2C3C5B; } .topnav a.active { background-color: #ddd; color: #2C3C5B; } table, th, td { border: 1px solid black; border-collapse: collapse; } table{ width:100% } .filter-green{ filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%); } .filter-red{ filter: invert(22%) sepia(98%) saturate(7480%) hue-rotate(359deg) brightness(102%) contrast(109%); } th, td { padding: 15px; text-align: left; color: #2C3C5B; font-weight: bold; } #t01 { width: 100%; background-color: #f5f5f5; } .header{ width: 70%; text-align: center; color: #0AC5A8; font-weight: bold; margin-left: 14%; } .scrollbar-container { position: absolute; top: 120px; bottom: 0; left: 0; right: 0; margin: 20px; border: 4px solid rgba(0, 0, 0, 0.2); overflow: auto; background-color: whiteSmoke; } .scrollbar-container .inner { height: 2011px; width: 1985px; padding: 1em; background-color: white; font-family: sans-serif; } ::-webkit-scrollbar { background: transparent; } ::-webkit-scrollbar-corner { background: transparent; } /* These rules are for scrollbar draggable panel */ ::-webkit-scrollbar-thumb { background-color: rgba(0, 0, 0, 0.2); border: solid whiteSmoke 4px; } ::-webkit-scrollbar-thumb:hover { background-color: rgba(0, 0, 0, 0.3); } /* These rules are for buttons */ ::-webkit-scrollbar-button:horizontal:increment { background:no-repeat url("https://ssl.gstatic.com/docs/spreadsheets/waffle_sprite22.png") -15px -62px; height:16px; } ::-webkit-scrollbar-button:horizontal:decrement { background:no-repeat url("https://ssl.gstatic.com/docs/spreadsheets/waffle_sprite22.png") -70px -40px }
0.403214
0.117092
#lcontop { width:200px; padding-bottom:10px; } #lcon1 { width:200px; padding-bottom:10px; } .lmen1 { font-size: 13px; padding: 0px; margin:0; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; } .lmen1 li { list-style: none; margin-bottom: 0; margin: 0; padding: 0; } .lmen1 li a:link, .lmen1 li a:visited { display: block; font-size: 12px; width: 100%; width: auto; text-decoration: none; background-color: #4F4F96; color: #eeeeee; padding-left:5px; border-top: 1px solid #4F4F96; border-bottom: 1px solid #444444; } .lmen1 li a:hover { color: #ffff00; background-color: #2F2F76; border-top: 1px solid #222222; border-bottom: 1px solid #aaaaaa; } /* Highlight side menus current page top menu*/ #p100 #lcontop .p100 a, #p200 #lcontop .p200 a, #p300 #lcontop .p300 a, #p400 #lcontop .p400 a, #p500 #lcontop .p500 a, #p600 #lcontop .p600 a, #p700 #lcontop .p700 a, #p800 #lcontop .p800 a, #p900 #lcontop .p900 a, #p1000 #lcontop .p1000 a, #p1100 #lcontop .p1100 a, #p1200 #lcontop .p1200 a, #p1300 #lcontop .p1300 a, #p1400 #lcontop .p1400 a, #p1500 #lcontop .p1500 a, #p1600 #lcontop .p1600 a, #p1700 #lcontop .p1700 a, #p1800 #lcontop .p1800 a, #p1900 #lcontop .p1900 a, #p2200 #lcontop .p2200 a { color: #ffffff; background-color:#222222; } /* Highlight side menus current page sub-menu*/ #p110 #lcon1 .p110 a, #p115 #lcon1 .p115 a, #p120 #lcon1 .p120 a, #p122 #lcon1 .p122 a, #p210 #lcon1 .p210 a, #p220 #lcon1 .p220 a, #p230 #lcon1 .p230 a, #p240 #lcon1 .p240 a, #p250 #lcon1 .p250 a, #p310 #lcon1 .p310 a, #p320 #lcon1 .p320 a, #p330 #lcon1 .p330 a, #p340 #lcon1 .p340 a, #p410 #lcon1 .p410 a, #p420 #lcon1 .p420 a, #p430 #lcon1 .p430 a, #p440 #lcon1 .p440 a, #p450 #lcon1 .p450 a, #p510 #lcon1 .p510 a, #p520 #lcon1 .p520 a, #p530 #lcon1 .p530 a, #p540 #lcon1 .p540 a, #p550 #lcon1 .p550 a, #p610 #lcon1 .p610 a, #p620 #lcon1 .p620 a, #p630 #lcon1 .p630 a, #p635 #lcon1 .p635 a, #p640 #lcon1 .p640 a, #p650 #lcon1 .p650 a, #p660 #lcon1 .p660 a, #p670 #lcon1 .p670 a, #p680 #lcon1 .p680 a, #p710 #lcon1 .p710 a, #p720 #lcon1 .p720 a, #p730 #lcon1 .p730 a, #p740 #lcon1 .p740 a, #p750 #lcon1 .p750 a, #p760 #lcon1 .p760 a, #p810 #lcon1 .p810 a, #p820 #lcon1 .p820 a, #p830 #lcon1 .p830 a, #p840 #lcon1 .p840 a, #p850 #lcon1 .p850 a, #p860 #lcon1 .p860 a, #p910 #lcon1 .p910 a, #p920 #lcon1 .p920 a, #p930 #lcon1 .p930 a, #p1010 #lcon1 .p1010 a, #p1210 #lcon1 .p1210 a, #p1220 #lcon1 .p1220 a, #p1230 #lcon1 .p1230 a, #p1240 #lcon1 .p1240 a, #p1250 #lcon1 .p1250 a, #p1260 #lcon1 .p1260 a, #p1310 #lcon1 .p1310 a, #p1320 #lcon1 .p1320 a, #p1330 #lcon1 .p1330 a, #p1410 #lcon1 .p1410 a, #p1420 #lcon1 .p1420 a, #p1430 #lcon1 .p1420 a, #p1510 #lcon1 .p1510 a, #p1520 #lcon1 .p1520 a, #p1530 #lcon1 .p1530 a, #p1710 #lcon1 .p1710 a, #p1810 #lcon1 .p1810 a, #p1820 #lcon1 .p1820 a, #p1830 #lcon1 .p1830 a, #p1910 #lcon1 .p1910 a, #p1920 #lcon1 .p1920 a { color: #ffffff; background-color:#222222; }
docs/manual/common/css/menu.css
#lcontop { width:200px; padding-bottom:10px; } #lcon1 { width:200px; padding-bottom:10px; } .lmen1 { font-size: 13px; padding: 0px; margin:0; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 18px; } .lmen1 li { list-style: none; margin-bottom: 0; margin: 0; padding: 0; } .lmen1 li a:link, .lmen1 li a:visited { display: block; font-size: 12px; width: 100%; width: auto; text-decoration: none; background-color: #4F4F96; color: #eeeeee; padding-left:5px; border-top: 1px solid #4F4F96; border-bottom: 1px solid #444444; } .lmen1 li a:hover { color: #ffff00; background-color: #2F2F76; border-top: 1px solid #222222; border-bottom: 1px solid #aaaaaa; } /* Highlight side menus current page top menu*/ #p100 #lcontop .p100 a, #p200 #lcontop .p200 a, #p300 #lcontop .p300 a, #p400 #lcontop .p400 a, #p500 #lcontop .p500 a, #p600 #lcontop .p600 a, #p700 #lcontop .p700 a, #p800 #lcontop .p800 a, #p900 #lcontop .p900 a, #p1000 #lcontop .p1000 a, #p1100 #lcontop .p1100 a, #p1200 #lcontop .p1200 a, #p1300 #lcontop .p1300 a, #p1400 #lcontop .p1400 a, #p1500 #lcontop .p1500 a, #p1600 #lcontop .p1600 a, #p1700 #lcontop .p1700 a, #p1800 #lcontop .p1800 a, #p1900 #lcontop .p1900 a, #p2200 #lcontop .p2200 a { color: #ffffff; background-color:#222222; } /* Highlight side menus current page sub-menu*/ #p110 #lcon1 .p110 a, #p115 #lcon1 .p115 a, #p120 #lcon1 .p120 a, #p122 #lcon1 .p122 a, #p210 #lcon1 .p210 a, #p220 #lcon1 .p220 a, #p230 #lcon1 .p230 a, #p240 #lcon1 .p240 a, #p250 #lcon1 .p250 a, #p310 #lcon1 .p310 a, #p320 #lcon1 .p320 a, #p330 #lcon1 .p330 a, #p340 #lcon1 .p340 a, #p410 #lcon1 .p410 a, #p420 #lcon1 .p420 a, #p430 #lcon1 .p430 a, #p440 #lcon1 .p440 a, #p450 #lcon1 .p450 a, #p510 #lcon1 .p510 a, #p520 #lcon1 .p520 a, #p530 #lcon1 .p530 a, #p540 #lcon1 .p540 a, #p550 #lcon1 .p550 a, #p610 #lcon1 .p610 a, #p620 #lcon1 .p620 a, #p630 #lcon1 .p630 a, #p635 #lcon1 .p635 a, #p640 #lcon1 .p640 a, #p650 #lcon1 .p650 a, #p660 #lcon1 .p660 a, #p670 #lcon1 .p670 a, #p680 #lcon1 .p680 a, #p710 #lcon1 .p710 a, #p720 #lcon1 .p720 a, #p730 #lcon1 .p730 a, #p740 #lcon1 .p740 a, #p750 #lcon1 .p750 a, #p760 #lcon1 .p760 a, #p810 #lcon1 .p810 a, #p820 #lcon1 .p820 a, #p830 #lcon1 .p830 a, #p840 #lcon1 .p840 a, #p850 #lcon1 .p850 a, #p860 #lcon1 .p860 a, #p910 #lcon1 .p910 a, #p920 #lcon1 .p920 a, #p930 #lcon1 .p930 a, #p1010 #lcon1 .p1010 a, #p1210 #lcon1 .p1210 a, #p1220 #lcon1 .p1220 a, #p1230 #lcon1 .p1230 a, #p1240 #lcon1 .p1240 a, #p1250 #lcon1 .p1250 a, #p1260 #lcon1 .p1260 a, #p1310 #lcon1 .p1310 a, #p1320 #lcon1 .p1320 a, #p1330 #lcon1 .p1330 a, #p1410 #lcon1 .p1410 a, #p1420 #lcon1 .p1420 a, #p1430 #lcon1 .p1420 a, #p1510 #lcon1 .p1510 a, #p1520 #lcon1 .p1520 a, #p1530 #lcon1 .p1530 a, #p1710 #lcon1 .p1710 a, #p1810 #lcon1 .p1810 a, #p1820 #lcon1 .p1820 a, #p1830 #lcon1 .p1830 a, #p1910 #lcon1 .p1910 a, #p1920 #lcon1 .p1920 a { color: #ffffff; background-color:#222222; }
0.106186
0.060059
body { margin: 0; padding: 0; } .content-login { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; background-color: white; } .content-center-login { width: 30%; height: 68%; margin: 0 auto; border-radius: 20px; box-shadow: 10px 10px 8px #EEEED1; border: 1px solid #EEEED1; } .content-header-login { width: 100%; height: 30%; display: flex; align-items: center; } .center-image { width: 100%; height: 100%; display: flex; align-items: center; } .center-image img { margin: 0 auto; } .cotent-input-login { width: 100%; height: 55%; } .cotent-input-login form { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; gap: 25px; } .input-login { width: 75%; height: 9%; margin: 0 auto; border-radius: 25px; background-color: #F5F5F5; box-shadow: 10px 10px 8px #EEEED1; padding: 3%; } .input-login input { width: 100%; height: 100%; background-color: #F5F5F5; border: none; font-size: 3vh; text-align: center; } input:focus { box-shadow: 0 0 0 0; border: 0 none; outline: 0; } .cotent-input-login button { width: 30%; height: 25%; margin: 0 auto; border-radius: 5px; } .content-login-register { width: 80%; height: 30%; display: flex; margin: 0 auto; display: flex; align-items: center; } .content-login-register button { width: 40%; height: 60%; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,83,1) 35%, rgba(108,31,102,1) 100%, rgba(0,212,255,1) 100%); border: none; border-radius: 25px; font-size: 3vh; color: white; } .error-login { width: 80%; height: 15%; text-align: center; font-size: 2.5vh; color: #7A378B; margin: 0 auto; } @media screen and (max-width: 767px) { .content-center-login { width: 100%; height: 100%; } } .content-center-register { width: 30%; height: 90%; margin: 0 auto; border-radius: 20px; box-shadow: 10px 10px 8px #EEEED1; border: 1px solid #EEEED1; }
public/css/teste.css
body { margin: 0; padding: 0; } .content-login { width: 100%; height: 100%; position: absolute; display: flex; align-items: center; background-color: white; } .content-center-login { width: 30%; height: 68%; margin: 0 auto; border-radius: 20px; box-shadow: 10px 10px 8px #EEEED1; border: 1px solid #EEEED1; } .content-header-login { width: 100%; height: 30%; display: flex; align-items: center; } .center-image { width: 100%; height: 100%; display: flex; align-items: center; } .center-image img { margin: 0 auto; } .cotent-input-login { width: 100%; height: 55%; } .cotent-input-login form { width: 100%; height: 100%; display: flex; flex-direction: column; justify-content: space-evenly; gap: 25px; } .input-login { width: 75%; height: 9%; margin: 0 auto; border-radius: 25px; background-color: #F5F5F5; box-shadow: 10px 10px 8px #EEEED1; padding: 3%; } .input-login input { width: 100%; height: 100%; background-color: #F5F5F5; border: none; font-size: 3vh; text-align: center; } input:focus { box-shadow: 0 0 0 0; border: 0 none; outline: 0; } .cotent-input-login button { width: 30%; height: 25%; margin: 0 auto; border-radius: 5px; } .content-login-register { width: 80%; height: 30%; display: flex; margin: 0 auto; display: flex; align-items: center; } .content-login-register button { width: 40%; height: 60%; background: rgb(2,0,36); background: linear-gradient(90deg, rgba(2,0,36,1) 0%, rgba(121,9,83,1) 35%, rgba(108,31,102,1) 100%, rgba(0,212,255,1) 100%); border: none; border-radius: 25px; font-size: 3vh; color: white; } .error-login { width: 80%; height: 15%; text-align: center; font-size: 2.5vh; color: #7A378B; margin: 0 auto; } @media screen and (max-width: 767px) { .content-center-login { width: 100%; height: 100%; } } .content-center-register { width: 30%; height: 90%; margin: 0 auto; border-radius: 20px; box-shadow: 10px 10px 8px #EEEED1; border: 1px solid #EEEED1; }
0.398641
0.073032
@font-face { font-family: 'Glyphicons Halflings'; src: url('/assets/fonts/glyphicons-halflings-regular.eot'); src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } /*----------------------------- RESET ------------------------------*/ ul, ol {margin: 0; padding: 0; list-style: none;} /*----------------------------- BASE ------------------------------*/ body {margin:0;border:none;padding:0;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "MS Pゴシック", "MS P Gothic", Osaka, sans-serif;background:url("/assets/images/bodybg.jpg") repeat-x #ffffff;line-height:1.6em;} #container {width: 1020px; margin:0 auto; padding-bottom:20px;word-wrap: break-word;} header {width:1020px; margin:0px auto; height: 124px; position:relative;background: #000000 url("/assets/images/headerbg.jpg") repeat-x;} nav#global-nav_en, nav#global-nav_ja {width: 1020px; margin:0 auto 16px auto; border:#ffffff solid 2px;word-wrap: break-word;} /*------------header */ header #logo {position:absolute;top:50px;left:30px;} header #logo a {color:#ffffff;font-size:42px;font-weight:bolod;} header #logo a:hover {color:#ffffff;text-decoration:none;} header #sitename {position: absolute;top:56px;right:50px;width:258px;z-index: 15;} /*------------gloval navigatior */ #global-nav_en, #global-nav_ja {margin:0 -10px;} #global-nav_en { background-color: #195da4; } #global-nav_ja { background-color: #b90101; } #global-nav_en .nav li.active a {color:#ffff00;} #global-nav_ja .nav li.active a {color:#ffff00;} #global-nav_en .nav li a, #global-nav_ja .nav li a {color:#ffffff;} #global-nav_en .nav li a:hover, #global-nav_ja .nav li a:hover {color:#cccccc;} /*------------sidebar */ #sidebar h3.sidemenu{font-size:16px; font-weight:bold; color:#333333;} #sidebar ul li ul {margin:0 0 1em 0;} #sidebar ul li ul li{margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_red.gif") disc;} #sidebar ul li ul li a{color:#000000;} /*------------footer */ footer {background:#000000;} footer .content{width:960px;margin:0 auto;padding-top:16px;color:#333333;} footer h4.sitename{padding-top:16px;text-align:center;font-size:1em;} footer h4.sitename a{color:#ffffff;} /*-------------copyright*/ #copyright{ width:100%; display:inline-block; text-align:center; padding:8px 0px;color:#ffffff;} /*----------------------------- Page TOP ------------------------------*/ #page-top { position: fixed; bottom: 40px; right: 20px; font-size: 10px; } #page-top a { background: #665e53; text-decoration: none; color: #ffffff; width: 100px; padding: 10px 5px; text-align: center; display: block; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #page-top a:hover { text-decoration: none; background: #d6cdc0; color: #665e53; } .p-navi {padding-top:20px;} .p-navi dl dt {text-align:right;} .p-navi dl dd {text-align:left;} .bg-primary, .bg-success, .bg-info, .bg-warning, bg-danger{padding:4px;} .article {margin:0 0 1em 0;padding:0;} .article-thumbnail {padding:0;} .article-content {padding:0;} #lang-menu {margin-bottom:10px;} #lang-menu li span {margin:0 4px 2px 4px;} #lang-menu li img {border:1px solid #999999;} h3.sidemenu_en, h3.sidemenu_ja {padding:4px 10px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;font-size:1.4em;color:#000000;} h3.sidemenu_en {background-color: #d9edf7;} h3.sidemenu_ja {background-color: #ffdfdf;} ul.sidelist_en, ul.sidelist_ja {margin:0 0 1em 0;} ul.sidelist_en li {margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_bl.gif") disc;} ul.sidelist_ja li {margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_red.gif") disc;}
app/assets/stylesheets/application.css
@font-face { font-family: 'Glyphicons Halflings'; src: url('/assets/fonts/glyphicons-halflings-regular.eot'); src: url('/assets/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/assets/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/assets/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/assets/fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg'); } /*----------------------------- RESET ------------------------------*/ ul, ol {margin: 0; padding: 0; list-style: none;} /*----------------------------- BASE ------------------------------*/ body {margin:0;border:none;padding:0;font-family: "ヒラギノ角ゴ Pro W3", "Hiragino KaKu Gothic Pro", "MS Pゴシック", "MS P Gothic", Osaka, sans-serif;background:url("/assets/images/bodybg.jpg") repeat-x #ffffff;line-height:1.6em;} #container {width: 1020px; margin:0 auto; padding-bottom:20px;word-wrap: break-word;} header {width:1020px; margin:0px auto; height: 124px; position:relative;background: #000000 url("/assets/images/headerbg.jpg") repeat-x;} nav#global-nav_en, nav#global-nav_ja {width: 1020px; margin:0 auto 16px auto; border:#ffffff solid 2px;word-wrap: break-word;} /*------------header */ header #logo {position:absolute;top:50px;left:30px;} header #logo a {color:#ffffff;font-size:42px;font-weight:bolod;} header #logo a:hover {color:#ffffff;text-decoration:none;} header #sitename {position: absolute;top:56px;right:50px;width:258px;z-index: 15;} /*------------gloval navigatior */ #global-nav_en, #global-nav_ja {margin:0 -10px;} #global-nav_en { background-color: #195da4; } #global-nav_ja { background-color: #b90101; } #global-nav_en .nav li.active a {color:#ffff00;} #global-nav_ja .nav li.active a {color:#ffff00;} #global-nav_en .nav li a, #global-nav_ja .nav li a {color:#ffffff;} #global-nav_en .nav li a:hover, #global-nav_ja .nav li a:hover {color:#cccccc;} /*------------sidebar */ #sidebar h3.sidemenu{font-size:16px; font-weight:bold; color:#333333;} #sidebar ul li ul {margin:0 0 1em 0;} #sidebar ul li ul li{margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_red.gif") disc;} #sidebar ul li ul li a{color:#000000;} /*------------footer */ footer {background:#000000;} footer .content{width:960px;margin:0 auto;padding-top:16px;color:#333333;} footer h4.sitename{padding-top:16px;text-align:center;font-size:1em;} footer h4.sitename a{color:#ffffff;} /*-------------copyright*/ #copyright{ width:100%; display:inline-block; text-align:center; padding:8px 0px;color:#ffffff;} /*----------------------------- Page TOP ------------------------------*/ #page-top { position: fixed; bottom: 40px; right: 20px; font-size: 10px; } #page-top a { background: #665e53; text-decoration: none; color: #ffffff; width: 100px; padding: 10px 5px; text-align: center; display: block; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; } #page-top a:hover { text-decoration: none; background: #d6cdc0; color: #665e53; } .p-navi {padding-top:20px;} .p-navi dl dt {text-align:right;} .p-navi dl dd {text-align:left;} .bg-primary, .bg-success, .bg-info, .bg-warning, bg-danger{padding:4px;} .article {margin:0 0 1em 0;padding:0;} .article-thumbnail {padding:0;} .article-content {padding:0;} #lang-menu {margin-bottom:10px;} #lang-menu li span {margin:0 4px 2px 4px;} #lang-menu li img {border:1px solid #999999;} h3.sidemenu_en, h3.sidemenu_ja {padding:4px 10px;border-radius: 3px;-moz-border-radius: 3px;-webkit-border-radius: 3px;font-size:1.4em;color:#000000;} h3.sidemenu_en {background-color: #d9edf7;} h3.sidemenu_ja {background-color: #ffdfdf;} ul.sidelist_en, ul.sidelist_ja {margin:0 0 1em 0;} ul.sidelist_en li {margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_bl.gif") disc;} ul.sidelist_ja li {margin-left:1.6em;list-style:url("/assets/images/lib/list/li_ball_red.gif") disc;}
0.209308
0.053974
* { margin: 0; padding: 0; } html { font-family: 'Inter', sans-serif; color: #2E384C; -webkit-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth; } h1 { font-weight: bold; font-size: 52px; line-height: 60px; } h2 { font-weight: bold; font-size: 44px; line-height: 60px; } h3 { font-weight: bold; font-size: 36px; line-height: 60px; } h4 { font-weight: bold; font-size: 28px; line-height: 28px; } h5 { font-weight: bold; font-size: 20px; line-height: 24px; } h6 { font-weight: bold; font-size: 18px; line-height: 20px; } a { text-decoration: none; color: #2E384C; font-weight: bold; } button { border: none; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; background-color: transparent; } ul { list-style: none; } p { font-weight: normal; font-size: 16px; line-height: 24px; } .footer-text { font-weight: normal; font-size: 14px; line-height: 20px; } .main-container-GU-AP-AV { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(300px, 1fr))[auto-fill]; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); -ms-grid-rows: max-content; grid-template-rows: -webkit-max-content; grid-template-rows: max-content; -webkit-column-gap: 20px; column-gap: 20px; row-gap: 20px; width: 90%; height: auto; margin: 0 auto; margin-bottom: 20px; } * { margin: 0; padding: 0; } html { font-family: 'Inter', sans-serif; color: #2E384C; -webkit-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth; } h1 { font-weight: bold; font-size: 52px; line-height: 60px; } h2 { font-weight: bold; font-size: 44px; line-height: 60px; } h3 { font-weight: bold; font-size: 36px; line-height: 60px; } h4 { font-weight: bold; font-size: 28px; line-height: 28px; } h5 { font-weight: bold; font-size: 20px; line-height: 24px; } h6 { font-weight: bold; font-size: 18px; line-height: 20px; } a { text-decoration: none; color: #2E384C; font-weight: bold; } button { border: none; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; background-color: transparent; } ul { list-style: none; } p { font-weight: normal; font-size: 16px; line-height: 24px; } .footer-text { font-weight: normal; font-size: 14px; line-height: 20px; } .main-container-GU-AP-AV { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(300px, 1fr))[auto-fill]; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); -ms-grid-rows: max-content; grid-template-rows: -webkit-max-content; grid-template-rows: max-content; -webkit-column-gap: 20px; column-gap: 20px; row-gap: 20px; width: 90%; height: auto; margin: 0 auto; margin-bottom: 20px; } .home { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(400px, 1fr))[auto-fit]; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); height: 80vh; } .home .logo-container { place-self: center; } .home .logo-container .logo { width: 400px; height: auto; } .home .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 25px; place-self: center; width: 325px; height: 500px; text-align: center; margin: 40px 0; } .home .container .login-container { padding: 38px; } .home .container .login-container h2, .home .container .login-container h5 { margin-bottom: 20px; } .home .container .login-container h6 { margin-bottom: 10px; } .home .container .login-container button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 5px 10px; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background-color: #FFFFFF; } .home .container .login-container button a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .home .container .login-container button img { width: 32px; height: auto; padding-right: 10px; } header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 10vh; -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); } .logo-iniciales { width: 48px; height: auto; padding-left: 75px; } .menu { margin-left: 10vh; } ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } ul li { margin-left: 40px; } ul li:first-child { margin-left: 0; } .Card-Container { display: -ms-grid; display: grid; background-color: #FFFFFF; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); border-radius: 5px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; width: 100%; height: 30vh; text-align: center; } .Card-Container .Left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0 0; padding-left: 20px; } .Card-Container .Left ul { display: inline; -ms-flex-pack: distribute; justify-content: space-around; } .Card-Container .Left ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; } .Card-Container .Right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: 100%; margin: 18px 0; } .Card-Container .Right img { width: 32px; height: 32px; } .AV_Card-Container { display: -ms-grid; display: grid; background-color: #FFFFFF; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); border-radius: 5px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; width: 100%; height: 55vh; text-align: center; } .AV_Card-Container .Left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0 0; padding-left: 20px; } .AV_Card-Container .Left ul { display: inline; -ms-flex-pack: distribute; justify-content: space-around; } .AV_Card-Container .Left ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; } .AV_Card-Container .Right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: 100%; margin: 18px 0; } .AV_Card-Container .Right img { width: 32px; height: 32px; } footer { display: -ms-grid; display: grid; -ms-grid-column-align: center; justify-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 10vh; text-align: center; } footer p { margin: 10px; color: #6A7FA8; } .TitleAndSearch-container { display: -ms-grid; display: grid; -ms-grid-rows: (1fr)[2]; -ms-grid-columns: (1fr)[2]; grid-template: repeat(2, 1fr)/repeat(2, 1fr); padding: 25px 0 25px 0; width: 90vw; height: 20vh; border-bottom: 1px solid #6A7FA8; margin: 0 auto; margin-bottom: 20px; } .TitleAndSearch-container .Search-container { -ms-grid-column-align: end; justify-self: end; } .TitleAndSearch-container .Search-container .Search-icon { width: 32px; height: 32px; } .TitleAndSearch-container .Search-container .SearchInput-container { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #6A7FA8; border-radius: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 520px; height: 40px; padding: 2px 8px; margin-top: 10px; } .TitleAndSearch-container .Search-container .SearchInput-container #searchBar { border: none; outline: none; width: 90%; margin-left: 8px; } .TitleAndSearch-container .Search-container .Btns-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; margin-top: 30px; } .New-Add-Btn { border: 2px solid #1A672C; border-radius: 5px; color: #1A672C; width: 150px; height: 40px; margin-right: 20px; } .SS-Btn { background-color: #2770F1; border: 2px solid #2770F1; border-radius: 5px; color: #FFFFFF; width: 150px; height: 40px; } .BtnState { border: 1px solid #EA7520; border-radius: 5px; color: #EA7520; padding: 5px 15px; font-weight: bold; } /*# sourceMappingURL=main.css.map */ .form-input-size { width: 90%; border: 1px solid #6A7FA8; border-radius: 5px; height: 25px; padding: 5px; margin-top: 25px; } select { background-color: white; height: 35px; width: 26vw; } .RedButton { background-color: #FFF; border: 2px solid #D41A47; border-radius: 5px; color: #D41A47; width: 40%; height: 40px; margin-right: 30px; } .SaveButton { background-color: #2770F1; border: 2px solid #2770F1; border-radius: 5px; color: #FFFFFF; width: 40%; height: 40px; } .CancelAndSaveButtons-Container { grid-column: 1 / 2; margin-top: 30px; }
frontend/dist/css/main.css
* { margin: 0; padding: 0; } html { font-family: 'Inter', sans-serif; color: #2E384C; -webkit-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth; } h1 { font-weight: bold; font-size: 52px; line-height: 60px; } h2 { font-weight: bold; font-size: 44px; line-height: 60px; } h3 { font-weight: bold; font-size: 36px; line-height: 60px; } h4 { font-weight: bold; font-size: 28px; line-height: 28px; } h5 { font-weight: bold; font-size: 20px; line-height: 24px; } h6 { font-weight: bold; font-size: 18px; line-height: 20px; } a { text-decoration: none; color: #2E384C; font-weight: bold; } button { border: none; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; background-color: transparent; } ul { list-style: none; } p { font-weight: normal; font-size: 16px; line-height: 24px; } .footer-text { font-weight: normal; font-size: 14px; line-height: 20px; } .main-container-GU-AP-AV { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(300px, 1fr))[auto-fill]; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); -ms-grid-rows: max-content; grid-template-rows: -webkit-max-content; grid-template-rows: max-content; -webkit-column-gap: 20px; column-gap: 20px; row-gap: 20px; width: 90%; height: auto; margin: 0 auto; margin-bottom: 20px; } * { margin: 0; padding: 0; } html { font-family: 'Inter', sans-serif; color: #2E384C; -webkit-box-sizing: border-box; box-sizing: border-box; scroll-behavior: smooth; } h1 { font-weight: bold; font-size: 52px; line-height: 60px; } h2 { font-weight: bold; font-size: 44px; line-height: 60px; } h3 { font-weight: bold; font-size: 36px; line-height: 60px; } h4 { font-weight: bold; font-size: 28px; line-height: 28px; } h5 { font-weight: bold; font-size: 20px; line-height: 24px; } h6 { font-weight: bold; font-size: 18px; line-height: 20px; } a { text-decoration: none; color: #2E384C; font-weight: bold; } button { border: none; font-family: 'Inter', sans-serif; font-weight: 500; cursor: pointer; background-color: transparent; } ul { list-style: none; } p { font-weight: normal; font-size: 16px; line-height: 24px; } .footer-text { font-weight: normal; font-size: 14px; line-height: 20px; } .main-container-GU-AP-AV { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(300px, 1fr))[auto-fill]; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); -ms-grid-rows: max-content; grid-template-rows: -webkit-max-content; grid-template-rows: max-content; -webkit-column-gap: 20px; column-gap: 20px; row-gap: 20px; width: 90%; height: auto; margin: 0 auto; margin-bottom: 20px; } .home { display: -ms-grid; display: grid; -ms-grid-columns: (minmax(400px, 1fr))[auto-fit]; grid-template-columns: repeat(auto-fit, minmax(400px, 1fr)); height: 80vh; } .home .logo-container { place-self: center; } .home .logo-container .logo { width: 400px; height: auto; } .home .container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 25px; place-self: center; width: 325px; height: 500px; text-align: center; margin: 40px 0; } .home .container .login-container { padding: 38px; } .home .container .login-container h2, .home .container .login-container h5 { margin-bottom: 20px; } .home .container .login-container h6 { margin-bottom: 10px; } .home .container .login-container button { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 5px 10px; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25); background-color: #FFFFFF; } .home .container .login-container button a { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .home .container .login-container button img { width: 32px; height: auto; padding-right: 10px; } header { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; height: 10vh; -webkit-box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 7px rgba(0, 0, 0, 0.25); } .logo-iniciales { width: 48px; height: auto; padding-left: 75px; } .menu { margin-left: 10vh; } ul { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } ul li { margin-left: 40px; } ul li:first-child { margin-left: 0; } .Card-Container { display: -ms-grid; display: grid; background-color: #FFFFFF; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); border-radius: 5px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; width: 100%; height: 30vh; text-align: center; } .Card-Container .Left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0 0; padding-left: 20px; } .Card-Container .Left ul { display: inline; -ms-flex-pack: distribute; justify-content: space-around; } .Card-Container .Left ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; } .Card-Container .Right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: 100%; margin: 18px 0; } .Card-Container .Right img { width: 32px; height: 32px; } .AV_Card-Container { display: -ms-grid; display: grid; background-color: #FFFFFF; -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25), inset 0px 0px 2px rgba(0, 0, 0, 0.25); border-radius: 5px; -ms-grid-columns: 1fr 1fr; grid-template-columns: 1fr 1fr; width: 100%; height: 55vh; text-align: center; } .AV_Card-Container .Left { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 100%; padding: 0 0; padding-left: 20px; } .AV_Card-Container .Left ul { display: inline; -ms-flex-pack: distribute; justify-content: space-around; } .AV_Card-Container .Left ul li { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -webkit-box-align: center; -ms-flex-align: center; align-items: center; margin: 15px 0; } .AV_Card-Container .Right { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: end; -ms-flex-align: end; align-items: flex-end; width: 100%; margin: 18px 0; } .AV_Card-Container .Right img { width: 32px; height: 32px; } footer { display: -ms-grid; display: grid; -ms-grid-column-align: center; justify-self: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; height: 10vh; text-align: center; } footer p { margin: 10px; color: #6A7FA8; } .TitleAndSearch-container { display: -ms-grid; display: grid; -ms-grid-rows: (1fr)[2]; -ms-grid-columns: (1fr)[2]; grid-template: repeat(2, 1fr)/repeat(2, 1fr); padding: 25px 0 25px 0; width: 90vw; height: 20vh; border-bottom: 1px solid #6A7FA8; margin: 0 auto; margin-bottom: 20px; } .TitleAndSearch-container .Search-container { -ms-grid-column-align: end; justify-self: end; } .TitleAndSearch-container .Search-container .Search-icon { width: 32px; height: 32px; } .TitleAndSearch-container .Search-container .SearchInput-container { display: -webkit-box; display: -ms-flexbox; display: flex; border: 1px solid #6A7FA8; border-radius: 15px; -webkit-box-align: center; -ms-flex-align: center; align-items: center; width: 520px; height: 40px; padding: 2px 8px; margin-top: 10px; } .TitleAndSearch-container .Search-container .SearchInput-container #searchBar { border: none; outline: none; width: 90%; margin-left: 8px; } .TitleAndSearch-container .Search-container .Btns-container { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: end; margin-top: 30px; } .New-Add-Btn { border: 2px solid #1A672C; border-radius: 5px; color: #1A672C; width: 150px; height: 40px; margin-right: 20px; } .SS-Btn { background-color: #2770F1; border: 2px solid #2770F1; border-radius: 5px; color: #FFFFFF; width: 150px; height: 40px; } .BtnState { border: 1px solid #EA7520; border-radius: 5px; color: #EA7520; padding: 5px 15px; font-weight: bold; } /*# sourceMappingURL=main.css.map */ .form-input-size { width: 90%; border: 1px solid #6A7FA8; border-radius: 5px; height: 25px; padding: 5px; margin-top: 25px; } select { background-color: white; height: 35px; width: 26vw; } .RedButton { background-color: #FFF; border: 2px solid #D41A47; border-radius: 5px; color: #D41A47; width: 40%; height: 40px; margin-right: 30px; } .SaveButton { background-color: #2770F1; border: 2px solid #2770F1; border-radius: 5px; color: #FFFFFF; width: 40%; height: 40px; } .CancelAndSaveButtons-Container { grid-column: 1 / 2; margin-top: 30px; }
0.258326
0.083441
.footer { padding:3rem 5rem; max-width:600vw; font-family: 'Inter',sans-serif; } .top-row { width: 60%; margin: 0 auto; text-align: center; } .footer-heading { background-image: linear-gradient( 290deg, #3783f6 0.1%, #02cbde 41.42%, #5f0fcd 101.92% ); background-clip: text; background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; margin: 2rem 0; font-size: 2.5rem; font-weight: 450; } .footer-content { font-size: 1rem; color:#0A142F; line-height:1.3; } .buttons { display: flex; align-items: center; justify-content: center; } .footer-button { margin: 2rem 1rem; padding:0.6rem 1.4rem; border-radius: 1.6rem; border: none; font-size: 0.8rem; background-color:#eff4fa; } .join { padding:0.6rem 1.6rem ; } .blue-box { background-color:#3779B6; height:15em; width:85%; margin:8em auto; } .line { height:2px; width:100%; background-color:#F0F0F0; margin:5rem auto 2rem auto; } .bottom-row { width: 90%; margin: 0 auto; } .bottom-content { display: flex; align-items: center; justify-content: space-between; padding:2rem 3rem 3rem 3rem; } .name { font-style: italic; font-size: 2rem; font-weight:240; } .copyright { font-size:0.8rem; color: #0A142F; font-weight: 400; } .icon { margin: 0 0.3rem; border: 2.5px solid #F0F0F0; border-radius: 50%; padding: 1rem; } @media screen and (max-width: 990px) { .footer { padding: 2rem; } .top-row { width: 80%; } .footer-heading { font-size: 2.2rem; } .footer-content { margin:1.6rem 0; } .footer-button { margin: 1rem; } .footer-card { background-color: white; padding: 1rem 1rem 4rem 1rem; position: relative; } .line { margin-top:2.5rem ; } .bottom-content { flex-direction: column; padding-top: 1rem; } .icons { padding-top: 2rem; } .copyright { position: absolute; bottom: 0; padding: 3rem; } } @media screen and (max-width: 540px) { .footer { padding: 1rem; } .top-row { width: 95%; } .footer-heading { font-size:1.5rem; } .footer-content { margin:2rem 0; font-size: 0.75rem; } .footer-button { margin: 1.2rem; padding:0.3rem 0.8rem; font-size: 0.8rem; } .footer-card { background-color: white; padding: 1rem 1rem 4rem 1rem; position: relative; } .blue-box { width: 100%; margin:6em auto; } .bottom-container { width: 100%; } .line { margin:2.5rem 0 0 0; } .bottom-content { flex-direction: column; padding-top: 1rem; } .name { font-size: 1.5rem; } .icons { padding: 2rem 0 0 0; } .icon { margin: 0 0.1rem; border: 2px solid #F0F0F0; border-radius: 50%; padding: 0.5rem; } .copyright { position: absolute; bottom: 0; font-size: 0.6rem; padding: 3rem; } }
CSS/footer.css
.footer { padding:3rem 5rem; max-width:600vw; font-family: 'Inter',sans-serif; } .top-row { width: 60%; margin: 0 auto; text-align: center; } .footer-heading { background-image: linear-gradient( 290deg, #3783f6 0.1%, #02cbde 41.42%, #5f0fcd 101.92% ); background-clip: text; background-size: 100%; -webkit-background-clip: text; -moz-background-clip: text; -webkit-text-fill-color: transparent; -moz-text-fill-color: transparent; margin: 2rem 0; font-size: 2.5rem; font-weight: 450; } .footer-content { font-size: 1rem; color:#0A142F; line-height:1.3; } .buttons { display: flex; align-items: center; justify-content: center; } .footer-button { margin: 2rem 1rem; padding:0.6rem 1.4rem; border-radius: 1.6rem; border: none; font-size: 0.8rem; background-color:#eff4fa; } .join { padding:0.6rem 1.6rem ; } .blue-box { background-color:#3779B6; height:15em; width:85%; margin:8em auto; } .line { height:2px; width:100%; background-color:#F0F0F0; margin:5rem auto 2rem auto; } .bottom-row { width: 90%; margin: 0 auto; } .bottom-content { display: flex; align-items: center; justify-content: space-between; padding:2rem 3rem 3rem 3rem; } .name { font-style: italic; font-size: 2rem; font-weight:240; } .copyright { font-size:0.8rem; color: #0A142F; font-weight: 400; } .icon { margin: 0 0.3rem; border: 2.5px solid #F0F0F0; border-radius: 50%; padding: 1rem; } @media screen and (max-width: 990px) { .footer { padding: 2rem; } .top-row { width: 80%; } .footer-heading { font-size: 2.2rem; } .footer-content { margin:1.6rem 0; } .footer-button { margin: 1rem; } .footer-card { background-color: white; padding: 1rem 1rem 4rem 1rem; position: relative; } .line { margin-top:2.5rem ; } .bottom-content { flex-direction: column; padding-top: 1rem; } .icons { padding-top: 2rem; } .copyright { position: absolute; bottom: 0; padding: 3rem; } } @media screen and (max-width: 540px) { .footer { padding: 1rem; } .top-row { width: 95%; } .footer-heading { font-size:1.5rem; } .footer-content { margin:2rem 0; font-size: 0.75rem; } .footer-button { margin: 1.2rem; padding:0.3rem 0.8rem; font-size: 0.8rem; } .footer-card { background-color: white; padding: 1rem 1rem 4rem 1rem; position: relative; } .blue-box { width: 100%; margin:6em auto; } .bottom-container { width: 100%; } .line { margin:2.5rem 0 0 0; } .bottom-content { flex-direction: column; padding-top: 1rem; } .name { font-size: 1.5rem; } .icons { padding: 2rem 0 0 0; } .icon { margin: 0 0.1rem; border: 2px solid #F0F0F0; border-radius: 50%; padding: 0.5rem; } .copyright { position: absolute; bottom: 0; font-size: 0.6rem; padding: 3rem; } }
0.475362
0.073963
@-moz-document domain("talk.lowendspirit.com") { :root { --primary-light: #fafafa; --secondary-light: #dddddd; --primary-dark: #303030; --secondary-dark: #101010; --tertiary-dark: #505050; --quaternary-dark: #404040; --primary-green: #60a96d; --secondary-green: #32CD32; --tertiary-green: #8cc095; } body { color: var(--primary-light); background-color: var(--primary-dark) !important; } .Frame-content, .Item, .Preview, .TextBox { background-color: var(--primary-dark) !important; color: var(--primary-light); } .Footer { background-color: var(--secondary-dark) !important; color: var(--primary-light); text-align: center; } .MessageList .ItemComment .Username, .MessageList .ItemDiscussion .Username { color: var(--primary-green); font-weight: bold; font-size: 11pt; } .DataList .Author .Username a, .DataList .ChildCategories a, .DataList .MItem.Category a, .DataList .MItem a, .MessageList .Author .Username a, .MessageList .ChildCategories a, .MessageList .MItem.Category a, .MessageList .MItem a { color: var(--primary-light); } .MessageList .ItemComment .MItem.Rank, .MessageList .ItemComment .MItem.RoleTitle, .MessageList .ItemDiscussion .MItem.Rank, .MessageList .ItemDiscussion .MItem.RoleTitle { color: var(--primary-light); } .userContent p .codeBlock, .UserContent p .codeBlock, .userContent p code, .UserContent p code { background-color: var(--secondary-dark) !important; color: var(--secondary-green); } .userContent pre, .UserContent pre, .userContent pre.codeBlock, .UserContent pre.codeBlock, .codeBlock, code, pre { background-color: var(--secondary-dark) !important; color: var(--secondary-green); font-size: 11pt; border-radius: 5px; } .DataList .HasNew.HasNew, .DataList .NewCommentCount, .DataList .Tag-Announcement, .DataTableWrap .HasNew.HasNew, .DataTableWrap .NewCommentCount, .DataTableWrap .Tag-Announcement, .MessageList .HasNew.HasNew, .MessageList .NewCommentCount, .MessageList .Tag-Announcement { color: var(--primary-light); background-color: var(--primary-green) !important; font-weight: bolder; } .MessageList .ItemComment .MItem.Rank, .MessageList .ItemComment .MItem.RoleTitle, .MessageList .ItemDiscussion .MItem.Rank, .MessageList .ItemDiscussion .MItem.RoleTitle { color: var(--primary-light); background-color: var(--primary-green) !important; font-weight: bold; } a { color: var(--primary-green); } .Box, .BoxFilter { color: var(--primary-light); background-color: var(--tertiary-dark) !important; border-radius: 5px; padding: 5px 5px; } blockquote.Quote, blockquote.UserQuote { background-color: var(--quaternary-dark) !important; border-radius: 5px; } .BoxCategories a, .BoxFilter:not(.BoxBestOfFilter) a, body.Section-EditProfile .Box a { color: var(--primary-green); } .Panel .PanelInThisDiscussion a { color: var(--primary-green); } .DataList .Item.Read .Title a, .DataList .Item .Title a, .DataList .Item h3 a, .MessageList .Item.Read .Title a, .MessageList .Item .Title a, .MessageList .Item h3 a { color: var(--primary-green); } .DataList .Author .Username, .DataList .ChildCategories, .DataList .MItem, .DataList .MItem.Category, .MessageList .Author .Username, .MessageList .ChildCategories, .MessageList .MItem, .MessageList .MItem.Category { color: var(--primary-light); } .DataList .Item.Read .Title, .DataList .Item .Title, .DataList .Item h3, .MessageList .Item.Read .Title, .MessageList .Item .Title, .MessageList .Item h3 { color: var(--primary-green); } .DataList .CategoryDescription, .DataList .Excerpt, .MessageList .CategoryDescription, .MessageList .Excerpt { color: var(--primary-light); } .CommentForm textarea.TextBox, .DiscussionForm textarea.TextBox { color: var(--primary-light); background-color: var(--tertiary-dark) !important; } .DataList .Reactions .ReactButton, .MessageList .Reactions .ReactButton { color: var(--primary-green); } .TagCloud a { color: var(--primary-green); } .AdvancedSearch .InputBox:active, .AdvancedSearch .InputBox:focus, .AdvancedSearch select:active, .AdvancedSearch select:focus, input.InputBox:active, input.InputBox:focus, input[type=text]:active, input[type=text]:focus, select:active, select:focus, textarea:active, textarea:focus, ul.token-input-list:active, ul.token-input-list:focus { color: var(--primary-light); background-color: var(--tertiary-dark) !important; } .InputAndButton .BigInput, .InputBox.js-search { color: var(--tertiary-dark); background-color: var(--primary-light) !important; } .FormTitleWrapper .Buttons .Button.Primary, .FormWrapper .Buttons .Button.Primary { background-color: var(--tertiary-green) !important; } .BoxButtons .Button.Primary, .groupToolbar .Button.Primary { background-color: var(--tertiary-green) !important; } .FormTitleWrapper .Buttons .Button.Primary:active, .FormTitleWrapper .Buttons .Button.Primary:focus, .FormTitleWrapper .Buttons .Button.Primary:hover, .FormWrapper .Buttons .Button.Primary:active, .FormWrapper .Buttons .Button.Primary:focus, .FormWrapper .Buttons .Button.Primary:hover { background-color: var(--primary-green) !important; } .Header-desktopNav .Navigation-linkContainer a:hover, .ButtonGroup a:hover { background-color: var(--tertiary-green) !important; } .editor-help-text a { color: var(--primary-green); } .editor-file-preview { color: var(--secondary-dark); border-radius: 5px; height: 40px; padding: 4px 2px; } .editor-file-preview .file-data .filename { color: #36633e; } .userContent p img, .UserContent p img { display: inline-block; } .Flyout .Excerpt, .Flyout .ItemContent, .Flyout .Subject, .richEditorFlyout .Excerpt, .richEditorFlyout .ItemContent, .richEditorFlyout .Subject { color: var(--primary-light); } .Flyout .Item.Title strong, .Flyout .richEditorFlyout-header strong, .richEditorFlyout .Item.Title strong, .richEditorFlyout .richEditorFlyout-header strong { color: var(--primary-light); } .Flyout.Flyout a, .MenuItems a, .richEditorFlyout a { color: var(--primary-green); } .Panel-main .Box h4 { color: var(--primary-light); } .UserSignature { border-top: 1px solid var(--secondary-light) !important; } .userContent h1, .userContent h2, .userContent h3, .userContent h4, .userContent h5, .userContent h6 { color: var(--secondary-green); } li.Item.Announcement.Announcement-Everywhere { background-color: var(--secondary-dark) !important; } .FormTitleWrapper .Buttons .Button, .FormWrapper .Buttons .Button{ color: var(--primary-light); } div.token-input-dropdown{ background-color: var(--tertiary-dark) !important; } div.token-input-dropdown p, div.token-input-dropdown ul li[class^=token-input-dropdown-item]{ background-color: var(--tertiary-dark) !important; } li.Item.Announcement.Announcement-Everywhere{ background-color: var(--primary-dark) !important; } }
data/usercss/177233.user.css
@-moz-document domain("talk.lowendspirit.com") { :root { --primary-light: #fafafa; --secondary-light: #dddddd; --primary-dark: #303030; --secondary-dark: #101010; --tertiary-dark: #505050; --quaternary-dark: #404040; --primary-green: #60a96d; --secondary-green: #32CD32; --tertiary-green: #8cc095; } body { color: var(--primary-light); background-color: var(--primary-dark) !important; } .Frame-content, .Item, .Preview, .TextBox { background-color: var(--primary-dark) !important; color: var(--primary-light); } .Footer { background-color: var(--secondary-dark) !important; color: var(--primary-light); text-align: center; } .MessageList .ItemComment .Username, .MessageList .ItemDiscussion .Username { color: var(--primary-green); font-weight: bold; font-size: 11pt; } .DataList .Author .Username a, .DataList .ChildCategories a, .DataList .MItem.Category a, .DataList .MItem a, .MessageList .Author .Username a, .MessageList .ChildCategories a, .MessageList .MItem.Category a, .MessageList .MItem a { color: var(--primary-light); } .MessageList .ItemComment .MItem.Rank, .MessageList .ItemComment .MItem.RoleTitle, .MessageList .ItemDiscussion .MItem.Rank, .MessageList .ItemDiscussion .MItem.RoleTitle { color: var(--primary-light); } .userContent p .codeBlock, .UserContent p .codeBlock, .userContent p code, .UserContent p code { background-color: var(--secondary-dark) !important; color: var(--secondary-green); } .userContent pre, .UserContent pre, .userContent pre.codeBlock, .UserContent pre.codeBlock, .codeBlock, code, pre { background-color: var(--secondary-dark) !important; color: var(--secondary-green); font-size: 11pt; border-radius: 5px; } .DataList .HasNew.HasNew, .DataList .NewCommentCount, .DataList .Tag-Announcement, .DataTableWrap .HasNew.HasNew, .DataTableWrap .NewCommentCount, .DataTableWrap .Tag-Announcement, .MessageList .HasNew.HasNew, .MessageList .NewCommentCount, .MessageList .Tag-Announcement { color: var(--primary-light); background-color: var(--primary-green) !important; font-weight: bolder; } .MessageList .ItemComment .MItem.Rank, .MessageList .ItemComment .MItem.RoleTitle, .MessageList .ItemDiscussion .MItem.Rank, .MessageList .ItemDiscussion .MItem.RoleTitle { color: var(--primary-light); background-color: var(--primary-green) !important; font-weight: bold; } a { color: var(--primary-green); } .Box, .BoxFilter { color: var(--primary-light); background-color: var(--tertiary-dark) !important; border-radius: 5px; padding: 5px 5px; } blockquote.Quote, blockquote.UserQuote { background-color: var(--quaternary-dark) !important; border-radius: 5px; } .BoxCategories a, .BoxFilter:not(.BoxBestOfFilter) a, body.Section-EditProfile .Box a { color: var(--primary-green); } .Panel .PanelInThisDiscussion a { color: var(--primary-green); } .DataList .Item.Read .Title a, .DataList .Item .Title a, .DataList .Item h3 a, .MessageList .Item.Read .Title a, .MessageList .Item .Title a, .MessageList .Item h3 a { color: var(--primary-green); } .DataList .Author .Username, .DataList .ChildCategories, .DataList .MItem, .DataList .MItem.Category, .MessageList .Author .Username, .MessageList .ChildCategories, .MessageList .MItem, .MessageList .MItem.Category { color: var(--primary-light); } .DataList .Item.Read .Title, .DataList .Item .Title, .DataList .Item h3, .MessageList .Item.Read .Title, .MessageList .Item .Title, .MessageList .Item h3 { color: var(--primary-green); } .DataList .CategoryDescription, .DataList .Excerpt, .MessageList .CategoryDescription, .MessageList .Excerpt { color: var(--primary-light); } .CommentForm textarea.TextBox, .DiscussionForm textarea.TextBox { color: var(--primary-light); background-color: var(--tertiary-dark) !important; } .DataList .Reactions .ReactButton, .MessageList .Reactions .ReactButton { color: var(--primary-green); } .TagCloud a { color: var(--primary-green); } .AdvancedSearch .InputBox:active, .AdvancedSearch .InputBox:focus, .AdvancedSearch select:active, .AdvancedSearch select:focus, input.InputBox:active, input.InputBox:focus, input[type=text]:active, input[type=text]:focus, select:active, select:focus, textarea:active, textarea:focus, ul.token-input-list:active, ul.token-input-list:focus { color: var(--primary-light); background-color: var(--tertiary-dark) !important; } .InputAndButton .BigInput, .InputBox.js-search { color: var(--tertiary-dark); background-color: var(--primary-light) !important; } .FormTitleWrapper .Buttons .Button.Primary, .FormWrapper .Buttons .Button.Primary { background-color: var(--tertiary-green) !important; } .BoxButtons .Button.Primary, .groupToolbar .Button.Primary { background-color: var(--tertiary-green) !important; } .FormTitleWrapper .Buttons .Button.Primary:active, .FormTitleWrapper .Buttons .Button.Primary:focus, .FormTitleWrapper .Buttons .Button.Primary:hover, .FormWrapper .Buttons .Button.Primary:active, .FormWrapper .Buttons .Button.Primary:focus, .FormWrapper .Buttons .Button.Primary:hover { background-color: var(--primary-green) !important; } .Header-desktopNav .Navigation-linkContainer a:hover, .ButtonGroup a:hover { background-color: var(--tertiary-green) !important; } .editor-help-text a { color: var(--primary-green); } .editor-file-preview { color: var(--secondary-dark); border-radius: 5px; height: 40px; padding: 4px 2px; } .editor-file-preview .file-data .filename { color: #36633e; } .userContent p img, .UserContent p img { display: inline-block; } .Flyout .Excerpt, .Flyout .ItemContent, .Flyout .Subject, .richEditorFlyout .Excerpt, .richEditorFlyout .ItemContent, .richEditorFlyout .Subject { color: var(--primary-light); } .Flyout .Item.Title strong, .Flyout .richEditorFlyout-header strong, .richEditorFlyout .Item.Title strong, .richEditorFlyout .richEditorFlyout-header strong { color: var(--primary-light); } .Flyout.Flyout a, .MenuItems a, .richEditorFlyout a { color: var(--primary-green); } .Panel-main .Box h4 { color: var(--primary-light); } .UserSignature { border-top: 1px solid var(--secondary-light) !important; } .userContent h1, .userContent h2, .userContent h3, .userContent h4, .userContent h5, .userContent h6 { color: var(--secondary-green); } li.Item.Announcement.Announcement-Everywhere { background-color: var(--secondary-dark) !important; } .FormTitleWrapper .Buttons .Button, .FormWrapper .Buttons .Button{ color: var(--primary-light); } div.token-input-dropdown{ background-color: var(--tertiary-dark) !important; } div.token-input-dropdown p, div.token-input-dropdown ul li[class^=token-input-dropdown-item]{ background-color: var(--tertiary-dark) !important; } li.Item.Announcement.Announcement-Everywhere{ background-color: var(--primary-dark) !important; } }
0.267408
0.049336
@charset "utf-8"; /* CSS Document */ body{margin: 0px auto; padding: 0px; font-family: "宋体"; background: url(../images/bg.jpg) #fff repeat; font-size: 12px; color: #474747;} div{margin: 0px; padding: 0px;} span, p{margin: 0px; padding: 0px;} h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;} img{margin: 0px; padding: 0px;} dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;} img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;} form,input,select{margin: 0px; padding: 0px;} ul{list-style-type: none;} a{text-decoration: none; color: #474747;} a:hover{text-decoration: underline; color: #2F8808;} .cl{height: 0px; clear: both; overflow: hidden;} .fl{ float: left;} .fr{ float: right;} .w1002{ margin: 0px auto; padding: 0px; width: 1002px;} /*页头样式*/ #top{ margin: 0px auto; padding: 0px; height: 28px; background: #7B7B7B; line-height: 28px; color: #fff; overflow: hidden;} #top a{ color: #fff;} #top a:hover{ color: #95D71A;} #top .txt{ float: left;} #top .txt b{ font-weight: normal; color: #95D71A} #top .topnav{ float: right;} #top .topnav span{ padding-left: 8px; padding-right: 8px;} #header{ margin: 0px auto; padding: 0px; width: 1002px; height: 96px; overflow: hidden;} #header .logo{ float: left; width: 165px;} #header .logotxt{ float: left; width: 660px;} #header .lxdh{ float:right; text-align: right; width: 174px; padding-top: 12px; height: 72px; overflow: hidden;} #header .txt{ font-size: 12px; height: 16px;} #header .tel{ color: #308809; height: 32px; line-height: 32px; font-family: "Arial"; padding-right: 5px; font-size: 27px;} #header .pic{ height: 24px; overflow: hidden;} #header .pic a{ margin-right: 5px;} #nav{ margin: 0px auto; padding: 0px; height: 38px; width: 1002px; background: url(../images/nav_bg.jpg) no-repeat; overflow: hidden; z-index: 999;} .downmainmenu {position: absolute; font-size: 14px; height: 38px; overflow: visible;z-index: 999;} .downmainmenu ul {z-index: 999; padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px} .downmainmenu ul li {position: relative; display: inline; float: left; border-right: #8DCD2E 1px solid;} .downmainmenu ul li a {padding-right: 0px; display: block; height: 38px; line-height: 38px; color: #ffffff; text-decoration: none; text-align: center;} * html .downmainmenu ul li a {display: inline-block} .downmainmenu ul li a:hover {color: #ffffff;} .downmainmenu ul li ul {position: absolute; display: none; background: #fff; visibility: hidden; padding-top: 0px; left: 0px; border: 1px #ccc solid; text-align:center; width: 106px; font-size: 12px;} .downmainmenu ul li ul li {border-bottom: #ccc 1px dotted; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: list-item; float: none; padding-top: 0px; border-right: 0px none; overflow: hidden;} .downmainmenu ul li ul li ul {top: 0px} .downmainmenu ul li ul li a {border-bottom-style: none; padding-bottom: 0px; border-right-style: none; margin: 0px; padding-right: 0px; border-top-style: none; background: #ffffff; height: 30px; line-height: 30px; color: #474747; border-left-style: none; padding-top: 0px} .downmainmenu ul li ul li a:hover{ background: none; color: #2F8808} * html .downmainmenu {height: 1%} .downarrowclass {position: absolute; top: 0px; right: 0px} .rightarrowclass {position: absolute; top: 10px; right: 5px} .ddshadow {position: absolute; width: 195px; height: 0px; top: 0px; left: 0px} .toplevelshadow {opacity: 0.8} #nav .end{ border: 0px none;} #nav .a_nav { background: url(../images/nav_cur.jpg) no-repeat; } #nav a.a_nav {display: block; background-position: 999em 0px;} #nav .a_nav_0 {width: 110px;} #nav .a_nav_1 { width: 110px;} #nav .a_nav_2 { width: 110px;} #nav .a_nav_3 { width: 110px;} #nav .a_nav_4 { width: 110px;} #nav .a_nav_5 { width: 110px;} #nav .a_nav_6 { width: 110px;} #nav .a_nav_7 { width: 114px;} #nav .a_nav_8 { width: 110px;} .w110{ width: 110px;} .w230{ width: 230px;} .w510{ width: 510px;} #nav .a_nav_0:hover {BACKGROUND-POSITION: -0px 0px} #nav .a_nav_1:hover {BACKGROUND-POSITION: -111px 0px} #nav .a_nav_2:hover {BACKGROUND-POSITION: -222px 0px} #nav .a_nav_3:hover {BACKGROUND-POSITION: -333px 0px} #nav .a_nav_4:hover {BACKGROUND-POSITION: -444px 0px} #nav .a_nav_5:hover {BACKGROUND-POSITION: -555px 0px} #nav .a_nav_6:hover {BACKGROUND-POSITION: -666px 0px} #nav .a_nav_7:hover {BACKGROUND-POSITION: -777px 0px} #nav .a_nav_8:hover {BACKGROUND-POSITION: -892px 0px} #nav .cur .a_nav_0 {BACKGROUND-POSITION: -0px 0px} #nav .cur .a_nav_1 {BACKGROUND-POSITION: -111px 0px} #nav .cur .a_nav_2 {BACKGROUND-POSITION: -222px 0px} #nav .cur .a_nav_3 {BACKGROUND-POSITION: -333px 0px} #nav .cur .a_nav_4 {BACKGROUND-POSITION: -444px 0px} #nav .cur .a_nav_5 {BACKGROUND-POSITION: -555px 0px} #nav .cur .a_nav_6 {BACKGROUND-POSITION: -666px 0px} #nav .cur .a_nav_7 {BACKGROUND-POSITION: -777px 0px} #nav .cur .a_nav_8 {BACKGROUND-POSITION: -892px 0px} #navSearch{ margin: 0px auto; padding-top: 12px; padding-bottom: 12px; width: 1002px; height: 24px; background: url(../images/link1.jpg) top center no-repeat; overflow: hidden;} #navSearch .searchForm{ float: left; width: 234px; height: 24px; background: url(../images/search_bg.jpg) no-repeat; overflow: hidden;} #navSearch .searchForm .txt{ padding-left: 25px; width: 154px; float: left; height: 24px; line-height: 24px; background: none; border: 0px none; padding-top: 0px; padding-bottom: 0px; margin: 0px; color: #474747;} #navSearch .searchForm .btn{ float: right; width: 55px; text-align:center; height: 24px; line-height: 24px; border: 0px none; background: none; padding: 0px; margin: 0px; color: #fff; font-size: 12px; letter-spacing: 2px;} #navSearch .searchKey{ float: right; width: 754px; height: 24px; line-height: 24px; overflow: hidden;} #navSearch .searchKey a{ margin-left: 4px; margin-right: 8px;} #bannerBox{ margin: 0px auto; width: 998px; padding: 2px 2px 1px 2px; background: url(../images/banner_bg.jpg) top no-repeat; overflow: hidden;} #bannerTxt{ margin: 0px auto; padding: 0px 0px 0px 20px; width: 982px; height: 32px; line-height: 32px; font-family: "微软雅黑"; overflow: hidden; font-size: 16px; background: #2F8808; color: #fff;} #bannerTxt p{ background: url(../images/icon_x.jpg) left no-repeat; padding-left: 25px; float: left;} .pr96{ padding-right: 96px;} .pl16{ padding-left: 16px;} .txtEn{ color: #2F8808; font-family: Arial; padding-left: 5px; font-weight: normal;} .none{ display: none;} .cGray,.cGray a{ color: #666} .cGray a:hover{color: #2F8808;} .cGreen,.cGreen a,.cGreen a:hover{color: #2F8808;} #footer{ margin: 0px auto; padding: 0px; margin-top: 20px; border-top: 1px #fff solid; background: url(../images/footer.gif) #C6C5C4 top repeat-x; padding-bottom: 12px;} #footerNav{ margin: 0px auto; height: 35px; padding: 0px; width: 1002px; text-align:center; line-height: 35px; color: #fff;} #footerNav a{ color: #fff;} #footerNav span{ padding-left: 10px; padding-right: 10px;} #footerCopyright{ margin: 0px auto; padding: 0px; width: 1002px; text-align:center; padding-top: 12px; line-height: 28px; padding-bottom: 12px;} #footerCopyright span{ padding-left: 8px; padding-right: 8px;} #footerKeyword{ margin: 0px auto; padding: 0px; width: 1002px; border-top: 1px #A7A7A7 dotted; line-height: 24px; padding-top: 12px;} #footerKeyword span{ padding-left: 6px; padding-right: 6px;} .wap{ margin: 0px; top: 240px; left: 0px;top:expression(eval(document.documentElement.scrollTop+240)); position:fixed;*position: absolute; font-size: 12px; background: #eee; padding-top: 3px; padding-right: 3px; padding-left: 8px; padding-right: 8px; padding-bottom: 8px; width: 99px;} .waptxt{ line-height: 24px; height: 24px; overflow: hidden; text-align:center;} .wappic{ text-align:center;}
public/home/css/com.css
@charset "utf-8"; /* CSS Document */ body{margin: 0px auto; padding: 0px; font-family: "宋体"; background: url(../images/bg.jpg) #fff repeat; font-size: 12px; color: #474747;} div{margin: 0px; padding: 0px;} span, p{margin: 0px; padding: 0px;} h1,h2,h3,h4,h5,h6{margin: 0px; padding: 0px;} img{margin: 0px; padding: 0px;} dl,dt,dd,ol,ul,li {margin: 0px; padding: 0px; list-style: none;} img{border-right-width: 0px; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px;} form,input,select{margin: 0px; padding: 0px;} ul{list-style-type: none;} a{text-decoration: none; color: #474747;} a:hover{text-decoration: underline; color: #2F8808;} .cl{height: 0px; clear: both; overflow: hidden;} .fl{ float: left;} .fr{ float: right;} .w1002{ margin: 0px auto; padding: 0px; width: 1002px;} /*页头样式*/ #top{ margin: 0px auto; padding: 0px; height: 28px; background: #7B7B7B; line-height: 28px; color: #fff; overflow: hidden;} #top a{ color: #fff;} #top a:hover{ color: #95D71A;} #top .txt{ float: left;} #top .txt b{ font-weight: normal; color: #95D71A} #top .topnav{ float: right;} #top .topnav span{ padding-left: 8px; padding-right: 8px;} #header{ margin: 0px auto; padding: 0px; width: 1002px; height: 96px; overflow: hidden;} #header .logo{ float: left; width: 165px;} #header .logotxt{ float: left; width: 660px;} #header .lxdh{ float:right; text-align: right; width: 174px; padding-top: 12px; height: 72px; overflow: hidden;} #header .txt{ font-size: 12px; height: 16px;} #header .tel{ color: #308809; height: 32px; line-height: 32px; font-family: "Arial"; padding-right: 5px; font-size: 27px;} #header .pic{ height: 24px; overflow: hidden;} #header .pic a{ margin-right: 5px;} #nav{ margin: 0px auto; padding: 0px; height: 38px; width: 1002px; background: url(../images/nav_bg.jpg) no-repeat; overflow: hidden; z-index: 999;} .downmainmenu {position: absolute; font-size: 14px; height: 38px; overflow: visible;z-index: 999;} .downmainmenu ul {z-index: 999; padding-bottom: 0px; list-style-type: none; margin: 0px; padding-left: 0px; padding-right: 0px; padding-top: 0px} .downmainmenu ul li {position: relative; display: inline; float: left; border-right: #8DCD2E 1px solid;} .downmainmenu ul li a {padding-right: 0px; display: block; height: 38px; line-height: 38px; color: #ffffff; text-decoration: none; text-align: center;} * html .downmainmenu ul li a {display: inline-block} .downmainmenu ul li a:hover {color: #ffffff;} .downmainmenu ul li ul {position: absolute; display: none; background: #fff; visibility: hidden; padding-top: 0px; left: 0px; border: 1px #ccc solid; text-align:center; width: 106px; font-size: 12px;} .downmainmenu ul li ul li {border-bottom: #ccc 1px dotted; padding-bottom: 0px; margin: 0px; padding-left: 0px; padding-right: 0px; display: list-item; float: none; padding-top: 0px; border-right: 0px none; overflow: hidden;} .downmainmenu ul li ul li ul {top: 0px} .downmainmenu ul li ul li a {border-bottom-style: none; padding-bottom: 0px; border-right-style: none; margin: 0px; padding-right: 0px; border-top-style: none; background: #ffffff; height: 30px; line-height: 30px; color: #474747; border-left-style: none; padding-top: 0px} .downmainmenu ul li ul li a:hover{ background: none; color: #2F8808} * html .downmainmenu {height: 1%} .downarrowclass {position: absolute; top: 0px; right: 0px} .rightarrowclass {position: absolute; top: 10px; right: 5px} .ddshadow {position: absolute; width: 195px; height: 0px; top: 0px; left: 0px} .toplevelshadow {opacity: 0.8} #nav .end{ border: 0px none;} #nav .a_nav { background: url(../images/nav_cur.jpg) no-repeat; } #nav a.a_nav {display: block; background-position: 999em 0px;} #nav .a_nav_0 {width: 110px;} #nav .a_nav_1 { width: 110px;} #nav .a_nav_2 { width: 110px;} #nav .a_nav_3 { width: 110px;} #nav .a_nav_4 { width: 110px;} #nav .a_nav_5 { width: 110px;} #nav .a_nav_6 { width: 110px;} #nav .a_nav_7 { width: 114px;} #nav .a_nav_8 { width: 110px;} .w110{ width: 110px;} .w230{ width: 230px;} .w510{ width: 510px;} #nav .a_nav_0:hover {BACKGROUND-POSITION: -0px 0px} #nav .a_nav_1:hover {BACKGROUND-POSITION: -111px 0px} #nav .a_nav_2:hover {BACKGROUND-POSITION: -222px 0px} #nav .a_nav_3:hover {BACKGROUND-POSITION: -333px 0px} #nav .a_nav_4:hover {BACKGROUND-POSITION: -444px 0px} #nav .a_nav_5:hover {BACKGROUND-POSITION: -555px 0px} #nav .a_nav_6:hover {BACKGROUND-POSITION: -666px 0px} #nav .a_nav_7:hover {BACKGROUND-POSITION: -777px 0px} #nav .a_nav_8:hover {BACKGROUND-POSITION: -892px 0px} #nav .cur .a_nav_0 {BACKGROUND-POSITION: -0px 0px} #nav .cur .a_nav_1 {BACKGROUND-POSITION: -111px 0px} #nav .cur .a_nav_2 {BACKGROUND-POSITION: -222px 0px} #nav .cur .a_nav_3 {BACKGROUND-POSITION: -333px 0px} #nav .cur .a_nav_4 {BACKGROUND-POSITION: -444px 0px} #nav .cur .a_nav_5 {BACKGROUND-POSITION: -555px 0px} #nav .cur .a_nav_6 {BACKGROUND-POSITION: -666px 0px} #nav .cur .a_nav_7 {BACKGROUND-POSITION: -777px 0px} #nav .cur .a_nav_8 {BACKGROUND-POSITION: -892px 0px} #navSearch{ margin: 0px auto; padding-top: 12px; padding-bottom: 12px; width: 1002px; height: 24px; background: url(../images/link1.jpg) top center no-repeat; overflow: hidden;} #navSearch .searchForm{ float: left; width: 234px; height: 24px; background: url(../images/search_bg.jpg) no-repeat; overflow: hidden;} #navSearch .searchForm .txt{ padding-left: 25px; width: 154px; float: left; height: 24px; line-height: 24px; background: none; border: 0px none; padding-top: 0px; padding-bottom: 0px; margin: 0px; color: #474747;} #navSearch .searchForm .btn{ float: right; width: 55px; text-align:center; height: 24px; line-height: 24px; border: 0px none; background: none; padding: 0px; margin: 0px; color: #fff; font-size: 12px; letter-spacing: 2px;} #navSearch .searchKey{ float: right; width: 754px; height: 24px; line-height: 24px; overflow: hidden;} #navSearch .searchKey a{ margin-left: 4px; margin-right: 8px;} #bannerBox{ margin: 0px auto; width: 998px; padding: 2px 2px 1px 2px; background: url(../images/banner_bg.jpg) top no-repeat; overflow: hidden;} #bannerTxt{ margin: 0px auto; padding: 0px 0px 0px 20px; width: 982px; height: 32px; line-height: 32px; font-family: "微软雅黑"; overflow: hidden; font-size: 16px; background: #2F8808; color: #fff;} #bannerTxt p{ background: url(../images/icon_x.jpg) left no-repeat; padding-left: 25px; float: left;} .pr96{ padding-right: 96px;} .pl16{ padding-left: 16px;} .txtEn{ color: #2F8808; font-family: Arial; padding-left: 5px; font-weight: normal;} .none{ display: none;} .cGray,.cGray a{ color: #666} .cGray a:hover{color: #2F8808;} .cGreen,.cGreen a,.cGreen a:hover{color: #2F8808;} #footer{ margin: 0px auto; padding: 0px; margin-top: 20px; border-top: 1px #fff solid; background: url(../images/footer.gif) #C6C5C4 top repeat-x; padding-bottom: 12px;} #footerNav{ margin: 0px auto; height: 35px; padding: 0px; width: 1002px; text-align:center; line-height: 35px; color: #fff;} #footerNav a{ color: #fff;} #footerNav span{ padding-left: 10px; padding-right: 10px;} #footerCopyright{ margin: 0px auto; padding: 0px; width: 1002px; text-align:center; padding-top: 12px; line-height: 28px; padding-bottom: 12px;} #footerCopyright span{ padding-left: 8px; padding-right: 8px;} #footerKeyword{ margin: 0px auto; padding: 0px; width: 1002px; border-top: 1px #A7A7A7 dotted; line-height: 24px; padding-top: 12px;} #footerKeyword span{ padding-left: 6px; padding-right: 6px;} .wap{ margin: 0px; top: 240px; left: 0px;top:expression(eval(document.documentElement.scrollTop+240)); position:fixed;*position: absolute; font-size: 12px; background: #eee; padding-top: 3px; padding-right: 3px; padding-left: 8px; padding-right: 8px; padding-bottom: 8px; width: 99px;} .waptxt{ line-height: 24px; height: 24px; overflow: hidden; text-align:center;} .wappic{ text-align:center;}
0.305905
0.108283
@charset "utf-8"; /* CSS Document */ body {color: #555; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size:16px; } #s-lc-public-skiplink { position:absolute; left:-500px; } .s-lib-cmd-bar, .ui-dialog { font-size:12px; } h2 { font-size: 32px; line-height: 42px; font-weight: 100; font-family: 'Open Sans', Helvetica, Arial, sans-serif; } .ui-widget-content a, a {color:#8A100B} .ui-widget-content a:hover, .ui-widget-content a:focus, a:hover, a:focus {color: #8A100B;} h1 { font-family: 'OpenSans-Light',Helvetica,Arial,sans-serif; font-size: 40px; font-weight: lighter; color:#555; margin-bottom:20px; line-height:46px; margin-top:20px; } #s-lc-eq-navform { display: none; } #s-lc-public-bc { width:100%; margin:0px; height: 44px; overflow-y: hidden; } #s-lc-public-bc .breadcrumb>li+li:before {color:#fff; content:"»";} #s-lc-public-bc .breadcrumb>.active {color:#fff;} #s-lc-public-bc .breadcrumb a {color:#fff; text-decoration:none;} #s-lc-public-bc .breadcrumb a:hover, .s-lib-bc-list a:focus, #s-lc-public-bc .breadcrumb>.active { border-bottom: solid 4px #e74c3c; } #s-lc-public-bc .breadcrumb a:hover, .s-lib-bc-list a:focus { padding:10px 0; } #s-lib-public-header { ` height: 44px; width: 100%; padding-bottom:0px; } #s-lc-public-bc .breadcrumb { width: 100%; background: #726158; border-radius:0px; } #s-lc-public-bc .breadcrumb li{ display: inline-block; height: 100%; font-weight: 600; color: #ffffff; font-size: 13px; text-transform: uppercase; padding: 12px 0; } #s-lc-public-bc .breadcrumb { width:100% } #s-lc-public-bc .breadcrumb { list-style: none; margin: auto; height: 44px; max-width: 1230px; } #s-lc-public-bc .col-md-12 { padding:0px; } .container:before { background-color: #726158; height: 44px; left: 0px; position: absolute; right: 0px; display: block; } #time_grid_cont { font-size:12px; } .ui-datepicker { font-size: 12px; } #s-lc-rm-time-grid { font-size: 12px; } .label-rm-avail{ font-size:16px; } #s-lc-rm-tg-roomleg { margin: 20px; } #equip_ #jquery-notification { display:none!important; font-size:12px; } #equip_ #jquery-notification.jquery-notification-error { display:block!important; } #equip_ #jquery-notification-message { display:none; } #equip_ #jquery-notification::after { content:"Only one block of time per booking is permitted" } @media (min-width: 1200px) { .container { width: auto; margin: auto; padding: 0 12px; max-width: 1230px; padding-left: 12px; padding-right: 12px; } } @media (max-width: 400px) { .navbar-header{ display:none; } #time_grid_cont { margin-top:0px!important; padding-top:0px!important; } }
bclawlibcal.css
@charset "utf-8"; /* CSS Document */ body {color: #555; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size:16px; } #s-lc-public-skiplink { position:absolute; left:-500px; } .s-lib-cmd-bar, .ui-dialog { font-size:12px; } h2 { font-size: 32px; line-height: 42px; font-weight: 100; font-family: 'Open Sans', Helvetica, Arial, sans-serif; } .ui-widget-content a, a {color:#8A100B} .ui-widget-content a:hover, .ui-widget-content a:focus, a:hover, a:focus {color: #8A100B;} h1 { font-family: 'OpenSans-Light',Helvetica,Arial,sans-serif; font-size: 40px; font-weight: lighter; color:#555; margin-bottom:20px; line-height:46px; margin-top:20px; } #s-lc-eq-navform { display: none; } #s-lc-public-bc { width:100%; margin:0px; height: 44px; overflow-y: hidden; } #s-lc-public-bc .breadcrumb>li+li:before {color:#fff; content:"»";} #s-lc-public-bc .breadcrumb>.active {color:#fff;} #s-lc-public-bc .breadcrumb a {color:#fff; text-decoration:none;} #s-lc-public-bc .breadcrumb a:hover, .s-lib-bc-list a:focus, #s-lc-public-bc .breadcrumb>.active { border-bottom: solid 4px #e74c3c; } #s-lc-public-bc .breadcrumb a:hover, .s-lib-bc-list a:focus { padding:10px 0; } #s-lib-public-header { ` height: 44px; width: 100%; padding-bottom:0px; } #s-lc-public-bc .breadcrumb { width: 100%; background: #726158; border-radius:0px; } #s-lc-public-bc .breadcrumb li{ display: inline-block; height: 100%; font-weight: 600; color: #ffffff; font-size: 13px; text-transform: uppercase; padding: 12px 0; } #s-lc-public-bc .breadcrumb { width:100% } #s-lc-public-bc .breadcrumb { list-style: none; margin: auto; height: 44px; max-width: 1230px; } #s-lc-public-bc .col-md-12 { padding:0px; } .container:before { background-color: #726158; height: 44px; left: 0px; position: absolute; right: 0px; display: block; } #time_grid_cont { font-size:12px; } .ui-datepicker { font-size: 12px; } #s-lc-rm-time-grid { font-size: 12px; } .label-rm-avail{ font-size:16px; } #s-lc-rm-tg-roomleg { margin: 20px; } #equip_ #jquery-notification { display:none!important; font-size:12px; } #equip_ #jquery-notification.jquery-notification-error { display:block!important; } #equip_ #jquery-notification-message { display:none; } #equip_ #jquery-notification::after { content:"Only one block of time per booking is permitted" } @media (min-width: 1200px) { .container { width: auto; margin: auto; padding: 0 12px; max-width: 1230px; padding-left: 12px; padding-right: 12px; } } @media (max-width: 400px) { .navbar-header{ display:none; } #time_grid_cont { margin-top:0px!important; padding-top:0px!important; } }
0.316581
0.044827
@charset "utf-8"; img{display: block; width: 100%; height: 100%;} .goods-title,.goods-info,.goods-detail,.goods-reviews{background: #fff;} .goods-info,.goods-detail dl{margin-bottom: .5rem;} /*~~~~~~轮播图~~~~~~*/ .scroll-banner{z-index: 5;} .scroll-banner img{height: 74.67vw; max-height: 47.8rem;} .scroll-banner .swiper-pagination{bottom: 1.3rem;} .scroll-banner .swiper-pagination .swiper-pagination-bullet{margin: 0 0 0 .7rem; width: .7rem; height: .7rem; background: #707378; opacity: 1;} .scroll-banner .swiper-pagination .swiper-pagination-bullet-active{background: #e4e4e4;} /*~~~~~~goods-title~~~~~~*/ .goods-title{padding: .8rem 1.6rem .4rem; text-align: center;} .goods-title h2{font: 1.8rem/4rem ""; color: #181818;} .goods-title p{font: 1.3rem/1.25 ""; color: #a8a8a8;} .goods-title .price{font: 2rem/1.8 "";} .goods-title del{display: none; margin-top: -2.2rem; font-size: 1.1rem; color: #a7a7a7;} .goods-title .origPrice{margin-top: -2.2rem; font-size: 1.2rem; line-height: 1; color: #4c4c4c;} /*~~~~~~goods-info~~~~~~*/ .goods-info dd{margin: 0 1.1rem; position: relative;} .goods-info .msg{margin: 0 1.6rem;font: 1.2rem/3.6rem ""; color: #a8a8a8;} .msg .cell:nth-of-type(2){text-align: center;} .msg .cell:last-of-type{text-align: right;} .goods-info .group-title{display: none; margin: 0; border: 0;} .goods-info .group-title .tips{padding: 1.3rem 0; font-size: 1.1rem; line-height: 1.2rem; color: #a9a9a9; background: #eee; text-align: center;} .goods-info .group-title .tips a{text-decoration: underline; color: #a9a9a9;} .goods-info .group-title p{padding-left: 1rem; font: 1.2rem/3.6rem ""; color: #171717;} .goods-info .group-info{display: none; padding: 1.5rem;} .goods-info .group-info .flex{-webkit-align-items: center; align-items: center; -webkit-justify-content:center; justify-content:center; padding-bottom: .6rem;} .goods-info .group-info .flex:last-of-type{padding: 0;} .goods-info .group-info img{width: 5.4rem; height: 5.4rem; border: .2rem solid #f9cd02; border-radius: 50%;} .goods-info .group-info .cell{margin-left: -2.2rem; padding-left: 3rem; padding-right: .8rem; max-width: 25rem; line-height: 2.5rem; border: .2rem solid #f9cd02; border-left:0; border-right: 0;} .goods-info .group-info .cell p{font-size: 1.2rem; text-align: right;} .goods-info .group-info .cell .name{float: left; width: 30vw; max-width: 15rem;} @media screen and (max-width: 359px){.goods-info .group-info .cell .name{width: 23vw;}} .goods-info .group-info .right{width: 6.8rem; font: 1.4rem/5.4rem ""; text-align: center; background-color: #f9cd02; border-top-right-radius: 2.7rem; border-bottom-right-radius: 2.7rem; color: #fff;} .goods-info .group-info .icon{margin-left: .6rem; width: .6rem; height: 1rem; background: url(../img/icon-group-detail.png) no-repeat; background-size: .6rem 1rem;} .goods-info .amount,.goods-info .spec{color: #242424;} .goods-info .spec{padding: 1.2rem 0 .6rem .6rem; font: 1.4rem/3.5rem "";} .goods-info .spec ul{margin-left: 4.1rem;} .goods-info .spec ul:nth-of-type(2),.goods-info .spec .fl:nth-of-type(2){margin-top: .6rem;} .goods-info .spec li{float: left; margin-right: .5rem; margin-bottom: .6rem; padding: 0 .5rem; min-width: 3.5rem; font: 1.4rem/3.3rem ""; text-align: center; border: .1rem solid #ccc; border-radius: .5rem;} .goods-info .spec .select{border-color: #fbd397; color: #e6bd00;} .goods-info .amount{-webkit-align-items:center; align-items:center;} .goods-info .amount > span{display: inline-block; line-height: 5rem;} .goods-info .amount > div{margin: 0 1rem;} .numBuy{float: left; width:5rem; font-size: 1.6rem; line-height: 1.6; text-align: center;} input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;} .goods-info .amount button{float: left; width: 2.7rem; height: 2.7rem; border: 0; background: no-repeat center; background-size: 100% 100%;} .goods-info .amount button:first-of-type{background-image: url(../img/icon-num-minus.png);} .goods-info .amount button:last-of-type{background-image: url(../img/icon-num-add.png);} /* 团购 */ .group-active del,.group-active .group-title,.group-active .group-info{display: block;} /*~~~~~~商品详情~~~~~~*/ .goods-detail dl{padding: 0 1.7rem;} .goods-detail dd{position: relative; padding: .5rem 0; font: 1.2rem/2rem "";} .goods-detail dd span{float: left; color: #8b8b8b;} .goods-detail dd p{margin-left: 8rem; color: #171717;} /*运营上传*/ .detailImg li{list-style: none!important;} .detailImg div{float:none!important;width:100vw!important;} #productDescription{width:auto!important;} .detailImg p{padding:0 1.2rem;line-height: 1.5;color:#555;} .detailImg span{white-space: normal!important;} .detailImg p img{margin-left:-1.2rem;} .detailImg img{display:block!important;width:100vw;max-width: none;height: auto;} @media screen and (min-width: 640px){.detailImg div,.detailImg img{width:64rem!important;}} /*~~~~~~商品评论~~~~~~*/ .goods-reviews{padding: 0 1.7rem;} .goods-reviews h2{font: 1.4rem/3.5rem ""; text-align: center;} .goods-reviews .empty{display: none; border-top: .1rem dashed #cecece; font-size: 1.4rem; line-height: 5.2rem; text-align: center;} .goods-reviews .item{position: relative; padding: .9rem 0 1rem;} .goods-reviews .item .customer-avatar{display: block; float: left; width: 3.1rem; height: 3.1rem; border-radius: 50%;} .goods-reviews .item section{margin-left: 3.8rem; color: #171717;} .goods-reviews .item section .customer-name span:first-of-type{padding-right: 1.4rem; font: 1.2rem/2rem "";} .goods-reviews .item section .customer-name .icon{width: 2.6rem; height: 3.3rem; background: url(../img/icon-reviews.png) no-repeat 0 0.4rem; background-size: 1.7rem 1.6rem;} .goods-reviews .item section .customer-name .icon-select{background-image: url(../img/icon-reviews-select.png);} .goods-reviews .item section .info{font: 1.3rem/2.4rem ""; padding-bottom: .4rem;} .goods-reviews .item section .time{font: 1.2rem/1.4rem ""; text-align: right;} .goods-reviews .item section .reply{margin-top: 1rem; padding: .3rem 0 .3rem 1rem; font: 1.2rem/1.9rem ""; background-color: #eee; color: #171717;} /*底部提示*/ .foot-tips{height: 4rem; font: 1.2rem/5.2rem ""; color: #a9a9a9; text-align: center;} .foot-tips .line{display: inline-block; width: 4rem; border-top: 1px solid #d3d3d3; vertical-align: middle;} .foot-tips .line:nth-of-type(1){margin-right: 1.3rem;} .foot-tips .line:nth-of-type(2){margin-left: 1.3rem;} /*~~~~~~~footer~~~~~~*/ footer{overflow: hidden;} .bottom-fix{height: 5.1rem; border: 0; text-align: center;} .bottom-fix a{float: left; height: 100%; padding-top: 3rem; width: 14.4%; box-sizing: border-box; border-top: .1rem solid #eee; border-right: .1rem solid #eee; background: no-repeat center 0.8rem; font-size: 1.2rem;} .bottom-fix a:nth-of-type(1){background-image: url(../img/icon-detail-home.png); background-size: 1.8rem 1.7rem; color: #727272;} .bottom-fix a:nth-of-type(2){background-image: url(../img/icon-detail-service.png); background-size: 2rem 1.6rem; color: #f05050;} .bottom-fix span{display: block; float: right; width: 35.6%; height: 100%; box-sizing: border-box; border-top: .1rem solid transparent; font-size: 1.2rem; font-weight: 400;} .bottom-fix span p:nth-of-type(2){font: 1.4rem/5rem ""; color: #fff;} .bottom-fix .price,.bottom-fix .group-btn{display: none;} .bottom-fix .group-btn p{color: #fff;} .bottom-fix .buy-btn p:nth-of-type(2){display: block;} .bottom-fix .buy-btn p:nth-of-type(3){display: none;} .bottom-fix .add-cart-btn{background-color: #eaa000;} /*团购*/ .group-active .price,.group-active .group-btn{display: block;} .group-active.bottom-fix .price{padding-top: 0.6rem;} .group-active .group-btn p{font: 1.6rem/2rem "";} .group-active .group-btn P:nth-of-type(2){font: 1.4rem/2rem "";} .group-active .add-cart-btn{display: none;} .group-active .buy-btn{border-color: #eee; background-color: #fff;} .group-active .buy-btn p{color: #727272; font: 1.6rem/2rem "";} .group-active .buy-btn p:nth-of-type(2){display: none;} .group-active .buy-btn p:nth-of-type(3){display: block; font: 1.4rem/2rem "";} /* border-dash*/ .goods-info dd:before,.goods-info dd:after,.goods-detail dd:after,.goods-reviews .empty:before,.goods-reviews .empty:after,.goods-reviews .item:before,.goods-reviews .item:after{content: '';} .goods-info dd:before,.goods-reviews .empty:before,.goods-reviews .item:before{top: 0; bottom: auto; background: url(../img/icon-detail-dashed-1.png) repeat-x; content: ''; position: absolute; right: 0; left: 0; z-index: 0; height: 1px; -webkit-transform: scale(1, 0.5); transform: scale(1, 0.5);} .goods-detail dd:after{top: auto; bottom: 0; position: absolute; right: 0; left: 0; z-index: 0; height: 1px; -webkit-transform: scale(1, 0.5); transform: scale(1, 0.5);} .goods-detail dd:after,.goods-reviews .empty:before,.goods-reviews .item:before{background: url(../img/icon-detail-dashed-2.png) repeat-x; background-size: auto .1rem;} /*客服弹窗*/ .cover{background: rgba(0, 0, 0, 0.3);} .service-pop{display: none; position: fixed; z-index: 120; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 25rem; height: 25rem; background-color: #fff;} .service-pop img{width: 100%; height: 100%; display: block;} .pv-img img{height: auto;} .load-more span{display: block; margin: .8rem auto; width: 8rem; border-radius: .3rem; background: rgb(152, 152, 116); color: #fff; font-size: 1.3rem; line-height: 2.0rem; text-align: center;} .customer-avatar img.lazyload,.customer-avatar img.lazyloading{background-size:3rem 3rem;} /*商品推荐*/ .recommended h2,.recommended h6{font-size:1.4rem;font-weight: normal;} .recommended h2{text-align: center;line-height:3.2rem;color:#a8a8a8;} .recommended h2 i {display: inline-block; width: 16.8vw; max-width: 10.8rem; border-top: .1rem solid #d3d3d3; vertical-align: middle;} .recommended h2 i:first-of-type{margin-right:2.6rem;} .recommended h2 i:last-of-type{margin-left:2.6rem;} .recommended h2 span::before{content: ''; display: inline-block; width: 2.6rem; height: 3.2rem;vertical-align: top;background:url(../img/icon-recommended-cart.png) no-repeat 0 center;background-size:1.8rem 2.1rem;} .recommended .goods-list {font-size:0;-webkit-text-size-adjust:100%;} .recommended .goods-list .item {position:relative;display:inline-block;margin-bottom:.5rem;padding-left:3.2%;padding-right:.93%;width:50%;} .recommended .goods-list .item:nth-of-type(even) {padding-left:.93%;padding-right:3.2%;} .recommended .item a{display:block;padding-bottom:.9rem;background-color:#fff;} .recommended .item img {height:38.4vw;max-height:24.6rem;} .recommended .item h6,.recommended .item p {padding-left:.9rem;padding-right:1.2rem;} .recommended .item h6 {height:3.1rem;line-height:3.4rem;color:#282828;} .recommended .item p {font-size:1.2rem;} .recommended .price span{font-size:1.7rem;} .recommended .item p:first-of-type {height:3.6rem;line-height:1.5;color:#999;} .recommended .item p:last-of-type {line-height:2;} .recommended .item p:last-of-type em {font-size:1rem;} @media screen and (min-width: 640px){.recommended .goods-list .item{margin-bottom:1rem}}
public/m/css/goods-detail.css
@charset "utf-8"; img{display: block; width: 100%; height: 100%;} .goods-title,.goods-info,.goods-detail,.goods-reviews{background: #fff;} .goods-info,.goods-detail dl{margin-bottom: .5rem;} /*~~~~~~轮播图~~~~~~*/ .scroll-banner{z-index: 5;} .scroll-banner img{height: 74.67vw; max-height: 47.8rem;} .scroll-banner .swiper-pagination{bottom: 1.3rem;} .scroll-banner .swiper-pagination .swiper-pagination-bullet{margin: 0 0 0 .7rem; width: .7rem; height: .7rem; background: #707378; opacity: 1;} .scroll-banner .swiper-pagination .swiper-pagination-bullet-active{background: #e4e4e4;} /*~~~~~~goods-title~~~~~~*/ .goods-title{padding: .8rem 1.6rem .4rem; text-align: center;} .goods-title h2{font: 1.8rem/4rem ""; color: #181818;} .goods-title p{font: 1.3rem/1.25 ""; color: #a8a8a8;} .goods-title .price{font: 2rem/1.8 "";} .goods-title del{display: none; margin-top: -2.2rem; font-size: 1.1rem; color: #a7a7a7;} .goods-title .origPrice{margin-top: -2.2rem; font-size: 1.2rem; line-height: 1; color: #4c4c4c;} /*~~~~~~goods-info~~~~~~*/ .goods-info dd{margin: 0 1.1rem; position: relative;} .goods-info .msg{margin: 0 1.6rem;font: 1.2rem/3.6rem ""; color: #a8a8a8;} .msg .cell:nth-of-type(2){text-align: center;} .msg .cell:last-of-type{text-align: right;} .goods-info .group-title{display: none; margin: 0; border: 0;} .goods-info .group-title .tips{padding: 1.3rem 0; font-size: 1.1rem; line-height: 1.2rem; color: #a9a9a9; background: #eee; text-align: center;} .goods-info .group-title .tips a{text-decoration: underline; color: #a9a9a9;} .goods-info .group-title p{padding-left: 1rem; font: 1.2rem/3.6rem ""; color: #171717;} .goods-info .group-info{display: none; padding: 1.5rem;} .goods-info .group-info .flex{-webkit-align-items: center; align-items: center; -webkit-justify-content:center; justify-content:center; padding-bottom: .6rem;} .goods-info .group-info .flex:last-of-type{padding: 0;} .goods-info .group-info img{width: 5.4rem; height: 5.4rem; border: .2rem solid #f9cd02; border-radius: 50%;} .goods-info .group-info .cell{margin-left: -2.2rem; padding-left: 3rem; padding-right: .8rem; max-width: 25rem; line-height: 2.5rem; border: .2rem solid #f9cd02; border-left:0; border-right: 0;} .goods-info .group-info .cell p{font-size: 1.2rem; text-align: right;} .goods-info .group-info .cell .name{float: left; width: 30vw; max-width: 15rem;} @media screen and (max-width: 359px){.goods-info .group-info .cell .name{width: 23vw;}} .goods-info .group-info .right{width: 6.8rem; font: 1.4rem/5.4rem ""; text-align: center; background-color: #f9cd02; border-top-right-radius: 2.7rem; border-bottom-right-radius: 2.7rem; color: #fff;} .goods-info .group-info .icon{margin-left: .6rem; width: .6rem; height: 1rem; background: url(../img/icon-group-detail.png) no-repeat; background-size: .6rem 1rem;} .goods-info .amount,.goods-info .spec{color: #242424;} .goods-info .spec{padding: 1.2rem 0 .6rem .6rem; font: 1.4rem/3.5rem "";} .goods-info .spec ul{margin-left: 4.1rem;} .goods-info .spec ul:nth-of-type(2),.goods-info .spec .fl:nth-of-type(2){margin-top: .6rem;} .goods-info .spec li{float: left; margin-right: .5rem; margin-bottom: .6rem; padding: 0 .5rem; min-width: 3.5rem; font: 1.4rem/3.3rem ""; text-align: center; border: .1rem solid #ccc; border-radius: .5rem;} .goods-info .spec .select{border-color: #fbd397; color: #e6bd00;} .goods-info .amount{-webkit-align-items:center; align-items:center;} .goods-info .amount > span{display: inline-block; line-height: 5rem;} .goods-info .amount > div{margin: 0 1rem;} .numBuy{float: left; width:5rem; font-size: 1.6rem; line-height: 1.6; text-align: center;} input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none !important; margin: 0;} .goods-info .amount button{float: left; width: 2.7rem; height: 2.7rem; border: 0; background: no-repeat center; background-size: 100% 100%;} .goods-info .amount button:first-of-type{background-image: url(../img/icon-num-minus.png);} .goods-info .amount button:last-of-type{background-image: url(../img/icon-num-add.png);} /* 团购 */ .group-active del,.group-active .group-title,.group-active .group-info{display: block;} /*~~~~~~商品详情~~~~~~*/ .goods-detail dl{padding: 0 1.7rem;} .goods-detail dd{position: relative; padding: .5rem 0; font: 1.2rem/2rem "";} .goods-detail dd span{float: left; color: #8b8b8b;} .goods-detail dd p{margin-left: 8rem; color: #171717;} /*运营上传*/ .detailImg li{list-style: none!important;} .detailImg div{float:none!important;width:100vw!important;} #productDescription{width:auto!important;} .detailImg p{padding:0 1.2rem;line-height: 1.5;color:#555;} .detailImg span{white-space: normal!important;} .detailImg p img{margin-left:-1.2rem;} .detailImg img{display:block!important;width:100vw;max-width: none;height: auto;} @media screen and (min-width: 640px){.detailImg div,.detailImg img{width:64rem!important;}} /*~~~~~~商品评论~~~~~~*/ .goods-reviews{padding: 0 1.7rem;} .goods-reviews h2{font: 1.4rem/3.5rem ""; text-align: center;} .goods-reviews .empty{display: none; border-top: .1rem dashed #cecece; font-size: 1.4rem; line-height: 5.2rem; text-align: center;} .goods-reviews .item{position: relative; padding: .9rem 0 1rem;} .goods-reviews .item .customer-avatar{display: block; float: left; width: 3.1rem; height: 3.1rem; border-radius: 50%;} .goods-reviews .item section{margin-left: 3.8rem; color: #171717;} .goods-reviews .item section .customer-name span:first-of-type{padding-right: 1.4rem; font: 1.2rem/2rem "";} .goods-reviews .item section .customer-name .icon{width: 2.6rem; height: 3.3rem; background: url(../img/icon-reviews.png) no-repeat 0 0.4rem; background-size: 1.7rem 1.6rem;} .goods-reviews .item section .customer-name .icon-select{background-image: url(../img/icon-reviews-select.png);} .goods-reviews .item section .info{font: 1.3rem/2.4rem ""; padding-bottom: .4rem;} .goods-reviews .item section .time{font: 1.2rem/1.4rem ""; text-align: right;} .goods-reviews .item section .reply{margin-top: 1rem; padding: .3rem 0 .3rem 1rem; font: 1.2rem/1.9rem ""; background-color: #eee; color: #171717;} /*底部提示*/ .foot-tips{height: 4rem; font: 1.2rem/5.2rem ""; color: #a9a9a9; text-align: center;} .foot-tips .line{display: inline-block; width: 4rem; border-top: 1px solid #d3d3d3; vertical-align: middle;} .foot-tips .line:nth-of-type(1){margin-right: 1.3rem;} .foot-tips .line:nth-of-type(2){margin-left: 1.3rem;} /*~~~~~~~footer~~~~~~*/ footer{overflow: hidden;} .bottom-fix{height: 5.1rem; border: 0; text-align: center;} .bottom-fix a{float: left; height: 100%; padding-top: 3rem; width: 14.4%; box-sizing: border-box; border-top: .1rem solid #eee; border-right: .1rem solid #eee; background: no-repeat center 0.8rem; font-size: 1.2rem;} .bottom-fix a:nth-of-type(1){background-image: url(../img/icon-detail-home.png); background-size: 1.8rem 1.7rem; color: #727272;} .bottom-fix a:nth-of-type(2){background-image: url(../img/icon-detail-service.png); background-size: 2rem 1.6rem; color: #f05050;} .bottom-fix span{display: block; float: right; width: 35.6%; height: 100%; box-sizing: border-box; border-top: .1rem solid transparent; font-size: 1.2rem; font-weight: 400;} .bottom-fix span p:nth-of-type(2){font: 1.4rem/5rem ""; color: #fff;} .bottom-fix .price,.bottom-fix .group-btn{display: none;} .bottom-fix .group-btn p{color: #fff;} .bottom-fix .buy-btn p:nth-of-type(2){display: block;} .bottom-fix .buy-btn p:nth-of-type(3){display: none;} .bottom-fix .add-cart-btn{background-color: #eaa000;} /*团购*/ .group-active .price,.group-active .group-btn{display: block;} .group-active.bottom-fix .price{padding-top: 0.6rem;} .group-active .group-btn p{font: 1.6rem/2rem "";} .group-active .group-btn P:nth-of-type(2){font: 1.4rem/2rem "";} .group-active .add-cart-btn{display: none;} .group-active .buy-btn{border-color: #eee; background-color: #fff;} .group-active .buy-btn p{color: #727272; font: 1.6rem/2rem "";} .group-active .buy-btn p:nth-of-type(2){display: none;} .group-active .buy-btn p:nth-of-type(3){display: block; font: 1.4rem/2rem "";} /* border-dash*/ .goods-info dd:before,.goods-info dd:after,.goods-detail dd:after,.goods-reviews .empty:before,.goods-reviews .empty:after,.goods-reviews .item:before,.goods-reviews .item:after{content: '';} .goods-info dd:before,.goods-reviews .empty:before,.goods-reviews .item:before{top: 0; bottom: auto; background: url(../img/icon-detail-dashed-1.png) repeat-x; content: ''; position: absolute; right: 0; left: 0; z-index: 0; height: 1px; -webkit-transform: scale(1, 0.5); transform: scale(1, 0.5);} .goods-detail dd:after{top: auto; bottom: 0; position: absolute; right: 0; left: 0; z-index: 0; height: 1px; -webkit-transform: scale(1, 0.5); transform: scale(1, 0.5);} .goods-detail dd:after,.goods-reviews .empty:before,.goods-reviews .item:before{background: url(../img/icon-detail-dashed-2.png) repeat-x; background-size: auto .1rem;} /*客服弹窗*/ .cover{background: rgba(0, 0, 0, 0.3);} .service-pop{display: none; position: fixed; z-index: 120; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 25rem; height: 25rem; background-color: #fff;} .service-pop img{width: 100%; height: 100%; display: block;} .pv-img img{height: auto;} .load-more span{display: block; margin: .8rem auto; width: 8rem; border-radius: .3rem; background: rgb(152, 152, 116); color: #fff; font-size: 1.3rem; line-height: 2.0rem; text-align: center;} .customer-avatar img.lazyload,.customer-avatar img.lazyloading{background-size:3rem 3rem;} /*商品推荐*/ .recommended h2,.recommended h6{font-size:1.4rem;font-weight: normal;} .recommended h2{text-align: center;line-height:3.2rem;color:#a8a8a8;} .recommended h2 i {display: inline-block; width: 16.8vw; max-width: 10.8rem; border-top: .1rem solid #d3d3d3; vertical-align: middle;} .recommended h2 i:first-of-type{margin-right:2.6rem;} .recommended h2 i:last-of-type{margin-left:2.6rem;} .recommended h2 span::before{content: ''; display: inline-block; width: 2.6rem; height: 3.2rem;vertical-align: top;background:url(../img/icon-recommended-cart.png) no-repeat 0 center;background-size:1.8rem 2.1rem;} .recommended .goods-list {font-size:0;-webkit-text-size-adjust:100%;} .recommended .goods-list .item {position:relative;display:inline-block;margin-bottom:.5rem;padding-left:3.2%;padding-right:.93%;width:50%;} .recommended .goods-list .item:nth-of-type(even) {padding-left:.93%;padding-right:3.2%;} .recommended .item a{display:block;padding-bottom:.9rem;background-color:#fff;} .recommended .item img {height:38.4vw;max-height:24.6rem;} .recommended .item h6,.recommended .item p {padding-left:.9rem;padding-right:1.2rem;} .recommended .item h6 {height:3.1rem;line-height:3.4rem;color:#282828;} .recommended .item p {font-size:1.2rem;} .recommended .price span{font-size:1.7rem;} .recommended .item p:first-of-type {height:3.6rem;line-height:1.5;color:#999;} .recommended .item p:last-of-type {line-height:2;} .recommended .item p:last-of-type em {font-size:1rem;} @media screen and (min-width: 640px){.recommended .goods-list .item{margin-bottom:1rem}}
0.186428
0.052231
@import 'https://fonts.googleapis.com/css?family=Lato:400,700'; *, *::before, *::after { box-sizing: border-box; margin: 0 auto; padding: 0; text-align: center; font-family: inherit; transition: all .3s; } *+* { margin-top: 5px; } body { min-height: 100vh; width: 100%; margin-top: 5px; font-size: 16px; font-family: 'Lato', sans-serif; background-color: #ededee; } body::before { content: ""; position: fixed; top: 0; left: 0; width: 100vw; height: 5px; background-color: #3a3942; } .header { position: fixed; top: 5px; left: 0px; z-index: 99; width: 100%; padding: 10px; background-color: #ededee; } .nav__bar { list-style: none; } .nav__logo { float: left; } .nav__list { float: right; } .nav__bar>li::before, .nav__bar>li::after { content: ""; display: table; } .nav__bar>li::after { clear: both; } .nav__logo { margin-left: 50px; } .nav__list { margin-right: 50px; padding: 15px; } .nav__link, .foot__link { text-decoration: none; color: darkorange; } .nav__link:hover, .foot__link:hover { color: black; } .main { margin-top: 100px; } .started { margin-bottom: 120px; } .started__input { display: block; width: 20%; margin: 20px auto; padding: 5px; } .started__button, .pricing__button { padding: 5px 20px; border: 0; background-color: darkorange; color: white; font-size: 20px; text-transform: uppercase; cursor: pointer; } .started__button:hover, .pricing__button:hover { background-color: #ddd; color: darkorange; } .features { max-width: 70%; margin-bottom: 100px; } .features__list { list-style: none; } .features__list figure { margin-bottom: 30px; text-align: left; } .features__icon { width: 10%; color: darkorange; } .features__desc { display: inline-block; width: 85%; margin-left: 30px; overflow: wrap; } .features__desc h2, .features__desc p { text-align: left; } .works { max-width: 80%; margin-bottom: 80px; } .works iframe { width: 560px; max-width: 560px; } .pricing { max-width: 90%; margin-bottom: 40px; } .pricing__card { display: inline-block; margin: 10px 10px; padding: 0; border: none; border-radius: 4px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .pricing__card>h3 { padding: 10px 60px; background-color: #ddd; } .pricing__card>h2 { margin: 20px auto; } .pricing__list>li { list-style: none; margin-bottom: 10px; } .pricing__button { margin: 15px auto; } .footer { width: 70%; padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; background-color: #ddd; } .foot__list { list-style: none; margin: 0; } .foot__list > li { display: inline-block; margin-right: 20px; } .footer small { margin-right: 10px; color: #444; } @media screen and (max-width: 700px) { .nav__logo, .nav__list { display: block; float: none; margin: 0 auto; padding: 5px; } .features__list figure { text-align: center; } .main { margin-top: 170px; } .works iframe { width: 300px; } .footer { width: 100%; } }
fcc/product-landing-page/index.css
@import 'https://fonts.googleapis.com/css?family=Lato:400,700'; *, *::before, *::after { box-sizing: border-box; margin: 0 auto; padding: 0; text-align: center; font-family: inherit; transition: all .3s; } *+* { margin-top: 5px; } body { min-height: 100vh; width: 100%; margin-top: 5px; font-size: 16px; font-family: 'Lato', sans-serif; background-color: #ededee; } body::before { content: ""; position: fixed; top: 0; left: 0; width: 100vw; height: 5px; background-color: #3a3942; } .header { position: fixed; top: 5px; left: 0px; z-index: 99; width: 100%; padding: 10px; background-color: #ededee; } .nav__bar { list-style: none; } .nav__logo { float: left; } .nav__list { float: right; } .nav__bar>li::before, .nav__bar>li::after { content: ""; display: table; } .nav__bar>li::after { clear: both; } .nav__logo { margin-left: 50px; } .nav__list { margin-right: 50px; padding: 15px; } .nav__link, .foot__link { text-decoration: none; color: darkorange; } .nav__link:hover, .foot__link:hover { color: black; } .main { margin-top: 100px; } .started { margin-bottom: 120px; } .started__input { display: block; width: 20%; margin: 20px auto; padding: 5px; } .started__button, .pricing__button { padding: 5px 20px; border: 0; background-color: darkorange; color: white; font-size: 20px; text-transform: uppercase; cursor: pointer; } .started__button:hover, .pricing__button:hover { background-color: #ddd; color: darkorange; } .features { max-width: 70%; margin-bottom: 100px; } .features__list { list-style: none; } .features__list figure { margin-bottom: 30px; text-align: left; } .features__icon { width: 10%; color: darkorange; } .features__desc { display: inline-block; width: 85%; margin-left: 30px; overflow: wrap; } .features__desc h2, .features__desc p { text-align: left; } .works { max-width: 80%; margin-bottom: 80px; } .works iframe { width: 560px; max-width: 560px; } .pricing { max-width: 90%; margin-bottom: 40px; } .pricing__card { display: inline-block; margin: 10px 10px; padding: 0; border: none; border-radius: 4px; box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); } .pricing__card>h3 { padding: 10px 60px; background-color: #ddd; } .pricing__card>h2 { margin: 20px auto; } .pricing__list>li { list-style: none; margin-bottom: 10px; } .pricing__button { margin: 15px auto; } .footer { width: 70%; padding: 20px; display: flex; flex-direction: column; justify-content: center; align-items: flex-end; background-color: #ddd; } .foot__list { list-style: none; margin: 0; } .foot__list > li { display: inline-block; margin-right: 20px; } .footer small { margin-right: 10px; color: #444; } @media screen and (max-width: 700px) { .nav__logo, .nav__list { display: block; float: none; margin: 0 auto; padding: 5px; } .features__list figure { text-align: center; } .main { margin-top: 170px; } .works iframe { width: 300px; } .footer { width: 100%; } }
0.443359
0.084116
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700'); /* CSS reset */ *, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; } body { font-family: 'Quicksand', sans-serif; font-size: 16px; line-height: 1.7; display: flex; align-items: center; justify-content: center; color: #fff; background-image: url(../img/chris-lawton-346402-unsplash.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center; /* height: 100vh; width: 100vw; */ /* overflow-x: hidden; */ } #inputs { display: flex; flex-direction: column; justify-content: center; align-items: center; } #inputs input { width: 100%; } .actions { margin-top: 25px; width: 90%; display: flex; align-items: center; justify-content: space-between; } h1, h3 { color: rgb(113, 117, 121); color: rgb(43, 43, 44); } .title { padding-bottom: 15px; line-height: 1.2; margin: 30px; } .country-finder-app { text-align: center; padding: 15px; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .title-input-result-text { width: 45%; background: rgba(255, 255, 255, 0.7); padding: 50px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0px 6px 12px -4px rgba(87, 86, 86, 0.5); } input { font-size: 17px; text-align: center; padding: 10px; border-radius: 40px; border: none; outline: none; letter-spacing: 0.25px; caret-color: rgba(0, 0, 0, 0.8); } input::-webkit-input-placeholder { font-size: 15px; } .input::-webkit-input-placeholder { color: red; font-size: 15px; } input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .button { padding: 5px 20px; border-radius: 5px; outline: 0; font-family: inherit; font-size: 14px; font-weight: 500; border: none; background: #fff; color: rgb(43, 43, 44); } .selected-button { background: linear-gradient(to right, rgba(46, 157, 248, 0.781), rgba(0, 140, 255, 0.89)); color: white; transition: 0.2s ease; font-weight: 400; } #starts { flex-basis: 30%; } #contains { flex-basis: 30%; } #sort { flex-basis: 30%; } .button:hover { cursor: pointer; transform: scale(1.05); transition: transform 0.4s ease-in-out; box-shadow: 0px 6px 12px -4px rgba(87, 86, 86, 0.5); } #result-text { margin-top: 30px; padding-top: 15px; font-size: 15px; } h1 { font-weight: 400; } h3 { font-weight: 400; } .countries-container { border-radius: 10px; display: flex; flex-wrap: wrap; justify-content: center; } .country { width: 120px; margin: 6px; border-radius: 5px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 15px; font-size: 15px; /* box-shadow: 0px 22px 12px -4px rgba(87, 86, 86, 0.5); */ } /* .country div { width: 130px; } */ .country div img { height: 60px; width: 100%; } .country h1 { font-size: 12px; } .country h2 { /* width: 100%; */ font-size: 14px; } .country p { /* width: 100%; */ font-size: 9px; margin-top: 10px; } .country:hover { transform: rotate(-1deg) scale(1.03); } /* .country:hover h1 { font-size: 16px; } .country:hover p { font-size: 11px; } */ .total-countries { font-weight: bolder; } @media (max-width: 960px) { .title-input-result-text { width: 80%; } } @media (max-width: 600px) { .actions {} } .population-chart-container, .language-chart-container, .graphs { display: flex; flex-direction: column; height: 500px; width: 100%; justify-content: space-between; align-items: flex-start; } .chart-population-bar, .chart-language-bar { background: linear-gradient( to bottom right, rgb(231, 156, 15) ,rgb(214, 156, 49)); background: orange; background: rgb(49, 181, 243); background: linear-gradient(to bottom, rgb(120, 199, 236), rgb(10, 178, 255)); height: 30px; text-align: left; padding-left: 5px; padding-right: 5px; /* line-height: 10px; */ } .chart-population-bar span, .chart-language-bar span{ font-size: 11px; font-weight: 700; } /* TODO:: /* <i class="fas fa-sort-alpha-down"></i> */ /* MODAL STYLES */ .modal-controls { background: rgba(204, 201, 201, 0.315); display: flex; justify-content: center; align-items: center; width: 100%; padding: 15px; margin-bottom: 15px; border-radius: 0.35rem; } .charts-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(75, 66, 66, 0.5); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; } .modal-statistics-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(241, 238, 238, 0.952); padding: 1.5rem 1.5rem; width: 80%; /* height: 65vh; */ border-radius: 0.5rem; } .modal-btn:not(:last-child) { margin-right: 20px; } .close-button { margin-left: auto; width: 2rem; line-height: 1.5rem; font-size: 2rem; color: rgb(226, 85, 85); text-align: center; cursor: pointer; } .close-button:hover { color: red; } .show-modal { opacity: 1; visibility: visible; transform: scale(1.0); transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }
css/style.css
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700'); /* CSS reset */ *, *::before, *::after { box-sizing: border-box; padding: 0; margin: 0; } body { font-family: 'Quicksand', sans-serif; font-size: 16px; line-height: 1.7; display: flex; align-items: center; justify-content: center; color: #fff; background-image: url(../img/chris-lawton-346402-unsplash.jpg); background-repeat: no-repeat; background-size: cover; background-attachment: fixed; background-position: center; /* height: 100vh; width: 100vw; */ /* overflow-x: hidden; */ } #inputs { display: flex; flex-direction: column; justify-content: center; align-items: center; } #inputs input { width: 100%; } .actions { margin-top: 25px; width: 90%; display: flex; align-items: center; justify-content: space-between; } h1, h3 { color: rgb(113, 117, 121); color: rgb(43, 43, 44); } .title { padding-bottom: 15px; line-height: 1.2; margin: 30px; } .country-finder-app { text-align: center; padding: 15px; width: 100%; display: flex; justify-content: center; align-items: center; flex-direction: column; } .title-input-result-text { width: 45%; background: rgba(255, 255, 255, 0.7); padding: 50px; border-radius: 10px; margin-bottom: 30px; box-shadow: 0px 6px 12px -4px rgba(87, 86, 86, 0.5); } input { font-size: 17px; text-align: center; padding: 10px; border-radius: 40px; border: none; outline: none; letter-spacing: 0.25px; caret-color: rgba(0, 0, 0, 0.8); } input::-webkit-input-placeholder { font-size: 15px; } .input::-webkit-input-placeholder { color: red; font-size: 15px; } input[type='number']::-webkit-inner-spin-button, input[type='number']::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; } .button { padding: 5px 20px; border-radius: 5px; outline: 0; font-family: inherit; font-size: 14px; font-weight: 500; border: none; background: #fff; color: rgb(43, 43, 44); } .selected-button { background: linear-gradient(to right, rgba(46, 157, 248, 0.781), rgba(0, 140, 255, 0.89)); color: white; transition: 0.2s ease; font-weight: 400; } #starts { flex-basis: 30%; } #contains { flex-basis: 30%; } #sort { flex-basis: 30%; } .button:hover { cursor: pointer; transform: scale(1.05); transition: transform 0.4s ease-in-out; box-shadow: 0px 6px 12px -4px rgba(87, 86, 86, 0.5); } #result-text { margin-top: 30px; padding-top: 15px; font-size: 15px; } h1 { font-weight: 400; } h3 { font-weight: 400; } .countries-container { border-radius: 10px; display: flex; flex-wrap: wrap; justify-content: center; } .country { width: 120px; margin: 6px; border-radius: 5px; display: flex; flex-direction: column; justify-content: space-between; align-items: center; padding: 15px; font-size: 15px; /* box-shadow: 0px 22px 12px -4px rgba(87, 86, 86, 0.5); */ } /* .country div { width: 130px; } */ .country div img { height: 60px; width: 100%; } .country h1 { font-size: 12px; } .country h2 { /* width: 100%; */ font-size: 14px; } .country p { /* width: 100%; */ font-size: 9px; margin-top: 10px; } .country:hover { transform: rotate(-1deg) scale(1.03); } /* .country:hover h1 { font-size: 16px; } .country:hover p { font-size: 11px; } */ .total-countries { font-weight: bolder; } @media (max-width: 960px) { .title-input-result-text { width: 80%; } } @media (max-width: 600px) { .actions {} } .population-chart-container, .language-chart-container, .graphs { display: flex; flex-direction: column; height: 500px; width: 100%; justify-content: space-between; align-items: flex-start; } .chart-population-bar, .chart-language-bar { background: linear-gradient( to bottom right, rgb(231, 156, 15) ,rgb(214, 156, 49)); background: orange; background: rgb(49, 181, 243); background: linear-gradient(to bottom, rgb(120, 199, 236), rgb(10, 178, 255)); height: 30px; text-align: left; padding-left: 5px; padding-right: 5px; /* line-height: 10px; */ } .chart-population-bar span, .chart-language-bar span{ font-size: 11px; font-weight: 700; } /* TODO:: /* <i class="fas fa-sort-alpha-down"></i> */ /* MODAL STYLES */ .modal-controls { background: rgba(204, 201, 201, 0.315); display: flex; justify-content: center; align-items: center; width: 100%; padding: 15px; margin-bottom: 15px; border-radius: 0.35rem; } .charts-modal { position: fixed; left: 0; top: 0; width: 100%; height: 100%; background-color: rgba(75, 66, 66, 0.5); opacity: 0; visibility: hidden; transform: scale(1.1); transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s; } .modal-statistics-content { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); background: rgba(241, 238, 238, 0.952); padding: 1.5rem 1.5rem; width: 80%; /* height: 65vh; */ border-radius: 0.5rem; } .modal-btn:not(:last-child) { margin-right: 20px; } .close-button { margin-left: auto; width: 2rem; line-height: 1.5rem; font-size: 2rem; color: rgb(226, 85, 85); text-align: center; cursor: pointer; } .close-button:hover { color: red; } .show-modal { opacity: 1; visibility: visible; transform: scale(1.0); transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s; }
0.398758
0.065695
:host { /** * @prop --lottie-player-toolbar-height: Toolbar height **/ --lottie-player-toolbar-height: 35px; /** * @prop --lottie-player-toolbar-background-color: Toolbar background color **/ --lottie-player-toolbar-background-color: transparent; /** * @prop --lottie-player-toolbar-icon-color: Toolbar icon color **/ --lottie-player-toolbar-icon-color: #999; /** * @prop --lottie-player-toolbar-icon-hover-color: Toolbar icon hover color **/ --lottie-player-toolbar-icon-hover-color: #222; /** * @prop --lottie-player-toolbar-icon-active-color: Toolbar icon active color **/ --lottie-player-toolbar-icon-active-color: #555; /** * @prop --lottie-player-seeker-track-color: Seeker track color **/ --lottie-player-seeker-track-color: #CCC; /** * @prop --lottie-player-seeker-thumb-color: Seeker thumb color **/ --lottie-player-seeker-thumb-color: rgba(0, 107, 120, 0.8); display: block; width: 100%; height: 100%; } .main { box-sizing: border-box; display: inline-grid; grid-auto-columns: auto; grid-template-rows: auto; position: relative; height: inherit; width: inherit; } .main.controls { grid-template-rows: 1fr var(--lottie-player-toolbar-height); } .animation { overflow: hidden; height: calc(1fr - var(--lottie-player-toolbar-height)); } .toolbar { display: grid; grid-template-columns: 32px 32px 1fr 32px 32px; align-items: center; justify-items: center; background-color: var(--lottie-player-toolbar-background-color); } .toolbar button { cursor: pointer; fill: var(--lottie-player-toolbar-icon-color); display: flex; background: none; border: 0; padding: 0; outline: none; height: 100%; } .toolbar button:hover { fill: var(--lottie-player-toolbar-icon-hover-color); } .toolbar button.active { fill: var(--lottie-player-toolbar-icon-active-color); } .toolbar button.disabled svg { display: none; } .toolbar a { filter: grayscale(100%); display: flex; transition: filter .5s, opacity 0.5s; opacity: 0.4; height: 100%; align-items: center; } .toolbar a:hover { filter: none; display: flex; opacity: 1; } .seeker { -webkit-appearance: none; width: 95%; outline: none; } .seeker::-webkit-slider-runnable-track { width: 100%; height: 5px; cursor: pointer; background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-webkit-slider-thumb { height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; -webkit-appearance: none; margin-top: -5px; } .seeker:focus::-webkit-slider-runnable-track { background: #999; } .seeker::-moz-range-track { width: 100%; height: 5px; cursor: pointer; background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-moz-range-thumb { height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; } .seeker::-ms-track { width: 100%; height: 5px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } .seeker::-ms-fill-lower { background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-ms-fill-upper { background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-ms-thumb { border: 0; height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; } .seeker:focus::-ms-fill-lower { background: var(--lottie-player-seeker-track-color); } .seeker:focus::-ms-fill-upper { background: var(--lottie-player-seeker-track-color); } .error { display: flex; justify-content: center; height: 100%; align-items: center; }
src/components/lottie-player/lottie-player.css
:host { /** * @prop --lottie-player-toolbar-height: Toolbar height **/ --lottie-player-toolbar-height: 35px; /** * @prop --lottie-player-toolbar-background-color: Toolbar background color **/ --lottie-player-toolbar-background-color: transparent; /** * @prop --lottie-player-toolbar-icon-color: Toolbar icon color **/ --lottie-player-toolbar-icon-color: #999; /** * @prop --lottie-player-toolbar-icon-hover-color: Toolbar icon hover color **/ --lottie-player-toolbar-icon-hover-color: #222; /** * @prop --lottie-player-toolbar-icon-active-color: Toolbar icon active color **/ --lottie-player-toolbar-icon-active-color: #555; /** * @prop --lottie-player-seeker-track-color: Seeker track color **/ --lottie-player-seeker-track-color: #CCC; /** * @prop --lottie-player-seeker-thumb-color: Seeker thumb color **/ --lottie-player-seeker-thumb-color: rgba(0, 107, 120, 0.8); display: block; width: 100%; height: 100%; } .main { box-sizing: border-box; display: inline-grid; grid-auto-columns: auto; grid-template-rows: auto; position: relative; height: inherit; width: inherit; } .main.controls { grid-template-rows: 1fr var(--lottie-player-toolbar-height); } .animation { overflow: hidden; height: calc(1fr - var(--lottie-player-toolbar-height)); } .toolbar { display: grid; grid-template-columns: 32px 32px 1fr 32px 32px; align-items: center; justify-items: center; background-color: var(--lottie-player-toolbar-background-color); } .toolbar button { cursor: pointer; fill: var(--lottie-player-toolbar-icon-color); display: flex; background: none; border: 0; padding: 0; outline: none; height: 100%; } .toolbar button:hover { fill: var(--lottie-player-toolbar-icon-hover-color); } .toolbar button.active { fill: var(--lottie-player-toolbar-icon-active-color); } .toolbar button.disabled svg { display: none; } .toolbar a { filter: grayscale(100%); display: flex; transition: filter .5s, opacity 0.5s; opacity: 0.4; height: 100%; align-items: center; } .toolbar a:hover { filter: none; display: flex; opacity: 1; } .seeker { -webkit-appearance: none; width: 95%; outline: none; } .seeker::-webkit-slider-runnable-track { width: 100%; height: 5px; cursor: pointer; background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-webkit-slider-thumb { height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; -webkit-appearance: none; margin-top: -5px; } .seeker:focus::-webkit-slider-runnable-track { background: #999; } .seeker::-moz-range-track { width: 100%; height: 5px; cursor: pointer; background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-moz-range-thumb { height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; } .seeker::-ms-track { width: 100%; height: 5px; cursor: pointer; background: transparent; border-color: transparent; color: transparent; } .seeker::-ms-fill-lower { background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-ms-fill-upper { background: var(--lottie-player-seeker-track-color); border-radius: 3px; } .seeker::-ms-thumb { border: 0; height: 15px; width: 15px; border-radius: 50%; background: var(--lottie-player-seeker-thumb-color); cursor: pointer; } .seeker:focus::-ms-fill-lower { background: var(--lottie-player-seeker-track-color); } .seeker:focus::-ms-fill-upper { background: var(--lottie-player-seeker-track-color); } .error { display: flex; justify-content: center; height: 100%; align-items: center; }
0.63023
0.081813
@font-face { font-family: 'Bellota-LightItalic'; src: url('../fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('../fonts/Bellota-BoldItalic.otf'); } @font-face { font-family: 'Kreon-Regular'; src: url('../fonts/Kreon-Regular.ttf'); } @font-face { font-family: 'Kreon-Light'; src: url('../fonts/Kreon-Light.ttf'); } /* reset css */ *{ margin: 0; padding: 0; } /* membuat body */ body{ line-height:1; font-size:100%; font-family:'Kreon-Regular', sans-serif; color:#5a5a5a; } /* membuat container */ #container{ width: 980px; margin: 0 auto; box-shadow: 0 0 1em #AFAFAF; } /* membuat header */ header{ padding: 20px; } header h1{ margin:20px 10px; color:#8BC34A; } /* membuat navigation */ nav { width:980px; height:45px; display:block; background-color:#8BC34A; } /* membuat Unordered List (ul) */ nav ul { list-style-type:none; } /* membuat list sejajar di sebelah kiri kiri */ nav ul li { float:left; } /* membuat display blok */ nav li a { padding:15px 30px; display:block; color:#fff; font-size:14px; text-decoration:none; font-weight:bold; } /* membuat aktiv hover */ nav .active a, nav li:hover a { background-color:#598822; } nav:after, nav:before { content:''; display:table; } nav:after { clear:both; } /* membuat sidebar */ .sidebar{ float:left; width:330px; height: 500px; background-color:#e2e01d; } /* content */ #content{ float:right; width:650px; height: 500px; overflow:scroll; background-color: #D9D9D9; } .content_a{ float:right; width: 650px; height: 500px; overflow: scroll; background-color: rgb(240, 240, 235); } .content_b{ float:right; width: 980px; height: 500px; overflow: scroll; background-color: #ffffff; } /* membuat footer */ footer { clear:both; background-color:#1d1d1d; padding:25px; color:#eee; } /* membuat widget */ .widget-box { margin-top: 20px; margin-bottom:10px; padding:5px 15px; } .widget-box .title { padding:10px 16px; background-color:#1BF566; color:#fff; } .widget-box ul { list-style-type:none; } .widget-box li { border-bottom:1px solid #eee; } .widget-box li a { padding:10px 16px; color:#333; display:block; text-decoration:none; } .widget-box li:hover a { background-color:#eee; } .widget-box p { padding:5px; line-height:25px; } /* box */ .box { display:block; float:left; width:33.333333%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0 10px; text-align:center; } .box h3 { margin:15px 0; } .box p { line-height:20px; font-size:14px; margin-bottom:15px; } .box img { width: 100px; height: 100px; border:0; vertical-align:middle; margin-bottom:5px; } .image-circle { width: 100px; height: 100px; border-radius:50%; } .row { padding:5px 15px; margin:0 -10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } .row:after, .row:before, .entry:after, .entry:before { content:''; display:table; } .row:after, .entry:after { clear:both; } /* button */ .btn { border:1px solid #c4c1c1; padding:5px 10px; background-color:#ddd; text-decoration:none; display:inline-block; border-radius:5px; } .btn-large { font-size:18px; line-height:25px; padding:10px 16px; font-weight:bold; color:#fff; border-color:#357ebd; background-color:#428bca; } .btn-large:hover { background-color:#598822; } .btn-primary { padding:8px 16px; font-weight:bold; color:#fff; border-color:#357ebd; background-color:#428bca; } .btn-primary:hover { background-color:#27679f; } .btn-default { color:#292929; padding:8px 16px; } .btn-default:hover { background-color:#a3a3a3; } .btn-alert { padding: 8px 6px; background-color: #E92F11; color: #ffffff; border-color: #FA0606; } .btn-alert:hover { background-color: #FA0606; } .main { padding: 20px; } /* deskripsi */ .divider { border:0; border-top:1px solid #eeeeee; margin:40px 0; clear:both; } /* entry */ .entry { padding:5px 15px; margin:15px 0; } .entry h2 { margin-bottom:20px; } .entry p { line-height:25px; } .entry img { float:left; width: 100px; height: 100px; border-radius:5px; margin-right:15px; } .entry .right-img { float:right; } /* input */ form{ margin: 20px 0; } .input, .submit{ margin: 15px 0; } .input label{ display: inline-block; width: 150px; } .input textarea{ width: 250px; height: 100px; padding: 12px 15px; box-sizing: border-box; border: 2px solid #ccc; border-radius: 4px; resize: none; font-family:'Open Sans', sans-serif; } .input select, .input input[type= "text"]{ border-radius: 3px; border:1px solid #ddd; padding: 6px 8px; } .submit input[type="submit"]{ margin-left: 3px; border-radius: 5px; cursor: pointer; } .input-q { border-radius:3px; border:1px solid #ddd; padding: 8px 10px; width: 200px; } table { border-collapse:collapse; border-spacing:0; margin:20px 0; } table th, table td { padding: 10px; border:1px solid #ddd; } td.right { text-align: right; } td.center{ text-align: center; width: 150px; } td img { max-width:75px; max-height:50px; } /* pagination */ ul.pagination { display: inline-block; padding: 0; margin: 0; } ul.pagination li {display: inline;} ul.pagination li a { color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; } ul.pagination li a.active { background-color: #428bca; color: white; } ul.pagination li a:hover:not(.active) { background-color: #ddd; } /* membuat login */ #login { width:300px; border-radius:10px; padding:20px 40px; margin:50px auto; box-shadow:0 0 1em #CCCCCC; } #login input[type=text], #login input[type=password] { width:92%; padding:10px; margin:6px 0; border:1px solid #ccc; } #login input[type=submit] { width:100%; background-color:#428bca; color:#fff; border:2px solid #357ebd; padding:10px; font-size:20px; cursor:pointer; border-radius:5px; margin:15px auto; } #login input[type=submit]:hover { background-color:#27679f; } .user-welcome { color: #fff; float: right; padding: 15px 20px; font-weight: bold; font-size: 14px; } .daftar{ width:500px; border-radius:10px; padding:20px 40px; margin:15px auto; box-shadow:0 0 1em #CCCCCC; } hr { border: 0; border-top: 4px double #05378e; text-align: center; } hr:after { /* content: '\ae'; */ display: inline-block; position: relative; top: -15px; padding: 0 10px; background: #fff; color: #05378e; font-size: 18px; } /*.main{ padding: 20px; } .tamb { text-align: center; }
Web Toko Bagas/style.css
@font-face { font-family: 'Bellota-LightItalic'; src: url('../fonts/Bellota-LightItalic.otf'); } @font-face { font-family: 'Bellota-BoldItalic'; src: url('../fonts/Bellota-BoldItalic.otf'); } @font-face { font-family: 'Kreon-Regular'; src: url('../fonts/Kreon-Regular.ttf'); } @font-face { font-family: 'Kreon-Light'; src: url('../fonts/Kreon-Light.ttf'); } /* reset css */ *{ margin: 0; padding: 0; } /* membuat body */ body{ line-height:1; font-size:100%; font-family:'Kreon-Regular', sans-serif; color:#5a5a5a; } /* membuat container */ #container{ width: 980px; margin: 0 auto; box-shadow: 0 0 1em #AFAFAF; } /* membuat header */ header{ padding: 20px; } header h1{ margin:20px 10px; color:#8BC34A; } /* membuat navigation */ nav { width:980px; height:45px; display:block; background-color:#8BC34A; } /* membuat Unordered List (ul) */ nav ul { list-style-type:none; } /* membuat list sejajar di sebelah kiri kiri */ nav ul li { float:left; } /* membuat display blok */ nav li a { padding:15px 30px; display:block; color:#fff; font-size:14px; text-decoration:none; font-weight:bold; } /* membuat aktiv hover */ nav .active a, nav li:hover a { background-color:#598822; } nav:after, nav:before { content:''; display:table; } nav:after { clear:both; } /* membuat sidebar */ .sidebar{ float:left; width:330px; height: 500px; background-color:#e2e01d; } /* content */ #content{ float:right; width:650px; height: 500px; overflow:scroll; background-color: #D9D9D9; } .content_a{ float:right; width: 650px; height: 500px; overflow: scroll; background-color: rgb(240, 240, 235); } .content_b{ float:right; width: 980px; height: 500px; overflow: scroll; background-color: #ffffff; } /* membuat footer */ footer { clear:both; background-color:#1d1d1d; padding:25px; color:#eee; } /* membuat widget */ .widget-box { margin-top: 20px; margin-bottom:10px; padding:5px 15px; } .widget-box .title { padding:10px 16px; background-color:#1BF566; color:#fff; } .widget-box ul { list-style-type:none; } .widget-box li { border-bottom:1px solid #eee; } .widget-box li a { padding:10px 16px; color:#333; display:block; text-decoration:none; } .widget-box li:hover a { background-color:#eee; } .widget-box p { padding:5px; line-height:25px; } /* box */ .box { display:block; float:left; width:33.333333%; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; padding:0 10px; text-align:center; } .box h3 { margin:15px 0; } .box p { line-height:20px; font-size:14px; margin-bottom:15px; } .box img { width: 100px; height: 100px; border:0; vertical-align:middle; margin-bottom:5px; } .image-circle { width: 100px; height: 100px; border-radius:50%; } .row { padding:5px 15px; margin:0 -10px; box-sizing:border-box; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; } .row:after, .row:before, .entry:after, .entry:before { content:''; display:table; } .row:after, .entry:after { clear:both; } /* button */ .btn { border:1px solid #c4c1c1; padding:5px 10px; background-color:#ddd; text-decoration:none; display:inline-block; border-radius:5px; } .btn-large { font-size:18px; line-height:25px; padding:10px 16px; font-weight:bold; color:#fff; border-color:#357ebd; background-color:#428bca; } .btn-large:hover { background-color:#598822; } .btn-primary { padding:8px 16px; font-weight:bold; color:#fff; border-color:#357ebd; background-color:#428bca; } .btn-primary:hover { background-color:#27679f; } .btn-default { color:#292929; padding:8px 16px; } .btn-default:hover { background-color:#a3a3a3; } .btn-alert { padding: 8px 6px; background-color: #E92F11; color: #ffffff; border-color: #FA0606; } .btn-alert:hover { background-color: #FA0606; } .main { padding: 20px; } /* deskripsi */ .divider { border:0; border-top:1px solid #eeeeee; margin:40px 0; clear:both; } /* entry */ .entry { padding:5px 15px; margin:15px 0; } .entry h2 { margin-bottom:20px; } .entry p { line-height:25px; } .entry img { float:left; width: 100px; height: 100px; border-radius:5px; margin-right:15px; } .entry .right-img { float:right; } /* input */ form{ margin: 20px 0; } .input, .submit{ margin: 15px 0; } .input label{ display: inline-block; width: 150px; } .input textarea{ width: 250px; height: 100px; padding: 12px 15px; box-sizing: border-box; border: 2px solid #ccc; border-radius: 4px; resize: none; font-family:'Open Sans', sans-serif; } .input select, .input input[type= "text"]{ border-radius: 3px; border:1px solid #ddd; padding: 6px 8px; } .submit input[type="submit"]{ margin-left: 3px; border-radius: 5px; cursor: pointer; } .input-q { border-radius:3px; border:1px solid #ddd; padding: 8px 10px; width: 200px; } table { border-collapse:collapse; border-spacing:0; margin:20px 0; } table th, table td { padding: 10px; border:1px solid #ddd; } td.right { text-align: right; } td.center{ text-align: center; width: 150px; } td img { max-width:75px; max-height:50px; } /* pagination */ ul.pagination { display: inline-block; padding: 0; margin: 0; } ul.pagination li {display: inline;} ul.pagination li a { color: black; float: left; padding: 8px 16px; text-decoration: none; transition: background-color .3s; } ul.pagination li a.active { background-color: #428bca; color: white; } ul.pagination li a:hover:not(.active) { background-color: #ddd; } /* membuat login */ #login { width:300px; border-radius:10px; padding:20px 40px; margin:50px auto; box-shadow:0 0 1em #CCCCCC; } #login input[type=text], #login input[type=password] { width:92%; padding:10px; margin:6px 0; border:1px solid #ccc; } #login input[type=submit] { width:100%; background-color:#428bca; color:#fff; border:2px solid #357ebd; padding:10px; font-size:20px; cursor:pointer; border-radius:5px; margin:15px auto; } #login input[type=submit]:hover { background-color:#27679f; } .user-welcome { color: #fff; float: right; padding: 15px 20px; font-weight: bold; font-size: 14px; } .daftar{ width:500px; border-radius:10px; padding:20px 40px; margin:15px auto; box-shadow:0 0 1em #CCCCCC; } hr { border: 0; border-top: 4px double #05378e; text-align: center; } hr:after { /* content: '\ae'; */ display: inline-block; position: relative; top: -15px; padding: 0 10px; background: #fff; color: #05378e; font-size: 18px; } /*.main{ padding: 20px; } .tamb { text-align: center; }
0.16872
0.038358
QFrame#frame_Balance{ Background-color:rgba(20,20,20,85%); } QFrame#frame_Recent{ Background-color:rgba(20,20,20,85%); } QFrame#frame_SpendLimit{ Background-color:rgba(20,20,20,85%); } QFrame#frame_ReceiveTop{ Background-color:rgba(20,20,20,85%); } QFrame#frame_ReceiveBottom{ Background-color:rgba(20,20,20,85%); } QToolTip{ color:#ffffff; background-color:palette(base); border:1px solid palette(highlight); border-radius:4px; } QStatusBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); color:palette(mid); } QMenuBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); border-bottom:2px solid rgba(25,25,25,75); } QMenuBar::item{ spacing:2px; padding:3px 4px; background:transparent; } QMenuBar::item:selected{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(106,106,106,255),stop:1 rgba(106,106,106,75)); border-left:1px solid rgba(106,106,106,127); border-right:1px solid rgba(106,106,106,127); } QMenuBar::item:pressed{ background-color:palette(highlight); border-left:1px solid rgba(25,25,25,127); border-right:1px solid rgba(25,25,25,127); } QMenu{ background-color:palette(window); border:1px solid palette(shadow); } QMenu::item{ padding:3px 25px 3px 25px; border:1px solid transparent; } QMenu::item:disabled{ background-color:rgba(35,35,35,127); color:palette(disabled); } QMenu::item:selected{ border-color:rgba(147,191,236,127); background:palette(highlight); } QMenu::icon:checked{ background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid palette(highlight); border-radius:2px; } QMenu::separator{ height:1px; background:palette(alternate-base); margin-left:5px; margin-right:5px; } QProgressBar{ background-color: none; border: 1px solid black; border-radius: 7px; padding: 1px; text-align: center; } QProgressBar::chunk{ background: QLinearGradient(x1:0,y1:0,x2:1,y2:0,stop:0 #002607,stop:1 #07aa01); border-radius: 7px; margin: 0px; } QToolBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); border-bottom:3px solid qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); } QMainWindow::separator{ width:6px; height:5px; padding:2px; } QMainWindow{ background-image: url(":images/background"); background-position: center; background-repeat: no-repeat; } QSplitter::handle:horizontal{ width:10px; } QSplitter::handle:vertical{ height:10px; } QMainWindow::separator:hover,QSplitter::handle:hover{ background:palette(highlight); } QDockWidget::title{ padding:4px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-bottom:2px solid rgba(25,25,25,75); } QGroupBox{ background-color:rgba(66,66,66,50%); margin-top:27px; border:1px solid rgba(25,25,25,127); border-radius:4px; } QGroupBox::title{ subcontrol-origin:margin; subcontrol-position:left top; padding:4px 6px; margin-left:3px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-bottom:2px solid rgb(127,127,127); border-top-left-radius:4px; border-top-right-radius:4px; } QTabWidget::pane{ background-color:rgba(66,66,66,50%); border-top:1px solid rgba(25,25,25,50%); } QTabWidget::tab-bar{ left:3px; top:1px; } QTabBar{ background-color:transparent; qproperty-drawBase:0; border-bottom:1px solid rgba(25,25,25,50%); } QTabBar::tab{ padding:4px 6px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-top-left-radius:4px; border-top-right-radius:4px; } QTabBar::tab:selected,QTabBar::tab:hover{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(53,53,53,127),stop:1 rgba(66,66,66,50%)); border-bottom-color:rgba(66,66,66,75%); } QTabBar::tab:selected{ border-bottom:2px solid palette(highlight); } QTabBar::tab::selected:disabled{ border-bottom:2px solid rgb(127,127,127); } QTabBar::tab:!selected{ margin-top:2px; } QTreeView, QTableView{ alternate-background-color:palette(window); background:palette(base); } QTreeView QHeaderView::section, QTableView QHeaderView::section{ background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border-style:none; border-bottom:1px solid palette(dark); padding-left:5px; padding-right:5px; } QTreeView::item:selected:disabled, QTableView::item:selected:disabled{ background:rgb(80,80,80); } QTreeView::branch{ background-color:palette(base); } QScrollBar:vertical{ background:palette(base); border-top-right-radius:2px; border-bottom-right-radius:2px; width:16px; margin:0px; } QScrollBar::handle:vertical{ background-color:palette(alternate-base); border-radius:2px; min-height:20px; margin:2px 4px 2px 4px; } QScrollBar::handle:vertical:hover{ background-color:palette(highlight); } QScrollBar::add-line:vertical{ background:none; height:0px; subcontrol-position:right; subcontrol-origin:margin; } QScrollBar::sub-line:vertical{ background:none; height:0px; subcontrol-position:left; subcontrol-origin:margin; } QScrollBar:horizontal{ background:palette(base); height:16px; margin:0px; } QScrollBar::handle:horizontal{ background-color:palette(alternate-base); border-radius:2px; min-width:20px; margin:4px 2px 4px 2px; } QScrollBar::handle:horizontal:hover{ background-color:palette(highlight); } QScrollBar::add-line:horizontal{ background:none; width:0px; subcontrol-position:bottom; subcontrol-origin:margin; } QScrollBar::sub-line:horizontal{ background:none; width:0px; subcontrol-position:top; subcontrol-origin:margin; } QSlider::handle:horizontal{ border-radius:4px; border:1px solid rgba(25,25,25,255); background-color:palette(alternate-base); min-height:20px; margin:0 -4px; } QSlider::handle:horizontal:hover{ background:palette(highlight); } QSlider::add-page:horizontal{ background:palette(base); } QSlider::sub-page:horizontal{ background:palette(highlight); } QSlider::sub-page:horizontal:disabled{ background:rgb(80,80,80); }
src/qt/res/stylesheets/xcnstyle.css
QFrame#frame_Balance{ Background-color:rgba(20,20,20,85%); } QFrame#frame_Recent{ Background-color:rgba(20,20,20,85%); } QFrame#frame_SpendLimit{ Background-color:rgba(20,20,20,85%); } QFrame#frame_ReceiveTop{ Background-color:rgba(20,20,20,85%); } QFrame#frame_ReceiveBottom{ Background-color:rgba(20,20,20,85%); } QToolTip{ color:#ffffff; background-color:palette(base); border:1px solid palette(highlight); border-radius:4px; } QStatusBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); color:palette(mid); } QMenuBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); border-bottom:2px solid rgba(25,25,25,75); } QMenuBar::item{ spacing:2px; padding:3px 4px; background:transparent; } QMenuBar::item:selected{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(106,106,106,255),stop:1 rgba(106,106,106,75)); border-left:1px solid rgba(106,106,106,127); border-right:1px solid rgba(106,106,106,127); } QMenuBar::item:pressed{ background-color:palette(highlight); border-left:1px solid rgba(25,25,25,127); border-right:1px solid rgba(25,25,25,127); } QMenu{ background-color:palette(window); border:1px solid palette(shadow); } QMenu::item{ padding:3px 25px 3px 25px; border:1px solid transparent; } QMenu::item:disabled{ background-color:rgba(35,35,35,127); color:palette(disabled); } QMenu::item:selected{ border-color:rgba(147,191,236,127); background:palette(highlight); } QMenu::icon:checked{ background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid palette(highlight); border-radius:2px; } QMenu::separator{ height:1px; background:palette(alternate-base); margin-left:5px; margin-right:5px; } QProgressBar{ background-color: none; border: 1px solid black; border-radius: 7px; padding: 1px; text-align: center; } QProgressBar::chunk{ background: QLinearGradient(x1:0,y1:0,x2:1,y2:0,stop:0 #002607,stop:1 #07aa01); border-radius: 7px; margin: 0px; } QToolBar{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); border-bottom:3px solid qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(20,20,20,90%),stop:1 rgba(15,15,15,90%)); } QMainWindow::separator{ width:6px; height:5px; padding:2px; } QMainWindow{ background-image: url(":images/background"); background-position: center; background-repeat: no-repeat; } QSplitter::handle:horizontal{ width:10px; } QSplitter::handle:vertical{ height:10px; } QMainWindow::separator:hover,QSplitter::handle:hover{ background:palette(highlight); } QDockWidget::title{ padding:4px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-bottom:2px solid rgba(25,25,25,75); } QGroupBox{ background-color:rgba(66,66,66,50%); margin-top:27px; border:1px solid rgba(25,25,25,127); border-radius:4px; } QGroupBox::title{ subcontrol-origin:margin; subcontrol-position:left top; padding:4px 6px; margin-left:3px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-bottom:2px solid rgb(127,127,127); border-top-left-radius:4px; border-top-right-radius:4px; } QTabWidget::pane{ background-color:rgba(66,66,66,50%); border-top:1px solid rgba(25,25,25,50%); } QTabWidget::tab-bar{ left:3px; top:1px; } QTabBar{ background-color:transparent; qproperty-drawBase:0; border-bottom:1px solid rgba(25,25,25,50%); } QTabBar::tab{ padding:4px 6px; background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border:1px solid rgba(25,25,25,75); border-top-left-radius:4px; border-top-right-radius:4px; } QTabBar::tab:selected,QTabBar::tab:hover{ background-color:qlineargradient(x1:0,y1:0,x2:0,y2:1,stop:0 rgba(53,53,53,127),stop:1 rgba(66,66,66,50%)); border-bottom-color:rgba(66,66,66,75%); } QTabBar::tab:selected{ border-bottom:2px solid palette(highlight); } QTabBar::tab::selected:disabled{ border-bottom:2px solid rgb(127,127,127); } QTabBar::tab:!selected{ margin-top:2px; } QTreeView, QTableView{ alternate-background-color:palette(window); background:palette(base); } QTreeView QHeaderView::section, QTableView QHeaderView::section{ background-color:qlineargradient(x1:0,y1:1,x2:0,y2:0,stop:0 rgba(25,25,25,127),stop:1 rgba(53,53,53,75)); border-style:none; border-bottom:1px solid palette(dark); padding-left:5px; padding-right:5px; } QTreeView::item:selected:disabled, QTableView::item:selected:disabled{ background:rgb(80,80,80); } QTreeView::branch{ background-color:palette(base); } QScrollBar:vertical{ background:palette(base); border-top-right-radius:2px; border-bottom-right-radius:2px; width:16px; margin:0px; } QScrollBar::handle:vertical{ background-color:palette(alternate-base); border-radius:2px; min-height:20px; margin:2px 4px 2px 4px; } QScrollBar::handle:vertical:hover{ background-color:palette(highlight); } QScrollBar::add-line:vertical{ background:none; height:0px; subcontrol-position:right; subcontrol-origin:margin; } QScrollBar::sub-line:vertical{ background:none; height:0px; subcontrol-position:left; subcontrol-origin:margin; } QScrollBar:horizontal{ background:palette(base); height:16px; margin:0px; } QScrollBar::handle:horizontal{ background-color:palette(alternate-base); border-radius:2px; min-width:20px; margin:4px 2px 4px 2px; } QScrollBar::handle:horizontal:hover{ background-color:palette(highlight); } QScrollBar::add-line:horizontal{ background:none; width:0px; subcontrol-position:bottom; subcontrol-origin:margin; } QScrollBar::sub-line:horizontal{ background:none; width:0px; subcontrol-position:top; subcontrol-origin:margin; } QSlider::handle:horizontal{ border-radius:4px; border:1px solid rgba(25,25,25,255); background-color:palette(alternate-base); min-height:20px; margin:0 -4px; } QSlider::handle:horizontal:hover{ background:palette(highlight); } QSlider::add-page:horizontal{ background:palette(base); } QSlider::sub-page:horizontal{ background:palette(highlight); } QSlider::sub-page:horizontal:disabled{ background:rgb(80,80,80); }
0.405449
0.14445
.rainbow-notification { position: relative; border-radius: 0.875rem; box-shadow: 0 1px 2px 0 #e3e5ed; padding: 0.75rem; background-color: white; width: 20rem; border: solid 1px #f4f6f9; transition-duration: 0.4s; transition-timing-function: ease-in-out; transition-property: margin, max-height, opacity, top; min-height: 2.625rem; } .rainbow-notification:hover { background-color: #f4f6f9; } .rainbow-notification .rainbow-notification_title { font-size: 1rem; color: #061c3f; padding-right: 1rem; line-height: 1; } .rainbow-notification .rainbow-notification_description { font-size: 0.875rem; font-weight: 300; color: #576574; padding-top: 0.25rem; } .rainbow-notification:hover .rainbow-notification_title { color: #01b6f5; } .rainbow-notification:hover .rainbow-notification_description { color: #01b6f5; } .rainbow-notification_anchor { text-decoration: none !important; display: flex; } .rainbow-notification_icon-container { margin-right: 0.75rem; flex-shrink: 0; } .rainbow-notification_icon--info { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #01b6f5; } .rainbow-notification_icon--success { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #1de9b6; } .rainbow-notification_icon--error { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #fe4849; } .rainbow-notification_icon--warning { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #fc0; } .rainbow-notification_close { position: absolute; top: 0.3rem; right: 0.5rem; }
src/components/Notification/styles.css
.rainbow-notification { position: relative; border-radius: 0.875rem; box-shadow: 0 1px 2px 0 #e3e5ed; padding: 0.75rem; background-color: white; width: 20rem; border: solid 1px #f4f6f9; transition-duration: 0.4s; transition-timing-function: ease-in-out; transition-property: margin, max-height, opacity, top; min-height: 2.625rem; } .rainbow-notification:hover { background-color: #f4f6f9; } .rainbow-notification .rainbow-notification_title { font-size: 1rem; color: #061c3f; padding-right: 1rem; line-height: 1; } .rainbow-notification .rainbow-notification_description { font-size: 0.875rem; font-weight: 300; color: #576574; padding-top: 0.25rem; } .rainbow-notification:hover .rainbow-notification_title { color: #01b6f5; } .rainbow-notification:hover .rainbow-notification_description { color: #01b6f5; } .rainbow-notification_anchor { text-decoration: none !important; display: flex; } .rainbow-notification_icon-container { margin-right: 0.75rem; flex-shrink: 0; } .rainbow-notification_icon--info { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #01b6f5; } .rainbow-notification_icon--success { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #1de9b6; } .rainbow-notification_icon--error { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #fe4849; } .rainbow-notification_icon--warning { display: flex; align-items: center; justify-content: center; width: 2rem; height: 2rem; border-radius: 12rem; margin-right: 0.75rem; background-color: #fc0; } .rainbow-notification_close { position: absolute; top: 0.3rem; right: 0.5rem; }
0.561335
0.07117
html { height: inherit !important; } textarea, input, .input-append, .input-prepend, #sbox-window { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } body.com_gantry5 { color: #ddd; background-color: #404040 !important; } @media (max-width: 767px) { body.com_gantry5 #g5-container { margin-left: -20px; margin-right: -5px; } } body.com_gantry5 textarea, body.com_gantry5 input, body.com_gantry5 .input-append, body.com_gantry5 .input-prepend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.com_gantry5 a { text-decoration: none; } body.com_gantry5 .btn-subhead, body.com_gantry5 .subhead-collapse.collapse, body.com_gantry5 .header { display: none; } body.com_gantry5 .container-main { padding: 0; } body.com_gantry5 #status { box-shadow: none !important; } body.com_gantry5 #footer a { color: #3180C2; } body.com_gantry5 #g5-container .inner-container { margin: 0; } body.com_gantry5 #g5-container li { line-height: inherit; } body.com_gantry5 #g5-container textarea, body.com_gantry5 #g5-container input { box-shadow: none; } body.com_gantry5 #g5-container input, body.com_gantry5 #g5-container button, body.com_gantry5 #g5-container select, body.com_gantry5 #g5-container textarea { font-family: inherit; } body.com_gantry5 nav.navbar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } body.com_gantry5 > div:last-child[style^="position: absolute; z-index: -1; top: 0px; left: 0px; right: 0px; height: "] { display: none; } body.com_modules #g5-container, body.com_advancedmodules #g5-container, body.com_menus #g5-container { font-size: inherit; } body.com_modules #g5-container .inner-container, body.com_advancedmodules #g5-container .inner-container, body.com_menus #g5-container .inner-container { color: inherit; margin: 0; box-shadow: none; } body.com_modules #g5-container .main-block, body.com_advancedmodules #g5-container .main-block, body.com_menus #g5-container .main-block { background-color: inherit; } body.com_modules #g5-container .g-content, body.com_advancedmodules #g5-container .g-content, body.com_menus #g5-container .g-content { margin: 0; padding: 0; } body.com_modules #g5-container .g-instancepicker-title, body.com_advancedmodules #g5-container .g-instancepicker-title, body.com_menus #g5-container .g-instancepicker-title { font-size: 1rem; font-style: italic; margin-right: 0.5rem; vertical-align: middle; display: inline-block; } body.com_modules #g5-container .g-instancepicker-title:empty, body.com_advancedmodules #g5-container .g-instancepicker-title:empty, body.com_menus #g5-container .g-instancepicker-title:empty { margin-right: 0; } body.com_modules #g5-container .g-instancepicker-title + .button, body.com_advancedmodules #g5-container .g-instancepicker-title + .button, body.com_menus #g5-container .g-instancepicker-title + .button { display: inline-block; vertical-align: middle; } #g5-container .button-primary { background: #3180C2; color: #fff; } #g5-container .button-primary:not(.disabled):not([disabled]):hover, #g5-container .button-primary:focus { background: #2b70aa; color: #fff; } body.com_gantry5 #g5-container [data-mode-indicator="production"] { background-color: #3180C2; } body.com_gantry5 #g5-container #main-header .g-content { padding: 0 1.563rem; } body.com_gantry5 #g5-container #main-header .dev-mode-toggle { background: #276599; } body.com_gantry5 #g5-container #main-header .dev-mode-toggle a { background: #67a5d9; } body.com_gantry5 #g5-container #main-header .button-save { background: #67a5d9; color: #fff; } body.com_gantry5 #g5-container #main-header .button-save:not(.disabled):not([disabled]):hover, body.com_gantry5 #g5-container #main-header .button-save:focus { background: #4e96d2; color: #fff; } body.com_gantry5 #g5-container #main-header ul li a:focus { background: #296ba1; } body.com_gantry5 #g5-container #main-header ul li:hover a { background: #296ba1; } body.com_gantry5 #g5-container #main-header ul li.active a { background: #225885; } body.com_gantry5 #g5-container #navbar { padding: 0 0.625rem; } body.com_gantry5 #g5-container .inner-header { background-color: #222; color: #3180C2; } body.com_gantry5 #g5-container .settings-state { background: #3180C2; color: #fff; } body.com_gantry5 #g5-container .button.button-update { background: #633679; color: #fff; } body.com_gantry5 #g5-container .button.button-update:not(.disabled):not([disabled]):hover, body.com_gantry5 #g5-container .button.button-update:focus { background: #522c64; color: #fff; } body.com_gantry5 #g5-container .tooltip { position: static; opacity: 1; line-height: inherit; font-size: inherit; } #g5-container .overview-header .theme-title { color: #3180C2; } #g5-container h1 { font-size: 2.25rem; } #g5-container h2 { font-size: 1.9rem; } #g5-container h3 { font-size: 1.5rem; } #g5-container h4 { font-size: 1.15rem; } #g5-container h5 { font-size: 1rem; } #g5-container h6 { font-size: 0.85rem; } #g5-container h1, #g5-container h2, #g5-container h3, #g5-container h4, #g5-container h5, #g5-container h6 { line-height: inherit; } #g5-container .page-title { color: inherit; text-shadow: none; line-height: inherit; } body.com_gantry5 #g5-container .navbar-block #gantry-logo { right: 2.1rem; } #g5-container .settings-block input:focus, #g5-container .settings-block textarea:focus, #g5-container .settings-block select:focus { border-color: rgba(49, 128, 194, 0.5); } /*# sourceMappingURL=joomla-g-admin.css.map */
workspace/administrator/components/com_gantry5/css-compiled/joomla-g-admin.css
html { height: inherit !important; } textarea, input, .input-append, .input-prepend, #sbox-window { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } body.com_gantry5 { color: #ddd; background-color: #404040 !important; } @media (max-width: 767px) { body.com_gantry5 #g5-container { margin-left: -20px; margin-right: -5px; } } body.com_gantry5 textarea, body.com_gantry5 input, body.com_gantry5 .input-append, body.com_gantry5 .input-prepend { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body.com_gantry5 a { text-decoration: none; } body.com_gantry5 .btn-subhead, body.com_gantry5 .subhead-collapse.collapse, body.com_gantry5 .header { display: none; } body.com_gantry5 .container-main { padding: 0; } body.com_gantry5 #status { box-shadow: none !important; } body.com_gantry5 #footer a { color: #3180C2; } body.com_gantry5 #g5-container .inner-container { margin: 0; } body.com_gantry5 #g5-container li { line-height: inherit; } body.com_gantry5 #g5-container textarea, body.com_gantry5 #g5-container input { box-shadow: none; } body.com_gantry5 #g5-container input, body.com_gantry5 #g5-container button, body.com_gantry5 #g5-container select, body.com_gantry5 #g5-container textarea { font-family: inherit; } body.com_gantry5 nav.navbar * { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; } body.com_gantry5 > div:last-child[style^="position: absolute; z-index: -1; top: 0px; left: 0px; right: 0px; height: "] { display: none; } body.com_modules #g5-container, body.com_advancedmodules #g5-container, body.com_menus #g5-container { font-size: inherit; } body.com_modules #g5-container .inner-container, body.com_advancedmodules #g5-container .inner-container, body.com_menus #g5-container .inner-container { color: inherit; margin: 0; box-shadow: none; } body.com_modules #g5-container .main-block, body.com_advancedmodules #g5-container .main-block, body.com_menus #g5-container .main-block { background-color: inherit; } body.com_modules #g5-container .g-content, body.com_advancedmodules #g5-container .g-content, body.com_menus #g5-container .g-content { margin: 0; padding: 0; } body.com_modules #g5-container .g-instancepicker-title, body.com_advancedmodules #g5-container .g-instancepicker-title, body.com_menus #g5-container .g-instancepicker-title { font-size: 1rem; font-style: italic; margin-right: 0.5rem; vertical-align: middle; display: inline-block; } body.com_modules #g5-container .g-instancepicker-title:empty, body.com_advancedmodules #g5-container .g-instancepicker-title:empty, body.com_menus #g5-container .g-instancepicker-title:empty { margin-right: 0; } body.com_modules #g5-container .g-instancepicker-title + .button, body.com_advancedmodules #g5-container .g-instancepicker-title + .button, body.com_menus #g5-container .g-instancepicker-title + .button { display: inline-block; vertical-align: middle; } #g5-container .button-primary { background: #3180C2; color: #fff; } #g5-container .button-primary:not(.disabled):not([disabled]):hover, #g5-container .button-primary:focus { background: #2b70aa; color: #fff; } body.com_gantry5 #g5-container [data-mode-indicator="production"] { background-color: #3180C2; } body.com_gantry5 #g5-container #main-header .g-content { padding: 0 1.563rem; } body.com_gantry5 #g5-container #main-header .dev-mode-toggle { background: #276599; } body.com_gantry5 #g5-container #main-header .dev-mode-toggle a { background: #67a5d9; } body.com_gantry5 #g5-container #main-header .button-save { background: #67a5d9; color: #fff; } body.com_gantry5 #g5-container #main-header .button-save:not(.disabled):not([disabled]):hover, body.com_gantry5 #g5-container #main-header .button-save:focus { background: #4e96d2; color: #fff; } body.com_gantry5 #g5-container #main-header ul li a:focus { background: #296ba1; } body.com_gantry5 #g5-container #main-header ul li:hover a { background: #296ba1; } body.com_gantry5 #g5-container #main-header ul li.active a { background: #225885; } body.com_gantry5 #g5-container #navbar { padding: 0 0.625rem; } body.com_gantry5 #g5-container .inner-header { background-color: #222; color: #3180C2; } body.com_gantry5 #g5-container .settings-state { background: #3180C2; color: #fff; } body.com_gantry5 #g5-container .button.button-update { background: #633679; color: #fff; } body.com_gantry5 #g5-container .button.button-update:not(.disabled):not([disabled]):hover, body.com_gantry5 #g5-container .button.button-update:focus { background: #522c64; color: #fff; } body.com_gantry5 #g5-container .tooltip { position: static; opacity: 1; line-height: inherit; font-size: inherit; } #g5-container .overview-header .theme-title { color: #3180C2; } #g5-container h1 { font-size: 2.25rem; } #g5-container h2 { font-size: 1.9rem; } #g5-container h3 { font-size: 1.5rem; } #g5-container h4 { font-size: 1.15rem; } #g5-container h5 { font-size: 1rem; } #g5-container h6 { font-size: 0.85rem; } #g5-container h1, #g5-container h2, #g5-container h3, #g5-container h4, #g5-container h5, #g5-container h6 { line-height: inherit; } #g5-container .page-title { color: inherit; text-shadow: none; line-height: inherit; } body.com_gantry5 #g5-container .navbar-block #gantry-logo { right: 2.1rem; } #g5-container .settings-block input:focus, #g5-container .settings-block textarea:focus, #g5-container .settings-block select:focus { border-color: rgba(49, 128, 194, 0.5); } /*# sourceMappingURL=joomla-g-admin.css.map */
0.286668
0.055285
@media (min-width: 1200px) { .container { max-width: 1140px; } } @media screen and (max-width: 992px) { #nav_toggler { display: block; } #navbar li:not(:first-child){ display: none; } #navbar { padding: 0; } #header-logo { width: 154px; } #search_container { display: none; } #front-page-title p { font-size: 22px; } } @media screen and (max-width: 768px) { footer ul li a img { display: none; } footer ul { flex-direction: column; } footer ul li { padding: 0; } footer ul li p { margin: 0; font-size: 13px; } #contact_form > div { flex-direction: column; } #contact_form textarea { margin-left: 0; } #message-error { margin-left: 0; } #contact_form > div div { width: 100%; } #contact_form input, textarea { border: 2px solid #808285; } .item-wrapper { flex-direction: column; } .item-wrapper div:first-child { width: 100%; height: 100%; } .item_div { width: 100%; margin-left: 0; } .item_div > div { margin-top: 80px; } .item_name { margin-top: 30px; } .lesson-block { margin-bottom: 8%; } #front-page-title p { font-size: 20px; } } @media screen and (max-width: 576px) { #contact-block { flex-direction: column-reverse; } #contact-block div:nth-child(2) { margin-left: 0; } .container { padding-left: 20px; padding-right: 20px; } #contact-block > div > div { display: inline-block; } #subscribe_bar > li > a > img { width: 30px; height: 30px; } #front-page-title { width: 100%; } #front-page-title p { font-size: 19px; } } @media screen and (max-width: 425px) { #center-logo { width: 100%; margin-top: 38%; } #subscribe_bar li a img { width: 30px; height: auto; } .lesson-block { margin-bottom: 8%; } .lesson-block p { font-size: initial; } .training-info p { font-weight: bold; } .lesson-block { margin-bottom: 18%; } .about_img { float: none; width: 100%; } #front-page-title p { font-size: initial; } }
site/templates/css/responsive.css
@media (min-width: 1200px) { .container { max-width: 1140px; } } @media screen and (max-width: 992px) { #nav_toggler { display: block; } #navbar li:not(:first-child){ display: none; } #navbar { padding: 0; } #header-logo { width: 154px; } #search_container { display: none; } #front-page-title p { font-size: 22px; } } @media screen and (max-width: 768px) { footer ul li a img { display: none; } footer ul { flex-direction: column; } footer ul li { padding: 0; } footer ul li p { margin: 0; font-size: 13px; } #contact_form > div { flex-direction: column; } #contact_form textarea { margin-left: 0; } #message-error { margin-left: 0; } #contact_form > div div { width: 100%; } #contact_form input, textarea { border: 2px solid #808285; } .item-wrapper { flex-direction: column; } .item-wrapper div:first-child { width: 100%; height: 100%; } .item_div { width: 100%; margin-left: 0; } .item_div > div { margin-top: 80px; } .item_name { margin-top: 30px; } .lesson-block { margin-bottom: 8%; } #front-page-title p { font-size: 20px; } } @media screen and (max-width: 576px) { #contact-block { flex-direction: column-reverse; } #contact-block div:nth-child(2) { margin-left: 0; } .container { padding-left: 20px; padding-right: 20px; } #contact-block > div > div { display: inline-block; } #subscribe_bar > li > a > img { width: 30px; height: 30px; } #front-page-title { width: 100%; } #front-page-title p { font-size: 19px; } } @media screen and (max-width: 425px) { #center-logo { width: 100%; margin-top: 38%; } #subscribe_bar li a img { width: 30px; height: auto; } .lesson-block { margin-bottom: 8%; } .lesson-block p { font-size: initial; } .training-info p { font-weight: bold; } .lesson-block { margin-bottom: 18%; } .about_img { float: none; width: 100%; } #front-page-title p { font-size: initial; } }
0.266548
0.095139
body { background: #f5f5f5; } .jd_layout { min-width: 300px; max-width: 640px; margin: 0 auto; position: relative; } /* S 头部搜索区块*/ .jd_header { position: fixed; left: 0; top: 0; width: 100%; height: 40px; z-index: 1; } .jd_header .jd_header_box { position: relative; min-width: 300px; max-width: 640px; margin: 0 auto; background: rgba(201,21,35,0); height: 40px; } .jd_header .jd_header_box .icon_logo { background: url(../images/sprites.png) no-repeat; background-size: 200px 200px; background-position: 0 -103px; position: absolute; left: 10px; top: 4px; height: 36px; width: 60px; } .jd_header .jd_header_box .login { position: absolute; right: 0; top: 0; width: 50px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; color: #fff; } .jd_header .jd_header_box form { width: 100%; padding-left: 75px; padding-right: 55px; position: relative; } .jd_header .jd_header_box form input { width: 100%; height: 30px; border-radius: 15px; margin-top: 5px; padding-left: 30px; } .jd_header .jd_header_box form .icon_search { height: 20px; width: 20px; background: url(../images/sprites.png) no-repeat; background-size: 200px 200px; background-position: -60px -109px; position: absolute; left: 80px; top: 10px; } /* E 头部搜索区块*/ /* S 轮播图*/ .jd_banner { width: 100%; position: relative; overflow: hidden; } .jd_banner ul:nth-child(1) { width: 1000%; -webkit-transform: translateX(-10%); transform: translateX(-10%); } .jd_banner ul:nth-child(1) li { width: 10%; float: left; } .jd_banner ul:nth-child(1) li a { width: 100%; display: block; } .jd_banner ul:nth-child(1) li a img { width: 100%; display: block;/*清楚间距*/ } .jd_banner ul:nth-child(2) { position: absolute; /*left: 50%; margin-left 一半的宽度*/ width: 118px; left: 50%; bottom: 5px; margin-left: -59px; } .jd_banner ul:nth-child(2) li { float: left; width: 6px; height: 6px; border: 1px solid #fff; border-radius: 3px; margin-left: 10px; } .jd_banner ul:nth-child(2) li.now { background: #fff; } .jd_banner ul:nth-child(2) li:first-child { margin-left: 0; } /* E 轮播图*/ /* S 导航栏*/ .jd_nav { width: 100%; padding: 10px; background: #fff; border-bottom: 1px solid #e0e0e0; } .jd_nav ul li { float: left; width: 25%; } .jd_nav ul li a { width: 100%; display: block; } .jd_nav ul li a img { width: 40px; height: 40px; display: block; margin: 0 auto; } .jd_nav ul li a p { font-size: 12px; text-align: center; color: #666; padding: 6px 0; } /* E 导航栏*/ /* S 商品主体*/ .jd_product { padding: 0 5px; } /*公用*/ .jd_product_box { margin-top: 10px; box-shadow: 0 0 1px 1px #e0e0e0; background: #fff; min-height: 200px; } .jd_product_box .product_tit { height: 32px; border-bottom: 1px solid #e0e0e0; line-height: 32px; } .jd_product_box .no_border { border-bottom: none; } .jd_product_box .product_tit h3 { position: relative; margin-left: 10px; padding-left: 7px; font-weight: normal; } .jd_product_box .product_tit h3::before { content: ""; position: absolute; top: 10px; left: 0; width: 3px; height: 12px; background: #d8505c; } .jd_product_box .product_con { min-height: 100px; } /*掌上秒杀*/ .sk_icon { background: url(../images/seckill-icon.png) no-repeat; background-size: 16px 20px; width: 16px; height: 20px; float: left; margin-top: 7px; margin-left: 10px; } .sk_name { font-size: 15px; color: #d8505c; float: left; margin-left: 10px; } .sk_time { float: left; margin-left: 10px; } .sk_time span { width: 15px; height: 15px; line-height: 15px; text-align: center; background: #333; float: left; margin-top: 8px; margin-right: 3px; color: #fff; } .sk_time span:nth-child(3n) { background: #fff; color: #333; width: 3px; } .sk_product { font-size: 12px; text-align: center; padding: 10px 0; } .sk_product li { width: 33.333%; float: left; } .sk_product li a { width: 100%; display: block; border-right: 1px solid #e0e0e0; } .sk_product li:nth-child(3) a { border-right: none; } .sk_product li a img { width: 64%; margin: 0 auto; display: block; } /* nth-of-type 选择同类型的第几个元素 first-of-type last-of-type */ .sk_product li p:nth-of-type(1) { color: #d8505c; padding-top: 5px; } .sk_product li p:nth-of-type(2) { text-decoration: line-through; padding-top: 5px; } /*行品图片*/ .w_50 { display: block; width: 50%; } .w_50 img { width: 100%; display: block; } .b_right { border-right: 1px solid #e0e0e0; } .b_left { border-left: 1px solid #e0e0e0; } .b_bottom { border-bottom: 1px solid #e0e0e0; } /* E 商品主体*/
product/MobileWeb-JD/css/index.css
body { background: #f5f5f5; } .jd_layout { min-width: 300px; max-width: 640px; margin: 0 auto; position: relative; } /* S 头部搜索区块*/ .jd_header { position: fixed; left: 0; top: 0; width: 100%; height: 40px; z-index: 1; } .jd_header .jd_header_box { position: relative; min-width: 300px; max-width: 640px; margin: 0 auto; background: rgba(201,21,35,0); height: 40px; } .jd_header .jd_header_box .icon_logo { background: url(../images/sprites.png) no-repeat; background-size: 200px 200px; background-position: 0 -103px; position: absolute; left: 10px; top: 4px; height: 36px; width: 60px; } .jd_header .jd_header_box .login { position: absolute; right: 0; top: 0; width: 50px; height: 40px; line-height: 40px; text-align: center; font-size: 15px; color: #fff; } .jd_header .jd_header_box form { width: 100%; padding-left: 75px; padding-right: 55px; position: relative; } .jd_header .jd_header_box form input { width: 100%; height: 30px; border-radius: 15px; margin-top: 5px; padding-left: 30px; } .jd_header .jd_header_box form .icon_search { height: 20px; width: 20px; background: url(../images/sprites.png) no-repeat; background-size: 200px 200px; background-position: -60px -109px; position: absolute; left: 80px; top: 10px; } /* E 头部搜索区块*/ /* S 轮播图*/ .jd_banner { width: 100%; position: relative; overflow: hidden; } .jd_banner ul:nth-child(1) { width: 1000%; -webkit-transform: translateX(-10%); transform: translateX(-10%); } .jd_banner ul:nth-child(1) li { width: 10%; float: left; } .jd_banner ul:nth-child(1) li a { width: 100%; display: block; } .jd_banner ul:nth-child(1) li a img { width: 100%; display: block;/*清楚间距*/ } .jd_banner ul:nth-child(2) { position: absolute; /*left: 50%; margin-left 一半的宽度*/ width: 118px; left: 50%; bottom: 5px; margin-left: -59px; } .jd_banner ul:nth-child(2) li { float: left; width: 6px; height: 6px; border: 1px solid #fff; border-radius: 3px; margin-left: 10px; } .jd_banner ul:nth-child(2) li.now { background: #fff; } .jd_banner ul:nth-child(2) li:first-child { margin-left: 0; } /* E 轮播图*/ /* S 导航栏*/ .jd_nav { width: 100%; padding: 10px; background: #fff; border-bottom: 1px solid #e0e0e0; } .jd_nav ul li { float: left; width: 25%; } .jd_nav ul li a { width: 100%; display: block; } .jd_nav ul li a img { width: 40px; height: 40px; display: block; margin: 0 auto; } .jd_nav ul li a p { font-size: 12px; text-align: center; color: #666; padding: 6px 0; } /* E 导航栏*/ /* S 商品主体*/ .jd_product { padding: 0 5px; } /*公用*/ .jd_product_box { margin-top: 10px; box-shadow: 0 0 1px 1px #e0e0e0; background: #fff; min-height: 200px; } .jd_product_box .product_tit { height: 32px; border-bottom: 1px solid #e0e0e0; line-height: 32px; } .jd_product_box .no_border { border-bottom: none; } .jd_product_box .product_tit h3 { position: relative; margin-left: 10px; padding-left: 7px; font-weight: normal; } .jd_product_box .product_tit h3::before { content: ""; position: absolute; top: 10px; left: 0; width: 3px; height: 12px; background: #d8505c; } .jd_product_box .product_con { min-height: 100px; } /*掌上秒杀*/ .sk_icon { background: url(../images/seckill-icon.png) no-repeat; background-size: 16px 20px; width: 16px; height: 20px; float: left; margin-top: 7px; margin-left: 10px; } .sk_name { font-size: 15px; color: #d8505c; float: left; margin-left: 10px; } .sk_time { float: left; margin-left: 10px; } .sk_time span { width: 15px; height: 15px; line-height: 15px; text-align: center; background: #333; float: left; margin-top: 8px; margin-right: 3px; color: #fff; } .sk_time span:nth-child(3n) { background: #fff; color: #333; width: 3px; } .sk_product { font-size: 12px; text-align: center; padding: 10px 0; } .sk_product li { width: 33.333%; float: left; } .sk_product li a { width: 100%; display: block; border-right: 1px solid #e0e0e0; } .sk_product li:nth-child(3) a { border-right: none; } .sk_product li a img { width: 64%; margin: 0 auto; display: block; } /* nth-of-type 选择同类型的第几个元素 first-of-type last-of-type */ .sk_product li p:nth-of-type(1) { color: #d8505c; padding-top: 5px; } .sk_product li p:nth-of-type(2) { text-decoration: line-through; padding-top: 5px; } /*行品图片*/ .w_50 { display: block; width: 50%; } .w_50 img { width: 100%; display: block; } .b_right { border-right: 1px solid #e0e0e0; } .b_left { border-left: 1px solid #e0e0e0; } .b_bottom { border-bottom: 1px solid #e0e0e0; } /* E 商品主体*/
0.230486
0.06389
body { margin: 0; padding: 10px; box-sizing: border-box; height: 100vh; background: -webkit-linear-gradient(to top left, #1D2671, #C33764); background: linear-gradient(to top left, #1D2671, #C33764); font-family: 'Lato', sans-serif; overflow: hidden; color: #fff; } p { font-size: 16px; } #high { background: #F09819; color: #111; font-weight: bold; } ::-webkit-scrollbar { display: none; } .site-wrap { background: #111; overflow-x: hidden; overflow-y: scroll; border-radius: 7px; width: 100%; height: 100%; } #canvas { width: 100%; height: 100%; z-index: -1; } .logo { width: 75px; height: 100px; color: lightblue; font-size: 70px; font-weight: bold; display: flex; flex-direction: column; align-items: center; justify-content: center; position: fixed; right: 0; transform: scale(0.6); } .circle { border: 7px solid lightblue; min-width: 20px !important; min-height: 20px !important; border-radius: 50%; margin-bottom: -25px; } .animation-wrap { background: #000; width: 100%; height: 200px; } .profile-pic { width: 150px; height: 150px; position: relative; margin-left: 30px; margin-top: -70px; border-radius: 10px; padding: 3px; background: -webkit-linear-gradient(to top right, #DD2476, #FF512F); background: linear-gradient(to top right, #DD2476, #FF512F); } .pp-wrap { width: 100%; height: 100%; background: #111; border-radius: 10px; padding: 5px; } .pp-img { background: url("./pp.jpg"); background-position: center; background-size: contain; border-radius: 10px; width: 100%; height: 100%; } .content { margin-left: 30px; margin-top: 30px; } .name { color: #F09819; font-weight: bold; } .main { padding: 0; } .mid { font-size: 20px; } .light-faded { color: #333; } .faded { color: #000; } .tagger { font-weight: bold; letter-spacing: 5px; font-size: 20px; overflow-x: hidden; } .tagger>span { padding-bottom: 5px; } .bio { padding: 0; } #q { color: lightblue; font-size: 25px; } .q { font-style: italic; } .skills-wrap { padding-top: 10px; } #one { display: block; color: yellow; font-size: 60px; font-weight: 900; } #two { display: block; color: red; font-size: 55px; font-weight: 900; } #three { display: block; color: #F09819; font-size: 50px; font-weight: 900; } #four { display: block; color: blue; font-size: 40px; font-weight: 900; } #five { display: block; color: #ff5c26; font-size: 35px; font-weight: 900; } #ending { font-size: 80px; text-align: center; color: #000; font-weight: 900; cursor: none; } .sidebar{ padding-right: 15px; } .liver { display: flex; align-items: center; border-radius: 5px; margin-right: 15px; margin-top: 20px; box-sizing: border-box; } .liver>p{ margin: 0; } .jantar { background: url("./qutub.svg"); width: 100px; height: 100px; background-position: top; background-repeat: no-repeat; background-size: cover; margin-right: 10px; } #big{ font-size: 25px; font-weight: 300; } .eng{ margin-top: 20px; display: flex; justify-content: space-between; margin-right: 120px; } .en-img{ background: url("./english.svg"); width: 70px; height: 70px; background-position: top; background-repeat: no-repeat; background-size: contain; margin-right: 10px; } .hin{ margin-top: 20px; display: flex; justify-content: space-between; margin-right: 120px; } .hn-img{ background: url("./india.svg"); width: 70px; height: 70px; background-position: top; background-repeat: no-repeat; background-size: contain; margin-right: 10px; }
index.css
body { margin: 0; padding: 10px; box-sizing: border-box; height: 100vh; background: -webkit-linear-gradient(to top left, #1D2671, #C33764); background: linear-gradient(to top left, #1D2671, #C33764); font-family: 'Lato', sans-serif; overflow: hidden; color: #fff; } p { font-size: 16px; } #high { background: #F09819; color: #111; font-weight: bold; } ::-webkit-scrollbar { display: none; } .site-wrap { background: #111; overflow-x: hidden; overflow-y: scroll; border-radius: 7px; width: 100%; height: 100%; } #canvas { width: 100%; height: 100%; z-index: -1; } .logo { width: 75px; height: 100px; color: lightblue; font-size: 70px; font-weight: bold; display: flex; flex-direction: column; align-items: center; justify-content: center; position: fixed; right: 0; transform: scale(0.6); } .circle { border: 7px solid lightblue; min-width: 20px !important; min-height: 20px !important; border-radius: 50%; margin-bottom: -25px; } .animation-wrap { background: #000; width: 100%; height: 200px; } .profile-pic { width: 150px; height: 150px; position: relative; margin-left: 30px; margin-top: -70px; border-radius: 10px; padding: 3px; background: -webkit-linear-gradient(to top right, #DD2476, #FF512F); background: linear-gradient(to top right, #DD2476, #FF512F); } .pp-wrap { width: 100%; height: 100%; background: #111; border-radius: 10px; padding: 5px; } .pp-img { background: url("./pp.jpg"); background-position: center; background-size: contain; border-radius: 10px; width: 100%; height: 100%; } .content { margin-left: 30px; margin-top: 30px; } .name { color: #F09819; font-weight: bold; } .main { padding: 0; } .mid { font-size: 20px; } .light-faded { color: #333; } .faded { color: #000; } .tagger { font-weight: bold; letter-spacing: 5px; font-size: 20px; overflow-x: hidden; } .tagger>span { padding-bottom: 5px; } .bio { padding: 0; } #q { color: lightblue; font-size: 25px; } .q { font-style: italic; } .skills-wrap { padding-top: 10px; } #one { display: block; color: yellow; font-size: 60px; font-weight: 900; } #two { display: block; color: red; font-size: 55px; font-weight: 900; } #three { display: block; color: #F09819; font-size: 50px; font-weight: 900; } #four { display: block; color: blue; font-size: 40px; font-weight: 900; } #five { display: block; color: #ff5c26; font-size: 35px; font-weight: 900; } #ending { font-size: 80px; text-align: center; color: #000; font-weight: 900; cursor: none; } .sidebar{ padding-right: 15px; } .liver { display: flex; align-items: center; border-radius: 5px; margin-right: 15px; margin-top: 20px; box-sizing: border-box; } .liver>p{ margin: 0; } .jantar { background: url("./qutub.svg"); width: 100px; height: 100px; background-position: top; background-repeat: no-repeat; background-size: cover; margin-right: 10px; } #big{ font-size: 25px; font-weight: 300; } .eng{ margin-top: 20px; display: flex; justify-content: space-between; margin-right: 120px; } .en-img{ background: url("./english.svg"); width: 70px; height: 70px; background-position: top; background-repeat: no-repeat; background-size: contain; margin-right: 10px; } .hin{ margin-top: 20px; display: flex; justify-content: space-between; margin-right: 120px; } .hn-img{ background: url("./india.svg"); width: 70px; height: 70px; background-position: top; background-repeat: no-repeat; background-size: contain; margin-right: 10px; }
0.383872
0.090655
.color-bunker { color: #292C31 !important; } .color-metalicGold { color: #DDAB37 !important; } a { color: #292C31; } a:hover, a:active, a:focus { color: #292C31; text-decoration: underline; } body { background: white !important; } header.appMainHeader { width: 75px; background: rgba(41, 44, 49, 0.02); } header.appMainHeader .page-brand { background: #292C31; color: #F3C967; } header.appMainHeader .page-brand a { color: #F3C967; } header.appMainHeader .page-brand a:hover { text-decoration: none; } header.appMainHeader .header-menu-wrapper .header-menu { margin-top: 14px; } .appHeaderButton { text-align: center; margin: auto; position: relative; display: block; padding: 8px 0; width: 60px; color: #292C31; } .appHeaderButton:hover, .appHeaderButton:active, .appHeaderButton:focus { color: #DDAB37; text-decoration: none; } .appHeaderButton .appIcon { font-size: 30px; } .appHeaderButton .appNameSection { display: block; font-size: 10px; } .appHeaderButton .appIconOff { position: absolute; bottom: 10px; } .appHeaderButtonOff { text-align: center; margin: auto; left: 0; right: 0; bottom: 0; position: absolute; display: block; width: 90%; color: #292C31; } .appHeaderButtonOff:hover, .appHeaderButtonOff:active, .appHeaderButtonOff:focus { color: #DDAB37; text-decoration: none; } .appHeaderButtonOff .appIcon { font-size: 30px; } .appHeaderButtonOff .appNameSection { display: block; font-size: 10px; } .appHeaderSection { width: 100%; height: 66px; background: rgba(41, 44, 49, 0.1); position: absolute; padding-left: 105px; top: 0; display: grid; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .appHeaderSection h3 { margin: 0; } .appContent { position: relative; padding: 0 35px 10px 105px; top: 92px; } .appContent .appTableWrapper .tableMenu { margin-bottom: 23px; } .appContent .appTableWrapper .appTable tbody td { padding-right: 20px; } .appContent .appTableWrapper .appTable .iconExternal { font-size: 22px; } .appContent .appTableWrapper .appTable .appTableImg { width: 70px; margin-right: 12px; } .appContent .appAddNew .dropzone { border: 1px dashed rgba(41, 44, 49, 0.5); } .appContent .appAddNew .dropzoneFullHeight { padding: 80px 0 100px; } .appContent .appAddNew p.labelText { margin: 0; margin-bottom: 10px; } .appContent .appAddNew .summernoteForm .note-editable { padding: 20px 20px 10px; } .appContent .appAddNew .summernoteForm .note-fontname { display: none; } /* Login */ body.backgroundLogin { height: 100vh !important; width: 100vw !important; background-image: url("../img/login.jpg") !important; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; } .cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .login-content { max-width: 90vw; padding: 0 10px 30px 10px; margin: 100px auto 50px; } @media (min-width: 768px) { .login-content { max-width: 450px; padding: 0 20px 20px 20px; } } @media (min-width: 1024px) { .login-content { max-width: 400px; } } .auth-head-icon { position: relative; height: 60px; width: 60px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 30px; background-color: #fff; color: #5c6bc0; -webkit-box-shadow: 0 5px 20px #d6dee4; box-shadow: 0 5px 20px #d6dee4; border-radius: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; } .ibox .ibox-body { padding: 25px 40px 25px; } .ui-switch span { background-color: #F4FBFF !important; border: 1px solid rgba(44, 94, 211, 0.1) !important; } .ui-switch input:checked ~ span:after { background-color: rgba(44, 94, 211, 0.95) !important; } .logo { margin: 20px 0; } .logo .intranetLogo { width: 150px; } .remember-zone { display: block; margin-top: 1.8em; } .form-control:focus { border-color: #041F5F !important; } /* Enlaces */ a.link-primary { color: #041F5F !important; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } a.link-primary:hover, a.link-primary:focus { color: #00375E !important; } /* Tipografia */ .link-small { font-size: 0.9em; opacity: 0.8; } .text-remember { margin-left: 10px; color: #292C31; } /* Header */ header.header { background-color: #041F5F; } header.header .right-toolbar { padding-right: 15px; } .btn-primary { color: white; background-color: #2C5ED3; border-color: #2C5ED3; } .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:disabled, .btn-primary.disabled { color: white; background-color: #2856C0; border-color: #2856C0; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .btn-danger { color: #fff; background-color: #E71D36; border-color: #E71D36; } .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger.active, .btn-danger:active, .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #D21B32; border-color: #D21B32; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .btn-outline-success { color: #2C5ED3; background-image: none; background-color: transparent; border-color: #2C5ED3; } .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:hover, .btn-outline-success.active, .btn-outline-success:active { color: #fff; background-color: #2C5ED3; border-color: #2C5ED3; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .form-control { border-color: rgba(41, 44, 49, 0.4); }
public/blog-asset/css/app.css
.color-bunker { color: #292C31 !important; } .color-metalicGold { color: #DDAB37 !important; } a { color: #292C31; } a:hover, a:active, a:focus { color: #292C31; text-decoration: underline; } body { background: white !important; } header.appMainHeader { width: 75px; background: rgba(41, 44, 49, 0.02); } header.appMainHeader .page-brand { background: #292C31; color: #F3C967; } header.appMainHeader .page-brand a { color: #F3C967; } header.appMainHeader .page-brand a:hover { text-decoration: none; } header.appMainHeader .header-menu-wrapper .header-menu { margin-top: 14px; } .appHeaderButton { text-align: center; margin: auto; position: relative; display: block; padding: 8px 0; width: 60px; color: #292C31; } .appHeaderButton:hover, .appHeaderButton:active, .appHeaderButton:focus { color: #DDAB37; text-decoration: none; } .appHeaderButton .appIcon { font-size: 30px; } .appHeaderButton .appNameSection { display: block; font-size: 10px; } .appHeaderButton .appIconOff { position: absolute; bottom: 10px; } .appHeaderButtonOff { text-align: center; margin: auto; left: 0; right: 0; bottom: 0; position: absolute; display: block; width: 90%; color: #292C31; } .appHeaderButtonOff:hover, .appHeaderButtonOff:active, .appHeaderButtonOff:focus { color: #DDAB37; text-decoration: none; } .appHeaderButtonOff .appIcon { font-size: 30px; } .appHeaderButtonOff .appNameSection { display: block; font-size: 10px; } .appHeaderSection { width: 100%; height: 66px; background: rgba(41, 44, 49, 0.1); position: absolute; padding-left: 105px; top: 0; display: grid; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .appHeaderSection h3 { margin: 0; } .appContent { position: relative; padding: 0 35px 10px 105px; top: 92px; } .appContent .appTableWrapper .tableMenu { margin-bottom: 23px; } .appContent .appTableWrapper .appTable tbody td { padding-right: 20px; } .appContent .appTableWrapper .appTable .iconExternal { font-size: 22px; } .appContent .appTableWrapper .appTable .appTableImg { width: 70px; margin-right: 12px; } .appContent .appAddNew .dropzone { border: 1px dashed rgba(41, 44, 49, 0.5); } .appContent .appAddNew .dropzoneFullHeight { padding: 80px 0 100px; } .appContent .appAddNew p.labelText { margin: 0; margin-bottom: 10px; } .appContent .appAddNew .summernoteForm .note-editable { padding: 20px 20px 10px; } .appContent .appAddNew .summernoteForm .note-fontname { display: none; } /* Login */ body.backgroundLogin { height: 100vh !important; width: 100vw !important; background-image: url("../img/login.jpg") !important; background-position: center !important; background-size: cover !important; background-repeat: no-repeat !important; } .cover { position: absolute; top: 0; bottom: 0; left: 0; right: 0; } .login-content { max-width: 90vw; padding: 0 10px 30px 10px; margin: 100px auto 50px; } @media (min-width: 768px) { .login-content { max-width: 450px; padding: 0 20px 20px 20px; } } @media (min-width: 1024px) { .login-content { max-width: 400px; } } .auth-head-icon { position: relative; height: 60px; width: 60px; display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; font-size: 30px; background-color: #fff; color: #5c6bc0; -webkit-box-shadow: 0 5px 20px #d6dee4; box-shadow: 0 5px 20px #d6dee4; border-radius: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); z-index: 2; } .ibox .ibox-body { padding: 25px 40px 25px; } .ui-switch span { background-color: #F4FBFF !important; border: 1px solid rgba(44, 94, 211, 0.1) !important; } .ui-switch input:checked ~ span:after { background-color: rgba(44, 94, 211, 0.95) !important; } .logo { margin: 20px 0; } .logo .intranetLogo { width: 150px; } .remember-zone { display: block; margin-top: 1.8em; } .form-control:focus { border-color: #041F5F !important; } /* Enlaces */ a.link-primary { color: #041F5F !important; -webkit-transition: all 0.3s linear; -o-transition: all 0.3s linear; transition: all 0.3s linear; } a.link-primary:hover, a.link-primary:focus { color: #00375E !important; } /* Tipografia */ .link-small { font-size: 0.9em; opacity: 0.8; } .text-remember { margin-left: 10px; color: #292C31; } /* Header */ header.header { background-color: #041F5F; } header.header .right-toolbar { padding-right: 15px; } .btn-primary { color: white; background-color: #2C5ED3; border-color: #2C5ED3; } .btn-primary:focus, .btn-primary.focus, .btn-primary:hover, .btn-primary.active, .btn-primary:active, .btn-primary:disabled, .btn-primary.disabled { color: white; background-color: #2856C0; border-color: #2856C0; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .btn-danger { color: #fff; background-color: #E71D36; border-color: #E71D36; } .btn-danger:focus, .btn-danger.focus, .btn-danger:hover, .btn-danger.active, .btn-danger:active, .btn-danger:disabled, .btn-danger.disabled { color: #fff; background-color: #D21B32; border-color: #D21B32; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .btn-outline-success { color: #2C5ED3; background-image: none; background-color: transparent; border-color: #2C5ED3; } .btn-outline-success:focus, .btn-outline-success.focus, .btn-outline-success:hover, .btn-outline-success.active, .btn-outline-success:active { color: #fff; background-color: #2C5ED3; border-color: #2C5ED3; -webkit-box-shadow: none; box-shadow: none; background-image: none; } .form-control { border-color: rgba(41, 44, 49, 0.4); }
0.338514
0.079926
1. Helper-Class ----------------------------*/ .section-padding { padding-top: 150px; padding-bottom: 150px; } .section-padding-top { padding-top: 150px; } .section-padding-bottom { padding-bottom: 150px; } .section-bg { background-repeat: no-repeat; background-position: center center; background-size: auto; } .row-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .zoom-image { -webkit-transform: scale(1.2); transform: scale(1.2); margin: 0; padding: 0; } /*--------------------------- Angle-Background ---------------------------*/ .angle-3, .angle-2, .angle-1 { position: relative; z-index: 1 } .angle-3:after, .angle-1:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 10vw; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,100 0,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E"); z-index: -1; pointer-events: none; } .angle-2:before, .angle-3:before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 10vw; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,0 100,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E"); z-index: -1; pointer-events: none; } /*--------------------- 3. Button-Classes -----------------------*/ .bttn-3, .bttn-2, .bttn-1 { display: inline-block; padding: 18px 50px; background: #674DD6; background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF)); background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0); border-radius: 4px; color: #ffffff; font-family: 'Josefin Sans', sans-serif; font-weight: 700; position: relative; z-index: 1; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); overflow: hidden; border: none; font-size: 16px; } .bttn-3:hover, .bttn-2:hover, .bttn-1:hover { color: #5B69FF; -webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1) } .bttn-3:hover { color: #ffffff; } .bttn-3:after, .bttn-2:after, .bttn-1:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background-color: #ffffff; opacity: 0.3; z-index: -1; -webkit-transition: 0.3s; transition: 0.3s; } .bttn-2:after { opacity: 0; } .bttn-3:after { background-color: #576EA0; opacity: 1; } .bttn-2:hover:after, .bttn-1:hover:after { opacity: 1; } .bttn-3:hover:after { opacity: 0; } .bttn-5, .bttn-6, .bttn-4 { display: inline-block; padding: 18px 50px; background: #103178; border-radius: 5px; color: #ffffff; font-family: 'Josefin Sans', sans-serif; font-weight: 700; position: relative; z-index: 1; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); overflow: hidden; border: none; } .bttn-4:hover { background-color: #ffffff; color: #103178; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); } .bttn-5 { background-color: #1980FA; } .bttn-5:hover { color: #ffffff; -webkit-box-shadow: 0 30px 80px -15px #1980FA; box-shadow: 0 30px 40px -20px #1980FA; } .bttn-6 { background-color: #A930E4; color: #ffffff; } .bttn-6:hover { color: #ffffff; -webkit-box-shadow: 0 30px 80px -15px #A930E4; box-shadow: 0 20px 40px -15px #A930E4; } /*--------------------------- 4. Page-title ----------------------------*/ .page-title { margin-bottom: 70px; } .page-title .title { font-size: 36px; font-weight: 700; margin-bottom: 30px; color: #0F1D46; line-height: 48px; } .text-box h2.title { margin-bottom: 30px; } .page-title.text-white .title { color: #ffffff; } .page-title .desc { font-size: 20px; font-family: 'Rubik', sans-serif; color: rgba(40, 51, 80, 0.6); font-weight: 400; line-height: 34px; } .page-title.text-white .desc { color: #ffffff; } /*-------------------- 5. Play-box ----------------------*/ .play-box { position: relative; right: -150px; } .play-box .play-bttn { position: absolute; left: -50px; top: calc(50% - 50px); width: 100px; height: 100px; text-align: center; line-height: 100px; color: #ffffff; background: #674dd6; background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff)); background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674dd6', endColorstr='#5b69ff', GradientType=0); border-radius: 100%; z-index: 1; overflow: hidden; -webkit-box-shadow: 0 0 0 0 rgba(103, 77, 214, 0); box-shadow: 0 0 0 0 rgba(103, 77, 214, 0); } .play-box .play-bttn:hover { -webkit-box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3); box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3); } /*------------------------------ 6. Text-box ---------------------------------*/ .text-box { color: rgba(15, 29, 70, 0.6); } .header-area .text-box{ font-size: 20px; line-height: 32px; font-weight: 400; } .feature-box .box-icon, .text-box .box-icon { width: 70px; height: 70px; line-height: 70px; color: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff)); background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%); border-radius: 50%; font-size: 20px; text-align: center; margin-bottom: 50px; display: inline-block; } .box-icon2{ width: 280px; height: 70px; line-height: 70px; color: #ffffff; font-size: 20px; text-align: center; margin-bottom: 50px; display: inline-block; } .feature-box.v2 .box-icon, .text-box .box-icon.v2 { background: #1980FA; } .text-box .box-icon.v3 { background: #8A19FA; } .text-box .box-icon.white-box { background-color: #ffffff; color: #1980FA; } .text-box .box-icon.white-box.v3 { color: #A930E4 } .text-white, .text-box.text-white { color: #ffffff !important; } .text-box .top-title { color: #B181FF; font-size: 20px; margin-bottom: 30px; } .text-box .title { font-size: 60px; line-height: 65px; font-weight: 700; color: #0f1d46; } .text-box.text-white .title { color: #ffffff; } /*--------------------- 7. Service-box ----------------------*/ .service-box { position: relative; margin-bottom: 30px; } .service-box:after { content: ""; display: block; clear: both; } .service-box .service-icon { float: left; margin-right: 30px; width: 150px; height: 150px; padding: 30px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); border-radius: 5px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 0.3s; transition: 0.3s; } .service-box:hover .service-icon { -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); } .service-box .service-icon img { max-height: 100%; } .service-box .title { font-size: 22px; } /*----------------------- 8. Feature-box ------------------------*/ .feature-box { -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); padding: 30px; border-radius: 5px; background-color: #ffffff; text-align: center; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: 0.3s; transition: 0.3s; } .feature-box:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); } .feature-box .box-icon { margin-bottom: 30px; } .feature-box.v3 .box-icon { background: #9919FA; } .feature-box.v4 .box-icon { background: #FAA719; } .feature-box.v5 .box-icon { background: #19B5FA; } /*----------------- 9. Price-box --------------------*/ .single-price { padding: 50px; border-radius: 5px; -webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30); box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30); text-align: center; background-color: #ffffff; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: 0.3s; transition: 0.3s; } .single-price.active, .single-price:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50); box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50); } .single-price.active .bttn-3:after { opacity: 0; } .single-price .user { font-size: 16px; color: rgba(15, 29, 70, 0.7); margin-bottom: 15px; } .single-price .info { color: rgba(15, 29, 70, 0.7); } .single-price .title { font-size: 26px; color: #0F1D46; margin-bottom: 30px; } .single-price .rate { font-size: 60px; color: #B181FF; margin: 30px 0; } .price-area.v2 .single-price .rate { color: #1980FA; } /*--------------------- 10. Price-box-2 ----------------------*/ .price-box-2 { padding: 30px; text-align: center; border-radius: 10px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: translateY(0); transform: translateY(0); } .price-box-2:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); } .price-box-2 .title { font-size: 14px; font-weight: 300; color: #B181FF; } .price-box-2 .rate { font-size: 60px; } .price-box-2 .desc { margin-top: 30px; margin-bottom: 50px; } .price-box-2 .desc ul { list-style: none; margin: 0; padding: 0; } .price-box-2 .desc ul li { display: block; padding: 5px 0; } /*--------------------- 11. Social-Menu -----------------------*/ .social-menu a { width: 30px; height: 30px; line-height: 30px; z-index: 1; display: inline-block; color: #ffffff; } .social-menu a:hover { color: #576EA0; } /*------------------- 12. ScrollUp-Button --------------------*/ #scrollUp { right: 30px; bottom: 30px; width: 40px; height: 40px; line-height: 36px; background: #674DD6; background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF)); background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0); color: #ffffff; border-radius: 3px; -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1); text-align: center; font-size: 20px; } #scrollUp:hover { -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3); box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3); } /*-------------------- 13. Subscribe-Form ---------------------*/ #mc-form { position: relative; } #mc-form .mt10 { position: absolute; top: 105%; } .subscribe-area .form-input { padding: 17px 20px; border: 2px solid #EBEBEB; color: #0F1D46; margin-right: 15px; width: calc(100% - 280px); border-radius: 5px; outline: none; -webkit-transition: 0.3s; transition: 0.3s; } .subscribe-area .form-input:focus { border: 2px solid #acacac; } .subscribe-area .submit { width: 250px; text-align: center; -webkit-transform: translateY(-3px); transform: translateY(-3px); display: inline-block; } .subscribe-area .submit:after { opacity: 0; } .subscribe-area.v2 .submit:after { background: #1980FA; } .subscribe-area.v3 .submit:after { background: #A930E4; } .subscribe-area .info { text-align: center; margin-top: 30px; } .text-box.camera-title h3.title { font-size: 36px; line-height: 50px; font-weight: 700; } .camera-title{ font-size: 18px; line-height: 34px; } .pre-btn.bttn-3:after { background: -webkit-gradient(linear, right top, left top, from(#5B69FF), to(#674DD6)); opacity: 1; } .subscribe-area h1.title{ font-size: 60px; line-height: 65px; } /*----------------------- 14. Product-Box --------------------------*/ .product-slide .slide-item { background-color: #ffffff; padding: 30px; box-shadow: 0 0 15px 0 #E8E8E8; text-align: center; margin: 15px; border-radius: 5px; } .product-slide .slide-item .product-image { -webkit-transition: 0.3s; transition: 0.3s; height: 180px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: scale(1); transform: scale(1); } .product-slide .slide-item:hover .product-image { -webkit-transform: scale(1.2); transform: scale(1.2); } .product-slide .slide-item .product-content { padding-top: 30px; } .product-slide .slide-item .product-content .rate { color: #b181ff; font-size: 22px; margin-bottom: 0; } .product-slide.v2 .slide-item .product-content .rate { color: #1980FA; } /*------------------------ 15. Preloader-Content -------------------------*/ .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 999999; } .preloader svg { max-width: 25em; background: none; fill: none; stroke: #5B69FF; stroke-linecap: round; stroke-width: 8%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .preloader use { stroke: #674DD6; -webkit-animation: loeader_ani 2s linear infinite; animation: loeader_ani 2s linear infinite; } @-webkit-keyframes loeader_ani { to { stroke-dashoffset: 0px; } } @keyframes loeader_ani { to { stroke-dashoffset: 0px; } } /*----------------------- 16. Testimonial-Area ------------------------*/ .testimonails-2 .single-testimonial { text-align: center; padding: 0 30px; margin-bottom: 15px; } .testimonails-2 .single-testimonial .desc { margin-bottom: 40px; } .testimonails-2 .single-testimonial .desc:after, .testimonails-2 .single-testimonial .desc:before { content: '"'; } .testimonails-2 .single-testimonial .thumb { width: 50px; height: 50px; border-radius: 100%; overflow: hidden; display: inline-block; margin-bottom: 20px; } .testimonails-2 .single-testimonial .name { font-size: 20px; margin-bottom: 5px; } .testimonails-2 .single-testimonial .posi { color: #8892A0; } /*---------------- 17. Info-Box -------------------*/ .info-box { text-align: center; padding: 0 30px; } .info-box .box-image { margin-bottom: 50px; } .info-box .box-content { padding: 0 30px; } .info-box .title { font-size: 22px; } .info-box .number { font-size: 22px; color: #1980FA; margin-bottom: 0; } .info-box.v3 .number { color: #A930E4; } /*---------------------- 18. Image-Box ------------------------*/ .circle-bg { background-repeat: no-repeat; background-size: auto; -webkit-animation: circle_jump 2s 0.3s linear infinite; animation: circle_jump 2s 0.3s linear infinite; } @-webkit-keyframes circle_jump { 0% { background-size: 470px, auto, auto; } 50% { background-size: 480px, auto, auto; } 100% { background-size: 470px, auto, auto; } } @keyframes circle_jump { 0% { background-size: 470px, auto, auto; } 50% { background-size: 480px, auto, auto; } 100% { background-size: 470px, auto, auto; } } .relative-box { position: relative; } .image-side-box { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 50%; text-align: center; } .image-side-box.right-box { left: auto; right: 0; } /*------------------------ 19. tooltip-image -------------------------*/ .tooltip-box { position: relative; background-repeat: no-repeat; background-position: left center; } .tooltip-box .image { text-align: center; } .tooltip-box .tip { width: 20px; height: 20px; position: relative; background-color: #768BF9; border-radius: 100%; cursor: pointer; position: absolute; left: 0; top: 0; -webkit-animation: tip_jump 2s 0.5s linear infinite; animation: tip_jump 2s 0.5s linear infinite; } .tooltip-box .tip:hover { z-index: 6; } @-webkit-keyframes tip_jump { 0% { -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); } 25% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 50% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); } 75% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 100% { -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); } } @keyframes tip_jump { 0% { -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); } 25% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 50% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); } 75% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 100% { -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); } } .tooltip-box .tip.box1 { top: 10%; left: 49%; } .tooltip-box .tip.box2 { top: 39%; left: 25%; } .tooltip-box .tip.box3 { top: 60%; left: 26%; } .tooltip-box .tip.box4 { top: 76%; left: 36%; } .tooltip-box .tip.box5 { top: 76%; left: 62%; } .tooltip-box .tip.box6 { top: 56%; left: 72%; } .tooltip-box .tip .content { position: absolute; left: 15px; top: 15px; width: 400px; padding: 30px; border-radius: 5px; -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); cursor: default; visibility: hidden; background-color: #ffffff; opacity: 0; -webkit-transition: 0.3s; transition: 0.3s; } .tooltip-box .tip:hover { z-index: 3; } .tooltip-box .tip:hover .content { visibility: visible; opacity: 1; } .tooltip-box .tip .content .title { font-size: 22px; }
themes/clean-blog/css/helper.css
1. Helper-Class ----------------------------*/ .section-padding { padding-top: 150px; padding-bottom: 150px; } .section-padding-top { padding-top: 150px; } .section-padding-bottom { padding-bottom: 150px; } .section-bg { background-repeat: no-repeat; background-position: center center; background-size: auto; } .row-flex { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; -ms-flex-wrap: wrap; flex-wrap: wrap; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-align: center; -ms-flex-align: center; align-items: center; } .zoom-image { -webkit-transform: scale(1.2); transform: scale(1.2); margin: 0; padding: 0; } /*--------------------------- Angle-Background ---------------------------*/ .angle-3, .angle-2, .angle-1 { position: relative; z-index: 1 } .angle-3:after, .angle-1:after { content: ""; position: absolute; left: 0; bottom: -1px; width: 100%; height: 10vw; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,100 0,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E"); z-index: -1; pointer-events: none; } .angle-2:before, .angle-3:before { content: ""; position: absolute; left: 0; top: -1px; width: 100%; height: 10vw; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none' fill='#ffffff' %3E%3Cpolygon points='0,0 100,0 100, 100' %3E%3C/polygon%3E%3C/svg%3E"); z-index: -1; pointer-events: none; } /*--------------------- 3. Button-Classes -----------------------*/ .bttn-3, .bttn-2, .bttn-1 { display: inline-block; padding: 18px 50px; background: #674DD6; background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF)); background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0); border-radius: 4px; color: #ffffff; font-family: 'Josefin Sans', sans-serif; font-weight: 700; position: relative; z-index: 1; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); overflow: hidden; border: none; font-size: 16px; } .bttn-3:hover, .bttn-2:hover, .bttn-1:hover { color: #5B69FF; -webkit-box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1); box-shadow: 0 10px 40px 5px rgba(0, 0, 0, 0.1) } .bttn-3:hover { color: #ffffff; } .bttn-3:after, .bttn-2:after, .bttn-1:after { position: absolute; left: 0; top: 0; width: 100%; height: 100%; content: ""; background-color: #ffffff; opacity: 0.3; z-index: -1; -webkit-transition: 0.3s; transition: 0.3s; } .bttn-2:after { opacity: 0; } .bttn-3:after { background-color: #576EA0; opacity: 1; } .bttn-2:hover:after, .bttn-1:hover:after { opacity: 1; } .bttn-3:hover:after { opacity: 0; } .bttn-5, .bttn-6, .bttn-4 { display: inline-block; padding: 18px 50px; background: #103178; border-radius: 5px; color: #ffffff; font-family: 'Josefin Sans', sans-serif; font-weight: 700; position: relative; z-index: 1; -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.1); overflow: hidden; border: none; } .bttn-4:hover { background-color: #ffffff; color: #103178; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); } .bttn-5 { background-color: #1980FA; } .bttn-5:hover { color: #ffffff; -webkit-box-shadow: 0 30px 80px -15px #1980FA; box-shadow: 0 30px 40px -20px #1980FA; } .bttn-6 { background-color: #A930E4; color: #ffffff; } .bttn-6:hover { color: #ffffff; -webkit-box-shadow: 0 30px 80px -15px #A930E4; box-shadow: 0 20px 40px -15px #A930E4; } /*--------------------------- 4. Page-title ----------------------------*/ .page-title { margin-bottom: 70px; } .page-title .title { font-size: 36px; font-weight: 700; margin-bottom: 30px; color: #0F1D46; line-height: 48px; } .text-box h2.title { margin-bottom: 30px; } .page-title.text-white .title { color: #ffffff; } .page-title .desc { font-size: 20px; font-family: 'Rubik', sans-serif; color: rgba(40, 51, 80, 0.6); font-weight: 400; line-height: 34px; } .page-title.text-white .desc { color: #ffffff; } /*-------------------- 5. Play-box ----------------------*/ .play-box { position: relative; right: -150px; } .play-box .play-bttn { position: absolute; left: -50px; top: calc(50% - 50px); width: 100px; height: 100px; text-align: center; line-height: 100px; color: #ffffff; background: #674dd6; background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff)); background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#674dd6', endColorstr='#5b69ff', GradientType=0); border-radius: 100%; z-index: 1; overflow: hidden; -webkit-box-shadow: 0 0 0 0 rgba(103, 77, 214, 0); box-shadow: 0 0 0 0 rgba(103, 77, 214, 0); } .play-box .play-bttn:hover { -webkit-box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3); box-shadow: 0 0 0 15px rgba(103, 77, 214, 0.3), 0 0 0 30px rgba(103, 77, 214, 0.3), 0 0 0 45px rgba(103, 77, 214, 0.3); } /*------------------------------ 6. Text-box ---------------------------------*/ .text-box { color: rgba(15, 29, 70, 0.6); } .header-area .text-box{ font-size: 20px; line-height: 32px; font-weight: 400; } .feature-box .box-icon, .text-box .box-icon { width: 70px; height: 70px; line-height: 70px; color: #ffffff; background: -webkit-gradient(linear, left top, left bottom, from(#674dd6), to(#5b69ff)); background: linear-gradient(to bottom, #674dd6 0%, #5b69ff 100%); border-radius: 50%; font-size: 20px; text-align: center; margin-bottom: 50px; display: inline-block; } .box-icon2{ width: 280px; height: 70px; line-height: 70px; color: #ffffff; font-size: 20px; text-align: center; margin-bottom: 50px; display: inline-block; } .feature-box.v2 .box-icon, .text-box .box-icon.v2 { background: #1980FA; } .text-box .box-icon.v3 { background: #8A19FA; } .text-box .box-icon.white-box { background-color: #ffffff; color: #1980FA; } .text-box .box-icon.white-box.v3 { color: #A930E4 } .text-white, .text-box.text-white { color: #ffffff !important; } .text-box .top-title { color: #B181FF; font-size: 20px; margin-bottom: 30px; } .text-box .title { font-size: 60px; line-height: 65px; font-weight: 700; color: #0f1d46; } .text-box.text-white .title { color: #ffffff; } /*--------------------- 7. Service-box ----------------------*/ .service-box { position: relative; margin-bottom: 30px; } .service-box:after { content: ""; display: block; clear: both; } .service-box .service-icon { float: left; margin-right: 30px; width: 150px; height: 150px; padding: 30px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); border-radius: 5px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transition: 0.3s; transition: 0.3s; } .service-box:hover .service-icon { -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.2); } .service-box .service-icon img { max-height: 100%; } .service-box .title { font-size: 22px; } /*----------------------- 8. Feature-box ------------------------*/ .feature-box { -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); padding: 30px; border-radius: 5px; background-color: #ffffff; text-align: center; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: 0.3s; transition: 0.3s; } .feature-box:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.2); } .feature-box .box-icon { margin-bottom: 30px; } .feature-box.v3 .box-icon { background: #9919FA; } .feature-box.v4 .box-icon { background: #FAA719; } .feature-box.v5 .box-icon { background: #19B5FA; } /*----------------- 9. Price-box --------------------*/ .single-price { padding: 50px; border-radius: 5px; -webkit-box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30); box-shadow: 5px 5px 30px 0 rgba(182, 182, 227, 0.30); text-align: center; background-color: #ffffff; -webkit-transform: translateY(0); transform: translateY(0); -webkit-transition: 0.3s; transition: 0.3s; } .single-price.active, .single-price:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50); box-shadow: 10px 10px 50px 0 rgba(182, 182, 227, 0.50); } .single-price.active .bttn-3:after { opacity: 0; } .single-price .user { font-size: 16px; color: rgba(15, 29, 70, 0.7); margin-bottom: 15px; } .single-price .info { color: rgba(15, 29, 70, 0.7); } .single-price .title { font-size: 26px; color: #0F1D46; margin-bottom: 30px; } .single-price .rate { font-size: 60px; color: #B181FF; margin: 30px 0; } .price-area.v2 .single-price .rate { color: #1980FA; } /*--------------------- 10. Price-box-2 ----------------------*/ .price-box-2 { padding: 30px; text-align: center; border-radius: 10px; -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1); background-color: #ffffff; -webkit-transition: 0.3s; transition: 0.3s; -webkit-transform: translateY(0); transform: translateY(0); } .price-box-2:hover { -webkit-transform: translateY(-5px); transform: translateY(-5px); -webkit-box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); box-shadow: 0 5px 30px 0 rgba(0, 0, 0, 0.2); } .price-box-2 .title { font-size: 14px; font-weight: 300; color: #B181FF; } .price-box-2 .rate { font-size: 60px; } .price-box-2 .desc { margin-top: 30px; margin-bottom: 50px; } .price-box-2 .desc ul { list-style: none; margin: 0; padding: 0; } .price-box-2 .desc ul li { display: block; padding: 5px 0; } /*--------------------- 11. Social-Menu -----------------------*/ .social-menu a { width: 30px; height: 30px; line-height: 30px; z-index: 1; display: inline-block; color: #ffffff; } .social-menu a:hover { color: #576EA0; } /*------------------- 12. ScrollUp-Button --------------------*/ #scrollUp { right: 30px; bottom: 30px; width: 40px; height: 40px; line-height: 36px; background: #674DD6; background: -webkit-gradient(linear, right top, left top, from(#674DD6), to(#5B69FF)); background: linear-gradient(to left, #674DD6 0%, #5B69FF 100%); filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#674DD6', endColorstr='#5B69FF', GradientType=0); color: #ffffff; border-radius: 3px; -webkit-box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1); box-shadow: 0 0 15px 0 rgba(255, 255, 255, 0.1); text-align: center; font-size: 20px; } #scrollUp:hover { -webkit-box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3); box-shadow: 0 15px 30px 0 rgba(255, 255, 255, 0.3); } /*-------------------- 13. Subscribe-Form ---------------------*/ #mc-form { position: relative; } #mc-form .mt10 { position: absolute; top: 105%; } .subscribe-area .form-input { padding: 17px 20px; border: 2px solid #EBEBEB; color: #0F1D46; margin-right: 15px; width: calc(100% - 280px); border-radius: 5px; outline: none; -webkit-transition: 0.3s; transition: 0.3s; } .subscribe-area .form-input:focus { border: 2px solid #acacac; } .subscribe-area .submit { width: 250px; text-align: center; -webkit-transform: translateY(-3px); transform: translateY(-3px); display: inline-block; } .subscribe-area .submit:after { opacity: 0; } .subscribe-area.v2 .submit:after { background: #1980FA; } .subscribe-area.v3 .submit:after { background: #A930E4; } .subscribe-area .info { text-align: center; margin-top: 30px; } .text-box.camera-title h3.title { font-size: 36px; line-height: 50px; font-weight: 700; } .camera-title{ font-size: 18px; line-height: 34px; } .pre-btn.bttn-3:after { background: -webkit-gradient(linear, right top, left top, from(#5B69FF), to(#674DD6)); opacity: 1; } .subscribe-area h1.title{ font-size: 60px; line-height: 65px; } /*----------------------- 14. Product-Box --------------------------*/ .product-slide .slide-item { background-color: #ffffff; padding: 30px; box-shadow: 0 0 15px 0 #E8E8E8; text-align: center; margin: 15px; border-radius: 5px; } .product-slide .slide-item .product-image { -webkit-transition: 0.3s; transition: 0.3s; height: 180px; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-transform: scale(1); transform: scale(1); } .product-slide .slide-item:hover .product-image { -webkit-transform: scale(1.2); transform: scale(1.2); } .product-slide .slide-item .product-content { padding-top: 30px; } .product-slide .slide-item .product-content .rate { color: #b181ff; font-size: 22px; margin-bottom: 0; } .product-slide.v2 .slide-item .product-content .rate { color: #1980FA; } /*------------------------ 15. Preloader-Content -------------------------*/ .preloader { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background-color: #ffffff; z-index: 999999; } .preloader svg { max-width: 25em; background: none; fill: none; stroke: #5B69FF; stroke-linecap: round; stroke-width: 8%; position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%) } .preloader use { stroke: #674DD6; -webkit-animation: loeader_ani 2s linear infinite; animation: loeader_ani 2s linear infinite; } @-webkit-keyframes loeader_ani { to { stroke-dashoffset: 0px; } } @keyframes loeader_ani { to { stroke-dashoffset: 0px; } } /*----------------------- 16. Testimonial-Area ------------------------*/ .testimonails-2 .single-testimonial { text-align: center; padding: 0 30px; margin-bottom: 15px; } .testimonails-2 .single-testimonial .desc { margin-bottom: 40px; } .testimonails-2 .single-testimonial .desc:after, .testimonails-2 .single-testimonial .desc:before { content: '"'; } .testimonails-2 .single-testimonial .thumb { width: 50px; height: 50px; border-radius: 100%; overflow: hidden; display: inline-block; margin-bottom: 20px; } .testimonails-2 .single-testimonial .name { font-size: 20px; margin-bottom: 5px; } .testimonails-2 .single-testimonial .posi { color: #8892A0; } /*---------------- 17. Info-Box -------------------*/ .info-box { text-align: center; padding: 0 30px; } .info-box .box-image { margin-bottom: 50px; } .info-box .box-content { padding: 0 30px; } .info-box .title { font-size: 22px; } .info-box .number { font-size: 22px; color: #1980FA; margin-bottom: 0; } .info-box.v3 .number { color: #A930E4; } /*---------------------- 18. Image-Box ------------------------*/ .circle-bg { background-repeat: no-repeat; background-size: auto; -webkit-animation: circle_jump 2s 0.3s linear infinite; animation: circle_jump 2s 0.3s linear infinite; } @-webkit-keyframes circle_jump { 0% { background-size: 470px, auto, auto; } 50% { background-size: 480px, auto, auto; } 100% { background-size: 470px, auto, auto; } } @keyframes circle_jump { 0% { background-size: 470px, auto, auto; } 50% { background-size: 480px, auto, auto; } 100% { background-size: 470px, auto, auto; } } .relative-box { position: relative; } .image-side-box { position: absolute; left: 0; top: 50%; -webkit-transform: translateY(-50%); transform: translateY(-50%); width: 50%; text-align: center; } .image-side-box.right-box { left: auto; right: 0; } /*------------------------ 19. tooltip-image -------------------------*/ .tooltip-box { position: relative; background-repeat: no-repeat; background-position: left center; } .tooltip-box .image { text-align: center; } .tooltip-box .tip { width: 20px; height: 20px; position: relative; background-color: #768BF9; border-radius: 100%; cursor: pointer; position: absolute; left: 0; top: 0; -webkit-animation: tip_jump 2s 0.5s linear infinite; animation: tip_jump 2s 0.5s linear infinite; } .tooltip-box .tip:hover { z-index: 6; } @-webkit-keyframes tip_jump { 0% { -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); } 25% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 50% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); } 75% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 100% { -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); } } @keyframes tip_jump { 0% { -webkit-box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0 rgba(108, 132, 251, 0.4), 0 0 0 0 rgba(108, 132, 251, 0.4); } 25% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 50% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 12px rgba(108, 132, 251, 0.4); } 75% { -webkit-box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 6px rgba(108, 132, 251, 0.4), 0 0 0 6px rgba(108, 132, 251, 0.4); } 100% { -webkit-box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); box-shadow: 0 0 0 0px rgba(108, 132, 251, 0.4), 0 0 0 0px rgba(108, 132, 251, 0.4); } } .tooltip-box .tip.box1 { top: 10%; left: 49%; } .tooltip-box .tip.box2 { top: 39%; left: 25%; } .tooltip-box .tip.box3 { top: 60%; left: 26%; } .tooltip-box .tip.box4 { top: 76%; left: 36%; } .tooltip-box .tip.box5 { top: 76%; left: 62%; } .tooltip-box .tip.box6 { top: 56%; left: 72%; } .tooltip-box .tip .content { position: absolute; left: 15px; top: 15px; width: 400px; padding: 30px; border-radius: 5px; -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1); cursor: default; visibility: hidden; background-color: #ffffff; opacity: 0; -webkit-transition: 0.3s; transition: 0.3s; } .tooltip-box .tip:hover { z-index: 3; } .tooltip-box .tip:hover .content { visibility: visible; opacity: 1; } .tooltip-box .tip .content .title { font-size: 22px; }
0.291283
0.066418
@charset "utf-8"; /* NAVER (<EMAIL>) */ /* Board */ .board img { border: 0; } .board, .board label, .board table, .board input, .board button, .board textarea, .board select { font-size: 12px; font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif; } .board select { margin: 0; } .board .iCheck { width: 13px; height: 13px; margin: 0; vertical-align: middle; } .board .iCheck+label { vertical-align: middle; } .board .iText { position: relative; padding: 4px 9px; height: 19px; line-height: 19px; border: 1px solid #DBDBDB; background: transparent; } .board textarea { margin: 0; padding: 3px 4px; border: 1px solid #a6a6a6; border-right-color: #d8d8d8; border-bottom-color: #d8d8d8; } .board label { display: inline-block; margin: 0; } /* Category Tab */ .cTab { position: relative; margin: 0; padding: 0; list-style: none; zoom: 1; border: 0; } .cTab:after { content: ""; display: block; clear: both; } .cTab li { float: left; margin: 0 2px 0 0; border: 1px solid #e0e0e0; border-top: 0; border-bottom: 0; } .cTab li a { position: relative; border-top: 1px solid #e0e0e0; float: left; height: 28px; line-height: 28px; padding: 0 20px; font-size: 11px; font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif; text-decoration: none; color: #666; box-sizing:border-box; -webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out } .cTab li em { font: 11px Tahoma, Geneva, sans-serif; color: #767676; padding: 0 0 0 2px; } .cTab li:hover a, .cTab li.on a { color: #000; border-top: 2px solid #CDA25A; } .cTab ul { display: none; position: absolute; top: 30px; left: 0; margin: 0; padding: 0; } .cTab li.on ul { display: block; overflow: hidden; white-space: nowrap; } .cTab li.on ul li { position: relative; left: 1px; float: none; display: inline; margin: 0; padding: 0 15px; list-style: none; border: 0; border-right: 1px solid #d0d0d0; } .cTab li.on ul li a { border: 0; top: 0; float: none; line-height: none; padding: 0; font-weight: normal; } .cTab li.on ul li.on_ a { font-weight: bold; color: #3912b3; } /* Board List */ /* list.html */ .board_list { } .board_list table { border: 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; color: #4a4a4a; } .board_list a { text-decoration: none; color: #4a4a4a; } .board_list a:hover, .board_list a:active, .board_list a:focus { text-decoration: underline; } .board_list th { border: 0; border-bottom:double #DBDBDB; padding: 14px 0 15px 0; height: 14px; white-space: nowrap; } .board_list th:first-child span { border: 0; } .board_list th span { display: block; padding: 0 15px; height: 14px; font-weight: normal; } .board_list tr.notice { background: #f6f6f6; } .board_list tr.notice td.title a { font-weight: bold; } .board_list td { border: 0; border-bottom: 1px solid #e6e6e6; padding: 8px 10px; white-space: nowrap; vertical-align: top; } .board_list tr:last-child td { border: 0; } .board_list td.notice { text-align: center; } .board_list td.no { text-align: center; font: 11px Tahoma, Geneva, sans-serif; } .board_list td.title { white-space: normal; line-height: 1.4; width: 100%; } .board_list td.author img { position: relative; top: -1px; } .board_list td.time, .board_list td.readNum, .board_list td.voteNum, .board_list td.lastReply a { text-align: center; font: 11px Tahoma, Geneva, sans-serif; } .board_list td.lastReply sub { font: 9px Tahoma, Geneva, sans-serif; } .board_list td.check { text-align: center; } .board_list tr.no_article { height:150px; } .board_list tr.no_article td { vertical-align: middle; } .list_footer { position: relative; margin: 15px 0; zoom: 1; } .list_footer:after { content: ""; display: block; clear: both; } .list_footer .btnArea { float: right; margin: 0; } .list_footer .board_search { float: left; position: relative; margin: 0 4px 0 0; } .list_footer .board_search .xi-magnifier { position:absolute; top:7px; left: 7px; } .list_footer .board_search * { vertical-align: top; } .list_footer .board_search .iText { height: 25px; line-height: 25px; padding: 0 60px 0 27px; width: 160px; border: 1px solid #DBDBDB; border-radius: 4px; box-sizing:border-box; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .list_footer .board_search .iText.active, .list_footer .board_search .iText:active, .list_footer .board_search .iText:focus { width: 180px; } .list_footer .board_search .search_input {display:inline-block; position: relative;} .list_footer .board_search select { height: 25px; min-width: 80px; padding: 0; } .list_footer .board_search .btn { position: absolute; top: 0; right:0; border-radius: 0 2px 2px 0; } /* Board Write */ /* write_form.html */ .board_write { } .write_header { padding: 9px 10px 10px 0px; } .write_header * { vertical-align: middle; } .write_header select { height: 29px; width: 140px; padding: 0; } .write_header .iText { width: 360px; margin: 0 10px 0 0; background: #fff; } .write_editor .xd { margin-top: -3px; } .write_footer { overflow: hidden; margin: 1em 0; } .write_footer:after { content: ""; display: block; clear: both; } .write_footer .btnArea { float: right; margin: 0; } .write_option { margin: 0 0 1em 0; } .write_option label { margin: 0 10px 0 0; } /* Extra Form */ .exForm { background: #fff; padding: 10px 0; } .exForm table { border: 0; width: 100%; } .exForm caption { text-align: right; font-size: 11px; padding: 0 0 2px 0; } .exForm th, .exForm td { border: 0; vertical-align: top; border-top: 1px solid #ddd; } .exForm th { color: #333; text-align: left; padding: 10px 5px 15px 5px; white-space: nowrap; } .exForm th label { cursor: default; } .exForm td { color: #666; padding: 8px 10px; } .exForm em { font-style: normal; color: #f60; } .exForm .text, .exForm .homepage, .exForm .email_address, .exForm .tel, .exForm .address, .exForm .date { padding: 3px 4px; margin: 0 4px 0 0; height: 14px; line-height: 14px; vertical-align: top; border: 1px solid #A6A6A6; border-right-color: #D8D8D8; border-bottom-color: #D8D8D8; } .exForm .text, .exForm .email_address, .exForm .homepage, .exForm .address { width: 300px; } .exForm .tel { width: 40px; } .exForm .date { width: 120px; } .exForm textarea { width: 90%; padding: 3px 4px; margin: 0 4px 0 0; vertical-align: top; border: 1px solid #A6A6A6; border-right-color: #D8D8D8; border-bottom-color: #D8D8D8; } .exForm p { margin: 5px 0 0 0; font-size: 11px; } .exForm ul { margin: 0; padding: 0; list-style: none; } .exForm li { display: inline; } .exForm li input { width: 13px; height: 13px; margin: 0 4px 0 0; vertical-align: middle; } .exForm li label { margin: 0 15px 0 0; } .exOut { background: #fff; padding: 10px 0; } .exOut table { border: 0; width: 100%; } .exOut th, .exOut td { border: 0; vertical-align: top; border-bottom: 1px solid #ddd; padding: 8px 15px; } .exOut th { color: #333; text-align: left; white-space: nowrap; } .exOut td { color: #666; width: 100%; } /* Board Read */ /* _read.html */ .board_read { zoom: 1; } .read_header { position: relative; margin-bottom:20px; } .read_header h1 { width: 90%; margin: 0; font-size: 21px; font-weight: normal; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #555; } .read_header h1 a { text-decoration: none; color: #444; } .read_header h1 .category { font-weight: normal; border-right: 1px solid #DDD; padding: 0 13px 0 0; margin: 0 8px 0 0; } .read_header .meta { margin: 0; padding: 8px 0 13px; border-bottom: 1px solid #ddd; zoom: 1; white-space: nowrap; color : #666; } .read_header .meta > span { margin-left: 8px ;} .read_header .meta > span:first-child {margin-left:0;} .read_header .meta:after { content: ""; display: block; clear: both; } .read_header .meta .author { text-decoration: none; color: #666; font-weight: normal; } .read_body { padding: 15px 10px; } .read_body .xe_content { color: #333; } .read_footer { overflow: hidden; } .read_footer .fileList { margin: 15px 0; display: inline; float: left; } .read_footer .toggleFile { border: 0; background: none; cursor: pointer; overflow: visible; padding: 0; color: #4b4b4b; } .read_footer .files { display: none; list-style: none; margin: 15px 0; padding: 0; line-height: 16px; } .read_footer .files li { background: url(icoSet.gif) no-repeat 0 -28px; padding: 0 0 0 15px; } .read_footer .files a { color: #4b4b4b; position: relative; text-decoration: none; } .read_footer .files a .fileSize { visibility: hidden; position: absolute; padding: 1px 4px; left: 100%; top: -4px; border: 1px solid #ddd; font: 11px Tahoma, Geneva, sans-serif; background: #fff; white-space: nowrap; } .read_footer .files a:hover .fileSize, .read_footer .files a:active .fileSize, .read_footer .files a:focus .fileSize { visibility: visible; } .read_footer .tns { float: right; margin: 15px 0; } .read_footer .tns a:hover, .read_footer .tns a:active, .read_footer .tns a:focus { text-decoration: underline; } .read_footer .tags { display: inline-block; height: 16px; font-size: 11px; color: #666; vertical-align: top; padding: 0 15px 0 32px; line-height: 16px; background: none; } .read_footer .tags a { text-decoration: none; color: #666; } .read_footer .tags .xi-tags { font-size: 14px; margin-right:3px; } .read_footer .action { display: inline-block; line-height: 16px; font-size: 11px; margin: 0 15px 0 0; color: #555; } .read_footer .sns{ margin-top:51px;text-align:center; } .read_footer .sns li{display:inline;vertical-align:top} .read_footer .sns a{display:inline-block;width:32px;height:32px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;} .read_footer .sns i{font-size:22px;line-height:32px;color:#bcbcbc} .read_footer .sns a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out} .read_footer .sns a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out} .read_footer .sign { clear: both; border: 1px solid #ddd; margin: 0 0 -1px 0; padding: 10px 15px; overflow: hidden; zoom: 1; } .read_footer .sign .pf { float: left; margin: 0 15px 0 0; width: 80px; height: 80px; } .read_footer .sign .tx { overflow: hidden; line-height: 1.3; font-size: 11px; border-left: 1px dotted #ddd; padding: 0 0 0 15px; color: #333; } .read_footer .sign .tx * { margin: 0; } .read_footer .btnArea { clear: both; text-align: right; padding: 10px 0; } /* Feedback (Trackback+Comment) */ /* _trackback.html | _comment.html */ .feedback { position: relative; color: #4b4b4b; margin: 0 0 20px 0; } .feedback .fbHeader { position: relative; height: 32px; padding: 10px 0 0 5px; line-height: 30px; border-top:1px solid #DDD; } #comment .fbHeader .wComment { position: absolute; top: 10px; right: 15px; padding: 0 0 0 18px; text-decoration: none; color: #666; line-height: 1; } .feedback .fbHeader h2 { margin: 0; font-size: 14px; display: inline; } .feedback .fbHeader h2 em { font-style: normal; color: #CDA25A; } .feedback .fbHeader .trackbackURL { position: absolute; top: 8px; right: 10px; margin: 0; line-height: 1; color: #666; font: 11px Tahoma, Geneva, sans-serif; } .feedback .fbHeader .trackbackURL a { text-decoration: none; color: #666; } .feedback .fbList { margin: 0; padding: 0; } .feedback .fbItem { padding: 20px 0 19px 0; border-bottom: 1px solid #E9E9E9; margin: 0 0 -1px 0; zoom: 1; list-style: none; } .feedback .fbItem:last-child { border-bottom:none; } .feedback .fbItem:after { content: ""; display: block; clear: both; } .feedback .indent { background: url(icoIndent.gif) no-repeat; } .feedback .fbMeta { float: left; width: 184px; padding: 0 0 0 6px; } .feedback .fbMeta .profile { float: left; width: 38px; height: 38px; margin: 0 10px 5px 0; background: url(profile.gif) no-repeat; background-size:100%; border-radius: 100%; } .feedback .fbMeta .author { margin: 0; font-size: 12px; } .feedback .author a { text-decoration: none; color: #666; } .feedback .author a img { margin: 0 6px 0 0 !important; vertical-align: top !important; } .feedback .time { margin: 0; font: 11px Tahoma, Geneva, sans-serif; color: #8e8e8e; } .feedback .xe_content { margin: 0 0 0 200px; color: #666; line-height: 1.5; } .feedback .xe_content *:first-child { margin-top: 0; } #trackback .xe_content { color: #888; } #trackback .xe_content strong { color: #666; display: block; font-weight: normal; } .feedback .fileList { margin: 0 0 0 190px; padding: 8px 0 0 0; display: inline; float: left; clear: both; } .feedback .toggleFile { border: 0; background: none; cursor: pointer; overflow: visible; padding: 0; color: #767676; } .feedback .files { display: none; list-style: none; margin: 15px 0; padding: 0; line-height: 16px; } .feedback .files li { background: url(icoSet.gif) no-repeat 0 -28px; padding: 0 0 0 15px; } .feedback .files a { color: #767676; position: relative; text-decoration: none; } .feedback .files a .fileSize { visibility: hidden; position: absolute; padding: 1px 4px; left: 100%; top: -4px; border: 1px solid #ddd; font: 11px Tahoma, Geneva, sans-serif; background: #fff; white-space: nowrap; } .feedback .files a:hover .fileSize, .feedback .files a:active .fileSize, .feedback .files a:focus .fileSize { visibility: visible; } .feedback .action { margin: 0; padding: 10px 10px 0 0; white-space: nowrap; float: right; } .feedback .action .vote { margin: 0 10px 0 0; color: #767676; } .feedback .action a { padding: 0 0 0 4px; color: #767676; text-decoration: none; } .feedback .action a:hover { color:#CDA25A; } .feedback .action a.this { background: none; padding: 0; margin: 0 0 0 10px; text-decoration: underline; } .feedback .pagination { padding: 10px 0; } .feedback .indent1 { padding-left: 20px; background-position: 6px 15px; } .feedback .indent2 { padding-left: 40px; background-position: 26px 15px; } .feedback .indent3 { padding-left: 60px; background-position: 46px 15px; } .feedback .indent4 { padding-left: 80px; background-position: 66px 15px; } .feedback .indent5 { padding-left: 100px; background-position: 86px 15px; } .feedback .indent6 { padding-left: 120px; background-position: 106px 15px; } .feedback .indent7 { padding-left: 140px; background-position: 126px 15px; } .feedback .indent8 { padding-left: 160px; background-position: 146px 15px; } .feedback .indent9 { padding-left: 180px; background-position: 166px 15px; } .feedback .indent10 { padding-left: 200px; background-position: 186px 15px; } .feedback .indent11 { padding-left: 220px; background-position: 206px 15px; } .feedback .indent12 { padding-left: 240px; background-position: 226px 15px; } .feedback .indent12 .action {display: none} .fbFooter { margin: -10px 0 10px 0; } /* Pagination */ /* list.html | _comment.html */ .pagination { margin: 0; padding: 13px 0; text-align: center; line-height: normal; clear:both; } .pagination a, .pagination strong { position: relative; color: #767676; font: bold 11px/22px Tahoma, Sans-serif; vertical-align: top; display: inline-block; text-decoration: none; padding: 1px 8px; background-color: #F6F6F6; border-radius:2px; z-index: 2; } .pagination a:hover, .pagination a:active, .pagination a:focus { background-color: #f8f8f8; } .pagination strong { color: #D88700; font-size: 13px; } .pagination .direction { font-weight: normal; color: #767676; text-decoration: none !important; border: 0; z-index: 1; } .pagination .direction:hover, .pagination .direction:active, .pagination .direction:focus { color: #333; background-color: #fff; } .pagination .prev { border-left: 0; } .pagination .next { border-right: 0; } .pagination .direction span { position: relative; display: inline-block; width: 0; height: 0; font-size: 0; line-height: 0; vertical-align: top; top: 4px; } .pagination .prev span { border: 3px solid; border-top: solid #fff; border-bottom: solid #fff; border-left: 0; margin-right: 1px; *left: -4px; } .pagination .next span { border: 3px solid; border-top: solid #fff; border-bottom: solid #fff; border-right: 0; margin-left: 1px; } /* Write Author */ /* _read.html | write_form.html | comment_form.html */ .write_author { float: left; margin: 0 4px 0 0; } .write_author .item { position: relative; display: inline-block; zoom: 1; } .write_author .iLabel { top: 6px; left: 12px; color: #666; } .write_author label { margin: 0 10px 0 0; } /* Write Comment */ /* _read.html | comment_form.html */ .write_comment { position: relative; margin: 10px 0 75px; zoom: 1; } .write_comment:after { content: ""; display: block; clear: both; } .write_comment textarea { width: 645px; height: 37px; margin: 0 0 5px 0; } .write_comment .write_author { padding: 0 0 10px 0; } .write_comment .iText.userName, .write_comment .iText.userPw {width:100px;} .write_comment .iText.homePage {width:150px;} /* Context Data | Context Message */ /* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */ .context_data { background: #f8f8f8; border-top: 2px solid #666; padding: 15px 20px; color: #666; } .context_data h3.author { margin: 0 0 10px 0; color: #333; } .context_data h3.title { margin: 0 0 10px 0; color: #333; } .context_data p.author { margin: 0; } .context_data p.author strong { font-weight: normal; } .context_data .xe_content { color: #666; } .context_message { text-align: center; border-top: 2px solid #666; } .context_message h1 { font-size: 16px; margin: 20px 0; } .context_message .btnArea { margin: 20px 0; } /* Tag List */ .tagList { margin: 0; padding: 25px; border: 1px solid #cdcdcd; line-height: 1.2; text-align: justify; } .tagList a { color: #fff; text-decoration: none; white-space: nowrap; margin: 0 2px; } .tagList a.rank1 { font-size: 24px; background: #000; } .tagList a.rank2 { font-size: 18px; background: #333; } .tagList a.rank3 { font-size: 14px; background: #666; } .tagList a.rank4 { font-size: 12px; background: #999; } .tagList a.rank5 { font-size: 12px; color: #666; text-decoration: underline; } .tagFooter { text-align: center; padding: 20px 0; } /* Button */ .board .btn { text-decoration: none !important; display: inline-block; *display: inline; *zoom: 1; padding: 0 12px !important; margin: 0; font-family: inherit; font-size: 12px; line-height: 24px !important; height: 25px !important; color: #fff; text-align: center; vertical-align: top; cursor: pointer; overflow: visible; background-color: #ECECEC; background-image: none; border: 0; border-radius:2px; text-shadow:none; color:#000; box-shadow:none; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .board .btn:hover, .board .btn:active, .board .btn[disabled] { color: #fff; background-color: #CDA25A; *background-color: #CDA25A; } .board .btn i { width: 24px; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06); height: 25px; line-height: 25px; display: inline-block; margin-left: -12px; margin-right: 4px; text-align: center; padding-left: 2px; border-radius: 2px 0 0 2px; } .board .btn_insert { font-size: 13px; border:0; cursor:pointer; width:130px; height:38px; border-radius:2px; color:#fff; background:#CDA25A; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .board .btn_insert:hover { background:#555; } /* secret form */ .board .secretForm .iText {height:25px; width:150px; box-sizing:border-box;} .board .secretForm .btn {border-radius: 0 2px 2px 0; } .board .secretForm p {margin-bottom:5px;}
member_skin/board.default.css
@charset "utf-8"; /* NAVER (<EMAIL>) */ /* Board */ .board img { border: 0; } .board, .board label, .board table, .board input, .board button, .board textarea, .board select { font-size: 12px; font-family: "Open Sans","나눔바른고딕",NanumBarunGothic,"맑은 고딕","Malgun Gothic","돋움",Dotum,"애플 SD 산돌고딕 Neo","Apple SD Gothic Neo",AppleGothic,Helvetica,sans-serif; } .board select { margin: 0; } .board .iCheck { width: 13px; height: 13px; margin: 0; vertical-align: middle; } .board .iCheck+label { vertical-align: middle; } .board .iText { position: relative; padding: 4px 9px; height: 19px; line-height: 19px; border: 1px solid #DBDBDB; background: transparent; } .board textarea { margin: 0; padding: 3px 4px; border: 1px solid #a6a6a6; border-right-color: #d8d8d8; border-bottom-color: #d8d8d8; } .board label { display: inline-block; margin: 0; } /* Category Tab */ .cTab { position: relative; margin: 0; padding: 0; list-style: none; zoom: 1; border: 0; } .cTab:after { content: ""; display: block; clear: both; } .cTab li { float: left; margin: 0 2px 0 0; border: 1px solid #e0e0e0; border-top: 0; border-bottom: 0; } .cTab li a { position: relative; border-top: 1px solid #e0e0e0; float: left; height: 28px; line-height: 28px; padding: 0 20px; font-size: 11px; font-family: 나눔고딕, NanumGothic, "맑은 고딕", "MalgunGhotic", sans-serif; text-decoration: none; color: #666; box-sizing:border-box; -webkit-transition: all .1s ease-in-out;-moz-transition: all .1s ease-in-out;-ms-transition: all .1s ease-in-out;-o-transition: all .1s ease-in-out;transition: all .1s ease-in-out } .cTab li em { font: 11px Tahoma, Geneva, sans-serif; color: #767676; padding: 0 0 0 2px; } .cTab li:hover a, .cTab li.on a { color: #000; border-top: 2px solid #CDA25A; } .cTab ul { display: none; position: absolute; top: 30px; left: 0; margin: 0; padding: 0; } .cTab li.on ul { display: block; overflow: hidden; white-space: nowrap; } .cTab li.on ul li { position: relative; left: 1px; float: none; display: inline; margin: 0; padding: 0 15px; list-style: none; border: 0; border-right: 1px solid #d0d0d0; } .cTab li.on ul li a { border: 0; top: 0; float: none; line-height: none; padding: 0; font-weight: normal; } .cTab li.on ul li.on_ a { font-weight: bold; color: #3912b3; } /* Board List */ /* list.html */ .board_list { } .board_list table { border: 0; border-top: 1px solid #D8D8D8; border-bottom: 1px solid #D8D8D8; color: #4a4a4a; } .board_list a { text-decoration: none; color: #4a4a4a; } .board_list a:hover, .board_list a:active, .board_list a:focus { text-decoration: underline; } .board_list th { border: 0; border-bottom:double #DBDBDB; padding: 14px 0 15px 0; height: 14px; white-space: nowrap; } .board_list th:first-child span { border: 0; } .board_list th span { display: block; padding: 0 15px; height: 14px; font-weight: normal; } .board_list tr.notice { background: #f6f6f6; } .board_list tr.notice td.title a { font-weight: bold; } .board_list td { border: 0; border-bottom: 1px solid #e6e6e6; padding: 8px 10px; white-space: nowrap; vertical-align: top; } .board_list tr:last-child td { border: 0; } .board_list td.notice { text-align: center; } .board_list td.no { text-align: center; font: 11px Tahoma, Geneva, sans-serif; } .board_list td.title { white-space: normal; line-height: 1.4; width: 100%; } .board_list td.author img { position: relative; top: -1px; } .board_list td.time, .board_list td.readNum, .board_list td.voteNum, .board_list td.lastReply a { text-align: center; font: 11px Tahoma, Geneva, sans-serif; } .board_list td.lastReply sub { font: 9px Tahoma, Geneva, sans-serif; } .board_list td.check { text-align: center; } .board_list tr.no_article { height:150px; } .board_list tr.no_article td { vertical-align: middle; } .list_footer { position: relative; margin: 15px 0; zoom: 1; } .list_footer:after { content: ""; display: block; clear: both; } .list_footer .btnArea { float: right; margin: 0; } .list_footer .board_search { float: left; position: relative; margin: 0 4px 0 0; } .list_footer .board_search .xi-magnifier { position:absolute; top:7px; left: 7px; } .list_footer .board_search * { vertical-align: top; } .list_footer .board_search .iText { height: 25px; line-height: 25px; padding: 0 60px 0 27px; width: 160px; border: 1px solid #DBDBDB; border-radius: 4px; box-sizing:border-box; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .list_footer .board_search .iText.active, .list_footer .board_search .iText:active, .list_footer .board_search .iText:focus { width: 180px; } .list_footer .board_search .search_input {display:inline-block; position: relative;} .list_footer .board_search select { height: 25px; min-width: 80px; padding: 0; } .list_footer .board_search .btn { position: absolute; top: 0; right:0; border-radius: 0 2px 2px 0; } /* Board Write */ /* write_form.html */ .board_write { } .write_header { padding: 9px 10px 10px 0px; } .write_header * { vertical-align: middle; } .write_header select { height: 29px; width: 140px; padding: 0; } .write_header .iText { width: 360px; margin: 0 10px 0 0; background: #fff; } .write_editor .xd { margin-top: -3px; } .write_footer { overflow: hidden; margin: 1em 0; } .write_footer:after { content: ""; display: block; clear: both; } .write_footer .btnArea { float: right; margin: 0; } .write_option { margin: 0 0 1em 0; } .write_option label { margin: 0 10px 0 0; } /* Extra Form */ .exForm { background: #fff; padding: 10px 0; } .exForm table { border: 0; width: 100%; } .exForm caption { text-align: right; font-size: 11px; padding: 0 0 2px 0; } .exForm th, .exForm td { border: 0; vertical-align: top; border-top: 1px solid #ddd; } .exForm th { color: #333; text-align: left; padding: 10px 5px 15px 5px; white-space: nowrap; } .exForm th label { cursor: default; } .exForm td { color: #666; padding: 8px 10px; } .exForm em { font-style: normal; color: #f60; } .exForm .text, .exForm .homepage, .exForm .email_address, .exForm .tel, .exForm .address, .exForm .date { padding: 3px 4px; margin: 0 4px 0 0; height: 14px; line-height: 14px; vertical-align: top; border: 1px solid #A6A6A6; border-right-color: #D8D8D8; border-bottom-color: #D8D8D8; } .exForm .text, .exForm .email_address, .exForm .homepage, .exForm .address { width: 300px; } .exForm .tel { width: 40px; } .exForm .date { width: 120px; } .exForm textarea { width: 90%; padding: 3px 4px; margin: 0 4px 0 0; vertical-align: top; border: 1px solid #A6A6A6; border-right-color: #D8D8D8; border-bottom-color: #D8D8D8; } .exForm p { margin: 5px 0 0 0; font-size: 11px; } .exForm ul { margin: 0; padding: 0; list-style: none; } .exForm li { display: inline; } .exForm li input { width: 13px; height: 13px; margin: 0 4px 0 0; vertical-align: middle; } .exForm li label { margin: 0 15px 0 0; } .exOut { background: #fff; padding: 10px 0; } .exOut table { border: 0; width: 100%; } .exOut th, .exOut td { border: 0; vertical-align: top; border-bottom: 1px solid #ddd; padding: 8px 15px; } .exOut th { color: #333; text-align: left; white-space: nowrap; } .exOut td { color: #666; width: 100%; } /* Board Read */ /* _read.html */ .board_read { zoom: 1; } .read_header { position: relative; margin-bottom:20px; } .read_header h1 { width: 90%; margin: 0; font-size: 21px; font-weight: normal; line-height: 36px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; color: #555; } .read_header h1 a { text-decoration: none; color: #444; } .read_header h1 .category { font-weight: normal; border-right: 1px solid #DDD; padding: 0 13px 0 0; margin: 0 8px 0 0; } .read_header .meta { margin: 0; padding: 8px 0 13px; border-bottom: 1px solid #ddd; zoom: 1; white-space: nowrap; color : #666; } .read_header .meta > span { margin-left: 8px ;} .read_header .meta > span:first-child {margin-left:0;} .read_header .meta:after { content: ""; display: block; clear: both; } .read_header .meta .author { text-decoration: none; color: #666; font-weight: normal; } .read_body { padding: 15px 10px; } .read_body .xe_content { color: #333; } .read_footer { overflow: hidden; } .read_footer .fileList { margin: 15px 0; display: inline; float: left; } .read_footer .toggleFile { border: 0; background: none; cursor: pointer; overflow: visible; padding: 0; color: #4b4b4b; } .read_footer .files { display: none; list-style: none; margin: 15px 0; padding: 0; line-height: 16px; } .read_footer .files li { background: url(icoSet.gif) no-repeat 0 -28px; padding: 0 0 0 15px; } .read_footer .files a { color: #4b4b4b; position: relative; text-decoration: none; } .read_footer .files a .fileSize { visibility: hidden; position: absolute; padding: 1px 4px; left: 100%; top: -4px; border: 1px solid #ddd; font: 11px Tahoma, Geneva, sans-serif; background: #fff; white-space: nowrap; } .read_footer .files a:hover .fileSize, .read_footer .files a:active .fileSize, .read_footer .files a:focus .fileSize { visibility: visible; } .read_footer .tns { float: right; margin: 15px 0; } .read_footer .tns a:hover, .read_footer .tns a:active, .read_footer .tns a:focus { text-decoration: underline; } .read_footer .tags { display: inline-block; height: 16px; font-size: 11px; color: #666; vertical-align: top; padding: 0 15px 0 32px; line-height: 16px; background: none; } .read_footer .tags a { text-decoration: none; color: #666; } .read_footer .tags .xi-tags { font-size: 14px; margin-right:3px; } .read_footer .action { display: inline-block; line-height: 16px; font-size: 11px; margin: 0 15px 0 0; color: #555; } .read_footer .sns{ margin-top:51px;text-align:center; } .read_footer .sns li{display:inline;vertical-align:top} .read_footer .sns a{display:inline-block;width:32px;height:32px;border:1px solid #e0e0e0;background-color:#f4f4f4; border-radius:2px;} .read_footer .sns i{font-size:22px;line-height:32px;color:#bcbcbc} .read_footer .sns a:hover{border-color:#DECA79;background-color:#f9dc5f;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out} .read_footer .sns a:hover {color:#747474;transition: all 0.2s ease-in-out;-webkit-transition: all 0.2s ease-in-out} .read_footer .sign { clear: both; border: 1px solid #ddd; margin: 0 0 -1px 0; padding: 10px 15px; overflow: hidden; zoom: 1; } .read_footer .sign .pf { float: left; margin: 0 15px 0 0; width: 80px; height: 80px; } .read_footer .sign .tx { overflow: hidden; line-height: 1.3; font-size: 11px; border-left: 1px dotted #ddd; padding: 0 0 0 15px; color: #333; } .read_footer .sign .tx * { margin: 0; } .read_footer .btnArea { clear: both; text-align: right; padding: 10px 0; } /* Feedback (Trackback+Comment) */ /* _trackback.html | _comment.html */ .feedback { position: relative; color: #4b4b4b; margin: 0 0 20px 0; } .feedback .fbHeader { position: relative; height: 32px; padding: 10px 0 0 5px; line-height: 30px; border-top:1px solid #DDD; } #comment .fbHeader .wComment { position: absolute; top: 10px; right: 15px; padding: 0 0 0 18px; text-decoration: none; color: #666; line-height: 1; } .feedback .fbHeader h2 { margin: 0; font-size: 14px; display: inline; } .feedback .fbHeader h2 em { font-style: normal; color: #CDA25A; } .feedback .fbHeader .trackbackURL { position: absolute; top: 8px; right: 10px; margin: 0; line-height: 1; color: #666; font: 11px Tahoma, Geneva, sans-serif; } .feedback .fbHeader .trackbackURL a { text-decoration: none; color: #666; } .feedback .fbList { margin: 0; padding: 0; } .feedback .fbItem { padding: 20px 0 19px 0; border-bottom: 1px solid #E9E9E9; margin: 0 0 -1px 0; zoom: 1; list-style: none; } .feedback .fbItem:last-child { border-bottom:none; } .feedback .fbItem:after { content: ""; display: block; clear: both; } .feedback .indent { background: url(icoIndent.gif) no-repeat; } .feedback .fbMeta { float: left; width: 184px; padding: 0 0 0 6px; } .feedback .fbMeta .profile { float: left; width: 38px; height: 38px; margin: 0 10px 5px 0; background: url(profile.gif) no-repeat; background-size:100%; border-radius: 100%; } .feedback .fbMeta .author { margin: 0; font-size: 12px; } .feedback .author a { text-decoration: none; color: #666; } .feedback .author a img { margin: 0 6px 0 0 !important; vertical-align: top !important; } .feedback .time { margin: 0; font: 11px Tahoma, Geneva, sans-serif; color: #8e8e8e; } .feedback .xe_content { margin: 0 0 0 200px; color: #666; line-height: 1.5; } .feedback .xe_content *:first-child { margin-top: 0; } #trackback .xe_content { color: #888; } #trackback .xe_content strong { color: #666; display: block; font-weight: normal; } .feedback .fileList { margin: 0 0 0 190px; padding: 8px 0 0 0; display: inline; float: left; clear: both; } .feedback .toggleFile { border: 0; background: none; cursor: pointer; overflow: visible; padding: 0; color: #767676; } .feedback .files { display: none; list-style: none; margin: 15px 0; padding: 0; line-height: 16px; } .feedback .files li { background: url(icoSet.gif) no-repeat 0 -28px; padding: 0 0 0 15px; } .feedback .files a { color: #767676; position: relative; text-decoration: none; } .feedback .files a .fileSize { visibility: hidden; position: absolute; padding: 1px 4px; left: 100%; top: -4px; border: 1px solid #ddd; font: 11px Tahoma, Geneva, sans-serif; background: #fff; white-space: nowrap; } .feedback .files a:hover .fileSize, .feedback .files a:active .fileSize, .feedback .files a:focus .fileSize { visibility: visible; } .feedback .action { margin: 0; padding: 10px 10px 0 0; white-space: nowrap; float: right; } .feedback .action .vote { margin: 0 10px 0 0; color: #767676; } .feedback .action a { padding: 0 0 0 4px; color: #767676; text-decoration: none; } .feedback .action a:hover { color:#CDA25A; } .feedback .action a.this { background: none; padding: 0; margin: 0 0 0 10px; text-decoration: underline; } .feedback .pagination { padding: 10px 0; } .feedback .indent1 { padding-left: 20px; background-position: 6px 15px; } .feedback .indent2 { padding-left: 40px; background-position: 26px 15px; } .feedback .indent3 { padding-left: 60px; background-position: 46px 15px; } .feedback .indent4 { padding-left: 80px; background-position: 66px 15px; } .feedback .indent5 { padding-left: 100px; background-position: 86px 15px; } .feedback .indent6 { padding-left: 120px; background-position: 106px 15px; } .feedback .indent7 { padding-left: 140px; background-position: 126px 15px; } .feedback .indent8 { padding-left: 160px; background-position: 146px 15px; } .feedback .indent9 { padding-left: 180px; background-position: 166px 15px; } .feedback .indent10 { padding-left: 200px; background-position: 186px 15px; } .feedback .indent11 { padding-left: 220px; background-position: 206px 15px; } .feedback .indent12 { padding-left: 240px; background-position: 226px 15px; } .feedback .indent12 .action {display: none} .fbFooter { margin: -10px 0 10px 0; } /* Pagination */ /* list.html | _comment.html */ .pagination { margin: 0; padding: 13px 0; text-align: center; line-height: normal; clear:both; } .pagination a, .pagination strong { position: relative; color: #767676; font: bold 11px/22px Tahoma, Sans-serif; vertical-align: top; display: inline-block; text-decoration: none; padding: 1px 8px; background-color: #F6F6F6; border-radius:2px; z-index: 2; } .pagination a:hover, .pagination a:active, .pagination a:focus { background-color: #f8f8f8; } .pagination strong { color: #D88700; font-size: 13px; } .pagination .direction { font-weight: normal; color: #767676; text-decoration: none !important; border: 0; z-index: 1; } .pagination .direction:hover, .pagination .direction:active, .pagination .direction:focus { color: #333; background-color: #fff; } .pagination .prev { border-left: 0; } .pagination .next { border-right: 0; } .pagination .direction span { position: relative; display: inline-block; width: 0; height: 0; font-size: 0; line-height: 0; vertical-align: top; top: 4px; } .pagination .prev span { border: 3px solid; border-top: solid #fff; border-bottom: solid #fff; border-left: 0; margin-right: 1px; *left: -4px; } .pagination .next span { border: 3px solid; border-top: solid #fff; border-bottom: solid #fff; border-right: 0; margin-left: 1px; } /* Write Author */ /* _read.html | write_form.html | comment_form.html */ .write_author { float: left; margin: 0 4px 0 0; } .write_author .item { position: relative; display: inline-block; zoom: 1; } .write_author .iLabel { top: 6px; left: 12px; color: #666; } .write_author label { margin: 0 10px 0 0; } /* Write Comment */ /* _read.html | comment_form.html */ .write_comment { position: relative; margin: 10px 0 75px; zoom: 1; } .write_comment:after { content: ""; display: block; clear: both; } .write_comment textarea { width: 645px; height: 37px; margin: 0 0 5px 0; } .write_comment .write_author { padding: 0 0 10px 0; } .write_comment .iText.userName, .write_comment .iText.userPw {width:100px;} .write_comment .iText.homePage {width:150px;} /* Context Data | Context Message */ /* comment_form.html | delete_form.html | delete_comment_form.html | input_password_form.html | message.html */ .context_data { background: #f8f8f8; border-top: 2px solid #666; padding: 15px 20px; color: #666; } .context_data h3.author { margin: 0 0 10px 0; color: #333; } .context_data h3.title { margin: 0 0 10px 0; color: #333; } .context_data p.author { margin: 0; } .context_data p.author strong { font-weight: normal; } .context_data .xe_content { color: #666; } .context_message { text-align: center; border-top: 2px solid #666; } .context_message h1 { font-size: 16px; margin: 20px 0; } .context_message .btnArea { margin: 20px 0; } /* Tag List */ .tagList { margin: 0; padding: 25px; border: 1px solid #cdcdcd; line-height: 1.2; text-align: justify; } .tagList a { color: #fff; text-decoration: none; white-space: nowrap; margin: 0 2px; } .tagList a.rank1 { font-size: 24px; background: #000; } .tagList a.rank2 { font-size: 18px; background: #333; } .tagList a.rank3 { font-size: 14px; background: #666; } .tagList a.rank4 { font-size: 12px; background: #999; } .tagList a.rank5 { font-size: 12px; color: #666; text-decoration: underline; } .tagFooter { text-align: center; padding: 20px 0; } /* Button */ .board .btn { text-decoration: none !important; display: inline-block; *display: inline; *zoom: 1; padding: 0 12px !important; margin: 0; font-family: inherit; font-size: 12px; line-height: 24px !important; height: 25px !important; color: #fff; text-align: center; vertical-align: top; cursor: pointer; overflow: visible; background-color: #ECECEC; background-image: none; border: 0; border-radius:2px; text-shadow:none; color:#000; box-shadow:none; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .board .btn:hover, .board .btn:active, .board .btn[disabled] { color: #fff; background-color: #CDA25A; *background-color: #CDA25A; } .board .btn i { width: 24px; background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.06); height: 25px; line-height: 25px; display: inline-block; margin-left: -12px; margin-right: 4px; text-align: center; padding-left: 2px; border-radius: 2px 0 0 2px; } .board .btn_insert { font-size: 13px; border:0; cursor:pointer; width:130px; height:38px; border-radius:2px; color:#fff; background:#CDA25A; -webkit-transition: all .2s ease-in-out;-moz-transition: all .2s ease-in-out;-ms-transition: all .2s ease-in-out;-o-transition: all .2s ease-in-out;transition: all .2s ease-in-out } .board .btn_insert:hover { background:#555; } /* secret form */ .board .secretForm .iText {height:25px; width:150px; box-sizing:border-box;} .board .secretForm .btn {border-radius: 0 2px 2px 0; } .board .secretForm p {margin-bottom:5px;}
0.163379
0.057998
@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; } } @media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; } } @media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; } } @media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; } } /*# sourceMappingURL=bottom.css.map */
static_content/wp-content/plugins/complianz-gdpr/cookiebanner/css/positions/bottom.css
@media (max-width: 768px) { .cmplz-cookiebanner { width: 100%; } .cmplz-cookiebanner .cmplz-buttons { flex-direction: column; } } @media (max-width: 1023px) { .cmplz-cookiebanner { max-width: 100%; } } @media (max-width: 1023px) { .cmplz-cookiebanner { transform: translateX(-50%); bottom: 0; top: initial; } } @media (min-width: 1024px) { .cmplz-cookiebanner { margin: 10px; width: calc(100% - 20px); grid-column-gap: 10px; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: initial; top: initial; transform: initial; } .cmplz-cookiebanner.cmplz-categories-type-save-preferences .cmplz-body > div { width: 49%; } .cmplz-cookiebanner.cmplz-categories-visible .cmplz-body > div { width: 49%; } .cmplz-cookiebanner .cmplz-body { grid-column: span 2; display: flex; gap: 10px; } .cmplz-cookiebanner .cmplz-message, .cmplz-cookiebanner .cmplz-categories, .cmplz-cookiebanner .cmplz-links, .cmplz-cookiebanner .cmplz-buttons { grid-column: inherit; } .cmplz-cookiebanner .cmplz-description { grid-column-start: 1; } .cmplz-cookiebanner.optin .cmplz-categories, .cmplz-cookiebanner.optout .cmplz-categories { width: 85vw; grid-column-start: 2; } .cmplz-cookiebanner .cmplz-buttons { grid-column-start: 3; grid-row-start: 3; display: flex; flex-direction: column; } .cmplz-cookiebanner .cmplz-buttons .cmplz-btn { min-width: 250px; width: 100%; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-end: 3; } .cmplz-cookiebanner .cmplz-links.cmplz-information { grid-column-start: 3; grid-column-end: 4; grid-row-start: 5; display: flex; justify-content: flex-end; } .cmplz-cookiebanner .cmplz-links.cmplz-documents { grid-column-start: 1; grid-row-start: 5; display: flex; justify-content: flex-start; } .cmplz-cookiebanner .cmplz-categories.cmplz-tcf { height: 160px; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no .cmplz-buttons { flex-direction: initial; } .cmplz-cookiebanner.cmplz-categories-type-view-preferences.cmplz-categories-visible .cmplz-buttons, .cmplz-cookiebanner.cmplz-categories-type-no.cmplz-categories-visible .cmplz-buttons { flex-direction: column; } } /*# sourceMappingURL=bottom.css.map */
0.356559
0.108779
body{ --accent: #ff533d; --font: #282828; --bg: #ffffff; --gray-light: #c9c9c9; --gray: #969696; --gray-dark: #5b5b5b } h1 { font-size: 36px; text-align: center; margin-top: 2rem; } h1.title{ font-weight: bold; color: var(--accent); } p { font-size: 16px; } pre { border: none } /*---- Header ----*/ header{ display: none; margin-bottom: 4rem; padding: 2rem 0; text-align: center; box-shadow: 0 7px 7px -7px var(--gray-light); } header img{ max-width: 144px; height: auto; } #header { margin-bottom: 6rem; } .author{ text-align: center; font-size: 16px; color: var(--font); } .date{ font-size: 14px; color: var(--gray); text-align: center; } /*----- Links ----- */ a { color: var(--font); border-bottom: 1px solid var(--font); transition: 100ms ease-in-out; text-decoration: none; } a:hover{ color: var(--accent); border-bottom: 1px solid var(--accent); transition: 100ms ease-in-out; text-decoration: none; } .dropdown-menu a{ border-bottom: none; } /*--- Table of Contents ----*/ #TOC { position: fixed; margin: 1.5rem, 0 1.5rem 0; } div.tocify{ width: 20%; max-width: 16.25rem; max-height: 85%; border-radius: 0px; } .tocify{ overflow: auto; border: none; color: var(--gray); } .tocify-item{ padding: 0.5rem; border-color: none; border-left: 2px solid var(--bg); background-color: transparent; border-radius: 0px; } .list-group-item{ padding: 0.5rem; border-color: none; border-left: 2px solid var(--bg); background-color: transparent; border-radius: 0px; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: transparent; border-color: none; border-left: 2px solid var(--accent); color: var(--gray-dark); border-radius: 0px; } .logo{ max-width: 144px; margin-bottom: 2rem; } /* ------ This is just to fix the bug on Safari where table of content is on top of content */ .toc-content { margin-left: 210px } /*---- Buttons ------*/ .btn, .btn-default{ border: none; font-weight: normal; background-color: var(--bg); color: var(--accent); padding: 0.25rem 0.5rem; transition: 100ms ease-in-out; margin-top: 0px; } .btn:hover, .btn-default:hover{ border: none; background-color: var(--accent); color: var(--bg); transition: 100ms ease-in-out; margin-top: 0px; } /*---- Misc ----*/ blockquote{ background-color: #f4ecf7; border-left: 5px solid #a239ca; font-size: 18px; padding: 2rem; }
analysis/packrat/lib/x86_64-apple-darwin15.6.0/3.4.4/puddingR/rmarkdown/templates/pudding/resources/style.css
body{ --accent: #ff533d; --font: #282828; --bg: #ffffff; --gray-light: #c9c9c9; --gray: #969696; --gray-dark: #5b5b5b } h1 { font-size: 36px; text-align: center; margin-top: 2rem; } h1.title{ font-weight: bold; color: var(--accent); } p { font-size: 16px; } pre { border: none } /*---- Header ----*/ header{ display: none; margin-bottom: 4rem; padding: 2rem 0; text-align: center; box-shadow: 0 7px 7px -7px var(--gray-light); } header img{ max-width: 144px; height: auto; } #header { margin-bottom: 6rem; } .author{ text-align: center; font-size: 16px; color: var(--font); } .date{ font-size: 14px; color: var(--gray); text-align: center; } /*----- Links ----- */ a { color: var(--font); border-bottom: 1px solid var(--font); transition: 100ms ease-in-out; text-decoration: none; } a:hover{ color: var(--accent); border-bottom: 1px solid var(--accent); transition: 100ms ease-in-out; text-decoration: none; } .dropdown-menu a{ border-bottom: none; } /*--- Table of Contents ----*/ #TOC { position: fixed; margin: 1.5rem, 0 1.5rem 0; } div.tocify{ width: 20%; max-width: 16.25rem; max-height: 85%; border-radius: 0px; } .tocify{ overflow: auto; border: none; color: var(--gray); } .tocify-item{ padding: 0.5rem; border-color: none; border-left: 2px solid var(--bg); background-color: transparent; border-radius: 0px; } .list-group-item{ padding: 0.5rem; border-color: none; border-left: 2px solid var(--bg); background-color: transparent; border-radius: 0px; } .list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus { background-color: transparent; border-color: none; border-left: 2px solid var(--accent); color: var(--gray-dark); border-radius: 0px; } .logo{ max-width: 144px; margin-bottom: 2rem; } /* ------ This is just to fix the bug on Safari where table of content is on top of content */ .toc-content { margin-left: 210px } /*---- Buttons ------*/ .btn, .btn-default{ border: none; font-weight: normal; background-color: var(--bg); color: var(--accent); padding: 0.25rem 0.5rem; transition: 100ms ease-in-out; margin-top: 0px; } .btn:hover, .btn-default:hover{ border: none; background-color: var(--accent); color: var(--bg); transition: 100ms ease-in-out; margin-top: 0px; } /*---- Misc ----*/ blockquote{ background-color: #f4ecf7; border-left: 5px solid #a239ca; font-size: 18px; padding: 2rem; }
0.420719
0.072538
.equipe { border: 1px solid #000; width: 100%; height: auto; display: flex; justify-content: center; flex-wrap: wrap; } .card { border: 1px solid #b2b2b2; width: 250px; height: auto; background-color: #fff; text-align: center; margin: 10px; display: flex; flex-wrap: wrap; justify-content: center; opacity: 0.7; transition: 0.4s; } .card:hover { opacity: 1; } .card h2 { margin-top: 10px; } .card p { margin: 10px 0; } .card .imagem { background-image: url("../img/1.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem2 { background-image: url("../img/2.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem3 { background-image: url("../img/3.png"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem4 { background-image: url("../img/9.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem5 { background-image: url("../img/4.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagemrosa { background-image: url("../img/5.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem6 { background-image: url("../img/6.jpg"); background-position: center; background-size: cover; width: 250; height: 300px; } .card .imagemd { background-image: url("../img/7.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem8 { background-image: url("../img/8.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem9 { background-image: url("../img/10.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem10 { background-image: url("../img/5"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem7 { background-image: url("../img/6.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } /* CURSOS - CSS */ .sec-design { width: 100%; height: auto; display: flex; justify-content: space-between; } .sec-design img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .sec-design img:hover { opacity: 1; } .desenvolvimento { width: 100%; height: auto; display: flex; justify-content: space-between; } .desenvolvimento img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .desenvolvimento img:hover { opacity: 1; } .ti { width: 100%; height: auto; display: flex; justify-content: space-between; } .ti img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .ti img:hover { opacity: 1; } .dev-pessoal { width: 100%; height: auto; display: flex; justify-content: space-between; } .dev-pessoal img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .dev-pessoal img:hover { opacity: 1; } /*---- Bug fix tela pequena daqui pra baixo ----*/ /*-- Equipe --*/ @media only screen and (max-width: 1800px) { .card { font-size: 0.9em; } .card h2 { font-size: 1.1em; } .card .imagem { width: 200px; height: 230px; } .card .imagem2 { width: 200px; height: 230px; } .card .imagem3 { width: 200px; height: 230px; } .card .imagem4 { width: 200px; height: 230px; } .card .imagem5 { width: 200px; height: 230px; } .card .imagemrosa { width: 200px; height: 230px; } .card .imagem6 { width: 200px; height: 230px; } .card .imagemd { width: 200px; height: 230px; } .card .imagem8 { width: 200px; height: 230px; } .card .imagem9 { width: 200px; height: 230px; } .card .imagem10 { width: 200px; height: 230px; } .card .imagem7 { width: 200px; height: 230px; } } @media only screen and (max-width: 1500px) { .card .imagem { width: 180px; height: 200px; } .card .imagem2 { width: 180px; height: 200px; } .card .imagem3 { width: 180px; height: 200px; } .card .imagem4 { width: 180px; height: 200px; } .card .imagem5 { width: 180px; height: 200px; } .card .imagemrosa { width: 180px; height: 200px; } .card .imagem6 { width: 180px; height: 200px; } .card .imagemd { width: 180px; height: 200px; } .card .imagem8 { width: 180px; height: 200px; } .card .imagem9 { width: 180px; height: 200px; } .card .imagem10 { width: 180px; height: 200px; } .card .imagem7 { width: 180px; height: 200px; } } @media only screen and (max-width: 1380px) { .card .imagem { width: 150px; height: 175px; } .card .imagem2 { width: 150px; height: 175px; } .card .imagem3 { width: 150px; height: 175px; } .card .imagem4 { width: 150px; height: 175px; } .card .imagem5 { width: 150px; height: 175px; } .card .imagemrosa { width: 150px; height: 175px; } .card .imagem6 { width: 150px; height: 175px; } .card .imagemd { width: 150px; height: 175px; } .card .imagem8 { width: 150px; height: 175px; } .card .imagem9 { width: 150px; height: 175px; } .card .imagem10 { width: 150px; height: 175px; } .card .imagem7 { width: 150px; height: 175px; } } @media only screen and (max-width: 1230px) { .card .imagem { width: 120px; height: 135px; } .card .imagem2 { width: 120px; height: 135px; } .card .imagem3 { width: 120px; height: 135px; } .card .imagem4 { width: 120px; height: 135px; } .card .imagem5 { width: 120px; height: 135px; } .card .imagemrosa { width: 120px; height: 135px; } .card .imagem6 { width: 120px; height: 135px; } .card .imagemd { width: 120px; height: 135px; } .card .imagem8 { width: 120px; height: 135px; } .card .imagem9 { width: 120px; height: 135px; } .card .imagem10 { width: 120px; height: 135px; } .card .imagem7 { width: 120px; height: 135px; } } /* --- Cursos --- */ @media only screen and (max-width: 1800px) { .sec-design img { width: 250px; } .desenvolvimento img { width: 250px; } .ti img { width: 250px; } .dev-pessoal img { width: 250px; } } @media only screen and (max-width: 1500px) { .sec-design img { width: 200px; } .desenvolvimento img { width: 200px; } .ti img { width: 200px; } .dev-pessoal img { width: 200px; } } @media only screen and (max-width: 1300px) { .sec-design img { width: 170px; } .desenvolvimento img { width: 170px; } .ti img { width: 170px; } .dev-pessoal img { width: 170px; } }
css/cursoseequipe.css
.equipe { border: 1px solid #000; width: 100%; height: auto; display: flex; justify-content: center; flex-wrap: wrap; } .card { border: 1px solid #b2b2b2; width: 250px; height: auto; background-color: #fff; text-align: center; margin: 10px; display: flex; flex-wrap: wrap; justify-content: center; opacity: 0.7; transition: 0.4s; } .card:hover { opacity: 1; } .card h2 { margin-top: 10px; } .card p { margin: 10px 0; } .card .imagem { background-image: url("../img/1.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem2 { background-image: url("../img/2.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem3 { background-image: url("../img/3.png"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem4 { background-image: url("../img/9.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem5 { background-image: url("../img/4.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagemrosa { background-image: url("../img/5.jpg"); background-position: center; background-size: cover; width: 250px; height: 300px; } .card .imagem6 { background-image: url("../img/6.jpg"); background-position: center; background-size: cover; width: 250; height: 300px; } .card .imagemd { background-image: url("../img/7.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem8 { background-image: url("../img/8.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem9 { background-image: url("../img/10.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem10 { background-image: url("../img/5"); background-position: center; background-size: cover; width: 300px; height: 300px; } .card .imagem7 { background-image: url("../img/6.jpg"); background-position: center; background-size: cover; width: 300px; height: 300px; } /* CURSOS - CSS */ .sec-design { width: 100%; height: auto; display: flex; justify-content: space-between; } .sec-design img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .sec-design img:hover { opacity: 1; } .desenvolvimento { width: 100%; height: auto; display: flex; justify-content: space-between; } .desenvolvimento img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .desenvolvimento img:hover { opacity: 1; } .ti { width: 100%; height: auto; display: flex; justify-content: space-between; } .ti img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .ti img:hover { opacity: 1; } .dev-pessoal { width: 100%; height: auto; display: flex; justify-content: space-between; } .dev-pessoal img { width: 300px; border: 1px solid #262626; opacity: 0.5; transition: 0.4; border-radius: 12px; } .dev-pessoal img:hover { opacity: 1; } /*---- Bug fix tela pequena daqui pra baixo ----*/ /*-- Equipe --*/ @media only screen and (max-width: 1800px) { .card { font-size: 0.9em; } .card h2 { font-size: 1.1em; } .card .imagem { width: 200px; height: 230px; } .card .imagem2 { width: 200px; height: 230px; } .card .imagem3 { width: 200px; height: 230px; } .card .imagem4 { width: 200px; height: 230px; } .card .imagem5 { width: 200px; height: 230px; } .card .imagemrosa { width: 200px; height: 230px; } .card .imagem6 { width: 200px; height: 230px; } .card .imagemd { width: 200px; height: 230px; } .card .imagem8 { width: 200px; height: 230px; } .card .imagem9 { width: 200px; height: 230px; } .card .imagem10 { width: 200px; height: 230px; } .card .imagem7 { width: 200px; height: 230px; } } @media only screen and (max-width: 1500px) { .card .imagem { width: 180px; height: 200px; } .card .imagem2 { width: 180px; height: 200px; } .card .imagem3 { width: 180px; height: 200px; } .card .imagem4 { width: 180px; height: 200px; } .card .imagem5 { width: 180px; height: 200px; } .card .imagemrosa { width: 180px; height: 200px; } .card .imagem6 { width: 180px; height: 200px; } .card .imagemd { width: 180px; height: 200px; } .card .imagem8 { width: 180px; height: 200px; } .card .imagem9 { width: 180px; height: 200px; } .card .imagem10 { width: 180px; height: 200px; } .card .imagem7 { width: 180px; height: 200px; } } @media only screen and (max-width: 1380px) { .card .imagem { width: 150px; height: 175px; } .card .imagem2 { width: 150px; height: 175px; } .card .imagem3 { width: 150px; height: 175px; } .card .imagem4 { width: 150px; height: 175px; } .card .imagem5 { width: 150px; height: 175px; } .card .imagemrosa { width: 150px; height: 175px; } .card .imagem6 { width: 150px; height: 175px; } .card .imagemd { width: 150px; height: 175px; } .card .imagem8 { width: 150px; height: 175px; } .card .imagem9 { width: 150px; height: 175px; } .card .imagem10 { width: 150px; height: 175px; } .card .imagem7 { width: 150px; height: 175px; } } @media only screen and (max-width: 1230px) { .card .imagem { width: 120px; height: 135px; } .card .imagem2 { width: 120px; height: 135px; } .card .imagem3 { width: 120px; height: 135px; } .card .imagem4 { width: 120px; height: 135px; } .card .imagem5 { width: 120px; height: 135px; } .card .imagemrosa { width: 120px; height: 135px; } .card .imagem6 { width: 120px; height: 135px; } .card .imagemd { width: 120px; height: 135px; } .card .imagem8 { width: 120px; height: 135px; } .card .imagem9 { width: 120px; height: 135px; } .card .imagem10 { width: 120px; height: 135px; } .card .imagem7 { width: 120px; height: 135px; } } /* --- Cursos --- */ @media only screen and (max-width: 1800px) { .sec-design img { width: 250px; } .desenvolvimento img { width: 250px; } .ti img { width: 250px; } .dev-pessoal img { width: 250px; } } @media only screen and (max-width: 1500px) { .sec-design img { width: 200px; } .desenvolvimento img { width: 200px; } .ti img { width: 200px; } .dev-pessoal img { width: 200px; } } @media only screen and (max-width: 1300px) { .sec-design img { width: 170px; } .desenvolvimento img { width: 170px; } .ti img { width: 170px; } .dev-pessoal img { width: 170px; } }
0.371137
0.088544
.banner { position: relative; display: inline-block; width: 100%; height: 500px; margin-top: 80px; top: 15%; left: 0; } .banner .title { position: absolute; z-index: 2; width: 70%; height: 400px; background: white; top: 250px; left: 15%; box-shadow: 10px 10px 37px -13px rgba(0, 0, 0, 0.75); } .banner .title h1 { font-size: 6em; color: #000; width: 63%; height: 50%; text-align: left; margin: 40px 0 0px 20px; } .banner .title h2 { color: #000; text-align: left; position: absolute; bottom: 35px; margin-left: 20px; } .banner .title-img { position: absolute; z-index: 3; right: 13%; top: 168px; } .banner .title-img img { width: 300px; height: auto; z-index: 3; box-shadow: 7px 7px 37px -13px rgba(0, 0, 0, 0.75); } .banner .title-bg { position: absolute; z-index: 1; width: 60%; height: 350px; left: 28%; top: 135px; background: #9ec0d0; } .form-container { margin: 20px 10px; padding: 10px 50px; } .form-container label { display: block; font-size: 1.2em; margin: 0 auto; margin-bottom: 10px; width: 450px; text-align: left; } .form-container input { display: inline-block; vertical-align: top; border: none; border-radius: 2px; height: 40px; width: 350px; padding: 5px 10px; font-size: 1.1em; } .form-container button { display: inline-block; vertical-align: top; border: none; border-radius: 2px; font-size: 1.5em; height: 40px; width: 100px; background: #9ec0d0; color: white; font-weight: 500; } .form-container button .fa { display: none; } .history-container { display: inline-block; margin: 5% auto; max-width: 70%; background: rgba(158, 192, 208, 0.24); } .history-container .history-sg-container { position: relative; box-sizing: border-box; width: 29.33%; margin: 2%; display: block; float: left; background: #9ec0d0; min-width: 275px; } .history-container .history-sg-container .history-text { position: relative; width: 95%; background: white; padding: 20px 20px 55px 20px; box-sizing: border-box; box-shadow: 10px 10px 37px -13px rgba(0, 0, 0, 0.75); } .history-container .history-sg-container .history-text .history-title { color: black; min-width: 215px; /* make the ... */ width: 100%; display: inline-block; } .history-container .history-sg-container .history-text .history-title h2 { white-space: nowrap; /* make the ... */ overflow: hidden; /* make the ... */ text-overflow: ellipsis; /* make the ... */ } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 250px; height: 300px; overflow: hidden; } .history-container .history-sg-container .history-text .history-resume p { padding: 10px; } .history-container .history-sg-container .history-text .history-author { position: absolute; display: block; padding: 5px 20px; bottom: 0; left: 0; background: #eee; width: 100%; height: 40px; box-sizing: border-box; } .history-container .history-sg-container .history-text .history-author hr { width: 60%; margin: 0; margin-left: 39%; border: none; height: 1px; background-color: rgba(0, 0, 0, 0.75); } .history-container .history-sg-container .history-text .history-author .by-line { color: black; text-align: right; font-size: 0.9em; padding: 5px 7px; } .history-container .history-sg-container .history-text .history-author .by-line address { display: inline-block; color: black; } .history-container .history-sg-container .history-text .history-author .by-line address a { text-decoration: none; color: #636363; } .history-container .history-sg-container .history-text .history-author .by-line time { color: black; } .history-container .history-sg-container .history-text .history-author .image-container { position: absolute; top: -20px; width: 50px; height: 50px; background: white; padding: 0; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 5px; width: 40px; height: 40px; } .history-container .history-sg-container .social-icons { position: relative; top: 0px; margin: 8%; font-size: 1.8em; } .history-container .history-sg-container .social-icons .fa { margin: 0 15px; color: white; } @media (max-width: 968px) { .banner .title { height: 300px; } .banner .title h1 { font-size: 5em; margin: 30px 0 0px 20px; } .banner .title h2 { font-size: 1.3em; bottom: 15px; } .banner .title-img { top: 220px; } .banner .title-img img { width: 200px; } .banner .title-bg { height: 250px; top: 180px; } } @media (max-width: 768px) { .banner .title { height: 250px; } .banner .title h1 { font-size: 4em; margin: 20px 0 0px 20px; } .banner .title h2 { font-size: 1.1em; bottom: 5px; } .banner .title-img { top: 240px; } .banner .title-img img { width: 180px; } } @media (max-width: 600px) { .banner { width: 100%; top: 0; margin-top: 30px; } .banner .title { width: 100%; left: 0; } .banner .title h1 { width: 95%; font-size: 3.5em; margin: 10px 0 0px 10px; } .banner .title h2 { font-size: 1em; bottom: 85px; margin: 10px 0 0px 10px; } .banner .title-img { top: 315px; left: 0; right: 0; display: block; margin: 0 auto; } .banner .title-img img { width: 200px; } .banner .title-bg { height: 150px; width: 220px; top: 375px; left: 0; right: 0; margin: 0 auto; } .banner .title-bg2 { height: 315px; width: 100%; top: 115px; left: 0; right: 0; margin: 0 auto; background: #9ec0d0; position: absolute; } } @media (max-width: 1357px) { .history-container { max-width: 80%; } } @media (max-width: 1189px) { .history-container { max-width: 90%; } } @media (max-width: 1060px) { .history-container { max-width: 100%; margin-top: 5%; } .history-container .history-sg-container { width: 48%; margin: 1%; } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 200px; height: 200px; overflow: hidden; } .history-container .history-sg-container .social-icons { margin: 4%; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; color: white; } } @media (max-width: 872px) { .history-container { max-width: 100%; margin-top: 5%; } .history-container .history-sg-container { width: 48%; margin: 1%; } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 265px; height: 250px; overflow: hidden; } } @media (max-width: 600px) { .form-container { margin: 20px 0; padding: 10px 0; } .form-container label { width: 300px; } .form-container input { width: 250px; } .form-container button { width: 50px; } .form-container button .fa { display: block; } .form-container button span { display: none; } .history-container { max-width: 100%; } .history-container .history-sg-container { width: 96%; margin: 2%; } .history-container .history-sg-container .history-text { padding: 20px 10px 5px 10px; } .history-container .history-sg-container .history-text .history-title h2 { margin: 5px 0; } .history-container .history-sg-container .history-text .history-resume { min-height: 220px; height: 220px; } .history-container .history-sg-container .history-text .history-resume p { padding: 10px; } .history-container .history-sg-container .history-text .history-author { height: 35px; } .history-container .history-sg-container .history-text .history-author hr { margin-left: 44%; } .history-container .history-sg-container .history-text .history-author .by-line { font-size: 0.8em; padding: 3px 0px; } .history-container .history-sg-container .history-text .history-author .image-container { width: 40px; height: 40px; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 3px; width: 30px; height: 30px; } .history-container .history-sg-container .social-icons { margin: 3%; font-size: 1.5em; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; } } @media (max-width: 400px) { .form-container { margin: 20px 0; padding: 10px 0; } .form-container label { width: 300px; } .form-container input { width: 250px; } .form-container button { width: 50px; } .form-container button .fa { display: block; } .form-container button span { display: none; } .history-container { max-width: 100%; } .history-container .history-sg-container { width: 96%; margin: 2%; } .history-container .history-sg-container .history-text { padding: 20px 10px 5px 10px; } .history-container .history-sg-container .history-text .history-title h2 { margin: 5px 0; } .history-container .history-sg-container .history-text .history-resume { min-height: 245px; height: 220px; } .history-container .history-sg-container .history-text .history-resume p { font-size: 0.9em; padding: 5px 10px; } .history-container .history-sg-container .history-text .history-author { height: 35px; } .history-container .history-sg-container .history-text .history-author hr { margin-left: 44%; } .history-container .history-sg-container .history-text .history-author .by-line { font-size: 0.7em; padding: 3px 0px; } .history-container .history-sg-container .history-text .history-author .by-line address { display: inline-block; color: black; } .history-container .history-sg-container .history-text .history-author .by-line time { color: black; } .history-container .history-sg-container .history-text .history-author .image-container { position: absolute; top: -20px; width: 40px; height: 40px; background: white; padding: 0; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 3px; width: 30px; height: 30px; } .history-container .history-sg-container .social-icons { margin: 4%; font-size: 1.5em; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; } }
public/css/fantastic_tales.css
.banner { position: relative; display: inline-block; width: 100%; height: 500px; margin-top: 80px; top: 15%; left: 0; } .banner .title { position: absolute; z-index: 2; width: 70%; height: 400px; background: white; top: 250px; left: 15%; box-shadow: 10px 10px 37px -13px rgba(0, 0, 0, 0.75); } .banner .title h1 { font-size: 6em; color: #000; width: 63%; height: 50%; text-align: left; margin: 40px 0 0px 20px; } .banner .title h2 { color: #000; text-align: left; position: absolute; bottom: 35px; margin-left: 20px; } .banner .title-img { position: absolute; z-index: 3; right: 13%; top: 168px; } .banner .title-img img { width: 300px; height: auto; z-index: 3; box-shadow: 7px 7px 37px -13px rgba(0, 0, 0, 0.75); } .banner .title-bg { position: absolute; z-index: 1; width: 60%; height: 350px; left: 28%; top: 135px; background: #9ec0d0; } .form-container { margin: 20px 10px; padding: 10px 50px; } .form-container label { display: block; font-size: 1.2em; margin: 0 auto; margin-bottom: 10px; width: 450px; text-align: left; } .form-container input { display: inline-block; vertical-align: top; border: none; border-radius: 2px; height: 40px; width: 350px; padding: 5px 10px; font-size: 1.1em; } .form-container button { display: inline-block; vertical-align: top; border: none; border-radius: 2px; font-size: 1.5em; height: 40px; width: 100px; background: #9ec0d0; color: white; font-weight: 500; } .form-container button .fa { display: none; } .history-container { display: inline-block; margin: 5% auto; max-width: 70%; background: rgba(158, 192, 208, 0.24); } .history-container .history-sg-container { position: relative; box-sizing: border-box; width: 29.33%; margin: 2%; display: block; float: left; background: #9ec0d0; min-width: 275px; } .history-container .history-sg-container .history-text { position: relative; width: 95%; background: white; padding: 20px 20px 55px 20px; box-sizing: border-box; box-shadow: 10px 10px 37px -13px rgba(0, 0, 0, 0.75); } .history-container .history-sg-container .history-text .history-title { color: black; min-width: 215px; /* make the ... */ width: 100%; display: inline-block; } .history-container .history-sg-container .history-text .history-title h2 { white-space: nowrap; /* make the ... */ overflow: hidden; /* make the ... */ text-overflow: ellipsis; /* make the ... */ } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 250px; height: 300px; overflow: hidden; } .history-container .history-sg-container .history-text .history-resume p { padding: 10px; } .history-container .history-sg-container .history-text .history-author { position: absolute; display: block; padding: 5px 20px; bottom: 0; left: 0; background: #eee; width: 100%; height: 40px; box-sizing: border-box; } .history-container .history-sg-container .history-text .history-author hr { width: 60%; margin: 0; margin-left: 39%; border: none; height: 1px; background-color: rgba(0, 0, 0, 0.75); } .history-container .history-sg-container .history-text .history-author .by-line { color: black; text-align: right; font-size: 0.9em; padding: 5px 7px; } .history-container .history-sg-container .history-text .history-author .by-line address { display: inline-block; color: black; } .history-container .history-sg-container .history-text .history-author .by-line address a { text-decoration: none; color: #636363; } .history-container .history-sg-container .history-text .history-author .by-line time { color: black; } .history-container .history-sg-container .history-text .history-author .image-container { position: absolute; top: -20px; width: 50px; height: 50px; background: white; padding: 0; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 5px; width: 40px; height: 40px; } .history-container .history-sg-container .social-icons { position: relative; top: 0px; margin: 8%; font-size: 1.8em; } .history-container .history-sg-container .social-icons .fa { margin: 0 15px; color: white; } @media (max-width: 968px) { .banner .title { height: 300px; } .banner .title h1 { font-size: 5em; margin: 30px 0 0px 20px; } .banner .title h2 { font-size: 1.3em; bottom: 15px; } .banner .title-img { top: 220px; } .banner .title-img img { width: 200px; } .banner .title-bg { height: 250px; top: 180px; } } @media (max-width: 768px) { .banner .title { height: 250px; } .banner .title h1 { font-size: 4em; margin: 20px 0 0px 20px; } .banner .title h2 { font-size: 1.1em; bottom: 5px; } .banner .title-img { top: 240px; } .banner .title-img img { width: 180px; } } @media (max-width: 600px) { .banner { width: 100%; top: 0; margin-top: 30px; } .banner .title { width: 100%; left: 0; } .banner .title h1 { width: 95%; font-size: 3.5em; margin: 10px 0 0px 10px; } .banner .title h2 { font-size: 1em; bottom: 85px; margin: 10px 0 0px 10px; } .banner .title-img { top: 315px; left: 0; right: 0; display: block; margin: 0 auto; } .banner .title-img img { width: 200px; } .banner .title-bg { height: 150px; width: 220px; top: 375px; left: 0; right: 0; margin: 0 auto; } .banner .title-bg2 { height: 315px; width: 100%; top: 115px; left: 0; right: 0; margin: 0 auto; background: #9ec0d0; position: absolute; } } @media (max-width: 1357px) { .history-container { max-width: 80%; } } @media (max-width: 1189px) { .history-container { max-width: 90%; } } @media (max-width: 1060px) { .history-container { max-width: 100%; margin-top: 5%; } .history-container .history-sg-container { width: 48%; margin: 1%; } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 200px; height: 200px; overflow: hidden; } .history-container .history-sg-container .social-icons { margin: 4%; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; color: white; } } @media (max-width: 872px) { .history-container { max-width: 100%; margin-top: 5%; } .history-container .history-sg-container { width: 48%; margin: 1%; } .history-container .history-sg-container .history-text .history-resume { color: black; min-height: 265px; height: 250px; overflow: hidden; } } @media (max-width: 600px) { .form-container { margin: 20px 0; padding: 10px 0; } .form-container label { width: 300px; } .form-container input { width: 250px; } .form-container button { width: 50px; } .form-container button .fa { display: block; } .form-container button span { display: none; } .history-container { max-width: 100%; } .history-container .history-sg-container { width: 96%; margin: 2%; } .history-container .history-sg-container .history-text { padding: 20px 10px 5px 10px; } .history-container .history-sg-container .history-text .history-title h2 { margin: 5px 0; } .history-container .history-sg-container .history-text .history-resume { min-height: 220px; height: 220px; } .history-container .history-sg-container .history-text .history-resume p { padding: 10px; } .history-container .history-sg-container .history-text .history-author { height: 35px; } .history-container .history-sg-container .history-text .history-author hr { margin-left: 44%; } .history-container .history-sg-container .history-text .history-author .by-line { font-size: 0.8em; padding: 3px 0px; } .history-container .history-sg-container .history-text .history-author .image-container { width: 40px; height: 40px; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 3px; width: 30px; height: 30px; } .history-container .history-sg-container .social-icons { margin: 3%; font-size: 1.5em; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; } } @media (max-width: 400px) { .form-container { margin: 20px 0; padding: 10px 0; } .form-container label { width: 300px; } .form-container input { width: 250px; } .form-container button { width: 50px; } .form-container button .fa { display: block; } .form-container button span { display: none; } .history-container { max-width: 100%; } .history-container .history-sg-container { width: 96%; margin: 2%; } .history-container .history-sg-container .history-text { padding: 20px 10px 5px 10px; } .history-container .history-sg-container .history-text .history-title h2 { margin: 5px 0; } .history-container .history-sg-container .history-text .history-resume { min-height: 245px; height: 220px; } .history-container .history-sg-container .history-text .history-resume p { font-size: 0.9em; padding: 5px 10px; } .history-container .history-sg-container .history-text .history-author { height: 35px; } .history-container .history-sg-container .history-text .history-author hr { margin-left: 44%; } .history-container .history-sg-container .history-text .history-author .by-line { font-size: 0.7em; padding: 3px 0px; } .history-container .history-sg-container .history-text .history-author .by-line address { display: inline-block; color: black; } .history-container .history-sg-container .history-text .history-author .by-line time { color: black; } .history-container .history-sg-container .history-text .history-author .image-container { position: absolute; top: -20px; width: 40px; height: 40px; background: white; padding: 0; } .history-container .history-sg-container .history-text .history-author .image-container img { padding: 3px; width: 30px; height: 30px; } .history-container .history-sg-container .social-icons { margin: 4%; font-size: 1.5em; } .history-container .history-sg-container .social-icons .fa { margin: 0 25px; } }
0.517083
0.114542
section { position: relative; width: 100%; } body { color: #fff; background-color: #2b2b2b; font-family: 'Poppins', sans-serif; font-weight: 500; width: 100%; } a { color: inherit; } #container { position: relative; z-index: 2; } .fv { height: 100vh; width: 100%; } /* .fv_img { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; width: 50%; } .fv_img2 { width: 30%; margin: 0 auto; } */ .heading { position: fixed; left: 50%; transform: translateX(-50%); width: 90%; bottom: 0; padding: 1.5em 0; align-items: center; display: flex; justify-content: space-between; z-index: 99; } .heading h1 { font-size: 3rem; } .heading a { font-size: 0.889rem; text-transform: capitalize; text-decoration: none; padding: .555em 1.5em; display: block; margin-top: .5em; border-radius: 2.5em; background-color: #fff; color: #1f1f1f; transition: .25s transform; } .heading a:hover { transform: scale(1.075); } .bg { background-image: url(https://source.unsplash.com/BteCp6aq4GI); background-size: cover; background-position: center; } .fv_img1 { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin-top: 0 !important; } .ukiyo { margin-top: 12.5em; } .img-size-1 { margin-left: 10%; } .img-position-r { margin-left: auto; margin-right: 10%; } .img-size-full { width: 100%; height: 115vh; } .img-size-1 { width: 33.3333%; height: 75vh; } .img-size-2 { width: 50%; height: 100vh; } footer { padding: 15em 5% 10em; opacity: 0.5; } @media screen and (max-width: 800px) { .heading { width: 92.5%; } .heading a { font-size: 2vw; padding-left: 1.25em; padding-right: 1.25em; } .heading h1 { font-size: 6vw; } .img-position-l { margin-left: 0; } .img-position-r { margin-right: 0; } .img-size-full { height: 100vh; height: 100vh; } .img-size-1 { width: 75%; height: 75vh; } .img-size-2 { width: 75%; height: 100vh; } } @media screen and (max-width: 500px) { .heading a { font-size: 3vw; padding-left: 1em; padding-right: 1em; } .heading h1 { font-size: 7.5vw; } }
docs/css/style.css
section { position: relative; width: 100%; } body { color: #fff; background-color: #2b2b2b; font-family: 'Poppins', sans-serif; font-weight: 500; width: 100%; } a { color: inherit; } #container { position: relative; z-index: 2; } .fv { height: 100vh; width: 100%; } /* .fv_img { top: 50%; left: 50%; transform: translate(-50%, -50%); position: absolute; width: 50%; } .fv_img2 { width: 30%; margin: 0 auto; } */ .heading { position: fixed; left: 50%; transform: translateX(-50%); width: 90%; bottom: 0; padding: 1.5em 0; align-items: center; display: flex; justify-content: space-between; z-index: 99; } .heading h1 { font-size: 3rem; } .heading a { font-size: 0.889rem; text-transform: capitalize; text-decoration: none; padding: .555em 1.5em; display: block; margin-top: .5em; border-radius: 2.5em; background-color: #fff; color: #1f1f1f; transition: .25s transform; } .heading a:hover { transform: scale(1.075); } .bg { background-image: url(https://source.unsplash.com/BteCp6aq4GI); background-size: cover; background-position: center; } .fv_img1 { position: absolute; top: 0; left: 0; height: 100%; width: 100%; margin-top: 0 !important; } .ukiyo { margin-top: 12.5em; } .img-size-1 { margin-left: 10%; } .img-position-r { margin-left: auto; margin-right: 10%; } .img-size-full { width: 100%; height: 115vh; } .img-size-1 { width: 33.3333%; height: 75vh; } .img-size-2 { width: 50%; height: 100vh; } footer { padding: 15em 5% 10em; opacity: 0.5; } @media screen and (max-width: 800px) { .heading { width: 92.5%; } .heading a { font-size: 2vw; padding-left: 1.25em; padding-right: 1.25em; } .heading h1 { font-size: 6vw; } .img-position-l { margin-left: 0; } .img-position-r { margin-right: 0; } .img-size-full { height: 100vh; height: 100vh; } .img-size-1 { width: 75%; height: 75vh; } .img-size-2 { width: 75%; height: 100vh; } } @media screen and (max-width: 500px) { .heading a { font-size: 3vw; padding-left: 1em; padding-right: 1em; } .heading h1 { font-size: 7.5vw; } }
0.536313
0.075824
* { cursor: url(/assets/img/cursor.gif), pointer; } body, html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: url(/assets/img/bg.png); /* Thanks to http://subtlepatterns.com for the pattern */ font-family: Arial, sans-serif; font-size: 13px; } .container { margin: 40px auto; } /* Palette of tiles */ .palette { float: left; overflow: auto; width: 40px; padding: 8px 4px 4px 4px; background: #999999; box-shadow: 5px 5px 5px #000000; } .palette > li{ list-style: none; margin-left: 3px; margin-bottom: 10px; border: 1px solid #111111; width: 32px; height: 32px; background-color: #EEEEEE; } .palette > li:hover{ border: 1px solid #EEEEEE; } /* Scenario skeleton with the screen and sliders */ .scenario { overflow: hidden; float: right; padding: 10px 20px 0px 0px; } .scenario > div { padding-left: 30px; } #cr-stage { float: left; margin: 0 auto; } .mover { background: #999999; color: #000000; font-weight: bolder; text-align: center; } .moverv { height: 20px; margin-left: 20px; text-align: center; } .moverh { width: 20px; } #move_up { border-top-left-radius: 100px; border-top-right-radius: 100px; } #move_left { float: left; border-top-left-radius: 100px; border-bottom-left-radius: 100px; } #move_right { float: left; border-top-right-radius: 100px; border-bottom-right-radius: 100px; } #move_down { clear: both; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; } /* Bottom menus */ .bottom { padding-top: 20px; margin-bottom: 15px; clear: both; text-align: center; } .name { width: 200px; padding: 8px 0px 8px 0px; text-align: center; border: 1px solid #FFFFFF; color: #111111; background: #EEEEEE; font-size: 13px; } .button { width: 120px; padding: 8px 0px 8px 0px; margin-left: 10px; color: #EEEEEE; background: #111111; border: 0px; text-align: center; } .deactivated { color: #999999; background: #111111; } .button:hover, .buttonext:hover { color: #EEEEEE; background: #333333; } .deactivated:hover, .deactivated:hover { color: #999999; background: #111111; } .selector { position: relative; float: right; border: 0px; text-align: center; } .popup { position: absolute; top: 50%; left: 50%; margin-left: -140px; margin-top: -125px; z-index: 5; width: 300px; text-align: center; padding: 15px 15px 5px 15px; background: #999999; box-shadow: 10px 10px 10px #111111; } .popupelement { width: 95%; padding: 8px 0px 8px 0px; margin-bottom: 15px; border: 0px; } .separator { border-bottom: 1px solid #111111; margin-bottom: 15px; color: #111111; text-align: left; font-size: 8pt; } #position { padding: 4px; width: 65px; height: 40px; border: 1px dashed #999999; line-height: 150%; text-align: center; color: #999999; margin-top: -8px; margin-left: 15px; float: left; }
public/css/editor.css
* { cursor: url(/assets/img/cursor.gif), pointer; } body, html { -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: url(/assets/img/bg.png); /* Thanks to http://subtlepatterns.com for the pattern */ font-family: Arial, sans-serif; font-size: 13px; } .container { margin: 40px auto; } /* Palette of tiles */ .palette { float: left; overflow: auto; width: 40px; padding: 8px 4px 4px 4px; background: #999999; box-shadow: 5px 5px 5px #000000; } .palette > li{ list-style: none; margin-left: 3px; margin-bottom: 10px; border: 1px solid #111111; width: 32px; height: 32px; background-color: #EEEEEE; } .palette > li:hover{ border: 1px solid #EEEEEE; } /* Scenario skeleton with the screen and sliders */ .scenario { overflow: hidden; float: right; padding: 10px 20px 0px 0px; } .scenario > div { padding-left: 30px; } #cr-stage { float: left; margin: 0 auto; } .mover { background: #999999; color: #000000; font-weight: bolder; text-align: center; } .moverv { height: 20px; margin-left: 20px; text-align: center; } .moverh { width: 20px; } #move_up { border-top-left-radius: 100px; border-top-right-radius: 100px; } #move_left { float: left; border-top-left-radius: 100px; border-bottom-left-radius: 100px; } #move_right { float: left; border-top-right-radius: 100px; border-bottom-right-radius: 100px; } #move_down { clear: both; border-bottom-right-radius: 100px; border-bottom-left-radius: 100px; } /* Bottom menus */ .bottom { padding-top: 20px; margin-bottom: 15px; clear: both; text-align: center; } .name { width: 200px; padding: 8px 0px 8px 0px; text-align: center; border: 1px solid #FFFFFF; color: #111111; background: #EEEEEE; font-size: 13px; } .button { width: 120px; padding: 8px 0px 8px 0px; margin-left: 10px; color: #EEEEEE; background: #111111; border: 0px; text-align: center; } .deactivated { color: #999999; background: #111111; } .button:hover, .buttonext:hover { color: #EEEEEE; background: #333333; } .deactivated:hover, .deactivated:hover { color: #999999; background: #111111; } .selector { position: relative; float: right; border: 0px; text-align: center; } .popup { position: absolute; top: 50%; left: 50%; margin-left: -140px; margin-top: -125px; z-index: 5; width: 300px; text-align: center; padding: 15px 15px 5px 15px; background: #999999; box-shadow: 10px 10px 10px #111111; } .popupelement { width: 95%; padding: 8px 0px 8px 0px; margin-bottom: 15px; border: 0px; } .separator { border-bottom: 1px solid #111111; margin-bottom: 15px; color: #111111; text-align: left; font-size: 8pt; } #position { padding: 4px; width: 65px; height: 40px; border: 1px dashed #999999; line-height: 150%; text-align: center; color: #999999; margin-top: -8px; margin-left: 15px; float: left; }
0.432543
0.08772
* { box-sizing: border-box; margin: 0; padding: 0; } .navbar { position: fixed; top: 0; left: 0; width: 100%; height: 100px; padding: 10px 100px; box-sizing: border-box; transition: .3s; display: flex; justify-content: space-between; align-items: center; } .navbar.black { background:rgba(0,0,0,0.8) } nav.logo { float: left; } nav.logo img { height: 80px; transition: 0.5s; } .nav__links a, .cta, .overlay__content a { font-family: "Montserrat", sans-serif; font-weight: 500; color: rgb(16, 43, 52); text-decoration: none; } .nav__links { list-style: none; display: flex; } .nav__links li { padding: 0px 20px; align-items: center; } .nav__links li a { transition: color 0.3s ease 0s; } .nav__links li a:hover { color: #abfe01; } section.sec1 { width: 100%; height: 100vh; } .content { margin-top: 80px; } .content p { width: 900px; margin: 30px auto; text-align: justify; font-size: 20px; line-height: 30px; } .cta { padding: 9px 25px; background-color: rgba(171, 254, 1, 1); border: none; border-radius: 50px; cursor: pointer; transition: background-color 0.3s ease 0s; } .cta:hover { background-color: rgba(171, 254, 1, 0.8); } /* Mobile Nav */ .menu { display: none; } .overlay { height: 100%; width: 0; position: fixed; z-index: 1; left: 0; top: 0; background-color: #24252a; overflow-x: hidden; transition: width 0.5s ease 0s; } .overlay--active { width: 100%; } .overlay__content { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; } .overlay a { padding: 15px; font-size: 36px; display: block; transition: color 0.3s ease 0s; } .overlay a:hover, .overlay a:focus { color: #abfe01; } .overlay .close { position: absolute; top: 20px; right: 45px; font-size: 60px; color: #edf0f1; } @media screen and (max-height: 450px) { .overlay a { font-size: 20px; } .overlay .close { font-size: 40px; top: 15px; right: 35px; } } @media only screen and (max-width: 800px) { .nav__links, .cta { display: none; } .menu { display: initial; } }
nav.css
* { box-sizing: border-box; margin: 0; padding: 0; } .navbar { position: fixed; top: 0; left: 0; width: 100%; height: 100px; padding: 10px 100px; box-sizing: border-box; transition: .3s; display: flex; justify-content: space-between; align-items: center; } .navbar.black { background:rgba(0,0,0,0.8) } nav.logo { float: left; } nav.logo img { height: 80px; transition: 0.5s; } .nav__links a, .cta, .overlay__content a { font-family: "Montserrat", sans-serif; font-weight: 500; color: rgb(16, 43, 52); text-decoration: none; } .nav__links { list-style: none; display: flex; } .nav__links li { padding: 0px 20px; align-items: center; } .nav__links li a { transition: color 0.3s ease 0s; } .nav__links li a:hover { color: #abfe01; } section.sec1 { width: 100%; height: 100vh; } .content { margin-top: 80px; } .content p { width: 900px; margin: 30px auto; text-align: justify; font-size: 20px; line-height: 30px; } .cta { padding: 9px 25px; background-color: rgba(171, 254, 1, 1); border: none; border-radius: 50px; cursor: pointer; transition: background-color 0.3s ease 0s; } .cta:hover { background-color: rgba(171, 254, 1, 0.8); } /* Mobile Nav */ .menu { display: none; } .overlay { height: 100%; width: 0; position: fixed; z-index: 1; left: 0; top: 0; background-color: #24252a; overflow-x: hidden; transition: width 0.5s ease 0s; } .overlay--active { width: 100%; } .overlay__content { display: flex; height: 100%; flex-direction: column; align-items: center; justify-content: center; } .overlay a { padding: 15px; font-size: 36px; display: block; transition: color 0.3s ease 0s; } .overlay a:hover, .overlay a:focus { color: #abfe01; } .overlay .close { position: absolute; top: 20px; right: 45px; font-size: 60px; color: #edf0f1; } @media screen and (max-height: 450px) { .overlay a { font-size: 20px; } .overlay .close { font-size: 40px; top: 15px; right: 35px; } } @media only screen and (max-width: 800px) { .nav__links, .cta { display: none; } .menu { display: initial; } }
0.283583
0.069101
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap"); html { max-height: fit-content; } h1 { margin: 0px; } body { background-color: #fff47c; color: #272624; font-family: "Raleway", sans-serif; overflow: hidden; display: grid; justify-items: center; margin: 0px; overflow: auto; } header { display: grid; padding: 30px; padding-top: 10px; padding-bottom: 10px; min-width: 370px; justify-items: center; text-align: justify; font-size: 1.5rem; padding: 50px; padding-bottom: 10px; } main { min-width: 500px; display: grid; align-items: center; justify-items: center; } button { width: 150px; height: 50px; font-family: "Raleway", sans-serif; border: #272624 solid 2px; border-radius: 20px; background-color: #fff47c; font-size: 1.5rem; transition-duration: 300ms; } button:hover { font-size: 1.8rem; width: 160px; background-color: #272624; color: #fff47c; cursor: pointer; } button:focus { border: #272624 solid 2px; border-radius: 20px; outline: none; } #restart { visibility: hidden; margin: 10px; margin-top: 10px; } /* @keyframes showTab{ from{ width: 0px; height: 0px; } to{ width: 500px; height: 500px; } } */ #tabuleiro { display: grid; grid-template-rows: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr); width: 400px; height: 400px; min-width: 200px; gap: 10px; background-color: #272624; /* animation-name: showTab; animation-duration: 2.2s; */ visibility: hidden; } .square { display: grid; font-size: 80px; align-items: center; justify-content: center; background-color: #fff47c; } #endGame { display: grid; align-items: center; justify-items: center; min-width: 300px; background-color: #272624; color: #fff47c; font-size: 4rem; } #endmsg { font-size: 8rem; } p { margin: 0px; } footer { display: grid; align-items: center; justify-items: center; margin-top: 20px; background-color: #272624; width: 100%; height: 100px; position: fixed; bottom: 0px; } #footerimg { width: 60px; } #footerimg:hover { width: 70px; } #footertext { color: white; font-family: "Inconsolata", monospace; } #gridFt { display: grid; grid-template-columns: 1fr 3fr; align-items: center; justify-content: center; height: 100px; gap: -10px; width: 370px; }
styles.css
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap"); @import url("https://fonts.googleapis.com/css2?family=Inconsolata:wght@300&display=swap"); html { max-height: fit-content; } h1 { margin: 0px; } body { background-color: #fff47c; color: #272624; font-family: "Raleway", sans-serif; overflow: hidden; display: grid; justify-items: center; margin: 0px; overflow: auto; } header { display: grid; padding: 30px; padding-top: 10px; padding-bottom: 10px; min-width: 370px; justify-items: center; text-align: justify; font-size: 1.5rem; padding: 50px; padding-bottom: 10px; } main { min-width: 500px; display: grid; align-items: center; justify-items: center; } button { width: 150px; height: 50px; font-family: "Raleway", sans-serif; border: #272624 solid 2px; border-radius: 20px; background-color: #fff47c; font-size: 1.5rem; transition-duration: 300ms; } button:hover { font-size: 1.8rem; width: 160px; background-color: #272624; color: #fff47c; cursor: pointer; } button:focus { border: #272624 solid 2px; border-radius: 20px; outline: none; } #restart { visibility: hidden; margin: 10px; margin-top: 10px; } /* @keyframes showTab{ from{ width: 0px; height: 0px; } to{ width: 500px; height: 500px; } } */ #tabuleiro { display: grid; grid-template-rows: repeat(3, 1fr); grid-template-columns: repeat(3, 1fr); width: 400px; height: 400px; min-width: 200px; gap: 10px; background-color: #272624; /* animation-name: showTab; animation-duration: 2.2s; */ visibility: hidden; } .square { display: grid; font-size: 80px; align-items: center; justify-content: center; background-color: #fff47c; } #endGame { display: grid; align-items: center; justify-items: center; min-width: 300px; background-color: #272624; color: #fff47c; font-size: 4rem; } #endmsg { font-size: 8rem; } p { margin: 0px; } footer { display: grid; align-items: center; justify-items: center; margin-top: 20px; background-color: #272624; width: 100%; height: 100px; position: fixed; bottom: 0px; } #footerimg { width: 60px; } #footerimg:hover { width: 70px; } #footertext { color: white; font-family: "Inconsolata", monospace; } #gridFt { display: grid; grid-template-columns: 1fr 3fr; align-items: center; justify-content: center; height: 100px; gap: -10px; width: 370px; }
0.327668
0.120672
height:32px; } #daysnav li{ display: inline; line-height: 1.4em; list-style:square outside none; } #daysnav li.active { font-weight: bold; } #daysnav li:before { font-weight: bold; content: " \B7 "; } #daysnav li:first-child:before { content: ""; } ul.persons li{ background:transparent url(../gfx/icons/person_off.gif) no-repeat scroll left top; padding-left:1.75em; } ul.titles li{ background:transparent url(../gfx/icons/title_off.gif) no-repeat top left; padding-left:1.4em; } td.eve_prog li { background:none; padding:0; margin-bottom:12px; } td.eve_prog .meta { background:transparent url(../gfx/icons/arrow.gif) no-repeat scroll left center; padding-left:0.8em; } td.eve_prog li a { text-decoration: underline; } ul.extras{ margin-top:0.67em; margin-bottom:0.67em; } ul#view{margin-bottom:1em;} ul#view li{ display:inline; background:none; } ul{ list-style:none; padding:0; margin:0; } /** * * Schedule links * ----------------------------- */ .person{ background:transparent url(../gfx/icons/person_off.gif) no-repeat top left; padding-left:1.75em; } .personon{ background:transparent url(../gfx/icons/person_on.gif) no-repeat top left; padding-left:1.75em; } .title{ background:transparent url(../gfx/icons/title_off.gif) no-repeat top left; padding-left:1.75em; } .titleon{ background:transparent url(../gfx/icons/title_on.gif) no-repeat top left; padding-left:1.75em; } .paper{ background:transparent url(../gfx/icons/paper_off.gif) no-repeat scroll left bottom; padding-left:1.75em; } .arrow{ background:transparent url(../gfx/icons/arrow.gif) no-repeat scroll left center; padding-left:0.8em; } .video{ background:transparent url(../gfx/icons/video_off.png) no-repeat scroll left bottom; padding-left:1.67em; padding-top:1.25em; } .star, .subscribe{ background:transparent url(../gfx/icons/star_off.gif) no-repeat scroll left center; padding-top:0.2em; padding-left:1.6em; } .staron, .subscribeon{ background:transparent url(../gfx/icons/star_on.gif) no-repeat scroll left center; padding-top:0.2em; padding-left:1.5em; } /** * * Schedule tables * ----------------------------- */ table.schedule{ width:100%; border-top: 1px solid #cecece; font-size: 1em; /*Necessary re-declaration of font-size in order to display correct font-size in both IE7 as well as Opera*/ } table.schedule caption { color:#5F5F5F; font-size:15px; padding:5px 0; text-align:left; } .schedule thead th { height:32px; background-color:#e1e2e2; } .schedule th{ color:#5f5f5f; text-align:center; } .schedule tbody{ background-color:#fff; color:#5d6d5d; } .schedule tbody td{ border-right:1px solid #ecedee; border-bottom:1px dashed #ecedee;/*D5D6D5; changed color because if IE7*/ height:127px; padding: 0.83em 1.25em; vertical-align:top; } .schedule .active { background-color:#B3EBB0; } .small tr td { height:1em; } td.eve_prog{ border-right:none; } #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; } #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; } #sortable li span { position: absolute; margin-left: -1.3em; } .ui-state-highlight { height: 1.5em; line-height: 1.2em; } #sortable li span.delete { position:relative; float:right; } span.infotext {color: #777777; font-size: 80%; margin: 0; padding: 1px 0 3px;} /** #pagebody{ background-color:#ECEDEE; border:1px solid #C8C8C8; margin-top:2em; padding:1.5em; color:#5f5f5f; } */ .lfloater { float: left; width: 25%; } /** * Person details *----------------------------- **/ div.grey_widebox { background:transparent url(../gfx/layout/boxes/sides862g.gif) repeat-y scroll left top; margin-bottom:1em; margin-top:0.5em; width:862px; } .grey_widebox .body { background:transparent url(../gfx/layout/boxes/top862g.gif) no-repeat scroll left top; padding:1.5em; } .grey_widebox .closer { background:transparent url(../gfx/layout/boxes/bot862g.gif) no-repeat scroll left bottom; height:0.67em; width:862px; } #person_meta{ float:left; width:250px; } .session_info {color:#000000;} dt {margin-bottom:2px;} dl.session_info dd {color:grey;margin-bottom:1.83em; margin-left:0;font-size:0.9em;} /*#speakers{ height:200px; }*/ ul.longlist{ float:left; width:168px; } ul.longlist li span.active { font-weight: bold; } div#person_details{color:#5f5f5f; float:right;width:550px;} .rate_widget { overflow:visible; padding:5px; position:relative; width:120px; height:16px; } .rate_widget div { cursor: pointer; float:left; height:12px; padding:2px; width:16px; } .ratings_stars { background: url('../../core/gfx/icons/star.gif') no-repeat; } .rate_widget .delete { background: url('../../core/gfx/icons/delete.gif') no-repeat; } .ratings_vote { background-position:0 -16px; } .ratings_over { background-position:0 -32px; }
public/includes-templates/democonf/css/schedule.css
height:32px; } #daysnav li{ display: inline; line-height: 1.4em; list-style:square outside none; } #daysnav li.active { font-weight: bold; } #daysnav li:before { font-weight: bold; content: " \B7 "; } #daysnav li:first-child:before { content: ""; } ul.persons li{ background:transparent url(../gfx/icons/person_off.gif) no-repeat scroll left top; padding-left:1.75em; } ul.titles li{ background:transparent url(../gfx/icons/title_off.gif) no-repeat top left; padding-left:1.4em; } td.eve_prog li { background:none; padding:0; margin-bottom:12px; } td.eve_prog .meta { background:transparent url(../gfx/icons/arrow.gif) no-repeat scroll left center; padding-left:0.8em; } td.eve_prog li a { text-decoration: underline; } ul.extras{ margin-top:0.67em; margin-bottom:0.67em; } ul#view{margin-bottom:1em;} ul#view li{ display:inline; background:none; } ul{ list-style:none; padding:0; margin:0; } /** * * Schedule links * ----------------------------- */ .person{ background:transparent url(../gfx/icons/person_off.gif) no-repeat top left; padding-left:1.75em; } .personon{ background:transparent url(../gfx/icons/person_on.gif) no-repeat top left; padding-left:1.75em; } .title{ background:transparent url(../gfx/icons/title_off.gif) no-repeat top left; padding-left:1.75em; } .titleon{ background:transparent url(../gfx/icons/title_on.gif) no-repeat top left; padding-left:1.75em; } .paper{ background:transparent url(../gfx/icons/paper_off.gif) no-repeat scroll left bottom; padding-left:1.75em; } .arrow{ background:transparent url(../gfx/icons/arrow.gif) no-repeat scroll left center; padding-left:0.8em; } .video{ background:transparent url(../gfx/icons/video_off.png) no-repeat scroll left bottom; padding-left:1.67em; padding-top:1.25em; } .star, .subscribe{ background:transparent url(../gfx/icons/star_off.gif) no-repeat scroll left center; padding-top:0.2em; padding-left:1.6em; } .staron, .subscribeon{ background:transparent url(../gfx/icons/star_on.gif) no-repeat scroll left center; padding-top:0.2em; padding-left:1.5em; } /** * * Schedule tables * ----------------------------- */ table.schedule{ width:100%; border-top: 1px solid #cecece; font-size: 1em; /*Necessary re-declaration of font-size in order to display correct font-size in both IE7 as well as Opera*/ } table.schedule caption { color:#5F5F5F; font-size:15px; padding:5px 0; text-align:left; } .schedule thead th { height:32px; background-color:#e1e2e2; } .schedule th{ color:#5f5f5f; text-align:center; } .schedule tbody{ background-color:#fff; color:#5d6d5d; } .schedule tbody td{ border-right:1px solid #ecedee; border-bottom:1px dashed #ecedee;/*D5D6D5; changed color because if IE7*/ height:127px; padding: 0.83em 1.25em; vertical-align:top; } .schedule .active { background-color:#B3EBB0; } .small tr td { height:1em; } td.eve_prog{ border-right:none; } #sortable { list-style-type: none; margin: 0; padding: 0; width: 100%; } #sortable li { margin: 0 3px 3px 3px; padding: 0.4em; padding-left: 1.5em; } #sortable li span { position: absolute; margin-left: -1.3em; } .ui-state-highlight { height: 1.5em; line-height: 1.2em; } #sortable li span.delete { position:relative; float:right; } span.infotext {color: #777777; font-size: 80%; margin: 0; padding: 1px 0 3px;} /** #pagebody{ background-color:#ECEDEE; border:1px solid #C8C8C8; margin-top:2em; padding:1.5em; color:#5f5f5f; } */ .lfloater { float: left; width: 25%; } /** * Person details *----------------------------- **/ div.grey_widebox { background:transparent url(../gfx/layout/boxes/sides862g.gif) repeat-y scroll left top; margin-bottom:1em; margin-top:0.5em; width:862px; } .grey_widebox .body { background:transparent url(../gfx/layout/boxes/top862g.gif) no-repeat scroll left top; padding:1.5em; } .grey_widebox .closer { background:transparent url(../gfx/layout/boxes/bot862g.gif) no-repeat scroll left bottom; height:0.67em; width:862px; } #person_meta{ float:left; width:250px; } .session_info {color:#000000;} dt {margin-bottom:2px;} dl.session_info dd {color:grey;margin-bottom:1.83em; margin-left:0;font-size:0.9em;} /*#speakers{ height:200px; }*/ ul.longlist{ float:left; width:168px; } ul.longlist li span.active { font-weight: bold; } div#person_details{color:#5f5f5f; float:right;width:550px;} .rate_widget { overflow:visible; padding:5px; position:relative; width:120px; height:16px; } .rate_widget div { cursor: pointer; float:left; height:12px; padding:2px; width:16px; } .ratings_stars { background: url('../../core/gfx/icons/star.gif') no-repeat; } .rate_widget .delete { background: url('../../core/gfx/icons/delete.gif') no-repeat; } .ratings_vote { background-position:0 -16px; } .ratings_over { background-position:0 -32px; }
0.381335
0.07889
.form-submit2{ width: 200px; margin-top: 10px; margin-bottom: 500px; margin-left: 120px; } .thumbnails { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: stretch; -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .thumbnails .box { margin-right: 10px; margin-left: 10px; width: 30%; } @media screen and (max-width: 1280px) { .thumbnails .box { width: 45%; } } .box { border-radius: 0px; margin-bottom: 2em; background: #2c2c32; text-align: center; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box .image.fit { margin: 0; } .box .image img { border-radius: 4px 4px 0 0; } .box .inner { padding: 1.5em; width: 100% !important; } @media screen and (max-width: 480px) { .box .inner { padding: 1em; } } .box.alt { border: 0; border-radius: 0; padding: 0; } input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: #70c7be; border-radius: 4px; border: 0; color: #ffffff !important; cursor: pointer; display: inline-block; font-weight: 400; height: 2.85em; line-height: 2.95em; padding: 0 1.5em; text-align: center; text-decoration: none; white-space: nowrap; width: 40px; margin-left: 20px; margin-right: 20px; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: #82cec6; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: #5ec0b6; } input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon { padding-left: 1.35em; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin-left: 20px; margin-right: 20px; width: 30px; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.8em; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 1.35em; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { background-color: rgba(255, 255, 255, 0.75) !important; box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15); color: #202024 !important; cursor: default; opacity: 0.25; } input[type="submit"].style2, input[type="reset"].style2, input[type="button"].style2, button.style2, .button.style2 { background-color: #7f92cf; } input[type="submit"].style2:hover, input[type="reset"].style2:hover, input[type="button"].style2:hover, button.style2:hover, .button.style2:hover { background-color: #92a2d6; } input[type="submit"].style2:active, input[type="reset"].style2:active, input[type="button"].style2:active, button.style2:active, .button.style2:active { background-color: #6c82c8; } input[type="submit"].style3, input[type="reset"].style3, input[type="button"].style3, button.style3, .button.style3 { background-color: #9d7ed0; } input[type="submit"].style3:hover, input[type="reset"].style3:hover, input[type="button"].style3:hover, button.style3:hover, .button.style3:hover { background-color: #ab91d7; } input[type="submit"].style3:active, input[type="reset"].style3:active, input[type="button"].style3:active, button.style3:active, .button.style3:active { background-color: #8f6bc9; } @media screen { input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0; } }
static/css/hreport.css
.form-submit2{ width: 200px; margin-top: 10px; margin-bottom: 500px; margin-left: 120px; } .thumbnails { display: -moz-flex; display: -webkit-flex; display: -ms-flex; display: flex; -moz-align-items: stretch; -webkit-align-items: stretch; -ms-align-items: stretch; align-items: stretch; -moz-justify-content: center; -webkit-justify-content: center; -ms-justify-content: center; justify-content: center; -moz-flex-wrap: wrap; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .thumbnails .box { margin-right: 10px; margin-left: 10px; width: 30%; } @media screen and (max-width: 1280px) { .thumbnails .box { width: 45%; } } .box { border-radius: 0px; margin-bottom: 2em; background: #2c2c32; text-align: center; } .box > :last-child, .box > :last-child > :last-child, .box > :last-child > :last-child > :last-child { margin-bottom: 0; } .box .image.fit { margin: 0; } .box .image img { border-radius: 4px 4px 0 0; } .box .inner { padding: 1.5em; width: 100% !important; } @media screen and (max-width: 480px) { .box .inner { padding: 1em; } } .box.alt { border: 0; border-radius: 0; padding: 0; } input[type="submit"], input[type="reset"], input[type="button"], button, .button { -moz-appearance: none; -webkit-appearance: none; -ms-appearance: none; appearance: none; -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out; background-color: #70c7be; border-radius: 4px; border: 0; color: #ffffff !important; cursor: pointer; display: inline-block; font-weight: 400; height: 2.85em; line-height: 2.95em; padding: 0 1.5em; text-align: center; text-decoration: none; white-space: nowrap; width: 40px; margin-left: 20px; margin-right: 20px; } input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: #82cec6; } input[type="submit"]:active, input[type="reset"]:active, input[type="button"]:active, button:active, .button:active { background-color: #5ec0b6; } input[type="submit"].icon, input[type="reset"].icon, input[type="button"].icon, button.icon, .button.icon { padding-left: 1.35em; } input[type="submit"].icon:before, input[type="reset"].icon:before, input[type="button"].icon:before, button.icon:before, .button.icon:before { margin-right: 0.5em; } input[type="submit"].fit, input[type="reset"].fit, input[type="button"].fit, button.fit, .button.fit { display: block; margin-left: 20px; margin-right: 20px; width: 30px; } input[type="submit"].small, input[type="reset"].small, input[type="button"].small, button.small, .button.small { font-size: 0.8em; } input[type="submit"].big, input[type="reset"].big, input[type="button"].big, button.big, .button.big { font-size: 1.35em; } input[type="submit"].disabled, input[type="submit"]:disabled, input[type="reset"].disabled, input[type="reset"]:disabled, input[type="button"].disabled, input[type="button"]:disabled, button.disabled, button:disabled, .button.disabled, .button:disabled { background-color: rgba(255, 255, 255, 0.75) !important; box-shadow: inset 0 -0.15em 0 0 rgba(0, 0, 0, 0.15); color: #202024 !important; cursor: default; opacity: 0.25; } input[type="submit"].style2, input[type="reset"].style2, input[type="button"].style2, button.style2, .button.style2 { background-color: #7f92cf; } input[type="submit"].style2:hover, input[type="reset"].style2:hover, input[type="button"].style2:hover, button.style2:hover, .button.style2:hover { background-color: #92a2d6; } input[type="submit"].style2:active, input[type="reset"].style2:active, input[type="button"].style2:active, button.style2:active, .button.style2:active { background-color: #6c82c8; } input[type="submit"].style3, input[type="reset"].style3, input[type="button"].style3, button.style3, .button.style3 { background-color: #9d7ed0; } input[type="submit"].style3:hover, input[type="reset"].style3:hover, input[type="button"].style3:hover, button.style3:hover, .button.style3:hover { background-color: #ab91d7; } input[type="submit"].style3:active, input[type="reset"].style3:active, input[type="button"].style3:active, button.style3:active, .button.style3:active { background-color: #8f6bc9; } @media screen { input[type="submit"], input[type="reset"], input[type="button"], button, .button { padding: 0; } }
0.239527
0.084947
* {margin: 0; padding: 0;} body { width: 1000px; margin: auto; background-color: #f90; background-image: } header { width: 1000px; height: 350px; } /*header img { width: 750px; height: 250px; }*/ /*menu { width: 980px; height: 10px; background-color: blue; padding: 10px; } menu li { list-style: none; float: left; margin-right: 50px; margin-top: 0px; color: white; } menu li a { text-decoration: none; color: white; } menu li a:hover { color: black; }*/ #keranjang{ margin-top:40px; } #lanjut{ margin-left:450px; } #judul{ text-align:center; } #walper{ margin:0 auto; width:600px; } h2{ color: #4311CF; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; text-align: center; } table#t01 tr:nth-child(even) { background-color: #eee; } table#t01 tr:nth-child(odd) { background-color:#fff; } table#t01 th { background-color: black; color: white; } .saveimg{ width: 20px; height: 20px; } table tr td input{ width: 40px; } #footer{ margin-top:110px; border:#CCC 1px solid; background:black; padding:10px; } .text{ color:white; padding:2px; margin:2px; font-weight:600; font-size:16px; margin-left:60px; } .container{ width: 1000px; margin: auto; background-color: white; } .header{ padding: 5px; padding-bottom: 0px; background-color: blue; color: white; border-bottom: 0px solid orange; } .header .judul{ font-size: 60px; font-weight: bold; text-align: left; margin-left: 100px; font-family: segoe print; height: 50px; line-height: 35px; } /*Serach*/ .search-form{ margin-top: 10px; float: right; margin-right: 15px; margin-bottom: 10px } input[type=text]{ padding: 5px; border: none; font-size: 13px; font-family: sans-serif; } button { float: right; background: green; color: white; border-radius: 0 15px 15px 0; cursor: pointer; position: relative; margin-top: 15px; padding: 7px; font-family: sans-serif; border: none; font-size: 11px; } /*header/Menu*/ ul, li{ list-style-type: none; margin: 0; padding: 0; } .header ul.menu li{ display: inline-block; background: black; color: white; width: 90px; height: 30px; line-height: 30px; padding: 0px 10px 0px 20px; font-size:15px; font-weight: bold; text-align: center; /*float: right;*/ } .header ul.menu li:hover{ background: white; color: green; cursor: pointer; } .header ul.subMenu{ display: none; margin-left: -15px; } .header ul.menu li:hover ul.subMenu{ display: block; position: absolute; } .header ul.subMenu li{ display: block; width: 170px; text-align: left; border-bottom: 1px solid white; } .header ul.subMenu a{ text-decoration: none; } .recommended img { width: 100%; height: 500px; } .pemula { width: 100%; overflow: hidden; background-color: white; margin-top: 5px; } .pemula .widget { width: 645px; float: left; background-color: white; } .pemula .widget .TokoTerbaik h4 { font-size: 50px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .widget .TokoTerbaik p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .widget .JenisBahan h3 { font-size: 50px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .widget .JenisBahan p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .widget .JenisBahan h4 { font-size: 30px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .TentangKami { width: 300px; float: right; padding: 20px; } .pemula .TentangKami h2 { font-weight: bold; color: black; margin: 5px 5px 5px 10px; } .pemula .TentangKami p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .sosmed{ width: 315px; height: 100px; border: 1px solid white; margin:auto; float: right; align-content: center; } .pemula .sosmed p{ text-align: left; font-family: Arial; font-size: 12px; color: black; font-weight: bold; text-align: center; margin: 5px 5px 5px 15px; } .pemula .sosmed img{ width: 55px; height: 40px; padding: 15px; margin: auto; } .kotak{ width: auto; /*border: 2px solid white;*/ /*border-top: 5px solid orange;*/ border-bottom: 5px solid white; margin: auto; padding: 5px; overflow:hidden; } .subKotak{ width: 200px; height: 250px; background-color: white; color: black; text-align: bottom; font-size: 30px; margin-left:80px; float: left; border:1px solid; padding: 50px 0; } .nama-prodak{ font-size:20px; text-align:center; } .ukuran-prodak{ font-size:20px; text-align:center; } .harga-prodak{ font-size:20px; text-align:center; color:green; } .btnpesan{ background-color:#6aadf1; border:0; border-radius:5px; padding:3px 10px; font-size:15px; margin-left:40px; } .subKotak img{ width: 200px; height: 150px; margin: auto; float:left; } .subKotak p{ text-align: center; font-size: 13px; font-weight: bold; /*margin:auto;*/ padding: 5px; } .subKotak-home{ width: 500px; height: 200px; /*background-color: salmon;*/ color: green; text-align: bottom; font-size: 30px; margin: 5px; float: auto; } .subKotak-home img{ width: 225px; height: 200px; margin: auto; } /*halaman-masuk*/ *{margin: 0px; padding: 0px;} .kotak-masuk{ width: 300px; height: 450px; border:1px solid orange; margin: 60px auto; } .judul-masuk{ width: 100%; height: 30px; text-align: center; line-height: 30px; font-weight: bold; background-color: navy; color: white; font-size: 20px; } .masuk{ width: 100%; height: 125px; text-align: center; } .masuk i{ font-size: 13px; color: red; } .masuk form{ margin-top: 40px; } .masuk form input{ margin-top: 10px; padding: 0; border:1px solid; width: 250px; height: 30px; } .masuk-sosmed{ width: 200px; height: 100px; border: 1px solid white; margin:auto; /*float: none;*/ align-content: center; } .masuk-sosmed p{ text-align: left; font-family: Arial; font-size: 14px; color: navy; font-weight: bold; } .masuk-sosmed img{ width: 50px; height: 30px; padding: 5px; margin: auto; } .sidebar{ width: 300px; float: right; padding: 20px; } .sidebar h3{ font-weight: bold; color: #666; } .sidebar img{ width: 70px; height: 70px; float: left; padding-right: 10px; } .sidebar img, p{ font:12px/18px arial; text-align: justify; } .pemesanan{ width: 400px; height: 700px; margin: 65px auto; /*border: 2px solid salmon;*/ } .pemesanan p{ font-size: 17px; color: navy; text-align: center; text-transform: uppercase; font-weight: bold; font-family: Arial; } .pemesanan input{ width: 200px; height: 10px; border-bottom: 1px solid black; text-align: left; font-size: 15px; font-family: Arial; float: right; } .pemesanan input[value]{ width: 200px; height: 30px; /*border: 1px solid white;*/ text-align: center; font-size: 15px; font-family: Arial; float: right; } table{ border:1px solid black; width: 700px; text-align: left; font-size: 16px; margin:auto; text-decoration: none; } th{ text-align: center; } .syarat{ width: 700px; margin: auto; padding: 15px; background-color: grey; color: white; border: 1px solid salmon; } .syarat p{ font-family: Times New Roman; font-size: 15px; } .syarat h3{ font-family: Algeria; font-size: 19px; text-align: center; text-transform: uppercase; } .syarat h4{ font-family: Algeria; font-size: 15px; text-align: center; text-transform: uppercase; } .syarat h5{ font-family: Algeria; font-size: 19px; text-align: center; } .middle{ width : 420px; border : 1px solid #dedede; padding : 10px; margin : 10px; float : left; } .marquee{ width: 100%; height: 25px; line-height: 30px; background-color: black; color: white; font-size: 17px; font-family: Algerian; } .marquee img{ width: 20px; height: 15px; } .footer { width: 1000px; margin: auto; background-color: blue; border-top: 10px solid black; } .footer .copy{ color: white; text-align: center; font-size: 15px; padding: 10px; } /*clearfix untuk membersihkan float*/ .cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ } .cf:after { clear: both; } .cf { *zoom: 1; }
assets/css/style3.css
* {margin: 0; padding: 0;} body { width: 1000px; margin: auto; background-color: #f90; background-image: } header { width: 1000px; height: 350px; } /*header img { width: 750px; height: 250px; }*/ /*menu { width: 980px; height: 10px; background-color: blue; padding: 10px; } menu li { list-style: none; float: left; margin-right: 50px; margin-top: 0px; color: white; } menu li a { text-decoration: none; color: white; } menu li a:hover { color: black; }*/ #keranjang{ margin-top:40px; } #lanjut{ margin-left:450px; } #judul{ text-align:center; } #walper{ margin:0 auto; width:600px; } h2{ color: #4311CF; } table, th, td { border: 1px solid black; border-collapse: collapse; } th, td { padding: 5px; text-align: center; } table#t01 tr:nth-child(even) { background-color: #eee; } table#t01 tr:nth-child(odd) { background-color:#fff; } table#t01 th { background-color: black; color: white; } .saveimg{ width: 20px; height: 20px; } table tr td input{ width: 40px; } #footer{ margin-top:110px; border:#CCC 1px solid; background:black; padding:10px; } .text{ color:white; padding:2px; margin:2px; font-weight:600; font-size:16px; margin-left:60px; } .container{ width: 1000px; margin: auto; background-color: white; } .header{ padding: 5px; padding-bottom: 0px; background-color: blue; color: white; border-bottom: 0px solid orange; } .header .judul{ font-size: 60px; font-weight: bold; text-align: left; margin-left: 100px; font-family: segoe print; height: 50px; line-height: 35px; } /*Serach*/ .search-form{ margin-top: 10px; float: right; margin-right: 15px; margin-bottom: 10px } input[type=text]{ padding: 5px; border: none; font-size: 13px; font-family: sans-serif; } button { float: right; background: green; color: white; border-radius: 0 15px 15px 0; cursor: pointer; position: relative; margin-top: 15px; padding: 7px; font-family: sans-serif; border: none; font-size: 11px; } /*header/Menu*/ ul, li{ list-style-type: none; margin: 0; padding: 0; } .header ul.menu li{ display: inline-block; background: black; color: white; width: 90px; height: 30px; line-height: 30px; padding: 0px 10px 0px 20px; font-size:15px; font-weight: bold; text-align: center; /*float: right;*/ } .header ul.menu li:hover{ background: white; color: green; cursor: pointer; } .header ul.subMenu{ display: none; margin-left: -15px; } .header ul.menu li:hover ul.subMenu{ display: block; position: absolute; } .header ul.subMenu li{ display: block; width: 170px; text-align: left; border-bottom: 1px solid white; } .header ul.subMenu a{ text-decoration: none; } .recommended img { width: 100%; height: 500px; } .pemula { width: 100%; overflow: hidden; background-color: white; margin-top: 5px; } .pemula .widget { width: 645px; float: left; background-color: white; } .pemula .widget .TokoTerbaik h4 { font-size: 50px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .widget .TokoTerbaik p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .widget .JenisBahan h3 { font-size: 50px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .widget .JenisBahan p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .widget .JenisBahan h4 { font-size: 30px; font-weight: bold; text-align: left; margin: 5px 5px 5px 20px; } .pemula .TentangKami { width: 300px; float: right; padding: 20px; } .pemula .TentangKami h2 { font-weight: bold; color: black; margin: 5px 5px 5px 10px; } .pemula .TentangKami p { text-align: justify; margin: 5px 5px 5px 10px; } .pemula .sosmed{ width: 315px; height: 100px; border: 1px solid white; margin:auto; float: right; align-content: center; } .pemula .sosmed p{ text-align: left; font-family: Arial; font-size: 12px; color: black; font-weight: bold; text-align: center; margin: 5px 5px 5px 15px; } .pemula .sosmed img{ width: 55px; height: 40px; padding: 15px; margin: auto; } .kotak{ width: auto; /*border: 2px solid white;*/ /*border-top: 5px solid orange;*/ border-bottom: 5px solid white; margin: auto; padding: 5px; overflow:hidden; } .subKotak{ width: 200px; height: 250px; background-color: white; color: black; text-align: bottom; font-size: 30px; margin-left:80px; float: left; border:1px solid; padding: 50px 0; } .nama-prodak{ font-size:20px; text-align:center; } .ukuran-prodak{ font-size:20px; text-align:center; } .harga-prodak{ font-size:20px; text-align:center; color:green; } .btnpesan{ background-color:#6aadf1; border:0; border-radius:5px; padding:3px 10px; font-size:15px; margin-left:40px; } .subKotak img{ width: 200px; height: 150px; margin: auto; float:left; } .subKotak p{ text-align: center; font-size: 13px; font-weight: bold; /*margin:auto;*/ padding: 5px; } .subKotak-home{ width: 500px; height: 200px; /*background-color: salmon;*/ color: green; text-align: bottom; font-size: 30px; margin: 5px; float: auto; } .subKotak-home img{ width: 225px; height: 200px; margin: auto; } /*halaman-masuk*/ *{margin: 0px; padding: 0px;} .kotak-masuk{ width: 300px; height: 450px; border:1px solid orange; margin: 60px auto; } .judul-masuk{ width: 100%; height: 30px; text-align: center; line-height: 30px; font-weight: bold; background-color: navy; color: white; font-size: 20px; } .masuk{ width: 100%; height: 125px; text-align: center; } .masuk i{ font-size: 13px; color: red; } .masuk form{ margin-top: 40px; } .masuk form input{ margin-top: 10px; padding: 0; border:1px solid; width: 250px; height: 30px; } .masuk-sosmed{ width: 200px; height: 100px; border: 1px solid white; margin:auto; /*float: none;*/ align-content: center; } .masuk-sosmed p{ text-align: left; font-family: Arial; font-size: 14px; color: navy; font-weight: bold; } .masuk-sosmed img{ width: 50px; height: 30px; padding: 5px; margin: auto; } .sidebar{ width: 300px; float: right; padding: 20px; } .sidebar h3{ font-weight: bold; color: #666; } .sidebar img{ width: 70px; height: 70px; float: left; padding-right: 10px; } .sidebar img, p{ font:12px/18px arial; text-align: justify; } .pemesanan{ width: 400px; height: 700px; margin: 65px auto; /*border: 2px solid salmon;*/ } .pemesanan p{ font-size: 17px; color: navy; text-align: center; text-transform: uppercase; font-weight: bold; font-family: Arial; } .pemesanan input{ width: 200px; height: 10px; border-bottom: 1px solid black; text-align: left; font-size: 15px; font-family: Arial; float: right; } .pemesanan input[value]{ width: 200px; height: 30px; /*border: 1px solid white;*/ text-align: center; font-size: 15px; font-family: Arial; float: right; } table{ border:1px solid black; width: 700px; text-align: left; font-size: 16px; margin:auto; text-decoration: none; } th{ text-align: center; } .syarat{ width: 700px; margin: auto; padding: 15px; background-color: grey; color: white; border: 1px solid salmon; } .syarat p{ font-family: Times New Roman; font-size: 15px; } .syarat h3{ font-family: Algeria; font-size: 19px; text-align: center; text-transform: uppercase; } .syarat h4{ font-family: Algeria; font-size: 15px; text-align: center; text-transform: uppercase; } .syarat h5{ font-family: Algeria; font-size: 19px; text-align: center; } .middle{ width : 420px; border : 1px solid #dedede; padding : 10px; margin : 10px; float : left; } .marquee{ width: 100%; height: 25px; line-height: 30px; background-color: black; color: white; font-size: 17px; font-family: Algerian; } .marquee img{ width: 20px; height: 15px; } .footer { width: 1000px; margin: auto; background-color: blue; border-top: 10px solid black; } .footer .copy{ color: white; text-align: center; font-size: 15px; padding: 10px; } /*clearfix untuk membersihkan float*/ .cf:before, .cf:after { content: " "; /* 1 */ display: table; /* 2 */ } .cf:after { clear: both; } .cf { *zoom: 1; }
0.269518
0.077832
@charset "UTF-8"; /*------------------------------------------------------------------ [Master Stylesheet] Project: Ora Version: 1.0 Last change: 29/09/2017 [Add Define a table of contents Link] Assigned to: NDT Primary use: Company -------------------------------------------------------------------*/ /*------------------------------------------------------------------ [LAYOUT] * body + Header / header + Section Layouts / section .name-section ... + Footer / footer -------------------------------------------------------------------*/ /*------------------------------------------------------------------ # [Color codes] # Text Color (text): #666666 # Text Color Deep (Text, title): #333333 # Primary Color Light: #fff652 # Primary Color: #fff537 # Primary Color Dark: #e5dd32 ------------------------------------------------------------------*/ /*------------------------------------------------------------------ [Typography] Body copy: 18px/1.6 'Lato', Arial, "Helvetica Neue", sans-serif; Heading Section: 36px/1.6 'Poppins', Arial, "Helvetica Neue", sans-serif; Input, textarea: 14px/1.6 'Montserrat', Arial, "Helvetica Neue", sans-serif; Title: 18px/1.6 'Poppins', Arial, "Helvetica Neue", sans-serif; Notes: decreasing heading by 0.4em with every subsequent heading level -------------------------------------------------------------------*/ /*-----------------------------------------------------*/ /* ALL STYLES */ /*-----------------------------------------------------*/ /*-----------------------------------------------------*/ /* UTILITIS */ /*-----------------------------------------------------*/ /* #Helper class */ /* Typography */ body { font-family: "Lato", sans-serif; font-weight: 400; font-size: 18px; line-height: -webkit-calc(30 / 18); line-height: -moz-calc(30 / 18); line-height: calc(30 / 18); color: #666; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; color: #333333; font-weight: 400; -webkit-font-variant-ligatures: common-ligatures; -moz-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; margin-top: 0; margin-bottom: 0; line-height: 1.5; } blockquote { padding: 0; margin: 0; border-left: 0; } strong { font-weight: 700; } hr { margin: 30px 0; border-color: #fafafa; } a:hover, a:focus, a:active { text-decoration: none; outline: none; } a:hover { color: #fff652; } a:active { color: #e5dd32; } a:hover, a { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } input[type='submit'], button[type='button'] { cursor: pointer; } /*! Typography -- Helpers */ .type--fade { opacity: .5; } .type--uppercase { text-transform: uppercase; } .type--bold { font-weight: bold; } .type--italic { font-style: italic; } .type--underline { text-decoration: underline; } .type--body-font { font-family: "Lato", sans-serif; } .type--xs { font-size: 13px; } .type--sm { font-size: 18px; } .type--md { font-size: 24px; } .type--lg { font-size: 36px; } .type--xl { font-size: 48px; } .type-gray-1 { color: #666; } .type-gray-2 { color: #cccccc; } /**! Position **/ .pos-relative { position: relative; } .pos-absolute { position: absolute; } .pos-top { top: 0; } .pos-bottom { bottom: 0; } .pos-right { right: 0; } .pos-left { left: 0; } .flex-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } /* Element Size */ .p-b-0 { padding-bottom: 0px; } .p-t-0 { padding-top: 0px; } .p-r-0 { padding-right: 0px; } .p-l-0 { padding-left: 0px; } .m-b-0 { margin-bottom: 0px; } .m-t-0 { margin-top: 0px; } .m-r-0 { margin-right: 0px; } .m-l-0 { margin-left: 0px; } .m-0 { margin: 0px; } .p-0 { padding: 0px; } .p-b-5 { padding-bottom: 5px; } .p-t-5 { padding-top: 5px; } .p-r-5 { padding-right: 5px; } .p-l-5 { padding-left: 5px; } .m-b-5 { margin-bottom: 5px; } .m-t-5 { margin-top: 5px; } .m-r-5 { margin-right: 5px; } .m-l-5 { margin-left: 5px; } .m-5 { margin: 5px; } .p-5 { padding: 5px; } .p-b-10 { padding-bottom: 10px; } .p-t-10 { padding-top: 10px; } .p-r-10 { padding-right: 10px; } .p-l-10 { padding-left: 10px; } .m-b-10 { margin-bottom: 10px; } .m-t-10 { margin-top: 10px; } .m-r-10 { margin-right: 10px; } .m-l-10 { margin-left: 10px; } .m-10 { margin: 10px; } .p-10 { padding: 10px; } .p-b-15 { padding-bottom: 15px; } .p-t-15 { padding-top: 15px; } .p-r-15 { padding-right: 15px; } .p-l-15 { padding-left: 15px; } .m-b-15 { margin-bottom: 15px; } .m-t-15 { margin-top: 15px; } .m-r-15 { margin-right: 15px; } .m-l-15 { margin-left: 15px; } .m-15 { margin: 15px; } .p-15 { padding: 15px; } .p-b-20 { padding-bottom: 20px; } .p-t-20 { padding-top: 20px; } .p-r-20 { padding-right: 20px; } .p-l-20 { padding-left: 20px; } .m-b-20 { margin-bottom: 20px; } .m-t-20 { margin-top: 20px; } .m-r-20 { margin-right: 20px; } .m-l-20 { margin-left: 20px; } .m-20 { margin: 20px; } .p-20 { padding: 20px; } .p-b-25 { padding-bottom: 25px; } .p-t-25 { padding-top: 25px; } .p-r-25 { padding-right: 25px; } .p-l-25 { padding-left: 25px; } .m-b-25 { margin-bottom: 25px; } .m-t-25 { margin-top: 25px; } .m-r-25 { margin-right: 25px; } .m-l-25 { margin-left: 25px; } .m-25 { margin: 25px; } .p-25 { padding: 25px; } .p-b-30 { padding-bottom: 30px; } .p-t-30 { padding-top: 30px; } .p-r-30 { padding-right: 30px; } .p-l-30 { padding-left: 30px; } .m-b-30 { margin-bottom: 30px; } .m-t-30 { margin-top: 30px; } .m-r-30 { margin-right: 30px; } .m-l-30 { margin-left: 30px; } .m-30 { margin: 30px; } .p-30 { padding: 30px; } .p-b-35 { padding-bottom: 35px; } .p-t-35 { padding-top: 35px; } .p-r-35 { padding-right: 35px; } .p-l-35 { padding-left: 35px; } .m-b-35 { margin-bottom: 35px; } .m-t-35 { margin-top: 35px; } .m-r-35 { margin-right: 35px; } .m-l-35 { margin-left: 35px; } .m-35 { margin: 35px; } .p-35 { padding: 35px; } .p-b-40 { padding-bottom: 40px; } .p-t-40 { padding-top: 40px; } .p-r-40 { padding-right: 40px; } .p-l-40 { padding-left: 40px; } .m-b-40 { margin-bottom: 40px; } .m-t-40 { margin-top: 40px; } .m-r-40 { margin-right: 40px; } .m-l-40 { margin-left: 40px; } .m-40 { margin: 40px; } .p-40 { padding: 40px; } .p-b-45 { padding-bottom: 45px; } .p-t-45 { padding-top: 45px; } .p-r-45 { padding-right: 45px; } .p-l-45 { padding-left: 45px; } .m-b-45 { margin-bottom: 45px; } .m-t-45 { margin-top: 45px; } .m-r-45 { margin-right: 45px; } .m-l-45 { margin-left: 45px; } .m-45 { margin: 45px; } .p-45 { padding: 45px; } .p-b-50 { padding-bottom: 50px; } .p-t-50 { padding-top: 50px; } .p-r-50 { padding-right: 50px; } .p-l-50 { padding-left: 50px; } .m-b-50 { margin-bottom: 50px; } .m-t-50 { margin-top: 50px; } .m-r-50 { margin-right: 50px; } .m-l-50 { margin-left: 50px; } .m-50 { margin: 50px; } .p-50 { padding: 50px; } .p-b-55 { padding-bottom: 55px; } .p-t-55 { padding-top: 55px; } .p-r-55 { padding-right: 55px; } .p-l-55 { padding-left: 55px; } .m-b-55 { margin-bottom: 55px; } .m-t-55 { margin-top: 55px; } .m-r-55 { margin-right: 55px; } .m-l-55 { margin-left: 55px; } .m-55 { margin: 55px; } .p-55 { padding: 55px; } .p-b-60 { padding-bottom: 60px; } .p-t-60 { padding-top: 60px; } .p-r-60 { padding-right: 60px; } .p-l-60 { padding-left: 60px; } .m-b-60 { margin-bottom: 60px; } .m-t-60 { margin-top: 60px; } .m-r-60 { margin-right: 60px; } .m-l-60 { margin-left: 60px; } .m-60 { margin: 60px; } .p-60 { padding: 60px; } .p-b-65 { padding-bottom: 65px; } .p-t-65 { padding-top: 65px; } .p-r-65 { padding-right: 65px; } .p-l-65 { padding-left: 65px; } .m-b-65 { margin-bottom: 65px; } .m-t-65 { margin-top: 65px; } .m-r-65 { margin-right: 65px; } .m-l-65 { margin-left: 65px; } .m-65 { margin: 65px; } .p-65 { padding: 65px; } .p-b-70 { padding-bottom: 70px; } .p-t-70 { padding-top: 70px; } .p-r-70 { padding-right: 70px; } .p-l-70 { padding-left: 70px; } .m-b-70 { margin-bottom: 70px; } .m-t-70 { margin-top: 70px; } .m-r-70 { margin-right: 70px; } .m-l-70 { margin-left: 70px; } .m-70 { margin: 70px; } .p-70 { padding: 70px; } .p-b-75 { padding-bottom: 75px; } .p-t-75 { padding-top: 75px; } .p-r-75 { padding-right: 75px; } .p-l-75 { padding-left: 75px; } .m-b-75 { margin-bottom: 75px; } .m-t-75 { margin-top: 75px; } .m-r-75 { margin-right: 75px; } .m-l-75 { margin-left: 75px; } .m-75 { margin: 75px; } .p-75 { padding: 75px; } .p-b-80 { padding-bottom: 80px; } .p-t-80 { padding-top: 80px; } .p-r-80 { padding-right: 80px; } .p-l-80 { padding-left: 80px; } .m-b-80 { margin-bottom: 80px; } .m-t-80 { margin-top: 80px; } .m-r-80 { margin-right: 80px; } .m-l-80 { margin-left: 80px; } .m-80 { margin: 80px; } .p-80 { padding: 80px; } .p-b-85 { padding-bottom: 85px; } .p-t-85 { padding-top: 85px; } .p-r-85 { padding-right: 85px; } .p-l-85 { padding-left: 85px; } .m-b-85 { margin-bottom: 85px; } .m-t-85 { margin-top: 85px; } .m-r-85 { margin-right: 85px; } .m-l-85 { margin-left: 85px; } .m-85 { margin: 85px; } .p-85 { padding: 85px; } .p-b-90 { padding-bottom: 90px; } .p-t-90 { padding-top: 90px; } .p-r-90 { padding-right: 90px; } .p-l-90 { padding-left: 90px; } .m-b-90 { margin-bottom: 90px; } .m-t-90 { margin-top: 90px; } .m-r-90 { margin-right: 90px; } .m-l-90 { margin-left: 90px; } .m-90 { margin: 90px; } .p-90 { padding: 90px; } .p-b-95 { padding-bottom: 95px; } .p-t-95 { padding-top: 95px; } .p-r-95 { padding-right: 95px; } .p-l-95 { padding-left: 95px; } .m-b-95 { margin-bottom: 95px; } .m-t-95 { margin-top: 95px; } .m-r-95 { margin-right: 95px; } .m-l-95 { margin-left: 95px; } .m-95 { margin: 95px; } .p-95 { padding: 95px; } .p-b-100 { padding-bottom: 100px; } .p-t-100 { padding-top: 100px; } .p-r-100 { padding-right: 100px; } .p-l-100 { padding-left: 100px; } .m-b-100 { margin-bottom: 100px; } .m-t-100 { margin-top: 100px; } .m-r-100 { margin-right: 100px; } .m-l-100 { margin-left: 100px; } .m-100 { margin: 100px; } .p-100 { padding: 100px; } .p-b-105 { padding-bottom: 105px; } .p-t-105 { padding-top: 105px; } .p-r-105 { padding-right: 105px; } .p-l-105 { padding-left: 105px; } .m-b-105 { margin-bottom: 105px; } .m-t-105 { margin-top: 105px; } .m-r-105 { margin-right: 105px; } .m-l-105 { margin-left: 105px; } .m-105 { margin: 105px; } .p-105 { padding: 105px; } .p-b-110 { padding-bottom: 110px; } .p-t-110 { padding-top: 110px; } .p-r-110 { padding-right: 110px; } .p-l-110 { padding-left: 110px; } .m-b-110 { margin-bottom: 110px; } .m-t-110 { margin-top: 110px; } .m-r-110 { margin-right: 110px; } .m-l-110 { margin-left: 110px; } .m-110 { margin: 110px; } .p-110 { padding: 110px; } .p-b-115 { padding-bottom: 115px; } .p-t-115 { padding-top: 115px; } .p-r-115 { padding-right: 115px; } .p-l-115 { padding-left: 115px; } .m-b-115 { margin-bottom: 115px; } .m-t-115 { margin-top: 115px; } .m-r-115 { margin-right: 115px; } .m-l-115 { margin-left: 115px; } .m-115 { margin: 115px; } .p-115 { padding: 115px; } .p-b-120 { padding-bottom: 120px; } .p-t-120 { padding-top: 120px; } .p-r-120 { padding-right: 120px; } .p-l-120 { padding-left: 120px; } .m-b-120 { margin-bottom: 120px; } .m-t-120 { margin-top: 120px; } .m-r-120 { margin-right: 120px; } .m-l-120 { margin-left: 120px; } .m-120 { margin: 120px; } .p-120 { padding: 120px; } .p-b-125 { padding-bottom: 125px; } .p-t-125 { padding-top: 125px; } .p-r-125 { padding-right: 125px; } .p-l-125 { padding-left: 125px; } .m-b-125 { margin-bottom: 125px; } .m-t-125 { margin-top: 125px; } .m-r-125 { margin-right: 125px; } .m-l-125 { margin-left: 125px; } .m-125 { margin: 125px; } .p-125 { padding: 125px; } .p-b-130 { padding-bottom: 130px; } .p-t-130 { padding-top: 130px; } .p-r-130 { padding-right: 130px; } .p-l-130 { padding-left: 130px; } .m-b-130 { margin-bottom: 130px; } .m-t-130 { margin-top: 130px; } .m-r-130 { margin-right: 130px; } .m-l-130 { margin-left: 130px; } .m-130 { margin: 130px; } .p-130 { padding: 130px; } .p-b-135 { padding-bottom: 135px; } .p-t-135 { padding-top: 135px; } .p-r-135 { padding-right: 135px; } .p-l-135 { padding-left: 135px; } .m-b-135 { margin-bottom: 135px; } .m-t-135 { margin-top: 135px; } .m-r-135 { margin-right: 135px; } .m-l-135 { margin-left: 135px; } .m-135 { margin: 135px; } .p-135 { padding: 135px; } .p-b-140 { padding-bottom: 140px; } .p-t-140 { padding-top: 140px; } .p-r-140 { padding-right: 140px; } .p-l-140 { padding-left: 140px; } .m-b-140 { margin-bottom: 140px; } .m-t-140 { margin-top: 140px; } .m-r-140 { margin-right: 140px; } .m-l-140 { margin-left: 140px; } .m-140 { margin: 140px; } .p-140 { padding: 140px; } .p-b-145 { padding-bottom: 145px; } .p-t-145 { padding-top: 145px; } .p-r-145 { padding-right: 145px; } .p-l-145 { padding-left: 145px; } .m-b-145 { margin-bottom: 145px; } .m-t-145 { margin-top: 145px; } .m-r-145 { margin-right: 145px; } .m-l-145 { margin-left: 145px; } .m-145 { margin: 145px; } .p-145 { padding: 145px; } .p-b-150 { padding-bottom: 150px; } .p-t-150 { padding-top: 150px; } .p-r-150 { padding-right: 150px; } .p-l-150 { padding-left: 150px; } .m-b-150 { margin-bottom: 150px; } .m-t-150 { margin-top: 150px; } .m-r-150 { margin-right: 150px; } .m-l-150 { margin-left: 150px; } .m-150 { margin: 150px; } .p-150 { padding: 150px; } .p-b-155 { padding-bottom: 155px; } .p-t-155 { padding-top: 155px; } .p-r-155 { padding-right: 155px; } .p-l-155 { padding-left: 155px; } .m-b-155 { margin-bottom: 155px; } .m-t-155 { margin-top: 155px; } .m-r-155 { margin-right: 155px; } .m-l-155 { margin-left: 155px; } .m-155 { margin: 155px; } .p-155 { padding: 155px; } .p-b-160 { padding-bottom: 160px; } .p-t-160 { padding-top: 160px; } .p-r-160 { padding-right: 160px; } .p-l-160 { padding-left: 160px; } .m-b-160 { margin-bottom: 160px; } .m-t-160 { margin-top: 160px; } .m-r-160 { margin-right: 160px; } .m-l-160 { margin-left: 160px; } .m-160 { margin: 160px; } .p-160 { padding: 160px; } .p-b-165 { padding-bottom: 165px; } .p-t-165 { padding-top: 165px; } .p-r-165 { padding-right: 165px; } .p-l-165 { padding-left: 165px; } .m-b-165 { margin-bottom: 165px; } .m-t-165 { margin-top: 165px; } .m-r-165 { margin-right: 165px; } .m-l-165 { margin-left: 165px; } .m-165 { margin: 165px; } .p-165 { padding: 165px; } .p-b-170 { padding-bottom: 170px; } .p-t-170 { padding-top: 170px; } .p-r-170 { padding-right: 170px; } .p-l-170 { padding-left: 170px; } .m-b-170 { margin-bottom: 170px; } .m-t-170 { margin-top: 170px; } .m-r-170 { margin-right: 170px; } .m-l-170 { margin-left: 170px; } .m-170 { margin: 170px; } .p-170 { padding: 170px; } .p-b-175 { padding-bottom: 175px; } .p-t-175 { padding-top: 175px; } .p-r-175 { padding-right: 175px; } .p-l-175 { padding-left: 175px; } .m-b-175 { margin-bottom: 175px; } .m-t-175 { margin-top: 175px; } .m-r-175 { margin-right: 175px; } .m-l-175 { margin-left: 175px; } .m-175 { margin: 175px; } .p-175 { padding: 175px; } .p-b-180 { padding-bottom: 180px; } .p-t-180 { padding-top: 180px; } .p-r-180 { padding-right: 180px; } .p-l-180 { padding-left: 180px; } .m-b-180 { margin-bottom: 180px; } .m-t-180 { margin-top: 180px; } .m-r-180 { margin-right: 180px; } .m-l-180 { margin-left: 180px; } .m-180 { margin: 180px; } .p-180 { padding: 180px; } .p-b-185 { padding-bottom: 185px; } .p-t-185 { padding-top: 185px; } .p-r-185 { padding-right: 185px; } .p-l-185 { padding-left: 185px; } .m-b-185 { margin-bottom: 185px; } .m-t-185 { margin-top: 185px; } .m-r-185 { margin-right: 185px; } .m-l-185 { margin-left: 185px; } .m-185 { margin: 185px; } .p-185 { padding: 185px; } .p-b-190 { padding-bottom: 190px; } .p-t-190 { padding-top: 190px; } .p-r-190 { padding-right: 190px; } .p-l-190 { padding-left: 190px; } .m-b-190 { margin-bottom: 190px; } .m-t-190 { margin-top: 190px; } .m-r-190 { margin-right: 190px; } .m-l-190 { margin-left: 190px; } .m-190 { margin: 190px; } .p-190 { padding: 190px; } .p-b-195 { padding-bottom: 195px; } .p-t-195 { padding-top: 195px; } .p-r-195 { padding-right: 195px; } .p-l-195 { padding-left: 195px; } .m-b-195 { margin-bottom: 195px; } .m-t-195 { margin-top: 195px; } .m-r-195 { margin-right: 195px; } .m-l-195 { margin-left: 195px; } .m-195 { margin: 195px; } .p-195 { padding: 195px; } .p-b-200 { padding-bottom: 200px; } .p-t-200 { padding-top: 200px; } .p-r-200 { padding-right: 200px; } .p-l-200 { padding-left: 200px; } .m-b-200 { margin-bottom: 200px; } .m-t-200 { margin-top: 200px; } .m-r-200 { margin-right: 200px; } .m-l-200 { margin-left: 200px; } .m-200 { margin: 200px; } .p-200 { padding: 200px; } .p-b-205 { padding-bottom: 205px; } .p-t-205 { padding-top: 205px; } .p-r-205 { padding-right: 205px; } .p-l-205 { padding-left: 205px; } .m-b-205 { margin-bottom: 205px; } .m-t-205 { margin-top: 205px; } .m-r-205 { margin-right: 205px; } .m-l-205 { margin-left: 205px; } .m-205 { margin: 205px; } .p-205 { padding: 205px; } .p-b-210 { padding-bottom: 210px; } .p-t-210 { padding-top: 210px; } .p-r-210 { padding-right: 210px; } .p-l-210 { padding-left: 210px; } .m-b-210 { margin-bottom: 210px; } .m-t-210 { margin-top: 210px; } .m-r-210 { margin-right: 210px; } .m-l-210 { margin-left: 210px; } .m-210 { margin: 210px; } .p-210 { padding: 210px; } .p-b-215 { padding-bottom: 215px; } .p-t-215 { padding-top: 215px; } .p-r-215 { padding-right: 215px; } .p-l-215 { padding-left: 215px; } .m-b-215 { margin-bottom: 215px; } .m-t-215 { margin-top: 215px; } .m-r-215 { margin-right: 215px; } .m-l-215 { margin-left: 215px; } .m-215 { margin: 215px; } .p-215 { padding: 215px; } .p-b-220 { padding-bottom: 220px; } .p-t-220 { padding-top: 220px; } .p-r-220 { padding-right: 220px; } .p-l-220 { padding-left: 220px; } .m-b-220 { margin-bottom: 220px; } .m-t-220 { margin-top: 220px; } .m-r-220 { margin-right: 220px; } .m-l-220 { margin-left: 220px; } .m-220 { margin: 220px; } .p-220 { padding: 220px; } .p-b-225 { padding-bottom: 225px; } .p-t-225 { padding-top: 225px; } .p-r-225 { padding-right: 225px; } .p-l-225 { padding-left: 225px; } .m-b-225 { margin-bottom: 225px; } .m-t-225 { margin-top: 225px; } .m-r-225 { margin-right: 225px; } .m-l-225 { margin-left: 225px; } .m-225 { margin: 225px; } .p-225 { padding: 225px; } .p-b-230 { padding-bottom: 230px; } .p-t-230 { padding-top: 230px; } .p-r-230 { padding-right: 230px; } .p-l-230 { padding-left: 230px; } .m-b-230 { margin-bottom: 230px; } .m-t-230 { margin-top: 230px; } .m-r-230 { margin-right: 230px; } .m-l-230 { margin-left: 230px; } .m-230 { margin: 230px; } .p-230 { padding: 230px; } .p-b-235 { padding-bottom: 235px; } .p-t-235 { padding-top: 235px; } .p-r-235 { padding-right: 235px; } .p-l-235 { padding-left: 235px; } .m-b-235 { margin-bottom: 235px; } .m-t-235 { margin-top: 235px; } .m-r-235 { margin-right: 235px; } .m-l-235 { margin-left: 235px; } .m-235 { margin: 235px; } .p-235 { padding: 235px; } .p-b-240 { padding-bottom: 240px; } .p-t-240 { padding-top: 240px; } .p-r-240 { padding-right: 240px; } .p-l-240 { padding-left: 240px; } .m-b-240 { margin-bottom: 240px; } .m-t-240 { margin-top: 240px; } .m-r-240 { margin-right: 240px; } .m-l-240 { margin-left: 240px; } .m-240 { margin: 240px; } .p-240 { padding: 240px; } .p-b-245 { padding-bottom: 245px; } .p-t-245 { padding-top: 245px; } .p-r-245 { padding-right: 245px; } .p-l-245 { padding-left: 245px; } .m-b-245 { margin-bottom: 245px; } .m-t-245 { margin-top: 245px; } .m-r-245 { margin-right: 245px; } .m-l-245 { margin-left: 245px; } .m-245 { margin: 245px; } .p-245 { padding: 245px; } .p-b-250 { padding-bottom: 250px; } .p-t-250 { padding-top: 250px; } .p-r-250 { padding-right: 250px; } .p-l-250 { padding-left: 250px; } .m-b-250 { margin-bottom: 250px; } .m-t-250 { margin-top: 250px; } .m-r-250 { margin-right: 250px; } .m-l-250 { margin-left: 250px; } .m-250 { margin: 250px; } .p-250 { padding: 250px; } /*Background*/ .bg-grey-1 { background: #f5f5f5; } .bg-white { background: #fff; } .bg-dark-1 { background: #333333; } .bg-parallax { -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; background-color: transparent !important; background-attachment: fixed !important; } .bg-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; } /*Animation*/ /*Loader*/ .loader { display: inline-block; width: 35px; height: 35px; color: inherit; vertical-align: middle; pointer-events: none; position: relative; } .loader:before, .loader:after { content: ''; width: inherit; height: inherit; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: currentcolor; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; -moz-animation: loader-08 2.0s infinite ease-in-out; -o-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out; } .loader:after { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes loader-08 { 0%, 100% { -moz-transform: scale(0); transform: scale(0); } 50% { -moz-transform: scale(1); transform: scale(1); } } @-o-keyframes loader-08 { 0%, 100% { -o-transform: scale(0); transform: scale(0); } 50% { -o-transform: scale(1); transform: scale(1); } } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } /*Override*/ @media (min-width: 1200px) { .container { max-width: 1200px; } } /*-----------------------------------------------------*/ /* COMPONENTS */ /*-----------------------------------------------------*/ /*Button*/ .au-btn { line-height: 46px; background: #fff537; padding: 0 30px; display: inline-block; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; font-family: "Montserrat", sans-serif; border: 2px solid #fff537; font-size: 15px; } .au-btn:focus { outline: none; } .au-btn:hover { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; background: #fff652; border-color: #fff652; } .au-btn:active { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .au-btn-pill { -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; } .au-btn-circle { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 50px; height: 50px; line-height: 1; padding: 0; font-size: 18px; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .au-btn-circle:hover { background: #fff537; border-color: #fff537; } .au-btn-circle:active { background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* ======================================================================== ELEMENTS ======================================================================== */ /*Hamburger Button*/ .hamburger { position: relative; width: 50px; height: 50px; padding: 0; line-height: 1; vertical-align: top; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #fff; } .hamburger:focus { outline: none; } .hamburger .hamburger-box { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 25px; height: 22px; } .hamburger .hamburger-box .hamburger-inner { width: 25px; height: 3px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger .hamburger-box .hamburger-inner:before { width: 25px; height: 3px; top: -6px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger .hamburger-box .hamburger-inner:after { bottom: -6px; width: 25px; height: 3px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger.is-active .hamburger-inner:after { bottom: -1px; } /*Slick Dots Style*/ .slick-slide:focus { outline: none; } .slick-dots li { cursor: pointer; } .dots-style-1 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-bottom: 0; list-style: none; } .dots-style-1 li { display: table; text-align: center; padding: 0 5px; } .dots-style-1 li button { width: 40px; height: 40px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: table-cell; vertical-align: middle; font-size: 15px; color: #333; border: none; background: none; font-family: "Montserrat", sans-serif; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .dots-style-1 li button:hover { background: #e5dd32; } .dots-style-1 li button:focus { outline: none; } .dots-style-1 li button:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .dots-style-1 li.slick-active button { background: #fff537; } .slick-dots-2 { position: absolute; bottom: 20px; left: 50%; margin-left: -31px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; list-style: none; } .slick-dots-2 li button { display: none; } .slick-dots-2 li { cursor: pointer; width: 8px; height: 8px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: rgba(0, 0, 0, 0.5); margin: 0 5px; } .slick-dots-2 li.slick-active { width: 10px; height: 10px; background: #333333; } /*Slick arrow*/ .slick-arrow-style-1 { position: relative; } .slick-arrow-style-1 .arrow { position: absolute; font-size: 30px; cursor: pointer; z-index: 10; } .slick-arrow-style-1 .arrow-prev { left: 0; } .slick-arrow-style-1 .arrow-next { right: 0; } .slick-arrow-style-2 { position: relative; } .slick-arrow-style-2:hover .arrow { opacity: 1; visibility: visible; } .slick-arrow-style-2 .arrow { opacity: 0; visibility: hidden; position: absolute; top: 50%; margin-top: -20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 40px; height: 40px; z-index: 10; cursor: pointer; } .slick-arrow-style-2 .arrow:hover { background: rgba(0, 0, 0, 0.9); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .slick-arrow-style-2 .arrow:before { color: #fff; font-size: 30px; } .slick-arrow-style-2 .arrow-prev { left: 20px; } .slick-arrow-style-2 .arrow-next { right: 20px; } /* Paginations */ /*Tabs*/ .au-nav-tabs { padding-left: 0; margin-bottom: 0; list-style: none; text-align: center; border-bottom: 1px solid #cccccc; display: block; } .au-nav-tabs .nav-item { display: inline-block; } .au-nav-tabs .nav-item .nav-link { color: #999999; font-family: "Poppins", sans-serif; font-weight: 700; padding: 20px 25px; letter-spacing: 0.2em; line-height: 18px; position: relative; } .au-nav-tabs .nav-item .nav-link:hover { color: #333; } .au-nav-tabs .nav-item .nav-link .triangle-down { position: absolute; top: 100%; left: 50%; margin-left: -10px; display: none; } .au-nav-tabs .nav-item .active.nav-link { color: #333333; } .au-nav-tabs .nav-item .active.nav-link .triangle-down { display: block; } @media (max-width: 767px) { .au-nav-tabs .nav-item .nav-link { padding: 20px; } } @media (max-width: 575px) { .au-nav-tabs .nav-item .nav-link.active .triangle-down { display: none; } } .au-tab-content { padding-top: 70px; } /*Progress*/ .au-progress-box .au-progress-box-title { font-family: "Poppins", sans-serif; font-size: 20px; color: #333; font-weight: 700; margin-bottom: 10px; } .au-progress-box .au-progress { display: block; width: 100%; background: #cccccc; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; height: 10px; position: relative; } .au-progress-box .au-progress .au-progress-bar { background: #333333; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; height: 100%; width: 0; position: absolute; top: 0; left: 0; -webkit-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; transition: width 1s ease-in-out; } .au-progress-box .au-progress .au-progress-bar .value { font-family: "Montserrat", sans-serif; font-size: 15px; position: absolute; right: 5px; top: -33px; } /*Socials List*/ .social-list { margin: 0 -3px; } .social-list .list-item { width: 32px; height: 32px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); display: table; text-align: center; overflow: hidden; margin: 0 3px; } .social-list .list-item a { background: #fff; display: table-cell; vertical-align: middle; color: #333333; font-size: 16px; } .social-list .list-item a:hover { background: #fff537; } .social-list .list-item a:active { background: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Draw css*/ .triangle-down { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #cccccc; } .triangle-down .inner { position: relative; top: -10px; left: -9px; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 9px solid #fff; } /* ======================================================================== FORM ======================================================================== */ /*Input*/ .au-input { display: block; width: 100%; font-size: 13px; font-family: "Montserrat", sans-serif; padding: 10px 20px; border: 2px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .au-input:focus { outline: none; } .input-label { margin-bottom: 3px; } .input-label span { font-size: 13px; font-family: "Montserrat", sans-serif; color: #cccccc; } .help-block.with-errors .list-unstyled { display: inline-block; margin-bottom: 0; } .help-block.with-errors .list-unstyled li { color: #e5dd32; padding-left: 5px; font-size: 12px; display: inline-block; } /* Lists */ .h-list { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .h-list li { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .v-list { padding-left: 0; list-style: none; } ul.list-reset { padding-left: 0; margin-bottom: 0; list-style: none; } /* ======================================================================== NAVBAR COMPONENTS ======================================================================== */ /*Navbar*/ .navbar-primary .navbar-nav { display: inline-block; } .navbar-primary .navbar-nav .nav-item { display: inline-block; padding: 0 13px; } .navbar-primary .navbar-nav .nav-item.active .nav-link { color: #333; } .navbar-primary .navbar-nav .nav-link { font-size: 13px; font-family: "Montserrat", sans-serif; color: #808080; } .navbar-primary .navbar-nav .nav-link:hover { color: #333333; } .navbar-mobile .navbar-nav { display: block; border-bottom: 1px solid #e5e5e5; background: #fff537; } .navbar-mobile .navbar-nav .nav-item { padding: 0; display: block; } .navbar-mobile .navbar-nav .nav-item:last-child .nav-link { border-bottom: 0; } .navbar-mobile .navbar-nav .nav-item.active .nav-link { background: #e5dd32; } .navbar-mobile .navbar-nav .nav-link { color: #333333; padding: 10px 15px; font-weight: 600; border-bottom: 1px solid #fffeec; } /* ======================================================================== BOXES COMPONENTS ======================================================================== */ .box-number { text-align: center; } .box-number .number { font-weight: 700; font-size: 60px; color: #333; font-family: "Poppins", sans-serif; display: block; } .box-number .title { font-size: 13px; font-family: "Poppins", sans-serif; color: #808080; } .box-testimonials { text-align: center; } .box-testimonials .client-text { margin-bottom: 40px; } .box-testimonials .client-text p { font-size: 20px; font-style: italic; } .box-testimonials .client-text p:before { line-height: 20px; vertical-align: bottom; font-size: 60px; content: "“"; } .box-testimonials .client-text p:after { line-height: 0; vertical-align: bottom; font-size: 60px; content: "”"; } .box-testimonials .client-avatar { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 120px; height: 120px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 5px solid #fff; overflow: hidden; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .box-testimonials .client-avatar img { width: 100%; } .box-testimonials .client-info .client-name { font-weight: 700; color: #333333; font-family: "Poppins", sans-serif; display: block; margin-bottom: 10px; } .box-testimonials .client-info .client-title-job { font-family: "Montserrat", sans-serif; font-size: 13px; color: #888; display: block; margin-bottom: 30px; } .box-testimonials .client-info .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-bottom: 15px; } .box-partner { display: block; } .box-partner img.partner-image { display: block; margin: 0 auto; width: 240px; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .box-partner img.partner-image:hover { -webkit-filter: none; filter: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .box-contact-info { text-align: center; } .box-contact-info .box-title { color: #fff; font-size: 20px; margin-bottom: 15px; } .box-contact-info .box-title i { margin-right: 5px; } .box-contact-info .box-title span { font-family: "Poppins", sans-serif; font-weight: 700; } .box-contact-info .box-text { color: #cccccc; } /* ======================================================================== CARDS ======================================================================== */ .card-primary { background: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); overflow: hidden; padding: 30px; position: relative; } .card-primary .card-figure img { display: block; } .card-primary .card-header { padding: 0; margin-bottom: 0; background: none; border-bottom: 0; } .card-primary .card-link-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .card-secondary .card-figure:hover .bg-overlay { background: rgba(255, 245, 55, 0.3); } .card-secondary .card-figure img { display: block; } .card-secondary .card-header, .card-secondary .card-footer { padding: 0; margin-bottom: 0; background: none; border: 0; } .card-secondary .card-header h3 { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 700; } .card-secondary .card-text { font-size: 15px; } .card-secondary .card-footer span { font-size: 13px; color: #808080; } .card-service { text-align: center; } .card-service .card-figure { margin-bottom: 25px; } .card-service .card-figure .service-icon { width: 82px; height: 82px; background: #fff537; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-service .card-figure .service-icon .fa { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; font-size: 36px; color: #222222; } .card-service .card-header { margin-bottom: 10px; } .card-service .card-header .service-title { font-family: "Poppins", sans-serif; font-size: 24px; font-weight: 700; color: #333; } .card-service .card-text { font-size: 15px; } .card-service:hover .card-figure .service-icon { background: #222222; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-service:hover .card-figure .service-icon .fa { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff537; } .card-resume .card-figure { position: relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; } .card-resume .card-figure .resume-ex-image { display: block; } .card-resume .card-header { margin-bottom: 10px; } .card-resume .card-header .resume-title a { color: #333; } .card-resume .card-header .resume-title a:hover { color: #e5dd32; } .card-resume .card-header .resume-company { display: block; color: #808080; margin-bottom: 15px; } .card-resume .card-header .resume-timeline { display: inline-block; font-family: "Montserrat", sans-serif; line-height: 20px; padding: 0 10px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 1px solid #cccccc; font-size: 13px; color: #808080; } .card-project { padding: 0; position: relative; } .card-project .card-link-overlay { z-index: 10; } .card-project .card-figure { margin-bottom: 0; } .card-project:hover .card-header { visibility: visible; bottom: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; } .card-project .card-header { text-align: center; padding-top: 20px; padding-bottom: 25px; background: #fff537; position: absolute; bottom: -105px; left: 0; width: 100%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-project .card-header .project-title { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 700; } .card-project .card-header .project-subjects { list-style: none; padding-left: 0; margin-bottom: 0; } .card-project .card-header .project-subjects li { display: inline-block; } .card-project .card-header .project-subjects li:last-child:after { display: none; } .card-project .card-header .project-subjects li:after { content: ','; margin: 0 3px; } .card-project .card-header .project-subjects li a { font-family: "Montserrat", sans-serif; font-size: 13px; color: #333; } .card-blog .card-figure { position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; } .card-blog .card-header { margin-bottom: 15px; } .card-blog .blog-title a { color: #333; } .card-blog .blog-title a:hover { color: #e5dd32; } /*-----------------------------------------------------*/ /* LAYOUTS */ /*-----------------------------------------------------*/ /* ======================================================================== ONE PAGE ======================================================================== */ /* ======================================================================== BASE SECTION ======================================================================== */ .section { overflow: hidden; position: relative; } /*Section heading*/ .section-heading { font-size: 50px; font-family: "Poppins", sans-serif; font-weight: 700; color: #111111; position: relative; padding-bottom: 30px; line-height: 1; text-align: center; } .section-heading:before { display: block; content: ''; width: 90px; height: 2px; background: #cccccc; position: absolute; bottom: 2px; left: 50%; margin-left: -45px; } .section-heading:after { display: block; content: ''; width: 30px; height: 6px; background: #808080; position: absolute; bottom: 0; left: 50%; margin-left: -15px; } @media (max-width: 575px) { .section-heading { font-size: 40px; } } .section-heading-light { color: #fff; } /*Section introduct*/ .section-text-introduce { text-align: center; } /* ======================================================================== HEADER SECTION ======================================================================== */ .header-primary { padding: 15px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-primary .section-inner { padding: 0 35px; } .header-primary .header-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .header-primary .header-bar .header-bar-menu { padding-bottom: 10px; padding-right: 5px; } .header-primary .header-bar-logo img { width: 90px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media (max-width: 991px) { .header-primary .section-inner { padding: 0; } } .header-primary.sticky { background: #fff; padding: 10px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); position: fixed; } .header-primary.sticky .header-bar-logo img { width: 60px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-primary.sticky .header-bar-menu { padding-bottom: 0; } .header-fixed { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; } .header-mobile { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; } .header-mobile .header-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 15px; } .header-mobile .header-bar .header-bar-logo img { width: 80px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-mobile .navbar-primary { position: absolute; top: 100%; left: 0; width: 100%; } .header-mobile.sticky { position: fixed; } .header-mobile.sticky .header-bar { background: #fff; border-bottom: 1px solid #e5e5e5; } .header-mobile.sticky .header-bar-logo img { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; width: 60px; } /* ======================================================================== SECTION INTRO ======================================================================== */ .section-intro { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .section-intro .section-inner { overflow: hidden; } .section-intro span { display: block; } .section-intro .intro-name { font-size: 60px; font-family: "Poppins", sans-serif; color: #333333; font-weight: 700; margin-bottom: 30px; overflow: hidden; line-height: 1; } .section-intro .intro-text { font-size: 22px; color: #666666; overflow: hidden; margin-bottom: 30px; } @media (max-width: 767px) { .section-intro .intro-name { font-size: 32px; } .section-intro .intro-text { font-size: 16px; } } .js-intro [data-intro-animate] { -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s; animation-duration: 1.5s; } /* ======================================================================== SECTION SERVICES ======================================================================== */ .section-services .card-service { margin-bottom: 30px; } /* ======================================================================== SECTION RESUME ======================================================================== */ .section-resume .card-resume { margin-bottom: 30px; } .section-resume .au-progress-box { margin-bottom: 30px; } /* ======================================================================== SECTION PROJECTS ======================================================================== */ .section-projects .section-inner { padding: 0 35px; } .section-projects .card-project { margin-bottom: 30px; } @media (max-width: 575px) { .section-projects .section-inner { padding: 0; } } /* ======================================================================== SECTION STATISTIC ======================================================================== */ .section-statistic .box-number { margin-bottom: 30px; } /* ======================================================================== SECTION LATEST BLOG ======================================================================== */ .section-latest-blog .card-blog { margin-bottom: 30px; } .section-latest-blog .slick-dots { margin: 30px 0; } /* ======================================================================== SECTION TESTIMONIALS ======================================================================== */ .section-testimonials .section-content { width: 830px; margin: 0 auto; padding-top: 40px; } .section-testimonials .section-content .arrow { margin-top: 40px; } .section-testimonials .section-content .arrow-prev { left: 230px; } .section-testimonials .section-content .arrow-next { right: 230px; } @media (max-width: 991px) { .section-testimonials .section-content { width: 100%; } .section-testimonials .section-content .arrow-prev { left: 180px; } .section-testimonials .section-content .arrow-next { right: 180px; } } @media (max-width: 767px) { .section-testimonials .section-content .arrow-prev { left: 100px; } .section-testimonials .section-content .arrow-next { right: 100px; } } @media (max-width: 575px) { .section-testimonials .section-content .arrow-prev { left: 30px; } .section-testimonials .section-content .arrow-next { right: 30px; } } /* ======================================================================== SECTION PARTNER ======================================================================== */ .section-partner .section-inner { padding: 0 180px; } @media (max-width: 1519px) { .section-partner .section-inner { padding: 0; } } /* ======================================================================== SECTION CONTACT ======================================================================== */ .section-contact .bg-overlay { background: rgba(0, 0, 0, 0.8); } @media (max-width: 767px) { .section-contact .box-contact-info { margin-bottom: 30px; } } /* ======================================================================== SECTION FOOTER ======================================================================== */ .section-footer { background: #0e0e0e; } .section-footer .section-inner { text-align: center; } .section-footer .footer-social { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px 40px -10px; } .section-footer .footer-social .list-item { width: 44px; height: 44px; margin: 0 10px 10px; } .section-footer .footer-social .list-item a { background: #878787; color: #fff; font-size: 22px; } .section-footer .footer-social .list-item a:hover { background: #fff537; color: #333333; } .section-footer .footer-social .list-item a:active { background: #e5dd32; } .section-footer .footer-text-intro { color: #999999; margin-bottom: 0; } .section-footer .footer-text-intro .fa { margin: 0 3px; color: #fff537; } .section-footer .footer-copy-text { color: #999999; display: block; } /* ======================================================================== SECTION POST ======================================================================== */ .post-blog .post-header { margin-bottom: 30px; } .post-blog .post-body { margin-bottom: 40px; } .post-blog .post-title { font-family: "Poppins", sans-serif; font-size: 30px; font-weight: 700; margin-bottom: 15px; } .post-blog .post-info { margin-bottom: 15px; } .post-blog .post-info .post-info-item { position: relative; font-family: "Montserrat", sans-serif; font-size: 13px; color: #808080; } .post-blog .post-info .post-info-item a { display: inline-block; color: #808080; } .post-blog .post-info .post-info-item a:hover { color: #e5dd32; } .post-blog .post-info .post-info-item span { margin: 0 7px; } .post-blog .post-info .post-info-item:after { content: '|'; } .post-blog .post-info .post-info-item:last-child:after { display: none; } .post-blog .post-info .post-info-item:first-child span { margin-left: 0; } .post-blog .post-image { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; margin-bottom: 25px; } .post-blog .post-quote { padding-left: 30px; border-left: 5px solid #e6e6e6; margin-bottom: 30px; } .post-blog .post-quote .quote-text { margin-bottom: 10px; } .post-blog .post-quote .quote-sign { font-size: 14px; font-family: "Montserrat", sans-serif; color: #808080; } .post-blog .post-tags { margin: 0 -3px 15px -3px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-blog .post-tags .post-tag-item { padding: 0 3px; } .post-blog .post-tags .post-tag-item a { border: 1px solid #cccccc; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; font-family: "Montserrat", sans-serif; font-size: 14px; color: #999999; display: block; line-height: 36px; padding: 0 15px; } .post-blog .post-tags .post-tag-item a:hover { color: #e5dd32; border-color: #e5dd32; } @media (max-width: 767px) { .post-blog .post-tags .post-tag-item { margin-bottom: 10px; } } .post-blog .post-socials { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; } .post-blog .post-socials .post-social-label { font-family: "Montserrat", sans-serif; font-size: 13px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 20px; } .post-blog .post-socials .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-blog .post-socials .social-list .list-item { width: 36px; height: 36px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .post-blog .post-socials .social-list .list-item a { font-size: 18px; color: #fff; } .post-blog .post-socials .social-list .list-item a.fa-facebook { background: #3b5998; } .post-blog .post-socials .social-list .list-item a.fa-twitter { background: #00aced; } .post-blog .post-socials .social-list .list-item a.fa-google-plus { background: #dd4b39; } .post-blog .post-socials .social-list .list-item a.fa-linkedin { background: #007bb6; } .post-blog .post-socials .social-list .list-item a.fa-plus { background: #808080; } @media (max-width: 767px) { .post-blog .post-socials .list-item { margin-bottom: 10px; } } .post-blog .post-author { background: #f2f2f2; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; padding: 30px 30px 20px 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .post-blog .post-author .post-author-image { padding-right: 30px; } .post-blog .post-author .post-author-image img { width: 80px; height: 80px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .post-blog .post-author .post-author-text .post-author-name { font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 700; color: #333333; } .post-blog .post-author .post-author-text .post-author-name:hover { color: #e5dd32; } @media (max-width: 991px) { .post-blog .post-footer .flex-bar { display: block; } .post-blog .post-footer .post-tags { margin-right: 15px; } } @media (max-width: 767px) { .post-blog .post-author { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .post-blog .post-author .post-author-image { margin-bottom: 10px; } } /* ======================================================================== SECTION PANE COMMENT ======================================================================== */ .comment-pane .comment-pane-header { padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; margin-bottom: 35px; } .comment-pane .comment-pane-title { font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; color: #333333; } .comment-pane .comment-pane-list, .comment-pane .comment-pane-list-children { list-style: none; padding-left: 0; margin-bottom: 0; } .comment-pane .comment-pane-list .list-item .comment-item { padding-top: 25px; } .comment-pane .comment-pane-list .list-item:first-child .comment-item { padding-top: 0; } .comment-pane .comment-pane-list .list-item:last-child .comment-item { border-bottom: 1px solid #f2f2f2; } .comment-pane .comment-pane-list .list-item:last-child .comment-item .comment-text { border-bottom: none; } .comment-pane .comment-pane-list .comment-pane-list-children .list-item .comment-item { padding-top: 25px; padding-left: 100px; } @media (max-width: 767px) { .comment-pane .comment-pane-list .comment-pane-list-children .comment-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .comment-pane .comment-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .comment-pane .comment-item:first-child { padding-top: 0; } .comment-pane .comment-item .comment-author-avatar { padding-right: 30px; padding-bottom: 15px; } .comment-pane .comment-item .comment-author-avatar img { width: 70px; height: 70px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .comment-pane .comment-item .comment-text { border-bottom: 1px solid #f2f2f2; padding-bottom: 15px; } .comment-pane .comment-item .comment-text .comment-info { font-family: "Montserrat", sans-serif; font-size: 13px; color: #808080; } .comment-pane .comment-item .comment-text .comment-info a { color: #808080; } .comment-pane .comment-item .comment-text .comment-info a:hover { color: #e5dd32; } .comment-pane .comment-item .comment-text .comment-info .comment-reply { color: #555555; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; visibility: hidden; } .comment-pane .comment-item .comment-text .comment-info .comment-reply i { margin-right: 5px; font-size: 11px; } .comment-pane .comment-item .comment-text:hover .comment-info .comment-reply { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } /* ======================================================================== SECTION LEAVE PANE COMMENT ======================================================================== */ .leave-comment-pane .leave-comment-pane-header { margin-bottom: 30px; } .leave-comment-pane .leave-comment-pane-title { font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; color: #333333; margin-bottom: 5px; } .leave-comment-pane .leave-comment-pane-form textarea.au-input { height: 150px; } .leave-comment-pane .leave-comment-pane-form .form-group { margin-bottom: 10px; } .leave-comment-pane .leave-comment-pane-form .form-row { margin: 0 -5px; } .leave-comment-pane .leave-comment-pane-form .form-row .input-item { padding: 0 5px; } .leave-comment-pane .leave-comment-pane-form .au-input { -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .leave-comment-pane .leave-comment-pane-form .input-submit { margin-top: 30px; } /* ======================================================================== SECTION PROJECT POST ======================================================================== */ .post-project .col-figure { -webkit-box-flex: 0; -webkit-flex: 0 0 680px; -moz-box-flex: 0; -ms-flex: 0 0 680px; flex: 0 0 680px; max-width: 680px; } .post-project .col-aside { -webkit-box-flex: 0; -webkit-flex: 0 0 390px; -moz-box-flex: 0; -ms-flex: 0 0 390px; flex: 0 0 390px; max-width: 390px; } .post-project .post-header { margin-bottom: 30px; } .post-project .post-title { font-family: "Poppins", sans-serif; font-size: 30px; font-weight: 700; margin-bottom: 15px; } .post-project .post-image .slick-list { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; } .post-project .project-aside { margin-top: 10px; } .post-project .project-aside .project-aside-inner { padding-left: 50px; } .post-project .project-aside .project-aside-title { font-size: 20px; font-family: "Poppins", sans-serif; font-weight: 700; } .post-project .project-aside .project-aside-title-sm { font-size: 18px; } .post-project .project-aside .project-aside-paragraph { color: #666666; font-size: 15px; } .post-project .project-aside .project-aside-list { padding-left: 0; margin-bottom: 0; } .post-project .project-aside .project-aside-list li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 8px 0; border-bottom: 1px solid #e5e5e5; font-size: 15px; } .post-project .project-aside .project-aside-list li a { color: #666666; position: relative; } .post-project .project-aside .project-aside-list li a:after { position: absolute; left: 0; bottom: 3px; content: ''; width: 100%; height: 2px; background: #ccc; display: block; } .post-project .project-aside .project-aside-list li a:hover { color: #e5dd32; } .post-project .project-aside .project-aside-list li a:hover:after { background: #e5dd32; } .post-project .project-aside .project-aside-list li .t-left { -webkit-box-flex: 0; -webkit-flex: 0 0 110px; -moz-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; text-align: left; } .post-project .project-aside .project-aside-list li .t-right { text-align: left; } .post-project .project-aside .project-aside-list li .cate-link a:after { display: none; } .post-project .project-aside .project-aside-list li .cate-link a:hover { color: #e5dd32; } .post-project .project-aside .project-aside-list li:first-child { border-top: 1px solid #e5e5e5; } .post-project .project-aside .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-project .project-aside .social-list .list-item { width: 36px; height: 36px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .post-project .project-aside .social-list .list-item a { font-size: 18px; color: #fff; } .post-project .project-aside .social-list .list-item a.fa-facebook { background: #3b5998; } .post-project .project-aside .social-list .list-item a.fa-twitter { background: #00aced; } .post-project .project-aside .social-list .list-item a.fa-google-plus { background: #dd4b39; } .post-project .project-aside .social-list .list-item a.fa-linkedin { background: #007bb6; } .post-project .project-aside .social-list .list-item a.fa-plus { background: #808080; } @media (max-width: 1199px) { .post-project .col-figure { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .post-project .col-aside { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .post-project .project-aside .project-aside-inner { padding-left: 0; } } /* ======================================================================== SECTION MODAL ======================================================================== */ .modal-primary .modal-header { padding: 20px 30px 45px 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: none; } .modal-primary .modal-header .au-btn { background: #fff; border-color: #fff; margin-left: 10px; } .modal-primary .modal-header .au-btn:hover { background: #fff537; border-color: #fff537; } .modal-primary .modal-header .au-btn:active { background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .modal-primary .modal-body { padding: 0 0 90px 0; } @media (max-width: 575px) { .modal-primary .modal-header { padding-left: 0; padding-right: 0; } } .modal .modal-dialog { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #fff; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; -webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; } .modal .loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; } .modal .modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; padding: 0; display: block; } .modal.fade { opacity: 1; -webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; } .modal.fade .modal-dialog { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); } @media (max-width: 991px) { .modal { margin-left: 0; } } .modal-open .modal { overflow: hidden; } .modal-open .header { display: none !important; } .modal-open #up-to-top { right: 47px; } .modal-open .modal-dialog { overflow-y: auto; } /* ======================================================================== Other ======================================================================== */ #up-to-top { position: fixed; text-align: center; right: 30px; bottom: 30px; color: #333333; cursor: pointer; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index: 100; height: 40px; width: 40px; line-height: 40px; background: #fff537; -webkit-transition: background-color 0.1s linear; -o-transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; transition: background-color 0.1s linear; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } #up-to-top:hover { background: #e5dd32; } #up-to-top:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Loader*/ .loader { display: inline-block; width: 35px; height: 35px; color: inherit; vertical-align: middle; pointer-events: none; position: relative; } .loader:before, .loader:after { content: ''; width: inherit; height: inherit; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: currentcolor; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; -moz-animation: loader-08 2.0s infinite ease-in-out; -o-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out; } .loader:after { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .loader-wrapper { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .wow { visibility: hidden; }
public/css/theme.css
@charset "UTF-8"; /*------------------------------------------------------------------ [Master Stylesheet] Project: Ora Version: 1.0 Last change: 29/09/2017 [Add Define a table of contents Link] Assigned to: NDT Primary use: Company -------------------------------------------------------------------*/ /*------------------------------------------------------------------ [LAYOUT] * body + Header / header + Section Layouts / section .name-section ... + Footer / footer -------------------------------------------------------------------*/ /*------------------------------------------------------------------ # [Color codes] # Text Color (text): #666666 # Text Color Deep (Text, title): #333333 # Primary Color Light: #fff652 # Primary Color: #fff537 # Primary Color Dark: #e5dd32 ------------------------------------------------------------------*/ /*------------------------------------------------------------------ [Typography] Body copy: 18px/1.6 'Lato', Arial, "Helvetica Neue", sans-serif; Heading Section: 36px/1.6 'Poppins', Arial, "Helvetica Neue", sans-serif; Input, textarea: 14px/1.6 'Montserrat', Arial, "Helvetica Neue", sans-serif; Title: 18px/1.6 'Poppins', Arial, "Helvetica Neue", sans-serif; Notes: decreasing heading by 0.4em with every subsequent heading level -------------------------------------------------------------------*/ /*-----------------------------------------------------*/ /* ALL STYLES */ /*-----------------------------------------------------*/ /*-----------------------------------------------------*/ /* UTILITIS */ /*-----------------------------------------------------*/ /* #Helper class */ /* Typography */ body { font-family: "Lato", sans-serif; font-weight: 400; font-size: 18px; line-height: -webkit-calc(30 / 18); line-height: -moz-calc(30 / 18); line-height: calc(30 / 18); color: #666; -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */ -webkit-text-size-adjust: 100%; } h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; color: #333333; font-weight: 400; -webkit-font-variant-ligatures: common-ligatures; -moz-font-variant-ligatures: common-ligatures; font-variant-ligatures: common-ligatures; margin-top: 0; margin-bottom: 0; line-height: 1.5; } blockquote { padding: 0; margin: 0; border-left: 0; } strong { font-weight: 700; } hr { margin: 30px 0; border-color: #fafafa; } a:hover, a:focus, a:active { text-decoration: none; outline: none; } a:hover { color: #fff652; } a:active { color: #e5dd32; } a:hover, a { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } input[type='submit'], button[type='button'] { cursor: pointer; } /*! Typography -- Helpers */ .type--fade { opacity: .5; } .type--uppercase { text-transform: uppercase; } .type--bold { font-weight: bold; } .type--italic { font-style: italic; } .type--underline { text-decoration: underline; } .type--body-font { font-family: "Lato", sans-serif; } .type--xs { font-size: 13px; } .type--sm { font-size: 18px; } .type--md { font-size: 24px; } .type--lg { font-size: 36px; } .type--xl { font-size: 48px; } .type-gray-1 { color: #666; } .type-gray-2 { color: #cccccc; } /**! Position **/ .pos-relative { position: relative; } .pos-absolute { position: absolute; } .pos-top { top: 0; } .pos-bottom { bottom: 0; } .pos-right { right: 0; } .pos-left { left: 0; } .flex-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } /* Element Size */ .p-b-0 { padding-bottom: 0px; } .p-t-0 { padding-top: 0px; } .p-r-0 { padding-right: 0px; } .p-l-0 { padding-left: 0px; } .m-b-0 { margin-bottom: 0px; } .m-t-0 { margin-top: 0px; } .m-r-0 { margin-right: 0px; } .m-l-0 { margin-left: 0px; } .m-0 { margin: 0px; } .p-0 { padding: 0px; } .p-b-5 { padding-bottom: 5px; } .p-t-5 { padding-top: 5px; } .p-r-5 { padding-right: 5px; } .p-l-5 { padding-left: 5px; } .m-b-5 { margin-bottom: 5px; } .m-t-5 { margin-top: 5px; } .m-r-5 { margin-right: 5px; } .m-l-5 { margin-left: 5px; } .m-5 { margin: 5px; } .p-5 { padding: 5px; } .p-b-10 { padding-bottom: 10px; } .p-t-10 { padding-top: 10px; } .p-r-10 { padding-right: 10px; } .p-l-10 { padding-left: 10px; } .m-b-10 { margin-bottom: 10px; } .m-t-10 { margin-top: 10px; } .m-r-10 { margin-right: 10px; } .m-l-10 { margin-left: 10px; } .m-10 { margin: 10px; } .p-10 { padding: 10px; } .p-b-15 { padding-bottom: 15px; } .p-t-15 { padding-top: 15px; } .p-r-15 { padding-right: 15px; } .p-l-15 { padding-left: 15px; } .m-b-15 { margin-bottom: 15px; } .m-t-15 { margin-top: 15px; } .m-r-15 { margin-right: 15px; } .m-l-15 { margin-left: 15px; } .m-15 { margin: 15px; } .p-15 { padding: 15px; } .p-b-20 { padding-bottom: 20px; } .p-t-20 { padding-top: 20px; } .p-r-20 { padding-right: 20px; } .p-l-20 { padding-left: 20px; } .m-b-20 { margin-bottom: 20px; } .m-t-20 { margin-top: 20px; } .m-r-20 { margin-right: 20px; } .m-l-20 { margin-left: 20px; } .m-20 { margin: 20px; } .p-20 { padding: 20px; } .p-b-25 { padding-bottom: 25px; } .p-t-25 { padding-top: 25px; } .p-r-25 { padding-right: 25px; } .p-l-25 { padding-left: 25px; } .m-b-25 { margin-bottom: 25px; } .m-t-25 { margin-top: 25px; } .m-r-25 { margin-right: 25px; } .m-l-25 { margin-left: 25px; } .m-25 { margin: 25px; } .p-25 { padding: 25px; } .p-b-30 { padding-bottom: 30px; } .p-t-30 { padding-top: 30px; } .p-r-30 { padding-right: 30px; } .p-l-30 { padding-left: 30px; } .m-b-30 { margin-bottom: 30px; } .m-t-30 { margin-top: 30px; } .m-r-30 { margin-right: 30px; } .m-l-30 { margin-left: 30px; } .m-30 { margin: 30px; } .p-30 { padding: 30px; } .p-b-35 { padding-bottom: 35px; } .p-t-35 { padding-top: 35px; } .p-r-35 { padding-right: 35px; } .p-l-35 { padding-left: 35px; } .m-b-35 { margin-bottom: 35px; } .m-t-35 { margin-top: 35px; } .m-r-35 { margin-right: 35px; } .m-l-35 { margin-left: 35px; } .m-35 { margin: 35px; } .p-35 { padding: 35px; } .p-b-40 { padding-bottom: 40px; } .p-t-40 { padding-top: 40px; } .p-r-40 { padding-right: 40px; } .p-l-40 { padding-left: 40px; } .m-b-40 { margin-bottom: 40px; } .m-t-40 { margin-top: 40px; } .m-r-40 { margin-right: 40px; } .m-l-40 { margin-left: 40px; } .m-40 { margin: 40px; } .p-40 { padding: 40px; } .p-b-45 { padding-bottom: 45px; } .p-t-45 { padding-top: 45px; } .p-r-45 { padding-right: 45px; } .p-l-45 { padding-left: 45px; } .m-b-45 { margin-bottom: 45px; } .m-t-45 { margin-top: 45px; } .m-r-45 { margin-right: 45px; } .m-l-45 { margin-left: 45px; } .m-45 { margin: 45px; } .p-45 { padding: 45px; } .p-b-50 { padding-bottom: 50px; } .p-t-50 { padding-top: 50px; } .p-r-50 { padding-right: 50px; } .p-l-50 { padding-left: 50px; } .m-b-50 { margin-bottom: 50px; } .m-t-50 { margin-top: 50px; } .m-r-50 { margin-right: 50px; } .m-l-50 { margin-left: 50px; } .m-50 { margin: 50px; } .p-50 { padding: 50px; } .p-b-55 { padding-bottom: 55px; } .p-t-55 { padding-top: 55px; } .p-r-55 { padding-right: 55px; } .p-l-55 { padding-left: 55px; } .m-b-55 { margin-bottom: 55px; } .m-t-55 { margin-top: 55px; } .m-r-55 { margin-right: 55px; } .m-l-55 { margin-left: 55px; } .m-55 { margin: 55px; } .p-55 { padding: 55px; } .p-b-60 { padding-bottom: 60px; } .p-t-60 { padding-top: 60px; } .p-r-60 { padding-right: 60px; } .p-l-60 { padding-left: 60px; } .m-b-60 { margin-bottom: 60px; } .m-t-60 { margin-top: 60px; } .m-r-60 { margin-right: 60px; } .m-l-60 { margin-left: 60px; } .m-60 { margin: 60px; } .p-60 { padding: 60px; } .p-b-65 { padding-bottom: 65px; } .p-t-65 { padding-top: 65px; } .p-r-65 { padding-right: 65px; } .p-l-65 { padding-left: 65px; } .m-b-65 { margin-bottom: 65px; } .m-t-65 { margin-top: 65px; } .m-r-65 { margin-right: 65px; } .m-l-65 { margin-left: 65px; } .m-65 { margin: 65px; } .p-65 { padding: 65px; } .p-b-70 { padding-bottom: 70px; } .p-t-70 { padding-top: 70px; } .p-r-70 { padding-right: 70px; } .p-l-70 { padding-left: 70px; } .m-b-70 { margin-bottom: 70px; } .m-t-70 { margin-top: 70px; } .m-r-70 { margin-right: 70px; } .m-l-70 { margin-left: 70px; } .m-70 { margin: 70px; } .p-70 { padding: 70px; } .p-b-75 { padding-bottom: 75px; } .p-t-75 { padding-top: 75px; } .p-r-75 { padding-right: 75px; } .p-l-75 { padding-left: 75px; } .m-b-75 { margin-bottom: 75px; } .m-t-75 { margin-top: 75px; } .m-r-75 { margin-right: 75px; } .m-l-75 { margin-left: 75px; } .m-75 { margin: 75px; } .p-75 { padding: 75px; } .p-b-80 { padding-bottom: 80px; } .p-t-80 { padding-top: 80px; } .p-r-80 { padding-right: 80px; } .p-l-80 { padding-left: 80px; } .m-b-80 { margin-bottom: 80px; } .m-t-80 { margin-top: 80px; } .m-r-80 { margin-right: 80px; } .m-l-80 { margin-left: 80px; } .m-80 { margin: 80px; } .p-80 { padding: 80px; } .p-b-85 { padding-bottom: 85px; } .p-t-85 { padding-top: 85px; } .p-r-85 { padding-right: 85px; } .p-l-85 { padding-left: 85px; } .m-b-85 { margin-bottom: 85px; } .m-t-85 { margin-top: 85px; } .m-r-85 { margin-right: 85px; } .m-l-85 { margin-left: 85px; } .m-85 { margin: 85px; } .p-85 { padding: 85px; } .p-b-90 { padding-bottom: 90px; } .p-t-90 { padding-top: 90px; } .p-r-90 { padding-right: 90px; } .p-l-90 { padding-left: 90px; } .m-b-90 { margin-bottom: 90px; } .m-t-90 { margin-top: 90px; } .m-r-90 { margin-right: 90px; } .m-l-90 { margin-left: 90px; } .m-90 { margin: 90px; } .p-90 { padding: 90px; } .p-b-95 { padding-bottom: 95px; } .p-t-95 { padding-top: 95px; } .p-r-95 { padding-right: 95px; } .p-l-95 { padding-left: 95px; } .m-b-95 { margin-bottom: 95px; } .m-t-95 { margin-top: 95px; } .m-r-95 { margin-right: 95px; } .m-l-95 { margin-left: 95px; } .m-95 { margin: 95px; } .p-95 { padding: 95px; } .p-b-100 { padding-bottom: 100px; } .p-t-100 { padding-top: 100px; } .p-r-100 { padding-right: 100px; } .p-l-100 { padding-left: 100px; } .m-b-100 { margin-bottom: 100px; } .m-t-100 { margin-top: 100px; } .m-r-100 { margin-right: 100px; } .m-l-100 { margin-left: 100px; } .m-100 { margin: 100px; } .p-100 { padding: 100px; } .p-b-105 { padding-bottom: 105px; } .p-t-105 { padding-top: 105px; } .p-r-105 { padding-right: 105px; } .p-l-105 { padding-left: 105px; } .m-b-105 { margin-bottom: 105px; } .m-t-105 { margin-top: 105px; } .m-r-105 { margin-right: 105px; } .m-l-105 { margin-left: 105px; } .m-105 { margin: 105px; } .p-105 { padding: 105px; } .p-b-110 { padding-bottom: 110px; } .p-t-110 { padding-top: 110px; } .p-r-110 { padding-right: 110px; } .p-l-110 { padding-left: 110px; } .m-b-110 { margin-bottom: 110px; } .m-t-110 { margin-top: 110px; } .m-r-110 { margin-right: 110px; } .m-l-110 { margin-left: 110px; } .m-110 { margin: 110px; } .p-110 { padding: 110px; } .p-b-115 { padding-bottom: 115px; } .p-t-115 { padding-top: 115px; } .p-r-115 { padding-right: 115px; } .p-l-115 { padding-left: 115px; } .m-b-115 { margin-bottom: 115px; } .m-t-115 { margin-top: 115px; } .m-r-115 { margin-right: 115px; } .m-l-115 { margin-left: 115px; } .m-115 { margin: 115px; } .p-115 { padding: 115px; } .p-b-120 { padding-bottom: 120px; } .p-t-120 { padding-top: 120px; } .p-r-120 { padding-right: 120px; } .p-l-120 { padding-left: 120px; } .m-b-120 { margin-bottom: 120px; } .m-t-120 { margin-top: 120px; } .m-r-120 { margin-right: 120px; } .m-l-120 { margin-left: 120px; } .m-120 { margin: 120px; } .p-120 { padding: 120px; } .p-b-125 { padding-bottom: 125px; } .p-t-125 { padding-top: 125px; } .p-r-125 { padding-right: 125px; } .p-l-125 { padding-left: 125px; } .m-b-125 { margin-bottom: 125px; } .m-t-125 { margin-top: 125px; } .m-r-125 { margin-right: 125px; } .m-l-125 { margin-left: 125px; } .m-125 { margin: 125px; } .p-125 { padding: 125px; } .p-b-130 { padding-bottom: 130px; } .p-t-130 { padding-top: 130px; } .p-r-130 { padding-right: 130px; } .p-l-130 { padding-left: 130px; } .m-b-130 { margin-bottom: 130px; } .m-t-130 { margin-top: 130px; } .m-r-130 { margin-right: 130px; } .m-l-130 { margin-left: 130px; } .m-130 { margin: 130px; } .p-130 { padding: 130px; } .p-b-135 { padding-bottom: 135px; } .p-t-135 { padding-top: 135px; } .p-r-135 { padding-right: 135px; } .p-l-135 { padding-left: 135px; } .m-b-135 { margin-bottom: 135px; } .m-t-135 { margin-top: 135px; } .m-r-135 { margin-right: 135px; } .m-l-135 { margin-left: 135px; } .m-135 { margin: 135px; } .p-135 { padding: 135px; } .p-b-140 { padding-bottom: 140px; } .p-t-140 { padding-top: 140px; } .p-r-140 { padding-right: 140px; } .p-l-140 { padding-left: 140px; } .m-b-140 { margin-bottom: 140px; } .m-t-140 { margin-top: 140px; } .m-r-140 { margin-right: 140px; } .m-l-140 { margin-left: 140px; } .m-140 { margin: 140px; } .p-140 { padding: 140px; } .p-b-145 { padding-bottom: 145px; } .p-t-145 { padding-top: 145px; } .p-r-145 { padding-right: 145px; } .p-l-145 { padding-left: 145px; } .m-b-145 { margin-bottom: 145px; } .m-t-145 { margin-top: 145px; } .m-r-145 { margin-right: 145px; } .m-l-145 { margin-left: 145px; } .m-145 { margin: 145px; } .p-145 { padding: 145px; } .p-b-150 { padding-bottom: 150px; } .p-t-150 { padding-top: 150px; } .p-r-150 { padding-right: 150px; } .p-l-150 { padding-left: 150px; } .m-b-150 { margin-bottom: 150px; } .m-t-150 { margin-top: 150px; } .m-r-150 { margin-right: 150px; } .m-l-150 { margin-left: 150px; } .m-150 { margin: 150px; } .p-150 { padding: 150px; } .p-b-155 { padding-bottom: 155px; } .p-t-155 { padding-top: 155px; } .p-r-155 { padding-right: 155px; } .p-l-155 { padding-left: 155px; } .m-b-155 { margin-bottom: 155px; } .m-t-155 { margin-top: 155px; } .m-r-155 { margin-right: 155px; } .m-l-155 { margin-left: 155px; } .m-155 { margin: 155px; } .p-155 { padding: 155px; } .p-b-160 { padding-bottom: 160px; } .p-t-160 { padding-top: 160px; } .p-r-160 { padding-right: 160px; } .p-l-160 { padding-left: 160px; } .m-b-160 { margin-bottom: 160px; } .m-t-160 { margin-top: 160px; } .m-r-160 { margin-right: 160px; } .m-l-160 { margin-left: 160px; } .m-160 { margin: 160px; } .p-160 { padding: 160px; } .p-b-165 { padding-bottom: 165px; } .p-t-165 { padding-top: 165px; } .p-r-165 { padding-right: 165px; } .p-l-165 { padding-left: 165px; } .m-b-165 { margin-bottom: 165px; } .m-t-165 { margin-top: 165px; } .m-r-165 { margin-right: 165px; } .m-l-165 { margin-left: 165px; } .m-165 { margin: 165px; } .p-165 { padding: 165px; } .p-b-170 { padding-bottom: 170px; } .p-t-170 { padding-top: 170px; } .p-r-170 { padding-right: 170px; } .p-l-170 { padding-left: 170px; } .m-b-170 { margin-bottom: 170px; } .m-t-170 { margin-top: 170px; } .m-r-170 { margin-right: 170px; } .m-l-170 { margin-left: 170px; } .m-170 { margin: 170px; } .p-170 { padding: 170px; } .p-b-175 { padding-bottom: 175px; } .p-t-175 { padding-top: 175px; } .p-r-175 { padding-right: 175px; } .p-l-175 { padding-left: 175px; } .m-b-175 { margin-bottom: 175px; } .m-t-175 { margin-top: 175px; } .m-r-175 { margin-right: 175px; } .m-l-175 { margin-left: 175px; } .m-175 { margin: 175px; } .p-175 { padding: 175px; } .p-b-180 { padding-bottom: 180px; } .p-t-180 { padding-top: 180px; } .p-r-180 { padding-right: 180px; } .p-l-180 { padding-left: 180px; } .m-b-180 { margin-bottom: 180px; } .m-t-180 { margin-top: 180px; } .m-r-180 { margin-right: 180px; } .m-l-180 { margin-left: 180px; } .m-180 { margin: 180px; } .p-180 { padding: 180px; } .p-b-185 { padding-bottom: 185px; } .p-t-185 { padding-top: 185px; } .p-r-185 { padding-right: 185px; } .p-l-185 { padding-left: 185px; } .m-b-185 { margin-bottom: 185px; } .m-t-185 { margin-top: 185px; } .m-r-185 { margin-right: 185px; } .m-l-185 { margin-left: 185px; } .m-185 { margin: 185px; } .p-185 { padding: 185px; } .p-b-190 { padding-bottom: 190px; } .p-t-190 { padding-top: 190px; } .p-r-190 { padding-right: 190px; } .p-l-190 { padding-left: 190px; } .m-b-190 { margin-bottom: 190px; } .m-t-190 { margin-top: 190px; } .m-r-190 { margin-right: 190px; } .m-l-190 { margin-left: 190px; } .m-190 { margin: 190px; } .p-190 { padding: 190px; } .p-b-195 { padding-bottom: 195px; } .p-t-195 { padding-top: 195px; } .p-r-195 { padding-right: 195px; } .p-l-195 { padding-left: 195px; } .m-b-195 { margin-bottom: 195px; } .m-t-195 { margin-top: 195px; } .m-r-195 { margin-right: 195px; } .m-l-195 { margin-left: 195px; } .m-195 { margin: 195px; } .p-195 { padding: 195px; } .p-b-200 { padding-bottom: 200px; } .p-t-200 { padding-top: 200px; } .p-r-200 { padding-right: 200px; } .p-l-200 { padding-left: 200px; } .m-b-200 { margin-bottom: 200px; } .m-t-200 { margin-top: 200px; } .m-r-200 { margin-right: 200px; } .m-l-200 { margin-left: 200px; } .m-200 { margin: 200px; } .p-200 { padding: 200px; } .p-b-205 { padding-bottom: 205px; } .p-t-205 { padding-top: 205px; } .p-r-205 { padding-right: 205px; } .p-l-205 { padding-left: 205px; } .m-b-205 { margin-bottom: 205px; } .m-t-205 { margin-top: 205px; } .m-r-205 { margin-right: 205px; } .m-l-205 { margin-left: 205px; } .m-205 { margin: 205px; } .p-205 { padding: 205px; } .p-b-210 { padding-bottom: 210px; } .p-t-210 { padding-top: 210px; } .p-r-210 { padding-right: 210px; } .p-l-210 { padding-left: 210px; } .m-b-210 { margin-bottom: 210px; } .m-t-210 { margin-top: 210px; } .m-r-210 { margin-right: 210px; } .m-l-210 { margin-left: 210px; } .m-210 { margin: 210px; } .p-210 { padding: 210px; } .p-b-215 { padding-bottom: 215px; } .p-t-215 { padding-top: 215px; } .p-r-215 { padding-right: 215px; } .p-l-215 { padding-left: 215px; } .m-b-215 { margin-bottom: 215px; } .m-t-215 { margin-top: 215px; } .m-r-215 { margin-right: 215px; } .m-l-215 { margin-left: 215px; } .m-215 { margin: 215px; } .p-215 { padding: 215px; } .p-b-220 { padding-bottom: 220px; } .p-t-220 { padding-top: 220px; } .p-r-220 { padding-right: 220px; } .p-l-220 { padding-left: 220px; } .m-b-220 { margin-bottom: 220px; } .m-t-220 { margin-top: 220px; } .m-r-220 { margin-right: 220px; } .m-l-220 { margin-left: 220px; } .m-220 { margin: 220px; } .p-220 { padding: 220px; } .p-b-225 { padding-bottom: 225px; } .p-t-225 { padding-top: 225px; } .p-r-225 { padding-right: 225px; } .p-l-225 { padding-left: 225px; } .m-b-225 { margin-bottom: 225px; } .m-t-225 { margin-top: 225px; } .m-r-225 { margin-right: 225px; } .m-l-225 { margin-left: 225px; } .m-225 { margin: 225px; } .p-225 { padding: 225px; } .p-b-230 { padding-bottom: 230px; } .p-t-230 { padding-top: 230px; } .p-r-230 { padding-right: 230px; } .p-l-230 { padding-left: 230px; } .m-b-230 { margin-bottom: 230px; } .m-t-230 { margin-top: 230px; } .m-r-230 { margin-right: 230px; } .m-l-230 { margin-left: 230px; } .m-230 { margin: 230px; } .p-230 { padding: 230px; } .p-b-235 { padding-bottom: 235px; } .p-t-235 { padding-top: 235px; } .p-r-235 { padding-right: 235px; } .p-l-235 { padding-left: 235px; } .m-b-235 { margin-bottom: 235px; } .m-t-235 { margin-top: 235px; } .m-r-235 { margin-right: 235px; } .m-l-235 { margin-left: 235px; } .m-235 { margin: 235px; } .p-235 { padding: 235px; } .p-b-240 { padding-bottom: 240px; } .p-t-240 { padding-top: 240px; } .p-r-240 { padding-right: 240px; } .p-l-240 { padding-left: 240px; } .m-b-240 { margin-bottom: 240px; } .m-t-240 { margin-top: 240px; } .m-r-240 { margin-right: 240px; } .m-l-240 { margin-left: 240px; } .m-240 { margin: 240px; } .p-240 { padding: 240px; } .p-b-245 { padding-bottom: 245px; } .p-t-245 { padding-top: 245px; } .p-r-245 { padding-right: 245px; } .p-l-245 { padding-left: 245px; } .m-b-245 { margin-bottom: 245px; } .m-t-245 { margin-top: 245px; } .m-r-245 { margin-right: 245px; } .m-l-245 { margin-left: 245px; } .m-245 { margin: 245px; } .p-245 { padding: 245px; } .p-b-250 { padding-bottom: 250px; } .p-t-250 { padding-top: 250px; } .p-r-250 { padding-right: 250px; } .p-l-250 { padding-left: 250px; } .m-b-250 { margin-bottom: 250px; } .m-t-250 { margin-top: 250px; } .m-r-250 { margin-right: 250px; } .m-l-250 { margin-left: 250px; } .m-250 { margin: 250px; } .p-250 { padding: 250px; } /*Background*/ .bg-grey-1 { background: #f5f5f5; } .bg-white { background: #fff; } .bg-dark-1 { background: #333333; } .bg-parallax { -webkit-background-size: cover !important; -moz-background-size: cover !important; -o-background-size: cover !important; background-size: cover !important; background-color: transparent !important; background-attachment: fixed !important; } .bg-overlay { position: absolute; width: 100%; height: 100%; top: 0; left: 0; z-index: 0; } /*Animation*/ /*Loader*/ .loader { display: inline-block; width: 35px; height: 35px; color: inherit; vertical-align: middle; pointer-events: none; position: relative; } .loader:before, .loader:after { content: ''; width: inherit; height: inherit; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: currentcolor; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; -moz-animation: loader-08 2.0s infinite ease-in-out; -o-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out; } .loader:after { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } @-webkit-keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); transform: scale(1); } } @-moz-keyframes loader-08 { 0%, 100% { -moz-transform: scale(0); transform: scale(0); } 50% { -moz-transform: scale(1); transform: scale(1); } } @-o-keyframes loader-08 { 0%, 100% { -o-transform: scale(0); transform: scale(0); } 50% { -o-transform: scale(1); transform: scale(1); } } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } /*Override*/ @media (min-width: 1200px) { .container { max-width: 1200px; } } /*-----------------------------------------------------*/ /* COMPONENTS */ /*-----------------------------------------------------*/ /*Button*/ .au-btn { line-height: 46px; background: #fff537; padding: 0 30px; display: inline-block; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; font-family: "Montserrat", sans-serif; border: 2px solid #fff537; font-size: 15px; } .au-btn:focus { outline: none; } .au-btn:hover { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; background: #fff652; border-color: #fff652; } .au-btn:active { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #333333; background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .au-btn-pill { -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; } .au-btn-circle { -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; width: 50px; height: 50px; line-height: 1; padding: 0; font-size: 18px; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .au-btn-circle:hover { background: #fff537; border-color: #fff537; } .au-btn-circle:active { background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /* ======================================================================== ELEMENTS ======================================================================== */ /*Hamburger Button*/ .hamburger { position: relative; width: 50px; height: 50px; padding: 0; line-height: 1; vertical-align: top; -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.1); -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: #fff; } .hamburger:focus { outline: none; } .hamburger .hamburger-box { position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 25px; height: 22px; } .hamburger .hamburger-box .hamburger-inner { width: 25px; height: 3px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger .hamburger-box .hamburger-inner:before { width: 25px; height: 3px; top: -6px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger .hamburger-box .hamburger-inner:after { bottom: -6px; width: 25px; height: 3px; -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; } .hamburger.is-active .hamburger-inner:after { bottom: -1px; } /*Slick Dots Style*/ .slick-slide:focus { outline: none; } .slick-dots li { cursor: pointer; } .dots-style-1 { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding-left: 0; margin-bottom: 0; list-style: none; } .dots-style-1 li { display: table; text-align: center; padding: 0 5px; } .dots-style-1 li button { width: 40px; height: 40px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: table-cell; vertical-align: middle; font-size: 15px; color: #333; border: none; background: none; font-family: "Montserrat", sans-serif; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .dots-style-1 li button:hover { background: #e5dd32; } .dots-style-1 li button:focus { outline: none; } .dots-style-1 li button:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .dots-style-1 li.slick-active button { background: #fff537; } .slick-dots-2 { position: absolute; bottom: 20px; left: 50%; margin-left: -31px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; padding: 0; list-style: none; } .slick-dots-2 li button { display: none; } .slick-dots-2 li { cursor: pointer; width: 8px; height: 8px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; background: rgba(0, 0, 0, 0.5); margin: 0 5px; } .slick-dots-2 li.slick-active { width: 10px; height: 10px; background: #333333; } /*Slick arrow*/ .slick-arrow-style-1 { position: relative; } .slick-arrow-style-1 .arrow { position: absolute; font-size: 30px; cursor: pointer; z-index: 10; } .slick-arrow-style-1 .arrow-prev { left: 0; } .slick-arrow-style-1 .arrow-next { right: 0; } .slick-arrow-style-2 { position: relative; } .slick-arrow-style-2:hover .arrow { opacity: 1; visibility: visible; } .slick-arrow-style-2 .arrow { opacity: 0; visibility: hidden; position: absolute; top: 50%; margin-top: -20px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; background: rgba(0, 0, 0, 0.5); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; width: 40px; height: 40px; z-index: 10; cursor: pointer; } .slick-arrow-style-2 .arrow:hover { background: rgba(0, 0, 0, 0.9); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .slick-arrow-style-2 .arrow:before { color: #fff; font-size: 30px; } .slick-arrow-style-2 .arrow-prev { left: 20px; } .slick-arrow-style-2 .arrow-next { right: 20px; } /* Paginations */ /*Tabs*/ .au-nav-tabs { padding-left: 0; margin-bottom: 0; list-style: none; text-align: center; border-bottom: 1px solid #cccccc; display: block; } .au-nav-tabs .nav-item { display: inline-block; } .au-nav-tabs .nav-item .nav-link { color: #999999; font-family: "Poppins", sans-serif; font-weight: 700; padding: 20px 25px; letter-spacing: 0.2em; line-height: 18px; position: relative; } .au-nav-tabs .nav-item .nav-link:hover { color: #333; } .au-nav-tabs .nav-item .nav-link .triangle-down { position: absolute; top: 100%; left: 50%; margin-left: -10px; display: none; } .au-nav-tabs .nav-item .active.nav-link { color: #333333; } .au-nav-tabs .nav-item .active.nav-link .triangle-down { display: block; } @media (max-width: 767px) { .au-nav-tabs .nav-item .nav-link { padding: 20px; } } @media (max-width: 575px) { .au-nav-tabs .nav-item .nav-link.active .triangle-down { display: none; } } .au-tab-content { padding-top: 70px; } /*Progress*/ .au-progress-box .au-progress-box-title { font-family: "Poppins", sans-serif; font-size: 20px; color: #333; font-weight: 700; margin-bottom: 10px; } .au-progress-box .au-progress { display: block; width: 100%; background: #cccccc; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; height: 10px; position: relative; } .au-progress-box .au-progress .au-progress-bar { background: #333333; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; height: 100%; width: 0; position: absolute; top: 0; left: 0; -webkit-transition: width 1s ease-in-out; -o-transition: width 1s ease-in-out; -moz-transition: width 1s ease-in-out; transition: width 1s ease-in-out; } .au-progress-box .au-progress .au-progress-bar .value { font-family: "Montserrat", sans-serif; font-size: 15px; position: absolute; right: 5px; top: -33px; } /*Socials List*/ .social-list { margin: 0 -3px; } .social-list .list-item { width: 32px; height: 32px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); display: table; text-align: center; overflow: hidden; margin: 0 3px; } .social-list .list-item a { background: #fff; display: table-cell; vertical-align: middle; color: #333333; font-size: 16px; } .social-list .list-item a:hover { background: #fff537; } .social-list .list-item a:active { background: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Draw css*/ .triangle-down { width: 0; height: 0; border-left: 10px solid transparent; border-right: 10px solid transparent; border-top: 10px solid #cccccc; } .triangle-down .inner { position: relative; top: -10px; left: -9px; width: 0; height: 0; border-left: 9px solid transparent; border-right: 9px solid transparent; border-top: 9px solid #fff; } /* ======================================================================== FORM ======================================================================== */ /*Input*/ .au-input { display: block; width: 100%; font-size: 13px; font-family: "Montserrat", sans-serif; padding: 10px 20px; border: 2px solid #fff; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; } .au-input:focus { outline: none; } .input-label { margin-bottom: 3px; } .input-label span { font-size: 13px; font-family: "Montserrat", sans-serif; color: #cccccc; } .help-block.with-errors .list-unstyled { display: inline-block; margin-bottom: 0; } .help-block.with-errors .list-unstyled li { color: #e5dd32; padding-left: 5px; font-size: 12px; display: inline-block; } /* Lists */ .h-list { padding: 0; margin: 0; list-style: none; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .h-list li { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; } .v-list { padding-left: 0; list-style: none; } ul.list-reset { padding-left: 0; margin-bottom: 0; list-style: none; } /* ======================================================================== NAVBAR COMPONENTS ======================================================================== */ /*Navbar*/ .navbar-primary .navbar-nav { display: inline-block; } .navbar-primary .navbar-nav .nav-item { display: inline-block; padding: 0 13px; } .navbar-primary .navbar-nav .nav-item.active .nav-link { color: #333; } .navbar-primary .navbar-nav .nav-link { font-size: 13px; font-family: "Montserrat", sans-serif; color: #808080; } .navbar-primary .navbar-nav .nav-link:hover { color: #333333; } .navbar-mobile .navbar-nav { display: block; border-bottom: 1px solid #e5e5e5; background: #fff537; } .navbar-mobile .navbar-nav .nav-item { padding: 0; display: block; } .navbar-mobile .navbar-nav .nav-item:last-child .nav-link { border-bottom: 0; } .navbar-mobile .navbar-nav .nav-item.active .nav-link { background: #e5dd32; } .navbar-mobile .navbar-nav .nav-link { color: #333333; padding: 10px 15px; font-weight: 600; border-bottom: 1px solid #fffeec; } /* ======================================================================== BOXES COMPONENTS ======================================================================== */ .box-number { text-align: center; } .box-number .number { font-weight: 700; font-size: 60px; color: #333; font-family: "Poppins", sans-serif; display: block; } .box-number .title { font-size: 13px; font-family: "Poppins", sans-serif; color: #808080; } .box-testimonials { text-align: center; } .box-testimonials .client-text { margin-bottom: 40px; } .box-testimonials .client-text p { font-size: 20px; font-style: italic; } .box-testimonials .client-text p:before { line-height: 20px; vertical-align: bottom; font-size: 60px; content: "“"; } .box-testimonials .client-text p:after { line-height: 0; vertical-align: bottom; font-size: 60px; content: "”"; } .box-testimonials .client-avatar { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; width: 120px; height: 120px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; border: 5px solid #fff; overflow: hidden; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); margin-bottom: 20px; } .box-testimonials .client-avatar img { width: 100%; } .box-testimonials .client-info .client-name { font-weight: 700; color: #333333; font-family: "Poppins", sans-serif; display: block; margin-bottom: 10px; } .box-testimonials .client-info .client-title-job { font-family: "Montserrat", sans-serif; font-size: 13px; color: #888; display: block; margin-bottom: 30px; } .box-testimonials .client-info .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-bottom: 15px; } .box-partner { display: block; } .box-partner img.partner-image { display: block; margin: 0 auto; width: 240px; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .box-partner img.partner-image:hover { -webkit-filter: none; filter: none; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .box-contact-info { text-align: center; } .box-contact-info .box-title { color: #fff; font-size: 20px; margin-bottom: 15px; } .box-contact-info .box-title i { margin-right: 5px; } .box-contact-info .box-title span { font-family: "Poppins", sans-serif; font-weight: 700; } .box-contact-info .box-text { color: #cccccc; } /* ======================================================================== CARDS ======================================================================== */ .card-primary { background: #fff; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.03); overflow: hidden; padding: 30px; position: relative; } .card-primary .card-figure img { display: block; } .card-primary .card-header { padding: 0; margin-bottom: 0; background: none; border-bottom: 0; } .card-primary .card-link-overlay { position: absolute; top: 0; left: 0; bottom: 0; right: 0; } .card-secondary .card-figure:hover .bg-overlay { background: rgba(255, 245, 55, 0.3); } .card-secondary .card-figure img { display: block; } .card-secondary .card-header, .card-secondary .card-footer { padding: 0; margin-bottom: 0; background: none; border: 0; } .card-secondary .card-header h3 { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 700; } .card-secondary .card-text { font-size: 15px; } .card-secondary .card-footer span { font-size: 13px; color: #808080; } .card-service { text-align: center; } .card-service .card-figure { margin-bottom: 25px; } .card-service .card-figure .service-icon { width: 82px; height: 82px; background: #fff537; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -webkit-justify-content: center; -moz-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-service .card-figure .service-icon .fa { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; font-size: 36px; color: #222222; } .card-service .card-header { margin-bottom: 10px; } .card-service .card-header .service-title { font-family: "Poppins", sans-serif; font-size: 24px; font-weight: 700; color: #333; } .card-service .card-text { font-size: 15px; } .card-service:hover .card-figure .service-icon { background: #222222; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-service:hover .card-figure .service-icon .fa { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; color: #fff537; } .card-resume .card-figure { position: relative; -webkit-border-radius: 10px; -moz-border-radius: 10px; border-radius: 10px; overflow: hidden; } .card-resume .card-figure .resume-ex-image { display: block; } .card-resume .card-header { margin-bottom: 10px; } .card-resume .card-header .resume-title a { color: #333; } .card-resume .card-header .resume-title a:hover { color: #e5dd32; } .card-resume .card-header .resume-company { display: block; color: #808080; margin-bottom: 15px; } .card-resume .card-header .resume-timeline { display: inline-block; font-family: "Montserrat", sans-serif; line-height: 20px; padding: 0 10px; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; border: 1px solid #cccccc; font-size: 13px; color: #808080; } .card-project { padding: 0; position: relative; } .card-project .card-link-overlay { z-index: 10; } .card-project .card-figure { margin-bottom: 0; } .card-project:hover .card-header { visibility: visible; bottom: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; opacity: 1; } .card-project .card-header { text-align: center; padding-top: 20px; padding-bottom: 25px; background: #fff537; position: absolute; bottom: -105px; left: 0; width: 100%; visibility: hidden; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .card-project .card-header .project-title { font-family: "Poppins", sans-serif; font-size: 20px; font-weight: 700; } .card-project .card-header .project-subjects { list-style: none; padding-left: 0; margin-bottom: 0; } .card-project .card-header .project-subjects li { display: inline-block; } .card-project .card-header .project-subjects li:last-child:after { display: none; } .card-project .card-header .project-subjects li:after { content: ','; margin: 0 3px; } .card-project .card-header .project-subjects li a { font-family: "Montserrat", sans-serif; font-size: 13px; color: #333; } .card-blog .card-figure { position: relative; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; } .card-blog .card-header { margin-bottom: 15px; } .card-blog .blog-title a { color: #333; } .card-blog .blog-title a:hover { color: #e5dd32; } /*-----------------------------------------------------*/ /* LAYOUTS */ /*-----------------------------------------------------*/ /* ======================================================================== ONE PAGE ======================================================================== */ /* ======================================================================== BASE SECTION ======================================================================== */ .section { overflow: hidden; position: relative; } /*Section heading*/ .section-heading { font-size: 50px; font-family: "Poppins", sans-serif; font-weight: 700; color: #111111; position: relative; padding-bottom: 30px; line-height: 1; text-align: center; } .section-heading:before { display: block; content: ''; width: 90px; height: 2px; background: #cccccc; position: absolute; bottom: 2px; left: 50%; margin-left: -45px; } .section-heading:after { display: block; content: ''; width: 30px; height: 6px; background: #808080; position: absolute; bottom: 0; left: 50%; margin-left: -15px; } @media (max-width: 575px) { .section-heading { font-size: 40px; } } .section-heading-light { color: #fff; } /*Section introduct*/ .section-text-introduce { text-align: center; } /* ======================================================================== HEADER SECTION ======================================================================== */ .header-primary { padding: 15px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-primary .section-inner { padding: 0 35px; } .header-primary .header-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; } .header-primary .header-bar .header-bar-menu { padding-bottom: 10px; padding-right: 5px; } .header-primary .header-bar-logo img { width: 90px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } @media (max-width: 991px) { .header-primary .section-inner { padding: 0; } } .header-primary.sticky { background: #fff; padding: 10px 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); position: fixed; } .header-primary.sticky .header-bar-logo img { width: 60px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-primary.sticky .header-bar-menu { padding-bottom: 0; } .header-fixed { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; } .header-mobile { position: absolute; top: 0; left: 0; width: 100%; z-index: 1000; } .header-mobile .header-bar { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; padding: 10px 15px; } .header-mobile .header-bar .header-bar-logo img { width: 80px; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } .header-mobile .navbar-primary { position: absolute; top: 100%; left: 0; width: 100%; } .header-mobile.sticky { position: fixed; } .header-mobile.sticky .header-bar { background: #fff; border-bottom: 1px solid #e5e5e5; } .header-mobile.sticky .header-bar-logo img { -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; width: 60px; } /* ======================================================================== SECTION INTRO ======================================================================== */ .section-intro { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; } .section-intro .section-inner { overflow: hidden; } .section-intro span { display: block; } .section-intro .intro-name { font-size: 60px; font-family: "Poppins", sans-serif; color: #333333; font-weight: 700; margin-bottom: 30px; overflow: hidden; line-height: 1; } .section-intro .intro-text { font-size: 22px; color: #666666; overflow: hidden; margin-bottom: 30px; } @media (max-width: 767px) { .section-intro .intro-name { font-size: 32px; } .section-intro .intro-text { font-size: 16px; } } .js-intro [data-intro-animate] { -webkit-animation-duration: 1.5s; -moz-animation-duration: 1.5s; -o-animation-duration: 1.5s; animation-duration: 1.5s; } /* ======================================================================== SECTION SERVICES ======================================================================== */ .section-services .card-service { margin-bottom: 30px; } /* ======================================================================== SECTION RESUME ======================================================================== */ .section-resume .card-resume { margin-bottom: 30px; } .section-resume .au-progress-box { margin-bottom: 30px; } /* ======================================================================== SECTION PROJECTS ======================================================================== */ .section-projects .section-inner { padding: 0 35px; } .section-projects .card-project { margin-bottom: 30px; } @media (max-width: 575px) { .section-projects .section-inner { padding: 0; } } /* ======================================================================== SECTION STATISTIC ======================================================================== */ .section-statistic .box-number { margin-bottom: 30px; } /* ======================================================================== SECTION LATEST BLOG ======================================================================== */ .section-latest-blog .card-blog { margin-bottom: 30px; } .section-latest-blog .slick-dots { margin: 30px 0; } /* ======================================================================== SECTION TESTIMONIALS ======================================================================== */ .section-testimonials .section-content { width: 830px; margin: 0 auto; padding-top: 40px; } .section-testimonials .section-content .arrow { margin-top: 40px; } .section-testimonials .section-content .arrow-prev { left: 230px; } .section-testimonials .section-content .arrow-next { right: 230px; } @media (max-width: 991px) { .section-testimonials .section-content { width: 100%; } .section-testimonials .section-content .arrow-prev { left: 180px; } .section-testimonials .section-content .arrow-next { right: 180px; } } @media (max-width: 767px) { .section-testimonials .section-content .arrow-prev { left: 100px; } .section-testimonials .section-content .arrow-next { right: 100px; } } @media (max-width: 575px) { .section-testimonials .section-content .arrow-prev { left: 30px; } .section-testimonials .section-content .arrow-next { right: 30px; } } /* ======================================================================== SECTION PARTNER ======================================================================== */ .section-partner .section-inner { padding: 0 180px; } @media (max-width: 1519px) { .section-partner .section-inner { padding: 0; } } /* ======================================================================== SECTION CONTACT ======================================================================== */ .section-contact .bg-overlay { background: rgba(0, 0, 0, 0.8); } @media (max-width: 767px) { .section-contact .box-contact-info { margin-bottom: 30px; } } /* ======================================================================== SECTION FOOTER ======================================================================== */ .section-footer { background: #0e0e0e; } .section-footer .section-inner { text-align: center; } .section-footer .footer-social { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin: 0 -10px 40px -10px; } .section-footer .footer-social .list-item { width: 44px; height: 44px; margin: 0 10px 10px; } .section-footer .footer-social .list-item a { background: #878787; color: #fff; font-size: 22px; } .section-footer .footer-social .list-item a:hover { background: #fff537; color: #333333; } .section-footer .footer-social .list-item a:active { background: #e5dd32; } .section-footer .footer-text-intro { color: #999999; margin-bottom: 0; } .section-footer .footer-text-intro .fa { margin: 0 3px; color: #fff537; } .section-footer .footer-copy-text { color: #999999; display: block; } /* ======================================================================== SECTION POST ======================================================================== */ .post-blog .post-header { margin-bottom: 30px; } .post-blog .post-body { margin-bottom: 40px; } .post-blog .post-title { font-family: "Poppins", sans-serif; font-size: 30px; font-weight: 700; margin-bottom: 15px; } .post-blog .post-info { margin-bottom: 15px; } .post-blog .post-info .post-info-item { position: relative; font-family: "Montserrat", sans-serif; font-size: 13px; color: #808080; } .post-blog .post-info .post-info-item a { display: inline-block; color: #808080; } .post-blog .post-info .post-info-item a:hover { color: #e5dd32; } .post-blog .post-info .post-info-item span { margin: 0 7px; } .post-blog .post-info .post-info-item:after { content: '|'; } .post-blog .post-info .post-info-item:last-child:after { display: none; } .post-blog .post-info .post-info-item:first-child span { margin-left: 0; } .post-blog .post-image { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; margin-bottom: 25px; } .post-blog .post-quote { padding-left: 30px; border-left: 5px solid #e6e6e6; margin-bottom: 30px; } .post-blog .post-quote .quote-text { margin-bottom: 10px; } .post-blog .post-quote .quote-sign { font-size: 14px; font-family: "Montserrat", sans-serif; color: #808080; } .post-blog .post-tags { margin: 0 -3px 15px -3px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-blog .post-tags .post-tag-item { padding: 0 3px; } .post-blog .post-tags .post-tag-item a { border: 1px solid #cccccc; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; font-family: "Montserrat", sans-serif; font-size: 14px; color: #999999; display: block; line-height: 36px; padding: 0 15px; } .post-blog .post-tags .post-tag-item a:hover { color: #e5dd32; border-color: #e5dd32; } @media (max-width: 767px) { .post-blog .post-tags .post-tag-item { margin-bottom: 10px; } } .post-blog .post-socials { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-align: center; -webkit-align-items: center; -moz-box-align: center; -ms-flex-align: center; align-items: center; margin-bottom: 15px; } .post-blog .post-socials .post-social-label { font-family: "Montserrat", sans-serif; font-size: 13px; display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; margin-right: 20px; } .post-blog .post-socials .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-blog .post-socials .social-list .list-item { width: 36px; height: 36px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .post-blog .post-socials .social-list .list-item a { font-size: 18px; color: #fff; } .post-blog .post-socials .social-list .list-item a.fa-facebook { background: #3b5998; } .post-blog .post-socials .social-list .list-item a.fa-twitter { background: #00aced; } .post-blog .post-socials .social-list .list-item a.fa-google-plus { background: #dd4b39; } .post-blog .post-socials .social-list .list-item a.fa-linkedin { background: #007bb6; } .post-blog .post-socials .social-list .list-item a.fa-plus { background: #808080; } @media (max-width: 767px) { .post-blog .post-socials .list-item { margin-bottom: 10px; } } .post-blog .post-author { background: #f2f2f2; -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; padding: 30px 30px 20px 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .post-blog .post-author .post-author-image { padding-right: 30px; } .post-blog .post-author .post-author-image img { width: 80px; height: 80px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .post-blog .post-author .post-author-text .post-author-name { font-family: "Poppins", sans-serif; font-size: 18px; font-weight: 700; color: #333333; } .post-blog .post-author .post-author-text .post-author-name:hover { color: #e5dd32; } @media (max-width: 991px) { .post-blog .post-footer .flex-bar { display: block; } .post-blog .post-footer .post-tags { margin-right: 15px; } } @media (max-width: 767px) { .post-blog .post-author { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } .post-blog .post-author .post-author-image { margin-bottom: 10px; } } /* ======================================================================== SECTION PANE COMMENT ======================================================================== */ .comment-pane .comment-pane-header { padding-bottom: 15px; border-bottom: 1px solid #e5e5e5; margin-bottom: 35px; } .comment-pane .comment-pane-title { font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; color: #333333; } .comment-pane .comment-pane-list, .comment-pane .comment-pane-list-children { list-style: none; padding-left: 0; margin-bottom: 0; } .comment-pane .comment-pane-list .list-item .comment-item { padding-top: 25px; } .comment-pane .comment-pane-list .list-item:first-child .comment-item { padding-top: 0; } .comment-pane .comment-pane-list .list-item:last-child .comment-item { border-bottom: 1px solid #f2f2f2; } .comment-pane .comment-pane-list .list-item:last-child .comment-item .comment-text { border-bottom: none; } .comment-pane .comment-pane-list .comment-pane-list-children .list-item .comment-item { padding-top: 25px; padding-left: 100px; } @media (max-width: 767px) { .comment-pane .comment-pane-list .comment-pane-list-children .comment-item { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -moz-box-orient: vertical; -moz-box-direction: normal; -ms-flex-direction: column; flex-direction: column; } } .comment-pane .comment-item { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; } .comment-pane .comment-item:first-child { padding-top: 0; } .comment-pane .comment-item .comment-author-avatar { padding-right: 30px; padding-bottom: 15px; } .comment-pane .comment-item .comment-author-avatar img { width: 70px; height: 70px; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; overflow: hidden; } .comment-pane .comment-item .comment-text { border-bottom: 1px solid #f2f2f2; padding-bottom: 15px; } .comment-pane .comment-item .comment-text .comment-info { font-family: "Montserrat", sans-serif; font-size: 13px; color: #808080; } .comment-pane .comment-item .comment-text .comment-info a { color: #808080; } .comment-pane .comment-item .comment-text .comment-info a:hover { color: #e5dd32; } .comment-pane .comment-item .comment-text .comment-info .comment-reply { color: #555555; opacity: 0; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; visibility: hidden; } .comment-pane .comment-item .comment-text .comment-info .comment-reply i { margin-right: 5px; font-size: 11px; } .comment-pane .comment-item .comment-text:hover .comment-info .comment-reply { opacity: 1; visibility: visible; -webkit-transition: all 0.3s ease; -o-transition: all 0.3s ease; -moz-transition: all 0.3s ease; transition: all 0.3s ease; } /* ======================================================================== SECTION LEAVE PANE COMMENT ======================================================================== */ .leave-comment-pane .leave-comment-pane-header { margin-bottom: 30px; } .leave-comment-pane .leave-comment-pane-title { font-family: "Montserrat", sans-serif; font-size: 24px; font-weight: 700; color: #333333; margin-bottom: 5px; } .leave-comment-pane .leave-comment-pane-form textarea.au-input { height: 150px; } .leave-comment-pane .leave-comment-pane-form .form-group { margin-bottom: 10px; } .leave-comment-pane .leave-comment-pane-form .form-row { margin: 0 -5px; } .leave-comment-pane .leave-comment-pane-form .form-row .input-item { padding: 0 5px; } .leave-comment-pane .leave-comment-pane-form .au-input { -webkit-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.1); } .leave-comment-pane .leave-comment-pane-form .input-submit { margin-top: 30px; } /* ======================================================================== SECTION PROJECT POST ======================================================================== */ .post-project .col-figure { -webkit-box-flex: 0; -webkit-flex: 0 0 680px; -moz-box-flex: 0; -ms-flex: 0 0 680px; flex: 0 0 680px; max-width: 680px; } .post-project .col-aside { -webkit-box-flex: 0; -webkit-flex: 0 0 390px; -moz-box-flex: 0; -ms-flex: 0 0 390px; flex: 0 0 390px; max-width: 390px; } .post-project .post-header { margin-bottom: 30px; } .post-project .post-title { font-family: "Poppins", sans-serif; font-size: 30px; font-weight: 700; margin-bottom: 15px; } .post-project .post-image .slick-list { -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; overflow: hidden; } .post-project .project-aside { margin-top: 10px; } .post-project .project-aside .project-aside-inner { padding-left: 50px; } .post-project .project-aside .project-aside-title { font-size: 20px; font-family: "Poppins", sans-serif; font-weight: 700; } .post-project .project-aside .project-aside-title-sm { font-size: 18px; } .post-project .project-aside .project-aside-paragraph { color: #666666; font-size: 15px; } .post-project .project-aside .project-aside-list { padding-left: 0; margin-bottom: 0; } .post-project .project-aside .project-aside-list li { display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; padding: 8px 0; border-bottom: 1px solid #e5e5e5; font-size: 15px; } .post-project .project-aside .project-aside-list li a { color: #666666; position: relative; } .post-project .project-aside .project-aside-list li a:after { position: absolute; left: 0; bottom: 3px; content: ''; width: 100%; height: 2px; background: #ccc; display: block; } .post-project .project-aside .project-aside-list li a:hover { color: #e5dd32; } .post-project .project-aside .project-aside-list li a:hover:after { background: #e5dd32; } .post-project .project-aside .project-aside-list li .t-left { -webkit-box-flex: 0; -webkit-flex: 0 0 110px; -moz-box-flex: 0; -ms-flex: 0 0 110px; flex: 0 0 110px; text-align: left; } .post-project .project-aside .project-aside-list li .t-right { text-align: left; } .post-project .project-aside .project-aside-list li .cate-link a:after { display: none; } .post-project .project-aside .project-aside-list li .cate-link a:hover { color: #e5dd32; } .post-project .project-aside .project-aside-list li:first-child { border-top: 1px solid #e5e5e5; } .post-project .project-aside .social-list { display: -webkit-inline-box; display: -webkit-inline-flex; display: -moz-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; } .post-project .project-aside .social-list .list-item { width: 36px; height: 36px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .post-project .project-aside .social-list .list-item a { font-size: 18px; color: #fff; } .post-project .project-aside .social-list .list-item a.fa-facebook { background: #3b5998; } .post-project .project-aside .social-list .list-item a.fa-twitter { background: #00aced; } .post-project .project-aside .social-list .list-item a.fa-google-plus { background: #dd4b39; } .post-project .project-aside .social-list .list-item a.fa-linkedin { background: #007bb6; } .post-project .project-aside .social-list .list-item a.fa-plus { background: #808080; } @media (max-width: 1199px) { .post-project .col-figure { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .post-project .col-aside { -webkit-flex-basis: 100%; -ms-flex-preferred-size: 100%; flex-basis: 100%; } .post-project .project-aside .project-aside-inner { padding-left: 0; } } /* ======================================================================== SECTION MODAL ======================================================================== */ .modal-primary .modal-header { padding: 20px 30px 45px 30px; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; border-bottom: none; } .modal-primary .modal-header .au-btn { background: #fff; border-color: #fff; margin-left: 10px; } .modal-primary .modal-header .au-btn:hover { background: #fff537; border-color: #fff537; } .modal-primary .modal-header .au-btn:active { background: #e5dd32; border-color: #e5dd32; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } .modal-primary .modal-body { padding: 0 0 90px 0; } @media (max-width: 575px) { .modal-primary .modal-header { padding-left: 0; padding-right: 0; } } .modal .modal-dialog { position: absolute; top: 0; left: 0; bottom: 0; right: 0; background: #fff; margin: 0; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; max-width: none; -webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; } .modal .loader { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 10; } .modal .modal-content { -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0; border: none; padding: 0; display: block; } .modal.fade { opacity: 1; -webkit-animation-duration: 0.3s; -moz-animation-duration: 0.3s; -o-animation-duration: 0.3s; animation-duration: 0.3s; } .modal.fade .modal-dialog { -webkit-transform: translate(0); -moz-transform: translate(0); -ms-transform: translate(0); -o-transform: translate(0); transform: translate(0); } @media (max-width: 991px) { .modal { margin-left: 0; } } .modal-open .modal { overflow: hidden; } .modal-open .header { display: none !important; } .modal-open #up-to-top { right: 47px; } .modal-open .modal-dialog { overflow-y: auto; } /* ======================================================================== Other ======================================================================== */ #up-to-top { position: fixed; text-align: center; right: 30px; bottom: 30px; color: #333333; cursor: pointer; -webkit-border-radius: 100%; -moz-border-radius: 100%; border-radius: 100%; z-index: 100; height: 40px; width: 40px; line-height: 40px; background: #fff537; -webkit-transition: background-color 0.1s linear; -o-transition: background-color 0.1s linear; -moz-transition: background-color 0.1s linear; transition: background-color 0.1s linear; -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1); } #up-to-top:hover { background: #e5dd32; } #up-to-top:active { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; } /*Loader*/ .loader { display: inline-block; width: 35px; height: 35px; color: inherit; vertical-align: middle; pointer-events: none; position: relative; } .loader:before, .loader:after { content: ''; width: inherit; height: inherit; -webkit-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; background-color: currentcolor; opacity: 0.6; position: absolute; top: 0; left: 0; -webkit-animation: loader-08 2.0s infinite ease-in-out; -moz-animation: loader-08 2.0s infinite ease-in-out; -o-animation: loader-08 2.0s infinite ease-in-out; animation: loader-08 2.0s infinite ease-in-out; } .loader:after { -webkit-animation-delay: -1.0s; -moz-animation-delay: -1.0s; -o-animation-delay: -1.0s; animation-delay: -1.0s; } @keyframes loader-08 { 0%, 100% { -webkit-transform: scale(0); -moz-transform: scale(0); -o-transform: scale(0); transform: scale(0); } 50% { -webkit-transform: scale(1); -moz-transform: scale(1); -o-transform: scale(1); transform: scale(1); } } .loader-wrapper { position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); transform: translate(-50%, -50%); } .wow { visibility: hidden; }
0.433742
0.050284
* { margin: 0 auto; padding: 0; max-width: 100%; overflow-x: hidden; box-sizing: border-box; } :root { --primaryLightColor: #d4e6a5; --primaryColor: #476a2e; --primaryDarkColor: #c02c03; --mainWhite: #fff; --offWhite: #f7f7f7; --mainBackground: #f1f5f8; --mainOverlay: rgba(35, 10, 36, 0.4); --mainBlack: #222; --mainGrey: #ececec; --darkGrey: #afafaf; --mainRed: #bd0303; --mainTransition: all 0.3s linear; --mainSpacing: 0.3rem; --lightShadow: 2px 5px 3px 0px rgba(0, 0, 0, 0.5); --darkShadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.5); --mainBorderRadius: 0.25rem; --smallWidth: 85vw; --maxWidth: 40rem; --fullWidth: 1170px; } .img-responsive { width: 100vw; height: 100vh; } .hero-text { text-align: center; position: absolute; top: 50%; left: 45%; font-size: large; translate: translate(-50%, -50%); } .section { display: flex; flex-direction: column; background-color: #0093e9; background-image: linear-gradient(100deg, #ffd89b 0%, #19547b 100%); } .projects-center { width: var(--smallWidth); margin: 0 auto; max-width: var(--fullWidth); display: grid; grid-row-gap: 2rem; row-gap: 4rem; grid-column-gap: 2rem; column-gap: 2rem; align-items: start; } .projects { background: var(--mainWhite); margin-bottom: 2rem; box-shadow: var(--lightShadow); transition: var(--mainTransition); display: grid; grid-template-rows: auto 1fr; border-radius: var(--mainBorderRadius); /* width: 40%; */ } .projects:hover, .projects:focus { box-shadow: var(--darkShadow); transform: scale(1.2); z-index: 1; } .contacts:hover { box-shadow: var(--darkShadow); } .projects img { height: 20rem; object-fit: cover; border-top-left-radius: var(--mainBorderRadius); border-top-right-radius: var(--mainBorderRadius); } .projects-footer { background-color: rgb(100, 98, 98); padding: 1.5rem; margin-left: 5px; } .projects-footer h3, .projects-footer h4, .projects-footer p { margin-bottom: 0.3rem; } .projects-footer h3 { font-size: 2rem; } .projects-footer p { color: var(--darkGrey); margin-bottom: 0.5rem; } h1 { text-align: center; padding: 2rem 0 2rem 0; font-size: 3rem; } .contacts { background: var(--mainWhite); margin-bottom: 2rem; box-shadow: var(--lightShadow); transition: var(--mainTransition); border-radius: var(--mainBorderRadius); } #main { } .family-pic { height: 29rem; object-fit: cover; } .card:hover { transform: scale(1.1); z-index: 1; } li { display: inline-block; text-align: center; } hr { width: 80%; height: 10px; border: 0 none; margin-right: auto; margin-left: auto; margin-top: 80px; margin-bottom: 90px; background-color: #555; } .contact-form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .contact-form label { font-size: x-large; margin-top: 4px; padding-top: 5px; } .contact-form input { height: 3rem; width: 60vw; border-radius: 5px; } .contact-form button { height: 3rem; width: 30vw; /* margin-left: 15rem; */ margin-top: 2rem; border-radius: 20px; background-color: lightblue; } @media screen and (min-width: 576px) { .projects-center { grid-template-columns: repeat(auto-fill, minmax(338.8px, 1fr)); } } @media screen and (max-width: 700px) { .projects:hover, .projects:focus { box-shadow: var(--darkShadow); transform: scale(1.1); z-index: 1; } .img-responsive { width: 100vw; height: 50vh; } .family-pic { padding-left: 25px; } .hero-text { top: 25%; } } @media screen and (max-width: 495px) { .img-responsive { width: 100vw; height: 50vh; } .hero-text { top: 20%; left: 20%; } }
src/App.css
* { margin: 0 auto; padding: 0; max-width: 100%; overflow-x: hidden; box-sizing: border-box; } :root { --primaryLightColor: #d4e6a5; --primaryColor: #476a2e; --primaryDarkColor: #c02c03; --mainWhite: #fff; --offWhite: #f7f7f7; --mainBackground: #f1f5f8; --mainOverlay: rgba(35, 10, 36, 0.4); --mainBlack: #222; --mainGrey: #ececec; --darkGrey: #afafaf; --mainRed: #bd0303; --mainTransition: all 0.3s linear; --mainSpacing: 0.3rem; --lightShadow: 2px 5px 3px 0px rgba(0, 0, 0, 0.5); --darkShadow: 4px 10px 5px 0px rgba(0, 0, 0, 0.5); --mainBorderRadius: 0.25rem; --smallWidth: 85vw; --maxWidth: 40rem; --fullWidth: 1170px; } .img-responsive { width: 100vw; height: 100vh; } .hero-text { text-align: center; position: absolute; top: 50%; left: 45%; font-size: large; translate: translate(-50%, -50%); } .section { display: flex; flex-direction: column; background-color: #0093e9; background-image: linear-gradient(100deg, #ffd89b 0%, #19547b 100%); } .projects-center { width: var(--smallWidth); margin: 0 auto; max-width: var(--fullWidth); display: grid; grid-row-gap: 2rem; row-gap: 4rem; grid-column-gap: 2rem; column-gap: 2rem; align-items: start; } .projects { background: var(--mainWhite); margin-bottom: 2rem; box-shadow: var(--lightShadow); transition: var(--mainTransition); display: grid; grid-template-rows: auto 1fr; border-radius: var(--mainBorderRadius); /* width: 40%; */ } .projects:hover, .projects:focus { box-shadow: var(--darkShadow); transform: scale(1.2); z-index: 1; } .contacts:hover { box-shadow: var(--darkShadow); } .projects img { height: 20rem; object-fit: cover; border-top-left-radius: var(--mainBorderRadius); border-top-right-radius: var(--mainBorderRadius); } .projects-footer { background-color: rgb(100, 98, 98); padding: 1.5rem; margin-left: 5px; } .projects-footer h3, .projects-footer h4, .projects-footer p { margin-bottom: 0.3rem; } .projects-footer h3 { font-size: 2rem; } .projects-footer p { color: var(--darkGrey); margin-bottom: 0.5rem; } h1 { text-align: center; padding: 2rem 0 2rem 0; font-size: 3rem; } .contacts { background: var(--mainWhite); margin-bottom: 2rem; box-shadow: var(--lightShadow); transition: var(--mainTransition); border-radius: var(--mainBorderRadius); } #main { } .family-pic { height: 29rem; object-fit: cover; } .card:hover { transform: scale(1.1); z-index: 1; } li { display: inline-block; text-align: center; } hr { width: 80%; height: 10px; border: 0 none; margin-right: auto; margin-left: auto; margin-top: 80px; margin-bottom: 90px; background-color: #555; } .contact-form { display: flex; flex-direction: column; justify-content: center; align-items: center; } .contact-form label { font-size: x-large; margin-top: 4px; padding-top: 5px; } .contact-form input { height: 3rem; width: 60vw; border-radius: 5px; } .contact-form button { height: 3rem; width: 30vw; /* margin-left: 15rem; */ margin-top: 2rem; border-radius: 20px; background-color: lightblue; } @media screen and (min-width: 576px) { .projects-center { grid-template-columns: repeat(auto-fill, minmax(338.8px, 1fr)); } } @media screen and (max-width: 700px) { .projects:hover, .projects:focus { box-shadow: var(--darkShadow); transform: scale(1.1); z-index: 1; } .img-responsive { width: 100vw; height: 50vh; } .family-pic { padding-left: 25px; } .hero-text { top: 25%; } } @media screen and (max-width: 495px) { .img-responsive { width: 100vw; height: 50vh; } .hero-text { top: 20%; left: 20%; } }
0.579876
0.09709
a { text-decoration: none; } .resetMiddle { width: auto; min-height: 500px; background: #fbfbfb; } .resetCon { width: 1200px; min-height: 500px; border: 1px solid #e5e5e5; margin: 0 auto; } .resetCon_title { height: 72px; border-bottom: 1px solid #e5e5e5; } .resetCon_title .resetCon_title_l { height: 72px; line-height: 72px; position: relative; text-align: center; width: 300px; } .resetCon_title .resetCon_title_l span { background: #fbfbfb; display: inline-block; color: #398be1; font-size: 20px; font-family: "微软雅黑"; width: 130px; height: 72px; position: relative; z-index: 2; } .resetCon_title .resetCon_title_l .base-line { background: #d2d2d2; left: 0; height: 1px; position: absolute; top: 37px; width: 100%; z-index: 1; } .resetCon_step { margin: 34px auto; width: 670px; height: 100px; text-align: center; } .onePic { background: url('../images/resetPass/1.png'); } .twoPic { background: url('../images/resetPass/2.png'); } .threePic { background: url('../images/resetPass/3.png'); } .resetCon_info { height: 46px; background: none; padding-left: 30%; } .resetCon_pro { height: auto !important; min-height: 26px; clear: both; } .resetCon_info .pro { width: 299px; height: 26px; line-height: 22px; font-size: 12px; color: #ff0045; font-family: "微软雅黑"; padding-left: 154px; } .resetCon_info .wordStyle { float: left; height: 46px; line-height: 46px; font-size: 14px; color: #575757; width: 100px; text-align: right; } .resetCon_info .code_img { width: 135px; height: 44px; border: 1px solid #d2d2d2; border-radius: 3px; } .resetCon_info input { background: #fbfbfb; } .resetCon_info input { border: 1px solid #d2d2d2; border-radius: 3px; color: #8d8d8d; font-size: 14px; height: 44px; line-height: 44px; padding-left: 26px; width: 292px; } .resetCon_info .codes { border: 1px solid #d2d2d2; border-radius: 3px; color: #8d8d8d; font-size: 14px; height: 44px; line-height: 44px; padding-left: 26px; width: 150px; } .resetCon_infoBut { padding-left: 40.5%; } .resetCon_info .resetCon_but { background: #398be1; border: none; border-radius: 3px; color: #fff; cursor: pointer; font-size: 20px; height: 46px; letter-spacing: 5px; width: 320px; text-align: center; padding-left: 0; } .resetCon_info .resetCon_but:active { background: #3F9DFF; } .resetCon_info .code_but { width: 136px; height: 46px; line-height: 42px; text-align: center; background: none; border: 1px solid #398be1; border-radius: 3px; color: #398be1; cursor: pointer; font-size: 14px; padding-left: 0; } .resetCon_info .sendInfo { background: none; border: 1px solid #398be1; border-radius: 3px; color: #398be1; font-size: 14px; height: 42px; width: 125px; margin-left: 24px; text-align: center; } .resetCon_info .eyePosition { position: relative; } .resetCon_message { display: none; height: auto !important; min-height: 35px; clear: both; } .resetCon_message .proTe { width: 320px; height: 35px; font-size: 12px; color: #8d8d8d; padding-top: 3px; padding-left: 128px; } .resetCon_message .proTe span { color: #398be1; } #eye, #eyeT { position: absolute; top: 15px; left: 280px; cursor: pointer; width: 30px; height: 18px; } .eyePic1 { background: url('../images/resetPass/f16c.png'); } .eyePic2 { background: url('../images/resetPass/eye65.png'); } .resetCon .RC_step { width: 610px; height: 34px; margin: 0 auto; margin-top: 34px; overflow: hidden; } .resetCon .RC_step .RC_stepSum { width: 34px; height: 34px; line-height: 34px; border-radius: 3px; font-size: 20px; text-align: center; color: #fff; } .resetCon .RC_step .RC_sumA { background: #398be1; float: left; } .resetCon .RC_step .RC_sumB { background: #d2d2d2; float: left; } .resetCon .RC_step .RC_sumC { background: #d2d2d2; float: right; } .resetCon .RC_step .RC_line { height: 15px; width: 254px; border-bottom: 3px solid #d2d2d2; float: left; } .resetCon .RC_word { height: 20px; width: 660px; font-size: 14px; margin: 0 auto; margin-top: 15px; margin-bottom: 60px; } .resetCon .RC_word .RC_wordA { color: #398be1; float: left; } .resetCon .RC_word .RC_wordB { margin-left: 206px; color: #8D8D8D; float: left; } .resetCon .RC_word .RC_wordC { color: #8D8D8D; float: right; }
DLC-WEB/views/css/resetPassword.css
a { text-decoration: none; } .resetMiddle { width: auto; min-height: 500px; background: #fbfbfb; } .resetCon { width: 1200px; min-height: 500px; border: 1px solid #e5e5e5; margin: 0 auto; } .resetCon_title { height: 72px; border-bottom: 1px solid #e5e5e5; } .resetCon_title .resetCon_title_l { height: 72px; line-height: 72px; position: relative; text-align: center; width: 300px; } .resetCon_title .resetCon_title_l span { background: #fbfbfb; display: inline-block; color: #398be1; font-size: 20px; font-family: "微软雅黑"; width: 130px; height: 72px; position: relative; z-index: 2; } .resetCon_title .resetCon_title_l .base-line { background: #d2d2d2; left: 0; height: 1px; position: absolute; top: 37px; width: 100%; z-index: 1; } .resetCon_step { margin: 34px auto; width: 670px; height: 100px; text-align: center; } .onePic { background: url('../images/resetPass/1.png'); } .twoPic { background: url('../images/resetPass/2.png'); } .threePic { background: url('../images/resetPass/3.png'); } .resetCon_info { height: 46px; background: none; padding-left: 30%; } .resetCon_pro { height: auto !important; min-height: 26px; clear: both; } .resetCon_info .pro { width: 299px; height: 26px; line-height: 22px; font-size: 12px; color: #ff0045; font-family: "微软雅黑"; padding-left: 154px; } .resetCon_info .wordStyle { float: left; height: 46px; line-height: 46px; font-size: 14px; color: #575757; width: 100px; text-align: right; } .resetCon_info .code_img { width: 135px; height: 44px; border: 1px solid #d2d2d2; border-radius: 3px; } .resetCon_info input { background: #fbfbfb; } .resetCon_info input { border: 1px solid #d2d2d2; border-radius: 3px; color: #8d8d8d; font-size: 14px; height: 44px; line-height: 44px; padding-left: 26px; width: 292px; } .resetCon_info .codes { border: 1px solid #d2d2d2; border-radius: 3px; color: #8d8d8d; font-size: 14px; height: 44px; line-height: 44px; padding-left: 26px; width: 150px; } .resetCon_infoBut { padding-left: 40.5%; } .resetCon_info .resetCon_but { background: #398be1; border: none; border-radius: 3px; color: #fff; cursor: pointer; font-size: 20px; height: 46px; letter-spacing: 5px; width: 320px; text-align: center; padding-left: 0; } .resetCon_info .resetCon_but:active { background: #3F9DFF; } .resetCon_info .code_but { width: 136px; height: 46px; line-height: 42px; text-align: center; background: none; border: 1px solid #398be1; border-radius: 3px; color: #398be1; cursor: pointer; font-size: 14px; padding-left: 0; } .resetCon_info .sendInfo { background: none; border: 1px solid #398be1; border-radius: 3px; color: #398be1; font-size: 14px; height: 42px; width: 125px; margin-left: 24px; text-align: center; } .resetCon_info .eyePosition { position: relative; } .resetCon_message { display: none; height: auto !important; min-height: 35px; clear: both; } .resetCon_message .proTe { width: 320px; height: 35px; font-size: 12px; color: #8d8d8d; padding-top: 3px; padding-left: 128px; } .resetCon_message .proTe span { color: #398be1; } #eye, #eyeT { position: absolute; top: 15px; left: 280px; cursor: pointer; width: 30px; height: 18px; } .eyePic1 { background: url('../images/resetPass/f16c.png'); } .eyePic2 { background: url('../images/resetPass/eye65.png'); } .resetCon .RC_step { width: 610px; height: 34px; margin: 0 auto; margin-top: 34px; overflow: hidden; } .resetCon .RC_step .RC_stepSum { width: 34px; height: 34px; line-height: 34px; border-radius: 3px; font-size: 20px; text-align: center; color: #fff; } .resetCon .RC_step .RC_sumA { background: #398be1; float: left; } .resetCon .RC_step .RC_sumB { background: #d2d2d2; float: left; } .resetCon .RC_step .RC_sumC { background: #d2d2d2; float: right; } .resetCon .RC_step .RC_line { height: 15px; width: 254px; border-bottom: 3px solid #d2d2d2; float: left; } .resetCon .RC_word { height: 20px; width: 660px; font-size: 14px; margin: 0 auto; margin-top: 15px; margin-bottom: 60px; } .resetCon .RC_word .RC_wordA { color: #398be1; float: left; } .resetCon .RC_word .RC_wordB { margin-left: 206px; color: #8D8D8D; float: left; } .resetCon .RC_word .RC_wordC { color: #8D8D8D; float: right; }
0.488039
0.129761
<style type="text/css"> .recarga { color: #ffffff; font-size: 8px; background: #2d0031; padding: 8px 8px 8px 8px; text-decoration: none; } .recarga:hover { background: #590161; color: #ffffff; text-decoration: none; } .receipt-content .logo a:hover { text-decoration: none; } .tablita{ padding-left: 20%; margin-left: 20%; text-align: center; width: 60%; } .receipt-content .invoice-wrapper { background: #FFF; /*border: 1px solid #CDD3E2;*/ box-shadow: 0px 0px 1px #CCC; padding: 20px 40px 60px; margin-top: 0px; border-radius: 4px; } .spanR { display: block; } .receipt-content .invoice-wrapper .payment-details a { display: inline-block; margin-top: 0px; } .receipt-content .invoice-wrapper .line-items .print a { display: inline-block; padding: 13px 13px; border-radius: 5px; font-size: 13px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .receipt-content .invoice-wrapper .line-items .print a:hover { text-decoration: none; border-color: #333; color: #333; } .receipt-content { background: #FFFFFF; } .numberFact { display: inline-block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 70%; padding: 3px 10px; border: 1px solid #b7b7b7; -webkit-border-radius: 3px; border-radius: 3px; font: normal 16px/normal "Times New Roman", Times, serif; color: rgba(0,142,198,1); -o-text-overflow: clip; text-overflow: clip; -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); } .popover-trigger{ display: inline-block;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;width: 70%; padding: 3px 10px;border: 1px solid #b7b7b7; -webkit-border-radius: 3px;border-radius: 3px; font: normal 16px/normal "Times New Roman", Times, serif;color: rgba(0,142,198,1) ;-o-text-overflow: clip;text-overflow: clip;-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); } .selectFact{ width: 30%; } .FactPocket{ width: 11.6%; } .text1{ font-family: "Open Sans", "Helvetica", "Arial", "sans-serif"; font-size:20px; } .text2{ font-family: 'Roboto', sans-serif; font-size:20px; } .factBot{ margin:0 5px 5px 0; } .factspace{ margin-top: 20px; } .factspace1{ margin-top: 30px; } .factspace3{ margin-top: 10px; } .plegable{ height:0; overflow:hidden; } @media (min-width: 1200px) { .receipt-content .container {width: 900px; } } .receipt-content .logo { text-align: center; margin-top: 50px; } .receipt-content .logo a { font-family: Myriad Pro, Lato, Helvetica Neue, Arial; font-size: 36px; letter-spacing: .1px; color: #555; font-weight: 300; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .receipt-content .invoice-wrapper .intro { line-height: 25px; color: #444; } .receipt-content .invoice-wrapper .payment-info { margin-top: 25px; padding-top: 15px; } .receipt-content .invoice-wrapper .payment-info span { color: #A9B0BB; } .receipt-content .invoice-wrapper .payment-info strong { display: block; color: #444; margin-top: 3px; } /* css de la imagen redonda*/ .cover-img { display: block; min-height: 100%; margin: 0 auto; } .cover-avatar.size-md { width: 150px; height: 150px; border: 5px solid #f0f0f0; margin: 0px auto 0; } .cover-inside * { line-height: 2; } .cover-avatar { display: block; } .img-round { border-radius: 100px 100px 100px 100px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; } /* fin de css de la imagen redonda*/ @media (max-width: 767px) { .receipt-content .invoice-wrapper .payment-info .text-right { text-align: left; margin-top: 20px; } } .receipt-content .invoice-wrapper .payment-details { margin-top: 0px; padding-top: 0px; line-height: 22px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .payment-details .text-right { text-align: left; margin-top: 20px; } } .receipt-content .invoice-wrapper .line-items { margin-top: 20px; } .receipt-content .invoice-wrapper .line-items .headers { color: #A9B0BB; font-size: 13px; letter-spacing: .3px; border-bottom: 2px solid #EBECEE; padding-bottom: 4px; } .receipt-content .invoice-wrapper .line-items .items { margin-top: 8px; border-bottom: 2px solid #EBECEE; padding-bottom: 8px; } .receipt-content .invoice-wrapper .line-items .items .item { padding: 0px 0; color: #696969; font-size: 15px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .items .item { font-size: 13px; } } .receipt-content .invoice-wrapper .line-items .items .item .amount { letter-spacing: 0.1px; color: #84868A; font-size: 16px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .items .item .amount { font-size: 13px; } } .receipt-content .invoice-wrapper .line-items .total { margin-top: 30px; } .receipt-content .invoice-wrapper .line-items .total .extra-notes { float: left; width: 65%; text-align: left; font-size: 13px; color: #7A7A7A; line-height: 20px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .total .extra-notes { width: 100%; margin-bottom: 30px; float: none; } } .receipt-content .invoice-wrapper .line-items .total .extra-notes strong { display: block; margin-bottom: 5px; color: #454545; } .receipt-content .invoice-wrapper .line-items .total .field { margin-bottom: 7px; font-size: 14px; color: #555; } .receipt-content .invoice-wrapper .line-items .total .field.grand-total { margin-top: 10px; font-size: 16px; font-weight: 500; } .receipt-content .invoice-wrapper .line-items .total .field.grand-total span { color: #20A720; font-size: 16px; } .receipt-content .invoice-wrapper .line-items .total .field span { display: inline-block; margin-left: 20px; min-width: 85px; color: #84868A; font-size: 15px; } .receipt-content .invoice-wrapper .line-items .print { margin-top: 50px; text-align: center; } .receipt-content .invoice-wrapper .line-items .print a i { margin-right: 3px; font-size: 14px; } .receipt-content .footer { margin-top: 30px; margin-bottom: 30px; text-align: center; font-size: 12px; color: #969CAD; } </style>
public/stylesheets/cajero.css
<style type="text/css"> .recarga { color: #ffffff; font-size: 8px; background: #2d0031; padding: 8px 8px 8px 8px; text-decoration: none; } .recarga:hover { background: #590161; color: #ffffff; text-decoration: none; } .receipt-content .logo a:hover { text-decoration: none; } .tablita{ padding-left: 20%; margin-left: 20%; text-align: center; width: 60%; } .receipt-content .invoice-wrapper { background: #FFF; /*border: 1px solid #CDD3E2;*/ box-shadow: 0px 0px 1px #CCC; padding: 20px 40px 60px; margin-top: 0px; border-radius: 4px; } .spanR { display: block; } .receipt-content .invoice-wrapper .payment-details a { display: inline-block; margin-top: 0px; } .receipt-content .invoice-wrapper .line-items .print a { display: inline-block; padding: 13px 13px; border-radius: 5px; font-size: 13px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .receipt-content .invoice-wrapper .line-items .print a:hover { text-decoration: none; border-color: #333; color: #333; } .receipt-content { background: #FFFFFF; } .numberFact { display: inline-block; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; width: 70%; padding: 3px 10px; border: 1px solid #b7b7b7; -webkit-border-radius: 3px; border-radius: 3px; font: normal 16px/normal "Times New Roman", Times, serif; color: rgba(0,142,198,1); -o-text-overflow: clip; text-overflow: clip; -webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); } .popover-trigger{ display: inline-block;-webkit-box-sizing: content-box;-moz-box-sizing: content-box; box-sizing: content-box;width: 70%; padding: 3px 10px;border: 1px solid #b7b7b7; -webkit-border-radius: 3px;border-radius: 3px; font: normal 16px/normal "Times New Roman", Times, serif;color: rgba(0,142,198,1) ;-o-text-overflow: clip;text-overflow: clip;-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); -moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1); } .selectFact{ width: 30%; } .FactPocket{ width: 11.6%; } .text1{ font-family: "Open Sans", "Helvetica", "Arial", "sans-serif"; font-size:20px; } .text2{ font-family: 'Roboto', sans-serif; font-size:20px; } .factBot{ margin:0 5px 5px 0; } .factspace{ margin-top: 20px; } .factspace1{ margin-top: 30px; } .factspace3{ margin-top: 10px; } .plegable{ height:0; overflow:hidden; } @media (min-width: 1200px) { .receipt-content .container {width: 900px; } } .receipt-content .logo { text-align: center; margin-top: 50px; } .receipt-content .logo a { font-family: Myriad Pro, Lato, Helvetica Neue, Arial; font-size: 36px; letter-spacing: .1px; color: #555; font-weight: 300; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -ms-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; } .receipt-content .invoice-wrapper .intro { line-height: 25px; color: #444; } .receipt-content .invoice-wrapper .payment-info { margin-top: 25px; padding-top: 15px; } .receipt-content .invoice-wrapper .payment-info span { color: #A9B0BB; } .receipt-content .invoice-wrapper .payment-info strong { display: block; color: #444; margin-top: 3px; } /* css de la imagen redonda*/ .cover-img { display: block; min-height: 100%; margin: 0 auto; } .cover-avatar.size-md { width: 150px; height: 150px; border: 5px solid #f0f0f0; margin: 0px auto 0; } .cover-inside * { line-height: 2; } .cover-avatar { display: block; } .img-round { border-radius: 100px 100px 100px 100px; -moz-border-radius: 100px 100px 100px 100px; -webkit-border-radius: 100px 100px 100px 100px; } /* fin de css de la imagen redonda*/ @media (max-width: 767px) { .receipt-content .invoice-wrapper .payment-info .text-right { text-align: left; margin-top: 20px; } } .receipt-content .invoice-wrapper .payment-details { margin-top: 0px; padding-top: 0px; line-height: 22px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .payment-details .text-right { text-align: left; margin-top: 20px; } } .receipt-content .invoice-wrapper .line-items { margin-top: 20px; } .receipt-content .invoice-wrapper .line-items .headers { color: #A9B0BB; font-size: 13px; letter-spacing: .3px; border-bottom: 2px solid #EBECEE; padding-bottom: 4px; } .receipt-content .invoice-wrapper .line-items .items { margin-top: 8px; border-bottom: 2px solid #EBECEE; padding-bottom: 8px; } .receipt-content .invoice-wrapper .line-items .items .item { padding: 0px 0; color: #696969; font-size: 15px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .items .item { font-size: 13px; } } .receipt-content .invoice-wrapper .line-items .items .item .amount { letter-spacing: 0.1px; color: #84868A; font-size: 16px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .items .item .amount { font-size: 13px; } } .receipt-content .invoice-wrapper .line-items .total { margin-top: 30px; } .receipt-content .invoice-wrapper .line-items .total .extra-notes { float: left; width: 65%; text-align: left; font-size: 13px; color: #7A7A7A; line-height: 20px; } @media (max-width: 767px) { .receipt-content .invoice-wrapper .line-items .total .extra-notes { width: 100%; margin-bottom: 30px; float: none; } } .receipt-content .invoice-wrapper .line-items .total .extra-notes strong { display: block; margin-bottom: 5px; color: #454545; } .receipt-content .invoice-wrapper .line-items .total .field { margin-bottom: 7px; font-size: 14px; color: #555; } .receipt-content .invoice-wrapper .line-items .total .field.grand-total { margin-top: 10px; font-size: 16px; font-weight: 500; } .receipt-content .invoice-wrapper .line-items .total .field.grand-total span { color: #20A720; font-size: 16px; } .receipt-content .invoice-wrapper .line-items .total .field span { display: inline-block; margin-left: 20px; min-width: 85px; color: #84868A; font-size: 15px; } .receipt-content .invoice-wrapper .line-items .print { margin-top: 50px; text-align: center; } .receipt-content .invoice-wrapper .line-items .print a i { margin-right: 3px; font-size: 14px; } .receipt-content .footer { margin-top: 30px; margin-bottom: 30px; text-align: center; font-size: 12px; color: #969CAD; } </style>
0.241579
0.087252
.g-graf{ margin: 0; padding: 0 ; height: 93%; } /* (main) Holds 2 Columns: Draw+Toolbox | Channels */ .g-container-h { display: flex; margin: 0; padding: 0; justify-content: flex-end; height: 93%; background: white; } /* Style for Legend */ .g-legend { /* display: none; Optional */ padding: 5px; line-height: 2.5; /* easier to select on Mobile */ overflow: auto; font-size: 80%; white-space: nowrap; min-width: 120px; } @media (max-width:500px){ /* x-499 */ .g-legend { display: none; position:absolute; right:0; top:34px; background: white; border: 1px solid black; } } .g-menuedrop{ position:absolute; right:0; top: 0; font-size: 100%; z-index: 7; color: white; background: #4CAF50; margin: 0; padding: 0.6em; } @media (min-width:500px){ .g-menuedrop{ display: none; } } /* Legend: Channels COLOR items*/ .g-legcol { padding: 0 8px; } /* Draw fill page */ .g-container-h > :first-child { flex-grow: 1; } /* (sub) Holds 1st Column as 2 Rows: Draw/Toolbox */ .g-container-v { display: flex; flex-direction: column; justify-content: flex-end; } /* Style for Drawing-area Parent of Canvas. Important: line-height: 0 */ .g-container-v > :first-child { line-height: 0; padding: 0; margin: 0; flex-grow: 1; /*background: green; Debug*/ } /* Canvas*/ .g-container-v > :first-child > * { background: lightgrey; } /* Style for Toolbox */ .g-container-v > :last-child { padding: 0; background: white; display: flex; flex-direction: row; } .g-container-v > :last-child > div{ padding: 0; margin: 0 5px; } .g-versinfo { position: fixed; right: 10px; bottom: 10px; margin: 0; text-align: right; font-size: 66%; } /* Dropzone */ .g-dropzone { display: none; position: absolute; left: 5vw; top: 7vh; width: 90vw; height: 85vh; padding: 0; margin: 0; text-align: center; background: rgba(200,200,200,0.8); border: 5px dashed gray; z-index: 10; } /* Infobox (Mouse: Values)*/ .g-info { display: none; position: absolute; left: 100px; top: 100px; padding: 2px; font-size: 80%; background: white; border: 1px solid black; z-index: 8; } .g-spinner{ display: none; position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; padding: 0; color: green; margin: 0; text-align: center; background: rgba(230,230,230,0.6); z-index: 999; } .g-message{ display: none; position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; padding: 0; color: black; margin: 0; text-align: center; background: rgba(230,230,230,0.6); z-index: 998; } .g-message > div{ padding: 20px; margin: 10% 20%; color: black; background: white; border: 1px solid black; } /* Zoombox (Rubberband) */ .g-zoombox { display: none; position: absolute; left: 100px; top: 100px; width: 50px; height: 50px; border: 2px dotted red; z-index: 9; animation:g-zoomblink 1s infinite alternate; } @keyframes g-zoomblink { from {opacity: 1} to {opacity: 0.3} } button{ /*Secondary Button */ font-size: smaller; margin: 0.5em 0; padding: 0.8em; background-color: #4CAF50; color: white; border: none; cursor: pointer; transition-duration: 0.5s; } input:hover { box-shadow: 0 0 0.3em 0.3em rgba(0,0,0,0.08); } button:hover { background-color: darkgrey; color: black; }
css/g_draw.css
.g-graf{ margin: 0; padding: 0 ; height: 93%; } /* (main) Holds 2 Columns: Draw+Toolbox | Channels */ .g-container-h { display: flex; margin: 0; padding: 0; justify-content: flex-end; height: 93%; background: white; } /* Style for Legend */ .g-legend { /* display: none; Optional */ padding: 5px; line-height: 2.5; /* easier to select on Mobile */ overflow: auto; font-size: 80%; white-space: nowrap; min-width: 120px; } @media (max-width:500px){ /* x-499 */ .g-legend { display: none; position:absolute; right:0; top:34px; background: white; border: 1px solid black; } } .g-menuedrop{ position:absolute; right:0; top: 0; font-size: 100%; z-index: 7; color: white; background: #4CAF50; margin: 0; padding: 0.6em; } @media (min-width:500px){ .g-menuedrop{ display: none; } } /* Legend: Channels COLOR items*/ .g-legcol { padding: 0 8px; } /* Draw fill page */ .g-container-h > :first-child { flex-grow: 1; } /* (sub) Holds 1st Column as 2 Rows: Draw/Toolbox */ .g-container-v { display: flex; flex-direction: column; justify-content: flex-end; } /* Style for Drawing-area Parent of Canvas. Important: line-height: 0 */ .g-container-v > :first-child { line-height: 0; padding: 0; margin: 0; flex-grow: 1; /*background: green; Debug*/ } /* Canvas*/ .g-container-v > :first-child > * { background: lightgrey; } /* Style for Toolbox */ .g-container-v > :last-child { padding: 0; background: white; display: flex; flex-direction: row; } .g-container-v > :last-child > div{ padding: 0; margin: 0 5px; } .g-versinfo { position: fixed; right: 10px; bottom: 10px; margin: 0; text-align: right; font-size: 66%; } /* Dropzone */ .g-dropzone { display: none; position: absolute; left: 5vw; top: 7vh; width: 90vw; height: 85vh; padding: 0; margin: 0; text-align: center; background: rgba(200,200,200,0.8); border: 5px dashed gray; z-index: 10; } /* Infobox (Mouse: Values)*/ .g-info { display: none; position: absolute; left: 100px; top: 100px; padding: 2px; font-size: 80%; background: white; border: 1px solid black; z-index: 8; } .g-spinner{ display: none; position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; padding: 0; color: green; margin: 0; text-align: center; background: rgba(230,230,230,0.6); z-index: 999; } .g-message{ display: none; position: absolute; left: 0; top: 0; width: 100vw; height: 100vh; padding: 0; color: black; margin: 0; text-align: center; background: rgba(230,230,230,0.6); z-index: 998; } .g-message > div{ padding: 20px; margin: 10% 20%; color: black; background: white; border: 1px solid black; } /* Zoombox (Rubberband) */ .g-zoombox { display: none; position: absolute; left: 100px; top: 100px; width: 50px; height: 50px; border: 2px dotted red; z-index: 9; animation:g-zoomblink 1s infinite alternate; } @keyframes g-zoomblink { from {opacity: 1} to {opacity: 0.3} } button{ /*Secondary Button */ font-size: smaller; margin: 0.5em 0; padding: 0.8em; background-color: #4CAF50; color: white; border: none; cursor: pointer; transition-duration: 0.5s; } input:hover { box-shadow: 0 0 0.3em 0.3em rgba(0,0,0,0.08); } button:hover { background-color: darkgrey; color: black; }
0.511961
0.068725
* { box-sizing: border-box; padding: 0; margin: 0; } :root { --heading: 'Montserrat', sans-serif; } body { font-family: 'Raleway', sans-serif; background: #fff; } /* global styling */ img { width: 100%; } ul { list-style: none; } a { text-decoration: none; color: #000; } hr { width: 95vw; margin: 0 auto; } p { font-size: 14px; } p.report-desc { text-align: justify; } .capitalize { text-transform: capitalize; } h5.report-title { font-weight: normal; color: #333; margin-bottom: 8px; font-size: 1rem; text-align: right; margin-right: 8px; } .alert { padding: 20px; color: white; } .alert.danger { background-color: #f44336; } .alert.success { background-color: #6BCB77; } .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } .closebtn:hover { color: black; } .text-danger { color: #f44336; font-size: 10px !important; margin-top: 5px; } /* header */ .top-head { margin: 0 auto; background: #FFB72B; color: #fff; padding: 20px 30px; } .web-name { display: flex; justify-content: space-between; align-items: center; } a.a-nav { color: #fff; } /* banner */ .banner { min-height: auto; display: grid; grid-template-columns: 1fr; padding: 20px 0; margin-top: 8px; } .banner-main-content { padding: 0 2rem; line-height: 1.7; } .banner-main-content h2 { font-size: 1.5rem; font-family: var(--heading); } .banner-main-content h3 { padding: 1rem 0 0 0; font-size: 1rem; } .current-news-head { background: #fff; padding: 10px; font-size: 12px; margin: 10px 0; } .current-news-head h3 { padding: 6px; cursor: pointer; position: relative; font-size: 0.9rem; } .current-news-head h3:hover::before { content: ">> "; position: absolute; left: -12px; } .current-news-head a { display: block; font-family: var(--heading); font-weight: 300; text-transform: uppercase; text-decoration: none; color: #000; } .banner-sub-content { width: 100%; padding: 20px; } .banner-sub-content p { margin-top: 10px; } /** main ***/ main a { padding: 15px 0; display: block; transition: all 0.5s; } main span { transition: padding-left 0.5s; } main a:hover span { padding-left: 5px; } main a:hover { color: #D49B54; } /* main container left */ .main-container-left { padding: 30px 10px; } .main-container-left>h2 { padding: 15px 0 15px 30px; } .main-container-left h3 { padding: 10px 0; font-size: 18px; font-family: var(--heading); } .main-container-left p { font-size: 15px; font-weight: 300; } .main-container-left article { padding: 10px; } .container-left { background: #f3f3f3; margin: 15px 30px; padding-bottom: 20px; } .outer-card { width: 100%; height: 100%; border-radius: 10px; } .outer-card input, .outer-card input::-webkit-input-placeholder { font-size: 12px; line-height: 3; } .outer-card .forms { padding: 20px 20px 0 20px; } .outer-card .forms input, .outer-card .forms textarea { height: 40px; width: 100%; font-size: 14px; border: 2px solid #eee; border-radius: 4px; text-indent: 10px; margin-top: 4px; } .outer-card .forms textarea { height: auto; padding: 8px 0; } .outer-card .forms input:focus { outline: none; } .input-items span { font-size: 14px; margin-left: 2px; font-weight: bold; margin-bottom: 5px; } .input-items { margin-bottom: 10px; display: flex; flex-direction: column; } .input-buttons { width: 100%; margin-top: 20px; } .input-buttons button { cursor: pointer; width: 100%; height: 45px; border-radius: 5px; color: #fff; background-color: #FFB72B; display: flex; justify-content: center; align-items: center; outline: none; border: none; font-size: 14px; font-weight: bold; } .input-buttons button:disabled { background-color: #dedede; color: #3f3d3d; } /*** main container right */ .main-container-right { padding: 30px 10px; } .main-container-right>h2 { padding: 15px 0 15px 0; } .main-container-right article { display: grid; grid-template-columns: 3fr 1fr; padding: 15px 0; border-bottom: 1px solid #D49B54; } .main-container-right article:last-child { border-bottom: none; } .main-container-right img { width: 100px; height: 100px; align-self: center; } .main-container-right h4 { text-align: center; text-transform: uppercase; font-weight: 300; font-size: 12px; align-self: center; } .main-container-right article h2 { font-size: 18px; padding: 10px 0; font-family: var(--heading); } .main-container-right article p { font-size: 15px; font-weight: 300; } .main-container-right article div { margin-right: 10px; } a.see-all { color: #D49B54; font-weight: bold; text-decoration: underline; margin-top: 15px; text-align: right; } /****** footer *****/ footer { background: #FFB72B; color: #f3f3f3; padding: 20px 0; } footer p { line-height: 1.3; text-align: center; opacity: 0.8; font-weight: bold; } @media(max-width: 460px) { .main-container-right article { display: block; } .main-container-right article img { display: none; } } @media(max-width: 500px) { .main-container-right article { grid-template-columns: 1fr 3fr; grid-template-rows: 1fr 1fr; } .main-container-right article h4 { grid-row: 1/2; grid-column: 1/2; align-self: flex-start; } .main-container-right article img { grid-row: 2/3; grid-column: 1/2; } .main-container-right article div { grid-row: 1/3; grid-column: 2/3; } } /* @media(min-width: 768px) { .container-left { display: grid; grid-template-columns: repeat(2, 1fr); } } */ @media(min-width: 992px) { main { display: grid; grid-template-columns: repeat(2, 1fr); } } @media(min-width: 1080px) { .banner { grid-template-columns: 1fr 2fr; } }
public/styles.css
* { box-sizing: border-box; padding: 0; margin: 0; } :root { --heading: 'Montserrat', sans-serif; } body { font-family: 'Raleway', sans-serif; background: #fff; } /* global styling */ img { width: 100%; } ul { list-style: none; } a { text-decoration: none; color: #000; } hr { width: 95vw; margin: 0 auto; } p { font-size: 14px; } p.report-desc { text-align: justify; } .capitalize { text-transform: capitalize; } h5.report-title { font-weight: normal; color: #333; margin-bottom: 8px; font-size: 1rem; text-align: right; margin-right: 8px; } .alert { padding: 20px; color: white; } .alert.danger { background-color: #f44336; } .alert.success { background-color: #6BCB77; } .closebtn { margin-left: 15px; color: white; font-weight: bold; float: right; font-size: 22px; line-height: 20px; cursor: pointer; transition: 0.3s; } .closebtn:hover { color: black; } .text-danger { color: #f44336; font-size: 10px !important; margin-top: 5px; } /* header */ .top-head { margin: 0 auto; background: #FFB72B; color: #fff; padding: 20px 30px; } .web-name { display: flex; justify-content: space-between; align-items: center; } a.a-nav { color: #fff; } /* banner */ .banner { min-height: auto; display: grid; grid-template-columns: 1fr; padding: 20px 0; margin-top: 8px; } .banner-main-content { padding: 0 2rem; line-height: 1.7; } .banner-main-content h2 { font-size: 1.5rem; font-family: var(--heading); } .banner-main-content h3 { padding: 1rem 0 0 0; font-size: 1rem; } .current-news-head { background: #fff; padding: 10px; font-size: 12px; margin: 10px 0; } .current-news-head h3 { padding: 6px; cursor: pointer; position: relative; font-size: 0.9rem; } .current-news-head h3:hover::before { content: ">> "; position: absolute; left: -12px; } .current-news-head a { display: block; font-family: var(--heading); font-weight: 300; text-transform: uppercase; text-decoration: none; color: #000; } .banner-sub-content { width: 100%; padding: 20px; } .banner-sub-content p { margin-top: 10px; } /** main ***/ main a { padding: 15px 0; display: block; transition: all 0.5s; } main span { transition: padding-left 0.5s; } main a:hover span { padding-left: 5px; } main a:hover { color: #D49B54; } /* main container left */ .main-container-left { padding: 30px 10px; } .main-container-left>h2 { padding: 15px 0 15px 30px; } .main-container-left h3 { padding: 10px 0; font-size: 18px; font-family: var(--heading); } .main-container-left p { font-size: 15px; font-weight: 300; } .main-container-left article { padding: 10px; } .container-left { background: #f3f3f3; margin: 15px 30px; padding-bottom: 20px; } .outer-card { width: 100%; height: 100%; border-radius: 10px; } .outer-card input, .outer-card input::-webkit-input-placeholder { font-size: 12px; line-height: 3; } .outer-card .forms { padding: 20px 20px 0 20px; } .outer-card .forms input, .outer-card .forms textarea { height: 40px; width: 100%; font-size: 14px; border: 2px solid #eee; border-radius: 4px; text-indent: 10px; margin-top: 4px; } .outer-card .forms textarea { height: auto; padding: 8px 0; } .outer-card .forms input:focus { outline: none; } .input-items span { font-size: 14px; margin-left: 2px; font-weight: bold; margin-bottom: 5px; } .input-items { margin-bottom: 10px; display: flex; flex-direction: column; } .input-buttons { width: 100%; margin-top: 20px; } .input-buttons button { cursor: pointer; width: 100%; height: 45px; border-radius: 5px; color: #fff; background-color: #FFB72B; display: flex; justify-content: center; align-items: center; outline: none; border: none; font-size: 14px; font-weight: bold; } .input-buttons button:disabled { background-color: #dedede; color: #3f3d3d; } /*** main container right */ .main-container-right { padding: 30px 10px; } .main-container-right>h2 { padding: 15px 0 15px 0; } .main-container-right article { display: grid; grid-template-columns: 3fr 1fr; padding: 15px 0; border-bottom: 1px solid #D49B54; } .main-container-right article:last-child { border-bottom: none; } .main-container-right img { width: 100px; height: 100px; align-self: center; } .main-container-right h4 { text-align: center; text-transform: uppercase; font-weight: 300; font-size: 12px; align-self: center; } .main-container-right article h2 { font-size: 18px; padding: 10px 0; font-family: var(--heading); } .main-container-right article p { font-size: 15px; font-weight: 300; } .main-container-right article div { margin-right: 10px; } a.see-all { color: #D49B54; font-weight: bold; text-decoration: underline; margin-top: 15px; text-align: right; } /****** footer *****/ footer { background: #FFB72B; color: #f3f3f3; padding: 20px 0; } footer p { line-height: 1.3; text-align: center; opacity: 0.8; font-weight: bold; } @media(max-width: 460px) { .main-container-right article { display: block; } .main-container-right article img { display: none; } } @media(max-width: 500px) { .main-container-right article { grid-template-columns: 1fr 3fr; grid-template-rows: 1fr 1fr; } .main-container-right article h4 { grid-row: 1/2; grid-column: 1/2; align-self: flex-start; } .main-container-right article img { grid-row: 2/3; grid-column: 1/2; } .main-container-right article div { grid-row: 1/3; grid-column: 2/3; } } /* @media(min-width: 768px) { .container-left { display: grid; grid-template-columns: repeat(2, 1fr); } } */ @media(min-width: 992px) { main { display: grid; grid-template-columns: repeat(2, 1fr); } } @media(min-width: 1080px) { .banner { grid-template-columns: 1fr 2fr; } }
0.475118
0.128744
.h5-head-container { width: 100%; position: fixed; z-index: 99; top: 0; background: #071020; display: none; } .h5-head-container .top { width: 100%; height: 60px; background: #071020; display: flex; align-items: center; justify-content: space-between; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .h5-head-container .top .left img { height: 28px; } .h5-head-container .top .right .icon { width: 20px; height: 20px; fill: #fff; cursor: pointer; } .h5-head-container .menu-list-box { min-height: calc(100vh - 60px); box-sizing: border-box; width: 100%; padding-bottom: 100px; position: absolute; left: 0px; top: 60px; background: #071020; z-index: 999; } .h5-head-container .menu-list-box .menu-list { margin-bottom: 0px; } .h5-head-container .menu-list-box .menu-list > li { height: 60px; display: flex; align-items: center; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 14px; color: rgba(255, 255, 255, 0.5); } .h5-head-container .menu-list-box .menu-list > li.active { color: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li img { width: 28px; height: 28px; margin-right: 8px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu { height: auto; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title { width: 100%; height: 60px; display: flex; align-items: center; justify-content: flex-start; padding: 0px 20px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title svg { width: 14px; height: 14px; margin-left: 8px; fill: rgba(255, 255, 255, 0.5); transition: all 0.3s; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title svg.open { transform: rotate(180deg); } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title.active { color: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title.active svg { fill: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list { width: 100%; overflow: hidden; transition: all 0.3s; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list.open { height: auto; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list.close { height: 0px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list li { width: 100%; box-sizing: border-box; padding-left: 56px; height: 60px; line-height: 60px; background: #0c1b34; border-top: 1px solid rgba(255, 255, 255, 0.1); } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list li.active { color: #00ffd0; } .h5-head-container .menu-list-box .paper-guide { width: 100%; height: 60px; display: flex; align-items: center; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); } .h5-head-container .menu-list-box .paper-guide .icon { width: 20px; height: 20px; fill: #fff; margin-right: 8px; } .h5-head-container .menu-list-box .contact-list { width: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0px; bottom: 0px; padding: 30px 0px; } .h5-head-container .menu-list-box .contact-list a { margin: 0px 10px; cursor: pointer; } .h5-head-container .menu-list-box .contact-list .icon { width: 16px; height: 16px; fill: rgba(255, 255, 255, 0.5); } .pc-menu { display: flex; } @media screen and (max-width: 750px) { .h5-head-container { display: block; } .h5-head { margin-top: 70px !important; } .pc-menu { display: none; } }
src/components/H5Head/dist/index.css
.h5-head-container { width: 100%; position: fixed; z-index: 99; top: 0; background: #071020; display: none; } .h5-head-container .top { width: 100%; height: 60px; background: #071020; display: flex; align-items: center; justify-content: space-between; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .h5-head-container .top .left img { height: 28px; } .h5-head-container .top .right .icon { width: 20px; height: 20px; fill: #fff; cursor: pointer; } .h5-head-container .menu-list-box { min-height: calc(100vh - 60px); box-sizing: border-box; width: 100%; padding-bottom: 100px; position: absolute; left: 0px; top: 60px; background: #071020; z-index: 999; } .h5-head-container .menu-list-box .menu-list { margin-bottom: 0px; } .h5-head-container .menu-list-box .menu-list > li { height: 60px; display: flex; align-items: center; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); font-size: 14px; color: rgba(255, 255, 255, 0.5); } .h5-head-container .menu-list-box .menu-list > li.active { color: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li img { width: 28px; height: 28px; margin-right: 8px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu { height: auto; flex-direction: column; align-items: flex-start; justify-content: center; padding: 0px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title { width: 100%; height: 60px; display: flex; align-items: center; justify-content: flex-start; padding: 0px 20px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title svg { width: 14px; height: 14px; margin-left: 8px; fill: rgba(255, 255, 255, 0.5); transition: all 0.3s; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title svg.open { transform: rotate(180deg); } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title.active { color: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .title.active svg { fill: #00ffd0; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list { width: 100%; overflow: hidden; transition: all 0.3s; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list.open { height: auto; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list.close { height: 0px; } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list li { width: 100%; box-sizing: border-box; padding-left: 56px; height: 60px; line-height: 60px; background: #0c1b34; border-top: 1px solid rgba(255, 255, 255, 0.1); } .h5-head-container .menu-list-box .menu-list > li.have-sub-menu .sub-menu-list li.active { color: #00ffd0; } .h5-head-container .menu-list-box .paper-guide { width: 100%; height: 60px; display: flex; align-items: center; padding: 0px 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); color: rgba(255, 255, 255, 0.5); } .h5-head-container .menu-list-box .paper-guide .icon { width: 20px; height: 20px; fill: #fff; margin-right: 8px; } .h5-head-container .menu-list-box .contact-list { width: 100%; display: flex; align-items: center; justify-content: center; position: absolute; left: 0px; bottom: 0px; padding: 30px 0px; } .h5-head-container .menu-list-box .contact-list a { margin: 0px 10px; cursor: pointer; } .h5-head-container .menu-list-box .contact-list .icon { width: 16px; height: 16px; fill: rgba(255, 255, 255, 0.5); } .pc-menu { display: flex; } @media screen and (max-width: 750px) { .h5-head-container { display: block; } .h5-head { margin-top: 70px !important; } .pc-menu { display: none; } }
0.305283
0.046184
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; } .header { background-color: #f1f1f1; padding: 30px; text-align: center; } #navbar { overflow: hidden; height:70px; background-color: rgba(49, 34, 0, 0.507) !important; } .covid-box{ height: 12px; background-color: #d3d3d3; font-size: 15px; text-align: center; padding: 8px; font-family: Helvetica,Arial,sans-serif; } .travel{ font-size: 14px; } #navbar .left-tag { float:left; display: block; color: #f2f2f2; text-align: center; padding: 18px; text-decoration: none; font-size: 30px; height: 100%; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-style: italic; letter-spacing: 6px; } #navbar .right-tag { float:right; display: block; color: #f2f2f2; text-align: center; padding: 20px 30px; text-decoration: none; font-size: 18px; height: 100%; letter-spacing: 1px; font-family: 'Lucida Sans'; } #navbar .right-tag:hover { background-color: white; color: black; } .sticky { position: fixed; top: 0; width: 100%; z-index: 100; } .sticky + .content { padding-top: 60px; } .dropdown { float: right; overflow: hidden; } .dropdown .dropbtn { font-size: 18px; border: none; outline: none; color: white; padding: 20px 30px; background-color: inherit; letter-spacing: 1px; font-family: 'Lucida Sans'; margin: 0; height: 70px; } .navbar a:hover, .dropdown:hover .dropbtn { background-color:#fff; color: black; } .dropdown-content { display: none; position: fixed; background-color: #f9f9f9; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { position: relative; float: none; color: black; padding: 18px; text-decoration: none; display: block; text-align: left; font-size: 14px; font-family: 'Lucida Sans'; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } /* background image */ .mySlides { display: none; } img { vertical-align: middle; } .slideshow-container { max-width: 100%; position: relative; margin: auto; z-index: -1; margin-top: -100px; } /* The dots/bullets/indicators */ .dot { height: 15px; width: 15px; margin: 20px 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; position: relative; } .activea { background-color: rgb(85, 78, 78); } .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; color: #fff; letter-spacing: 1px; font-weight: 500; font-style: italic; font-family: 'Playfair Display', serif; z-index: 999; background-color: rgba(0, 0, 0, 0.445); padding: 30px; } .fade { animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .l_header { font-size: 42px; color: #DA9000; letter-spacing: 1px; position: relative; font-weight: 500; text-align: center; font-style: italic; } .l_header span { color:#a400fd; font-weight: 200; } .l_header:after { border-top: 2px solid #E4C062; display: block; width: 81px; content: ""; margin: 8px auto 0; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-top:10px; font-family: 'Playfair Display', serif; } /* background image */ /* card */ .card { margin-top: 20px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 30%; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .card-container { padding: 2px 16px; background-color: #FDF2F2; display: inline-block; margin-top: -4px; } .card-container p { font-size: 20px; } .column { float: left; } .row:after { content: ""; display: table; clear: both; } .icon-bar { position: fixed; top: 39%; } .icon-bar a { display: block; text-align: center; padding: 5px; color: white; font-size: 14px; } .icon-bar a:hover { background-color: #ffa41f; } .facebook { background: #3B5998; } .twitter { background: #55ACEE; } .google { background: #dd4b39; } .instagram { background: #007bb5; } footer{ background-image: linear-gradient(to right,#23074d , #cc5333); padding-top: 40px; padding-bottom: 50px; } .row:after { content: ""; display: table; clear: both; } .footer-column { float: left; width: 22%; padding-left: 40px; padding-bottom: 20px; } .footer-column p{ color: #bfbfbf; font-size: 15px; line-height: 27px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } .footer-column h2{ color: white; font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 20px; letter-spacing: 1px; font-weight: 100; } .footer-column h3{ color: white; font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 100; } .footer-image{ width: 90px; height: 60px; } .email{ padding: 10px 15px 10px 15px; color: #fff; font-size: 14px; width: 55%; background: rgba(0, 0, 0, 0.151); border: 1px solid #2d2d2d80; } ::placeholder { color: white; } .btn-newsletter{ margin-left: 5px; } .footer-column a{ color: #ffa51f85; } .footer-column i{ font-size: 22px; margin-bottom: 2px; color: #ffa41f; } .copyright ul li { display: inline-block; padding: 0px 10px 0px 10px; } a.social-icon { color: #fff; font-size: 20px; } a.social-icon:hover { color: #E4C062 ; } .follow { float: right; margin-right: 20px; } .text { float: left; margin-left: 20px; } .copyright { color: #fff; padding: 5px 0px 15px 0px; font-weight: 100; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; border-top: 1px solid rgba(25, 24, 24, 0.58); } .copyright h4{ float: right; margin-right: 30px; margin-top: 20px; } .text p { letter-spacing: 1px; font-size: 16px; } .text a { color: #E4C062 ; text-decoration: none; } /* footer */ .load-more-container ul { list-style-type: none; padding: 0; } .load-more-container ul:after { content: ""; display: table; clear: both; } .load-more-container ul li { width: calc(30% - 0px); margin-left: 33px; height: 490px; background: #FDF2F2; float: left; } .load-more-container ul li:nth-child(n + 4) { max-height: 0; opacity: 0; transition: 0.1s ease-in; } .load-more-container { background: #fff; width: 100%; margin-bottom: 40px; position: relative; } .load-more-container .load-more-btn { width: 150px; line-height: 40px; border-radius: 20px; margin: 0 auto; display: block; background: #8C1937; color: #fff; cursor: pointer; text-align: center; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .load-more-container .load-more-btn:hover { background: #e9b226; } .load-more-container .load-more-btn .loaded { display: none; } .load-more-container #load-more { display: none; } .load-more-container #load-more:checked ~ ul li:nth-child(n + 4) { max-height: 999px; opacity: 1; transition: 0.2s ease-in; } .load-more-container #load-more:checked ~ .load-more-btn .loaded { display: block; } .load-more-container #load-more:checked ~ .load-more-btn .unloaded { display: none; } .explore{ width: 95px; background-color: #8C1937; padding: 9px; width: 150px; text-align: center; align-items: center; border-radius: 20px; margin: auto; margin-top: 40px; margin-bottom: 80px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .explore-btn{ color: white; text-decoration: none; } #categories{ margin-top: 20px; margin-bottom: 0px; font-size: 15px; width: 125px; color:white; background-color: transparent; border-color: transparent; border: 0px; } .popularevent{ margin: 40px; margin-bottom: 20px; } .popularevent img { width: 100%; transition: 0.5s all ease-in-out; } .popularevent:hover img { transform: scale(1.5); }
backend/public/css/events.css
body { margin: 0; padding: 0; font-family: Arial, Helvetica, sans-serif; } .header { background-color: #f1f1f1; padding: 30px; text-align: center; } #navbar { overflow: hidden; height:70px; background-color: rgba(49, 34, 0, 0.507) !important; } .covid-box{ height: 12px; background-color: #d3d3d3; font-size: 15px; text-align: center; padding: 8px; font-family: Helvetica,Arial,sans-serif; } .travel{ font-size: 14px; } #navbar .left-tag { float:left; display: block; color: #f2f2f2; text-align: center; padding: 18px; text-decoration: none; font-size: 30px; height: 100%; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; font-style: italic; letter-spacing: 6px; } #navbar .right-tag { float:right; display: block; color: #f2f2f2; text-align: center; padding: 20px 30px; text-decoration: none; font-size: 18px; height: 100%; letter-spacing: 1px; font-family: 'Lucida Sans'; } #navbar .right-tag:hover { background-color: white; color: black; } .sticky { position: fixed; top: 0; width: 100%; z-index: 100; } .sticky + .content { padding-top: 60px; } .dropdown { float: right; overflow: hidden; } .dropdown .dropbtn { font-size: 18px; border: none; outline: none; color: white; padding: 20px 30px; background-color: inherit; letter-spacing: 1px; font-family: 'Lucida Sans'; margin: 0; height: 70px; } .navbar a:hover, .dropdown:hover .dropbtn { background-color:#fff; color: black; } .dropdown-content { display: none; position: fixed; background-color: #f9f9f9; min-width: 200px; box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); z-index: 1; } .dropdown-content a { position: relative; float: none; color: black; padding: 18px; text-decoration: none; display: block; text-align: left; font-size: 14px; font-family: 'Lucida Sans'; } .dropdown-content a:hover { background-color: #ddd; } .dropdown:hover .dropdown-content { display: block; } /* background image */ .mySlides { display: none; } img { vertical-align: middle; } .slideshow-container { max-width: 100%; position: relative; margin: auto; z-index: -1; margin-top: -100px; } /* The dots/bullets/indicators */ .dot { height: 15px; width: 15px; margin: 20px 2px; background-color: #bbb; border-radius: 50%; display: inline-block; transition: background-color 0.6s ease; position: relative; } .activea { background-color: rgb(85, 78, 78); } .centered { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); font-size: 40px; color: #fff; letter-spacing: 1px; font-weight: 500; font-style: italic; font-family: 'Playfair Display', serif; z-index: 999; background-color: rgba(0, 0, 0, 0.445); padding: 30px; } .fade { animation-name: fade; animation-duration: 1.5s; } @-webkit-keyframes fade { from {opacity: .4} to {opacity: 1} } @keyframes fade { from {opacity: .4} to {opacity: 1} } .l_header { font-size: 42px; color: #DA9000; letter-spacing: 1px; position: relative; font-weight: 500; text-align: center; font-style: italic; } .l_header span { color:#a400fd; font-weight: 200; } .l_header:after { border-top: 2px solid #E4C062; display: block; width: 81px; content: ""; margin: 8px auto 0; } .py-5 { padding-top: 3rem !important; padding-bottom: 3rem !important; } h2, h3, h4, h5, h6 { margin: 0; padding: 0; margin-top:10px; font-family: 'Playfair Display', serif; } /* background image */ /* card */ .card { margin-top: 20px; box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); transition: 0.3s; width: 30%; } .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .card-container { padding: 2px 16px; background-color: #FDF2F2; display: inline-block; margin-top: -4px; } .card-container p { font-size: 20px; } .column { float: left; } .row:after { content: ""; display: table; clear: both; } .icon-bar { position: fixed; top: 39%; } .icon-bar a { display: block; text-align: center; padding: 5px; color: white; font-size: 14px; } .icon-bar a:hover { background-color: #ffa41f; } .facebook { background: #3B5998; } .twitter { background: #55ACEE; } .google { background: #dd4b39; } .instagram { background: #007bb5; } footer{ background-image: linear-gradient(to right,#23074d , #cc5333); padding-top: 40px; padding-bottom: 50px; } .row:after { content: ""; display: table; clear: both; } .footer-column { float: left; width: 22%; padding-left: 40px; padding-bottom: 20px; } .footer-column p{ color: #bfbfbf; font-size: 15px; line-height: 27px; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; } .footer-column h2{ color: white; font-family: 'Playfair Display', serif; font-size: 26px; margin-bottom: 20px; letter-spacing: 1px; font-weight: 100; } .footer-column h3{ color: white; font-family: 'Playfair Display', serif; font-size: 21px; font-weight: 100; } .footer-image{ width: 90px; height: 60px; } .email{ padding: 10px 15px 10px 15px; color: #fff; font-size: 14px; width: 55%; background: rgba(0, 0, 0, 0.151); border: 1px solid #2d2d2d80; } ::placeholder { color: white; } .btn-newsletter{ margin-left: 5px; } .footer-column a{ color: #ffa51f85; } .footer-column i{ font-size: 22px; margin-bottom: 2px; color: #ffa41f; } .copyright ul li { display: inline-block; padding: 0px 10px 0px 10px; } a.social-icon { color: #fff; font-size: 20px; } a.social-icon:hover { color: #E4C062 ; } .follow { float: right; margin-right: 20px; } .text { float: left; margin-left: 20px; } .copyright { color: #fff; padding: 5px 0px 15px 0px; font-weight: 100; font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; border-top: 1px solid rgba(25, 24, 24, 0.58); } .copyright h4{ float: right; margin-right: 30px; margin-top: 20px; } .text p { letter-spacing: 1px; font-size: 16px; } .text a { color: #E4C062 ; text-decoration: none; } /* footer */ .load-more-container ul { list-style-type: none; padding: 0; } .load-more-container ul:after { content: ""; display: table; clear: both; } .load-more-container ul li { width: calc(30% - 0px); margin-left: 33px; height: 490px; background: #FDF2F2; float: left; } .load-more-container ul li:nth-child(n + 4) { max-height: 0; opacity: 0; transition: 0.1s ease-in; } .load-more-container { background: #fff; width: 100%; margin-bottom: 40px; position: relative; } .load-more-container .load-more-btn { width: 150px; line-height: 40px; border-radius: 20px; margin: 0 auto; display: block; background: #8C1937; color: #fff; cursor: pointer; text-align: center; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .load-more-container .load-more-btn:hover { background: #e9b226; } .load-more-container .load-more-btn .loaded { display: none; } .load-more-container #load-more { display: none; } .load-more-container #load-more:checked ~ ul li:nth-child(n + 4) { max-height: 999px; opacity: 1; transition: 0.2s ease-in; } .load-more-container #load-more:checked ~ .load-more-btn .loaded { display: block; } .load-more-container #load-more:checked ~ .load-more-btn .unloaded { display: none; } .explore{ width: 95px; background-color: #8C1937; padding: 9px; width: 150px; text-align: center; align-items: center; border-radius: 20px; margin: auto; margin-top: 40px; margin-bottom: 80px; box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } .explore-btn{ color: white; text-decoration: none; } #categories{ margin-top: 20px; margin-bottom: 0px; font-size: 15px; width: 125px; color:white; background-color: transparent; border-color: transparent; border: 0px; } .popularevent{ margin: 40px; margin-bottom: 20px; } .popularevent img { width: 100%; transition: 0.5s all ease-in-out; } .popularevent:hover img { transform: scale(1.5); }
0.45641
0.076408
body {margin:0;padding:50px} h2 {font-size:36px;margin:0 0 10px 0} p {margin:0 0 10px 0} table.width200,table.rwd_auto {border:1px solid #ccc;width:100%;margin:0 0 50px 0} .width200 th,.rwd_auto th {background:#ccc;padding:5px;text-align:center;} .width200 td,.rwd_auto td {border-bottom:1px solid #ccc;padding:5px;text-align:center} .width200 tr:last-child td, .rwd_auto tr:last-child td{border:0} .rwd {width:100%;overflow:auto;} .rwd table.rwd_auto {width:auto;min-width:100%} .rwd_auto th,.rwd_auto td {white-space: nowrap;} @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) { table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; } .width200 thead tr { position: absolute;top: -9999px;left: -9999px; } .width200 tr { border: 1px solid #ccc; } .width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;text-align:left } .width200 td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;} .width200 td:nth-of-type(1):before { content: "Horarios"; } .width200 td:nth-of-type(2):before { content: "Lunes"; } .width200 td:nth-of-type(3):before { content: "Martes"; } .width200 td:nth-of-type(4):before { content: "Miercoles"; } .width200 td:nth-of-type(5):before { content: "Jueves"; } .width200 td:nth-of-type(6):before { content: "Viernes"; } .width200 td:nth-of-type(7):before { content: "Sábado"; } .width200 td:nth-of-type(8):before { content: "Domingo"; } .descarto {display:none;} .fontsize {font-size:10px} } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width : 320px) and (max-width : 480px) { body { width: 320px; } .descarto {display:none;} } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) { body { width: 495px; } .descarto {display:none;} .fontsize {font-size:10px} } @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600"); @import url("font-awesome.min.css"); .button { position: relative; display: inline-block; background: #df7366; color: #fff; text-align: center; border-radius: 0.5em; text-decoration: none; padding: 0.65em 3em 0.65em 3em; border: 0; cursor: pointer; outline: 0; font-weight: 300; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; width: 150px; } </style>
tabla/assets/css/tabla.css
body {margin:0;padding:50px} h2 {font-size:36px;margin:0 0 10px 0} p {margin:0 0 10px 0} table.width200,table.rwd_auto {border:1px solid #ccc;width:100%;margin:0 0 50px 0} .width200 th,.rwd_auto th {background:#ccc;padding:5px;text-align:center;} .width200 td,.rwd_auto td {border-bottom:1px solid #ccc;padding:5px;text-align:center} .width200 tr:last-child td, .rwd_auto tr:last-child td{border:0} .rwd {width:100%;overflow:auto;} .rwd table.rwd_auto {width:auto;min-width:100%} .rwd_auto th,.rwd_auto td {white-space: nowrap;} @media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1024px) { table.width200, .width200 thead, .width200 tbody, .width200 th, .width200 td, .width200 tr { display: block; } .width200 thead tr { position: absolute;top: -9999px;left: -9999px; } .width200 tr { border: 1px solid #ccc; } .width200 td { border: none;border-bottom: 1px solid #ccc; position: relative;padding-left: 50%;text-align:left } .width200 td:before { position: absolute; top: 6px; left: 6px; width: 45%; padding-right: 10px; white-space: nowrap;} .width200 td:nth-of-type(1):before { content: "Horarios"; } .width200 td:nth-of-type(2):before { content: "Lunes"; } .width200 td:nth-of-type(3):before { content: "Martes"; } .width200 td:nth-of-type(4):before { content: "Miercoles"; } .width200 td:nth-of-type(5):before { content: "Jueves"; } .width200 td:nth-of-type(6):before { content: "Viernes"; } .width200 td:nth-of-type(7):before { content: "Sábado"; } .width200 td:nth-of-type(8):before { content: "Domingo"; } .descarto {display:none;} .fontsize {font-size:10px} } /* Smartphones (portrait and landscape) ----------- */ @media only screen and (min-width : 320px) and (max-width : 480px) { body { width: 320px; } .descarto {display:none;} } /* iPads (portrait and landscape) ----------- */ @media only screen and (min-width: 768px) and (max-width: 1024px) { body { width: 495px; } .descarto {display:none;} .fontsize {font-size:10px} } @import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600"); @import url("font-awesome.min.css"); .button { position: relative; display: inline-block; background: #df7366; color: #fff; text-align: center; border-radius: 0.5em; text-decoration: none; padding: 0.65em 3em 0.65em 3em; border: 0; cursor: pointer; outline: 0; font-weight: 300; -moz-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -webkit-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; -ms-transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; transition: background-color 0.35s ease-in-out, color 0.35s ease-in-out, border-bottom-color 0.35s ease-in-out; width: 150px; } </style>
0.348978
0.131368
html, body { height: 100%; } body { background: #fafbfd; } .dash-panel { position: relative; height: 8.533333rem; background: #4d85cd; padding-top: 1.066667rem; } .dash-panel .dash-board { position: relative; left: 2.533333rem; width: 4.906667rem; height: 3.226667rem; margin-bottom: 1.92rem; } .dash-board .progress { position: absolute; width: 4.906667rem; height: 3.226667rem; transition: .5s; border-radius: 2.453333rem 2.453333rem 0 0; overflow: hidden; } .mask, .fill { position: absolute; width: 6.453333rem; height: 6.453333rem; left: -0.773333rem; border-radius: 50%; -webkit-backface-visibility: hidden; } .mask { clip: rect(0px, 6.453333rem, 3.226667rem, 0px); } .mask .fill { left: 0; clip: rect(3.226667rem, 6.453333rem, 6.453333rem, 0px); transition: transform .5s; background-image:linear-gradient(-55deg, #3d95eb 0%, #ffffff 100%); } .dash-board img { position: absolute; width: 100%; height: 100%; } .dash-panel .point-value { position: absolute; top: 2.8rem; width: 100%; padding-top: 0.053333rem; height: 1.013333rem; font-size: 0.96rem; color: #FFFFFF; text-align: center; } .dash-panel .point-label { position: absolute; top: 4.213333rem; width: 100%; font-size: 0.373333rem; color: #FFFFFF; text-align: center; opacity: 0.5; } .dash-panel .tick { position: absolute; color: #ffffff; opacity: 0.6; font-size: 0.32rem; } .tick1 { top: 4.133333rem; left: 1.973333rem; transform: rotate(-105deg); } .tick2 { top: 1.653333rem; left: 2.426667rem; transform: rotate(-50deg); } .tick3 { top: 0.586667rem; left: 4.72rem; } .tick4 { top: 1.653333rem; left: 6.773333rem; transform: rotate(50deg); } .tick5 { top: 4.133333rem; left: 7.386667rem; transform: rotate(105deg); } .dash-panel .dash-divider { height: 1px; width: 8.933333rem; margin: 0 auto; background: rgba(255, 255, 255, 0.27); } .dash-panel .raise-button { text-align: center; color: #FFFFFF; font-size: 0.373333rem; width: 4.266667rem; height: 1.066667rem; margin: 0.693333rem auto; line-height: 1.066667rem; border: 1px solid #FFFFFF; border-radius: 1.066667rem; }
app/styles/sample/sample-page.css
html, body { height: 100%; } body { background: #fafbfd; } .dash-panel { position: relative; height: 8.533333rem; background: #4d85cd; padding-top: 1.066667rem; } .dash-panel .dash-board { position: relative; left: 2.533333rem; width: 4.906667rem; height: 3.226667rem; margin-bottom: 1.92rem; } .dash-board .progress { position: absolute; width: 4.906667rem; height: 3.226667rem; transition: .5s; border-radius: 2.453333rem 2.453333rem 0 0; overflow: hidden; } .mask, .fill { position: absolute; width: 6.453333rem; height: 6.453333rem; left: -0.773333rem; border-radius: 50%; -webkit-backface-visibility: hidden; } .mask { clip: rect(0px, 6.453333rem, 3.226667rem, 0px); } .mask .fill { left: 0; clip: rect(3.226667rem, 6.453333rem, 6.453333rem, 0px); transition: transform .5s; background-image:linear-gradient(-55deg, #3d95eb 0%, #ffffff 100%); } .dash-board img { position: absolute; width: 100%; height: 100%; } .dash-panel .point-value { position: absolute; top: 2.8rem; width: 100%; padding-top: 0.053333rem; height: 1.013333rem; font-size: 0.96rem; color: #FFFFFF; text-align: center; } .dash-panel .point-label { position: absolute; top: 4.213333rem; width: 100%; font-size: 0.373333rem; color: #FFFFFF; text-align: center; opacity: 0.5; } .dash-panel .tick { position: absolute; color: #ffffff; opacity: 0.6; font-size: 0.32rem; } .tick1 { top: 4.133333rem; left: 1.973333rem; transform: rotate(-105deg); } .tick2 { top: 1.653333rem; left: 2.426667rem; transform: rotate(-50deg); } .tick3 { top: 0.586667rem; left: 4.72rem; } .tick4 { top: 1.653333rem; left: 6.773333rem; transform: rotate(50deg); } .tick5 { top: 4.133333rem; left: 7.386667rem; transform: rotate(105deg); } .dash-panel .dash-divider { height: 1px; width: 8.933333rem; margin: 0 auto; background: rgba(255, 255, 255, 0.27); } .dash-panel .raise-button { text-align: center; color: #FFFFFF; font-size: 0.373333rem; width: 4.266667rem; height: 1.066667rem; margin: 0.693333rem auto; line-height: 1.066667rem; border: 1px solid #FFFFFF; border-radius: 1.066667rem; }
0.641198
0.079104
@tailwind base; @tailwind components; @tailwind utilities; html { scroll-behavior: smooth; } .layout.center { margin: auto; } @media (min-width: 1640px){ .layout.center { padding: 0; max-width: 590px; } .layout.center { margin: auto; } } .checkbox-container [type=checkbox] { visibility: hidden; } .checkbox-container label{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; cursor: pointer; } .checkbox-container [type=checkbox]:checked+label:before { background-color: #1d9868; border-color: #1d9868; } .checkbox-container label:before { content: ""; margin-right: 10px; background: #fff; display: inline-block; vertical-align: text-top; width: 24px; height: 24px; border-radius: 9999px; border: 1px solid #969696; } .checkbox-container [type=checkbox]:checked+label:after { content: ""; position: absolute; left: 7px; top: 12px; background: #fff; width: 2px; height: 2px; -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff; box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff; -webkit-transform: rotate( 45deg ); transform: rotate( 45deg ); } @media (min-width: 992px) { .page-container.-first { margin-top: 85px; } } .page-container.-first { margin-top: 80px; } @media (min-width: 1640px){ .page-container.-full-height { min-height: calc(100vh - 130px); } } @media (min-width: 1200px){ .page-container.-full-height { min-height: calc(100vh - 85px); } } @media (min-width: 992px){ .page-container.-full-height { min-height: calc(100vh - 85px); } } .page-container.-full-height { min-height: 100vh; } .header-2.-red { color: #644b96; } @media (min-width: 750px){ .header-2 { font-size: 2rem; } } .header-2 { font-size: 1.75rem; color: #1b3f92; font-weight: 600; } @media (min-width: 750px){ .header-1 { font-size: 2.25rem; } } .header-1 { font-size: 3rem; font-weight: 600; color: #1b3f92; letter-spacing: 0; line-height: 1.4em; } .btn.-active { background-color: #1d9868; color: #fff; } .btn { height: 60px; border-radius: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all .5s cubic-bezier(.48,0,.12,1); transition: all .5s cubic-bezier(.48,0,.12,1); cursor: pointer; background-color: #fff; border: 1px solid #1d9868; } @media (min-width: 750px){ .input-container.-large { padding: 1rem; padding-right: 2rem; } } .input-container.-large { padding: 0.75rem; padding-right: 2rem; } .transition-border * { -webkit-transition: border-color .5s cubic-bezier(.48,0,.12,1); transition: border-color .5s cubic-bezier(.48,0,.12,1); } .input-container { border-width: 1px; border-radius: 0.25rem; border-color: #b3b3b3; position: relative; } .text-input .currency-icon { min-width: 20px; border-color: #b3b3b3; padding: 10px; position: absolute; top: 0; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #e5f0f9; color: #1b3f92; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-width: 1px; font-weight: 600; } @media (min-width: 750px){ .text-input .currency-icon { min-width: 53px; padding: 1.25rem; } } .transition-border * { -webkit-transition: border-color .5s cubic-bezier(.48,0,.12,1); transition: border-color .5s cubic-bezier(.48,0,.12,1); } .text-xl { font-size: 1.25rem; } @media (min-width: 750px){ .weight-input .weight-toggle-text { font-size: 1rem; margin-bottom: -3px; } } .weight-input .weight-toggle-text { font-size: .875rem; } @media (min-width: 750px){ .weight-input .space-bar { top: 0; height: 54px; } } .weight-input .space-bar { position: absolute; right: 17%; background-color: #1d9868; top: 0; height: 45px; width: 1px; left: 0; -webkit-transition: all .5s ease; transition: all .5s ease; } .weight-change-btn { cursor: pointer; background-color: #1d9868; padding-left: 1rem; padding-right: 1rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; } .input-container.selected, .input-container.selected label:before { border-color: #1d9868; } .radio-container input[type=radio] { visibility: hidden; } .radio-input { position: absolute; margin-right: -9999px; } @media (min-width: 992px){ .radio-container.full-width .radio-label { font-size: 1.125rem; } } @media (min-width: 1200px){ .radio-container .radio-label[data-v-b5a4ab86] { font-size: .875rem; } } @media (min-width: 992px){ .radio-container.full-width .radio-label { font-size: 1.125rem; } } @media only screen and (min-width: 768px){ .radio-container label[data-v-b5a4ab86] { width: 100%; } } .radio-container label { position: relative; padding-left: 28px; cursor: pointer; line-height: 26px; } .bold-dark { font-weight: 600; color: #312525; } .radio-container label:before { content: ""; position: absolute; left: 0; top: 0; width: 26px; height: 26px; border: 2px solid; border-color: #b3b3b3; border-radius: 100%; background: #fff; } .radio-container input[type=radio]:not(:checked)+label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } .input-container.selected, .input-container.selected label:before { border-color: #1d9868; } @media (min-width: 750px){ .radio-component[data-v-b5a4ab86] { margin-right: -5px; margin-left: -5px; } } [type=radio]{ -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } .checkmark-icon { left: 0; top: -2px; font-size: 24px; } .radio-container.full-width .radio-check-icon { font-size: 31px; } .body-text { font-size: .875rem; } @media (min-width: 750px){ .body-text { font-size: 1rem; } } .donation-list-item-inputs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .ui-widget-header{ background: #1d9868!important; } .ui-state-default{ background: #1d9868!important; }
resources/css/app.css
@tailwind base; @tailwind components; @tailwind utilities; html { scroll-behavior: smooth; } .layout.center { margin: auto; } @media (min-width: 1640px){ .layout.center { padding: 0; max-width: 590px; } .layout.center { margin: auto; } } .checkbox-container [type=checkbox] { visibility: hidden; } .checkbox-container label{ display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; position: relative; cursor: pointer; } .checkbox-container [type=checkbox]:checked+label:before { background-color: #1d9868; border-color: #1d9868; } .checkbox-container label:before { content: ""; margin-right: 10px; background: #fff; display: inline-block; vertical-align: text-top; width: 24px; height: 24px; border-radius: 9999px; border: 1px solid #969696; } .checkbox-container [type=checkbox]:checked+label:after { content: ""; position: absolute; left: 7px; top: 12px; background: #fff; width: 2px; height: 2px; -webkit-box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff; box-shadow: 2px 0 0 #fff, 4px 0 0 #fff, 4px -2px 0 #fff, 4px -4px 0 #fff, 4px -6px 0 #fff, 4px -8px 0 #fff; -webkit-transform: rotate( 45deg ); transform: rotate( 45deg ); } @media (min-width: 992px) { .page-container.-first { margin-top: 85px; } } .page-container.-first { margin-top: 80px; } @media (min-width: 1640px){ .page-container.-full-height { min-height: calc(100vh - 130px); } } @media (min-width: 1200px){ .page-container.-full-height { min-height: calc(100vh - 85px); } } @media (min-width: 992px){ .page-container.-full-height { min-height: calc(100vh - 85px); } } .page-container.-full-height { min-height: 100vh; } .header-2.-red { color: #644b96; } @media (min-width: 750px){ .header-2 { font-size: 2rem; } } .header-2 { font-size: 1.75rem; color: #1b3f92; font-weight: 600; } @media (min-width: 750px){ .header-1 { font-size: 2.25rem; } } .header-1 { font-size: 3rem; font-weight: 600; color: #1b3f92; letter-spacing: 0; line-height: 1.4em; } .btn.-active { background-color: #1d9868; color: #fff; } .btn { height: 60px; border-radius: 100px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-transition: all .5s cubic-bezier(.48,0,.12,1); transition: all .5s cubic-bezier(.48,0,.12,1); cursor: pointer; background-color: #fff; border: 1px solid #1d9868; } @media (min-width: 750px){ .input-container.-large { padding: 1rem; padding-right: 2rem; } } .input-container.-large { padding: 0.75rem; padding-right: 2rem; } .transition-border * { -webkit-transition: border-color .5s cubic-bezier(.48,0,.12,1); transition: border-color .5s cubic-bezier(.48,0,.12,1); } .input-container { border-width: 1px; border-radius: 0.25rem; border-color: #b3b3b3; position: relative; } .text-input .currency-icon { min-width: 20px; border-color: #b3b3b3; padding: 10px; position: absolute; top: 0; z-index: 10; display: -webkit-box; display: -ms-flexbox; display: flex; height: 100%; -webkit-box-align: center; -ms-flex-align: center; align-items: center; background-color: #e5f0f9; color: #1b3f92; border-top-left-radius: 0.25rem; border-bottom-left-radius: 0.25rem; border-width: 1px; font-weight: 600; } @media (min-width: 750px){ .text-input .currency-icon { min-width: 53px; padding: 1.25rem; } } .transition-border * { -webkit-transition: border-color .5s cubic-bezier(.48,0,.12,1); transition: border-color .5s cubic-bezier(.48,0,.12,1); } .text-xl { font-size: 1.25rem; } @media (min-width: 750px){ .weight-input .weight-toggle-text { font-size: 1rem; margin-bottom: -3px; } } .weight-input .weight-toggle-text { font-size: .875rem; } @media (min-width: 750px){ .weight-input .space-bar { top: 0; height: 54px; } } .weight-input .space-bar { position: absolute; right: 17%; background-color: #1d9868; top: 0; height: 45px; width: 1px; left: 0; -webkit-transition: all .5s ease; transition: all .5s ease; } .weight-change-btn { cursor: pointer; background-color: #1d9868; padding-left: 1rem; padding-right: 1rem; height: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #fff; } .input-container.selected, .input-container.selected label:before { border-color: #1d9868; } .radio-container input[type=radio] { visibility: hidden; } .radio-input { position: absolute; margin-right: -9999px; } @media (min-width: 992px){ .radio-container.full-width .radio-label { font-size: 1.125rem; } } @media (min-width: 1200px){ .radio-container .radio-label[data-v-b5a4ab86] { font-size: .875rem; } } @media (min-width: 992px){ .radio-container.full-width .radio-label { font-size: 1.125rem; } } @media only screen and (min-width: 768px){ .radio-container label[data-v-b5a4ab86] { width: 100%; } } .radio-container label { position: relative; padding-left: 28px; cursor: pointer; line-height: 26px; } .bold-dark { font-weight: 600; color: #312525; } .radio-container label:before { content: ""; position: absolute; left: 0; top: 0; width: 26px; height: 26px; border: 2px solid; border-color: #b3b3b3; border-radius: 100%; background: #fff; } .radio-container input[type=radio]:not(:checked)+label:after { opacity: 0; -webkit-transform: scale(0); transform: scale(0); } .input-container.selected, .input-container.selected label:before { border-color: #1d9868; } @media (min-width: 750px){ .radio-component[data-v-b5a4ab86] { margin-right: -5px; margin-left: -5px; } } [type=radio]{ -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0; } .checkmark-icon { left: 0; top: -2px; font-size: 24px; } .radio-container.full-width .radio-check-icon { font-size: 31px; } .body-text { font-size: .875rem; } @media (min-width: 750px){ .body-text { font-size: 1rem; } } .donation-list-item-inputs { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; } .ui-widget-header{ background: #1d9868!important; } .ui-state-default{ background: #1d9868!important; }
0.324556
0.08196
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Allura&family=Montserrat&display=swap'); :root { --azul-escuro: #144fc6; --azul-claro: #3494e4; } * { box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; display: grid; place-items: center; margin-top: 20px; background-color: var(--azul-claro); color: #fff; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } h1 { font-weight: bolder; font-family: 'Allura', cursive; font-size: 4rem; margin-bottom: 0; } .copo { background-color: #fff; height: 300px; width: 180px; display: flex; color: var(--azul-claro); align-items: center; justify-content: center; flex-direction: column; border: 5px solid var(--azul-escuro); border-radius: 0px 0px 30px 30px; overflow: hidden; } .ar { display: flex; align-items: center; justify-content: center; flex-direction: column; flex: 1; } .agua { position: relative; width: 180px; height: 0; background-color: var(--azul-claro); color: #fff; justify-content: center; align-items: center; display: flex; font-size: large; font-weight: bolder; transition: linear 500ms; } .area-copos { display: flex; flex-wrap: wrap; width: 300px; height: 200px; align-items: center; justify-content: center; } #legenda { margin-top: 50px; font-weight: lighter; } .copo-pequeno { display: flex; flex-direction: column; flex-wrap: wrap; height: 80px; width: 45px; color: var(--azul-claro); background-color: #fff; border: 3.5px solid var(--azul-escuro); border-radius: 0px 0px 10px 10px ; margin: 0px 10px 0px 10px; align-items: center; justify-content: center; cursor: pointer; font-weight: bold; } .copo-pequeno.cheio { background-color: var(--azul-claro); color: #fff; } .copo-pequeno:hover { transform: scale(0.97); transition: 100ms linear; }
style.css
@charset "UTF-8"; @import url('https://fonts.googleapis.com/css2?family=Allura&family=Montserrat&display=swap'); :root { --azul-escuro: #144fc6; --azul-claro: #3494e4; } * { box-sizing: border-box; } body { font-family: 'Montserrat', sans-serif; display: grid; place-items: center; margin-top: 20px; background-color: var(--azul-claro); color: #fff; } .container { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; } h1 { font-weight: bolder; font-family: 'Allura', cursive; font-size: 4rem; margin-bottom: 0; } .copo { background-color: #fff; height: 300px; width: 180px; display: flex; color: var(--azul-claro); align-items: center; justify-content: center; flex-direction: column; border: 5px solid var(--azul-escuro); border-radius: 0px 0px 30px 30px; overflow: hidden; } .ar { display: flex; align-items: center; justify-content: center; flex-direction: column; flex: 1; } .agua { position: relative; width: 180px; height: 0; background-color: var(--azul-claro); color: #fff; justify-content: center; align-items: center; display: flex; font-size: large; font-weight: bolder; transition: linear 500ms; } .area-copos { display: flex; flex-wrap: wrap; width: 300px; height: 200px; align-items: center; justify-content: center; } #legenda { margin-top: 50px; font-weight: lighter; } .copo-pequeno { display: flex; flex-direction: column; flex-wrap: wrap; height: 80px; width: 45px; color: var(--azul-claro); background-color: #fff; border: 3.5px solid var(--azul-escuro); border-radius: 0px 0px 10px 10px ; margin: 0px 10px 0px 10px; align-items: center; justify-content: center; cursor: pointer; font-weight: bold; } .copo-pequeno.cheio { background-color: var(--azul-claro); color: #fff; } .copo-pequeno:hover { transform: scale(0.97); transition: 100ms linear; }
0.382257
0.073696
* { padding: 0; margin: 0; box-sizing: border-box; /* border: 1px solid black; */ } body { font-size: 1rem; background-color: #f0f0f0; line-height: 1.5em; font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; } li { list-style: none; } ul > *:not(:last-child) { margin-right: 2rem; } /* a { text-decoration: none; color: #ffffff; font-size: 1.2rem; } */ label { display: inline-block; margin: 0.5rem 0; width: 100%; } form { width: 100%; } /* ---------------HEADER--------------- */ .header { background-color: #242424; padding: 1rem; } .form > *:not(:last-child) { margin-right: 1.5rem; } .logo { width: 7em; margin-right: 1rem; } /* ---------------NAVBAR--------------- */ .current { border-bottom: 3px solid #8f00ff; } .navbar { width: 85%; justify-content: space-between; } .navbar li { font-size: 1.2rem; color: #ffffff; cursor: pointer; } /* ---------------HOME - TABLES--------------- */ .account-table { overflow: hidden; overflow-y: scroll; max-height: 70vh; } .table { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } .table td, .table th { border: 1px solid #ddd; border-radius: 3px; padding: 8px; } .table th { top: 0; z-index: 2; position: sticky; } .table tr:nth-child(even) { background-color: #f2f2f2; } .table tr:hover { background-color: #ddd; cursor: pointer; } .table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #8f00ff; border-radius: 3px; color: white; } /* SEARCH BAR */ .search-container { float: Left; position: relative; width: 50%; margin: 1rem 0; } .search-container .fa { position: absolute; right: -0.5rem; float: right; padding: 11px 10px; margin-right: 16px; font-size: 17px; border: none; } .search-container button:hover { background: #ccc; } /* ---------------ACCOUNTS PROFILE--------------- */ .accounts-profile { display: grid; grid-template-columns: 40% auto; grid-template-rows: 30% 30% auto; gap: 1rem; margin: 2.5rem 0; height: 70vh; color: #242424; } .withdraw-error { float: none !important; margin-left: 1rem; color: #e85757 !important; } .grid-item { background-color: #d6d6d6; border-radius: 3px; } .accounts-info { grid-row: 1 / span 3; padding: 1rem; } .accounts-trans { background-color: #8f00ff; color: #ffffff; padding: 1rem; grid-row: 1 / span 2; width: 100%; display: flex; justify-content: center; align-items: center; } .accounts-trans .form-control:last-child input { margin-bottom: 0; } .accounts-history { overflow: hidden; overflow-y: scroll; } /* ---------------DETAILS--------------- */ .account-detail { font-size: 2rem; margin: 1rem 0; } .account-label { font-size: 1.5rem; margin: 1rem 0; } .account-name { margin-top: 10%; } .account-balance { margin-top: 50%; background-color: #8f00ff; padding: 0.5rem; color: #d6d6d6; } /* ---------------TRANSACTION--------------- */ .accounts-trans .input { height: 100%; } .width-auto { width: auto !important; } label[for="deposit"] { margin-top: 0; } /* ---------------UTILITIES--------------- */ .bold { font-weight: bold; } /* FLEX ITEMS */ .flex { display: flex; } .flex-sb-center { justify-content: space-between; align-items: center; } .flex-center-center { justify-content: center; align-items: center; } .flex-col { flex-direction: column; } /* CONTAINER/SIZING */ .container { max-width: 1140px; margin: 0 auto; } .full-width { width: 100% !important; } /* BUTTON */ .button { display: inline-block; font-size: 1rem; border: none; /* padding: 0.6rem 1.5rem; */ padding: 0.6rem 1.5rem; width: 10rem; border-radius: 3px; transition: all 0.5s; /* width: 100%; */ } /* .button-sm { padding: 0rem 1rem !important; } */ .button-purple { background-color: #8f00ff; color: #ffffff; } .button-dark { background-color: #242424; color: #ffffff; } .button-dark:hover { filter: brightness(80%); } .button-purple:hover { filter: brightness(90%); } /* ALIGNMENT */ .center { text-align: center; } /* INPUT */ .input-style { width: 100%; padding: 12px 20px; /* margin: 8px 0; */ display: inline-block; border: 1px solid #ccc; border-radius: 2px; box-sizing: border-box; } /* PADDING */ .py-1 { padding: 1rem 0; } /* MARGIN */ /* .mr-1 > *:not(:last-child) { margin-right: 1.5rem; } */ .mr-1 { margin-right: 1.5rem; } .ml-1 { margin-left: 1.5rem; } /* HIDDEN/NONE */ .display-none { display: none; } .display-hidden { display: hidden; } /* FORM */ .form-container { margin: 4rem auto 0 auto; } .form-control { width: 50%; } .form-container > *:not(:last-child) { margin-bottom: 1rem; } /* ---------------CREATE ACCOUNT--------------- */ .form-create-account .form-control .button { width: 100%; margin-top: 2rem; } .error { color: #d62929; float: right; } /* -------------------------------TESTING--------------------------- */ .to { margin: 1rem 0.5rem 0 0.5rem; vertical-align: bottom; } /* -------------------------CUSTOME ALERT---------------------------- */ #confirm { display: none; background-color: #8416f9; color: #ffffff; /* border: 1px solid #aaa; */ position: fixed; width: 250px; left: 50%; margin-left: -100px; padding: 1rem; box-sizing: border-box; text-align: center; -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); } #confirm button { color: #ffffff; background-color: #242424; display: inline-block; border-radius: 5px; /* border: 1px solid #; */ padding: 5px; text-align: center; width: 80px; cursor: pointer; margin-top: 0.5rem; } #confirm .message { text-align: left; } .logo { cursor: pointer; }
BANKING APP - IRIS BANK/style.css
* { padding: 0; margin: 0; box-sizing: border-box; /* border: 1px solid black; */ } body { font-size: 1rem; background-color: #f0f0f0; line-height: 1.5em; font-family: "Gill Sans", "Gill Sans MT", Calibri, "Trebuchet MS", sans-serif; } li { list-style: none; } ul > *:not(:last-child) { margin-right: 2rem; } /* a { text-decoration: none; color: #ffffff; font-size: 1.2rem; } */ label { display: inline-block; margin: 0.5rem 0; width: 100%; } form { width: 100%; } /* ---------------HEADER--------------- */ .header { background-color: #242424; padding: 1rem; } .form > *:not(:last-child) { margin-right: 1.5rem; } .logo { width: 7em; margin-right: 1rem; } /* ---------------NAVBAR--------------- */ .current { border-bottom: 3px solid #8f00ff; } .navbar { width: 85%; justify-content: space-between; } .navbar li { font-size: 1.2rem; color: #ffffff; cursor: pointer; } /* ---------------HOME - TABLES--------------- */ .account-table { overflow: hidden; overflow-y: scroll; max-height: 70vh; } .table { font-family: Arial, Helvetica, sans-serif; border-collapse: collapse; width: 100%; } .table td, .table th { border: 1px solid #ddd; border-radius: 3px; padding: 8px; } .table th { top: 0; z-index: 2; position: sticky; } .table tr:nth-child(even) { background-color: #f2f2f2; } .table tr:hover { background-color: #ddd; cursor: pointer; } .table th { padding-top: 12px; padding-bottom: 12px; text-align: left; background-color: #8f00ff; border-radius: 3px; color: white; } /* SEARCH BAR */ .search-container { float: Left; position: relative; width: 50%; margin: 1rem 0; } .search-container .fa { position: absolute; right: -0.5rem; float: right; padding: 11px 10px; margin-right: 16px; font-size: 17px; border: none; } .search-container button:hover { background: #ccc; } /* ---------------ACCOUNTS PROFILE--------------- */ .accounts-profile { display: grid; grid-template-columns: 40% auto; grid-template-rows: 30% 30% auto; gap: 1rem; margin: 2.5rem 0; height: 70vh; color: #242424; } .withdraw-error { float: none !important; margin-left: 1rem; color: #e85757 !important; } .grid-item { background-color: #d6d6d6; border-radius: 3px; } .accounts-info { grid-row: 1 / span 3; padding: 1rem; } .accounts-trans { background-color: #8f00ff; color: #ffffff; padding: 1rem; grid-row: 1 / span 2; width: 100%; display: flex; justify-content: center; align-items: center; } .accounts-trans .form-control:last-child input { margin-bottom: 0; } .accounts-history { overflow: hidden; overflow-y: scroll; } /* ---------------DETAILS--------------- */ .account-detail { font-size: 2rem; margin: 1rem 0; } .account-label { font-size: 1.5rem; margin: 1rem 0; } .account-name { margin-top: 10%; } .account-balance { margin-top: 50%; background-color: #8f00ff; padding: 0.5rem; color: #d6d6d6; } /* ---------------TRANSACTION--------------- */ .accounts-trans .input { height: 100%; } .width-auto { width: auto !important; } label[for="deposit"] { margin-top: 0; } /* ---------------UTILITIES--------------- */ .bold { font-weight: bold; } /* FLEX ITEMS */ .flex { display: flex; } .flex-sb-center { justify-content: space-between; align-items: center; } .flex-center-center { justify-content: center; align-items: center; } .flex-col { flex-direction: column; } /* CONTAINER/SIZING */ .container { max-width: 1140px; margin: 0 auto; } .full-width { width: 100% !important; } /* BUTTON */ .button { display: inline-block; font-size: 1rem; border: none; /* padding: 0.6rem 1.5rem; */ padding: 0.6rem 1.5rem; width: 10rem; border-radius: 3px; transition: all 0.5s; /* width: 100%; */ } /* .button-sm { padding: 0rem 1rem !important; } */ .button-purple { background-color: #8f00ff; color: #ffffff; } .button-dark { background-color: #242424; color: #ffffff; } .button-dark:hover { filter: brightness(80%); } .button-purple:hover { filter: brightness(90%); } /* ALIGNMENT */ .center { text-align: center; } /* INPUT */ .input-style { width: 100%; padding: 12px 20px; /* margin: 8px 0; */ display: inline-block; border: 1px solid #ccc; border-radius: 2px; box-sizing: border-box; } /* PADDING */ .py-1 { padding: 1rem 0; } /* MARGIN */ /* .mr-1 > *:not(:last-child) { margin-right: 1.5rem; } */ .mr-1 { margin-right: 1.5rem; } .ml-1 { margin-left: 1.5rem; } /* HIDDEN/NONE */ .display-none { display: none; } .display-hidden { display: hidden; } /* FORM */ .form-container { margin: 4rem auto 0 auto; } .form-control { width: 50%; } .form-container > *:not(:last-child) { margin-bottom: 1rem; } /* ---------------CREATE ACCOUNT--------------- */ .form-create-account .form-control .button { width: 100%; margin-top: 2rem; } .error { color: #d62929; float: right; } /* -------------------------------TESTING--------------------------- */ .to { margin: 1rem 0.5rem 0 0.5rem; vertical-align: bottom; } /* -------------------------CUSTOME ALERT---------------------------- */ #confirm { display: none; background-color: #8416f9; color: #ffffff; /* border: 1px solid #aaa; */ position: fixed; width: 250px; left: 50%; margin-left: -100px; padding: 1rem; box-sizing: border-box; text-align: center; -webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0, 0, 0, 0); } #confirm button { color: #ffffff; background-color: #242424; display: inline-block; border-radius: 5px; /* border: 1px solid #; */ padding: 5px; text-align: center; width: 80px; cursor: pointer; margin-top: 0.5rem; } #confirm .message { text-align: left; } .logo { cursor: pointer; }
0.393385
0.093637
*{box-sizing: border-box;} html{font-size: 62.5%;} .login-container{ max-width:55rem; margin:auto; padding :0; } @font-face{ font-family :PlayfairDisplay Black; src: url(../font/Playfair_Display/static/PlayfairDisplay-Black.ttf); } @font-face{ font-family :PlayfairDisplay BlackItalic; src: url(../font/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf); } @font-face{ font-family :Open-Sans Bold; src: url(../font/Open_Sans/OpenSans-Bold.ttf); } @font-face{ font-family :Open-Sans Regular; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face{ font-family :Open-Sans ; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } .container-2020{ width: 1180px; max-width: 100%; padding :0 10px; margin:0 auto; }.container-2020-1{ width: 1180px; min-width:1180px; padding :0 10px; margin:0 auto; } div {padding:0;} h1{margin :0;} .wid-3{width:30%;} .wid-7{width:70%;} .mr-auto{margin: 0 auto;} .m-l-5{margin-left:0.5rem;} .m-l-12{margin-left:1.2rem;} .m-l-25{margin-left:2.5rem;} .m-r-12{margin-right:1.2rem;} .m-r-32{margin-right:3.2rem;} .m-t-10{margin-top:1rem;} .m-t-30{margin-top:3rem;} .m-b-10{margin-bottom:1.5rem; } .m-b-25{margin-bottom:2.5rem;} .m-b-45{margin-bottom:4.5rem;} .p-l-12{padding-left:1.2rem;} .p-ud-5{padding:8px 0;} .img-full{ max-width:100%; height:100%; } .bor-ra50{ border-radius:50%; } .bor-ra04{border-radius:4px;} .bor-bot-gr{ border-bottom:1px solid #ccc; } #formLogin input::placeholder,.input-coupon input::placeholder{ padding-left:0.5rem; } .form-login,.form-body-button{ background-color: #c8aa7b; border:none; } .form-content{ width:60%; margin:0 auto; } .reg-input{ width: 150%; height: 30px; margin-left: 15px; } .rdo{ margin-left: 15px; } .dktk{ width: 80%; height: 30px; padding: 5px; border-radius: 4px; background: #c8aa7b; color: #FFF; } .dktk:focus{ outline: none; } .d-f-ct{ display:flex; justify-content:center; align-items: center; } .dp-ct{ display:flex; align-items: center; }.dp-space{ display:flex; justify-content:space-between; } .dp-fl-col{ display:flex; /* flex-direction:row; */ } .form-remember-forgot a, .form-forgot a { text-decoration: none; color: #242424; } .form-login-btn-rgst a{ text-decoration: none; color :#c8aa7b; } .form-remember >a:hover, .form-login-btn-rgst a:hover{list-style :none;} .form-remember{ display:flex; justify-content: space-between; } .dp-f-start{ display:flex; justify-content:flex-start;} .dp-f-end{ display:flex; justify-content:flex-end;} .txt32{ font-family :PlayfairDisplay Black; font-size:3.2rem; color:#242424; font-weight :800; } .txt31{ font-family :PlayfairDisplay Black; font-size:3.2rem; color:#c8aa7b; font-weight :800; } .txt30{ font-family :PlayfairDisplay; line-height:80px; font-size:4.2rem; font-weight: 800; color:#242424; } .txt29{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#242424; } .txt26{ font-family :PlayfairDisplay; font-weight:700; font-size:4.2rem; color:#242424; } .txt25{ font-family :PlayfairDisplay; font-weight:700; font-size:4.2rem; color:white; } .txt24{ font-size:2.7rem; color:#242424; font-weight :550; } .txt22{ font-family :PlayfairDisplay Black; font-size:2.7rem; color:#242424; font-weight :800; } .txt23{ font-family :PlayfairDisplay; font-size:2.7rem; color:white; font-weight :550; } .txt16{ font-family :PlayfairDisplay; font-size:1.6rem; color:#242424; } .txtSan30{ font-family:Open-Sans Bold; font-size:1.9rem; font-weight:800; color:#242424; } .txtSan29{ font-family:Open-Sans; font-size:1.8rem; font-weight:600; color:white; } .txtSan28{ font-family:Open-Sans; font-size:2.4rem; font-weight:800; color:#242424; } .txtSan27{ font-family:Open-Sans; font-size:1.8rem; font-weight:400; color:#242424; } .txtSan25{ font-family:Open-Sans; font-size:1.8rem; font-weight:600; color:#c8aa7b; } .txtSan26{ font-family:Open-Sans; font-size:1.8rem; color:#b4b4b4; } .txtSan24{ font-family:Open-Sans; font-size:1.8rem; color:white; } .txtSan21{ font-family:Open-Sans; font-size:1.8rem; font-weight: 600; color:white; } .txtSan18{ font-family:Open-Sans Regular; font-size:1.8rem; font-weight:400; color:#242424; } .clearfix:after{ clear:both; display: block; content :""; } .w-100{ width:100%; } .w-90{width:90%;} .w-60{ width:60%; } /* form-title */ .form-title{ /* font-size: 4rem; */ padding:2.5rem 0 2.5rem 0; } /* form-body */ .form-body{ padding: 3rem 0 3rem 0; display :flex; flex-direction:column; } /* Error Css */ a{text-decoration:none; color:#c8aa7b; } a:hover{ text-decoration:none; list-style:none; color:#c8aa7b; } .m-b-10{margin-bottom:1.5rem; } .m-b-50{margin-bottom: 50px;} .error-text-404{ font-family :PlayfairDisplay; line-height:20rem; font-size:20rem; font-weight: 600; color:#c8aa7b; } .fl-center{ display:flex; justify-content: center; } .error-text-title{ font-family :PlayfairDisplay; line-height:80px; font-size:4.2rem; font-weight: 400; color:#242424; } .error-text{ font-family :OpenSans; font-size:2.6rem; } .error-image{ width: 55rem; height:34rem; margin:1rem auto; } @media only screen and (max-width: 60em) { .error-text-title{ font-size:2.2rem; } .error-text-404{ font-size:12rem; } .error-text{ font-size:1.4rem; } .error-image{ width: 30rem; } .container-2020{width:798px;} } /* End Error Css */ /* ================================= */ /* Cart Hover Css */ .cart-hover-container{ max-width:48rem; margin :0 auto; display:flex; padding:0 0.3rem; } .cart-hover-container ul{ width:100%; } .cart-hover-container ul{list-style-type:none;} .cart-hover-row{ width:100%; padding: 5px; } .cart-hv-img{ width:6rem; height:6rem; } .cart-top{ display :flex; align-items: center; justify-content: space-between; padding :10px 6px; border-bottom:1px solid #ccc; }.cart-box-btn{ display :flex; justify-content: center; } .cart-box-button,.cart-box-button1{ padding:15px; } .cart-box-button1 a,.filter-button a{ background-color: #c8aa7b; } .cart-box-button1 a,.filter-button a{color:white;} .cart-box-button a,.cart-box-button1 a{ padding:10px; border:1px solid #c8aa7b; } .cart-sub{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#242424; } .hover-cart-total-price{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#c8aa7b; } .cart-image{ min-width:8rem; height:12rem; } .cart-image img{ height:90%; border-radius:50%; } /* .cart-qtt{float:right;} */ .p-mprice{ text-decoration: line-through; font-family:Open-Sans; font-size:1.8rem; color:#b4b4b4; } /* END CART HOVER */ /* CART VIEW */ .new-cart{ font-size:14px; overflow-x: scroll; } .news-cart-items-row{ display :flex; flex-wrap: wrap; border-top: 1px solid #ccc; padding: 10px ; } .new-cart-infoImg{ width:90px; height:90px; background-color: #ccc; border-radius:50%; } .new-cart-info{ width:35%; } .minus,.add,.quantity-change{ display: block; width: 32px; height: 32px; text-align: center; color: #333; border: 1px #ccc solid; border-right: 0; cursor: pointer; transition: 0.1s linear; line-height: 30px; font-size: 18px; } .add{border-right:1px #ccc solid;} .new-cart-quantity input { text-transform:uppercase; } .new-cart-quantity a:hover{ color: #333; } .new-cart-quantity input:focus, .input-coupon input:focus, .product-ip-search input{ outline:none; } .cart-total-price{ background-color:#f9f6f2; display:flex; justify-content:space-between; } .cart-total-price-cp{ width:40%; } .input-coupon{ width:60%; } .input-coupon input{ margin:1.6rem; padding:0.8rem; font-size:1.4rem; width:100%; border:1px solid #ccc; border-radius:4px; }.coupon-btn{ background-color:#c8aa7b; padding:0.7rem ; } .view-cart-total-price{ margin-right:3rem;} .view-cart-table{ border :1px solid #ccc; display:flex; flex-direction: column; } .view-cart-table:last-child{ border-bottom :none; } .view-cart-table-row { width:100%; border-bottom:1px solid #ccc; } .view-cart-table-left{ border-right:1px solid #ccc; padding:2rem; letter-spacing:1px; } .view-cart-table-right{ display:flex; align-items:center; padding-left:2rem; } /* END CART VIEW */ /* Product content Css */ .product-content{ display:inline-block; padding:20px 0; width:100%; } .showProduct-left{ float:left; width:280px; padding:0 10px; } .showProduct-right{ margin-left: 290px; width: calc(100% - 280px); } .product-ip-search { position:relative; } .product-ip-search input{ padding:7px; border:1px solid #ccc; border-radius:4px; } .product-ip-search-icon{ position:absolute; margin-left:-16px; margin-top:9px; display:flex; align-items: center;; } .line-bottom{ border-bottom:1.5px solid #ebebeb; position: relative; } .line-bottom1{ border-bottom:1.5px solid #ebebeb; } .line-bottom:after{ content:""; position: absolute; top:4px; width:100%; border-bottom:1.5px solid #ebebeb; } .productList-row{ display:flex; justify-content:space-between; border-bottom:1px solid #ccc; padding:10px; } .productList-row:last-child{ border:none; } /* Filter Price */ .price-input-wrap input, .price-input-wrap select, .price-input-wrap textarea{ background-color: #fff; border: 2px solid #dfe9f4; height: 80px; font-weight: 600; color: #0f172b; font-size: 18px; padding: 0 45px 0 30px; border-radius: 5px; width: 100%; line-height: 80px; } .price-input-wrap input{ font-size: 16px; color: #666565; height: 60px; line-height: 60px; } .slider-range { padding-left: 10px; padding-right: 10px; } .slider-range .ui-widget-header { background: #fea116; } .slider-range .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all { height: 8px; border-color: #fea116; } .slider-range span.ui-slider-handle.ui-state-default.ui-corner-all { border: 1px solid #fea116; top: -3px; border-radius: 50%; background: #fea116; } .slider-range span.ui-slider-handle.ui-state-default.ui-corner-all:focus,.price-ammount input:focus { outline: none; } /* .price-ammount { margin-top: 30px; } */ .price-ammount input:first-child{ padding-left:16px; width:30%; } .price-ammount input { font-size: 12px; padding:0 ; width:40%; border:none; font-weight:400; } .filter-button a{padding :6px 26px;} .price-ammount span{ font-size:1.8rem; padding-right:0.4rem; } .price-ammount{ margin-left:0.2rem; width:100%; } .product-sidebar{ display :flex; align-items: center; justify-content: space-around; padding :10px 6px; border-bottom:1px solid #ccc; } .product-sidebar-image{ width:6rem; height:6rem; border-radius:50%; } .product-sidebar-image img{ height:100%; } /* End Filter Price */ .showProduct-content-top-selected{ width:16rem; padding:0.7rem; } select { background: transparent; position: relative; } .showProduct-content-top-selected:focus{ border:none; } .showProduct-content-top-icon{ width:6rem; height:6rem; } .showProduct-content-rows{ display: flex; flex-wrap:wrap; } .showProduct-content-col{ width:33.3%; padding:25px; } .showProduct-content-col:hover{ box-shadow: -1px 3px 2px 1px #ccc; } .showProduct-content-col-img{ width:100%; height:auto; } .showProduct-content-pagination{ margin:3px; width:4rem; height:4rem; border:1px solid #c8aa7b; } .showProduct-content-pagination a:focus{ color:white; background-color: #c8aa7b; } .showProduct-content-pagination a:hover{ color: #242424; } .showProduct-content-pagination:focus-within{ background-color: #c8aa7b; } /* End Product content Css */
1filehtml/loginAndError/login.css
*{box-sizing: border-box;} html{font-size: 62.5%;} .login-container{ max-width:55rem; margin:auto; padding :0; } @font-face{ font-family :PlayfairDisplay Black; src: url(../font/Playfair_Display/static/PlayfairDisplay-Black.ttf); } @font-face{ font-family :PlayfairDisplay BlackItalic; src: url(../font/Playfair_Display/static/PlayfairDisplay-BlackItalic.ttf); } @font-face{ font-family :Open-Sans Bold; src: url(../font/Open_Sans/OpenSans-Bold.ttf); } @font-face{ font-family :Open-Sans Regular; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } @font-face{ font-family :Open-Sans ; src: url(../font/Open_Sans/OpenSans-Regular.ttf); } .container-2020{ width: 1180px; max-width: 100%; padding :0 10px; margin:0 auto; }.container-2020-1{ width: 1180px; min-width:1180px; padding :0 10px; margin:0 auto; } div {padding:0;} h1{margin :0;} .wid-3{width:30%;} .wid-7{width:70%;} .mr-auto{margin: 0 auto;} .m-l-5{margin-left:0.5rem;} .m-l-12{margin-left:1.2rem;} .m-l-25{margin-left:2.5rem;} .m-r-12{margin-right:1.2rem;} .m-r-32{margin-right:3.2rem;} .m-t-10{margin-top:1rem;} .m-t-30{margin-top:3rem;} .m-b-10{margin-bottom:1.5rem; } .m-b-25{margin-bottom:2.5rem;} .m-b-45{margin-bottom:4.5rem;} .p-l-12{padding-left:1.2rem;} .p-ud-5{padding:8px 0;} .img-full{ max-width:100%; height:100%; } .bor-ra50{ border-radius:50%; } .bor-ra04{border-radius:4px;} .bor-bot-gr{ border-bottom:1px solid #ccc; } #formLogin input::placeholder,.input-coupon input::placeholder{ padding-left:0.5rem; } .form-login,.form-body-button{ background-color: #c8aa7b; border:none; } .form-content{ width:60%; margin:0 auto; } .reg-input{ width: 150%; height: 30px; margin-left: 15px; } .rdo{ margin-left: 15px; } .dktk{ width: 80%; height: 30px; padding: 5px; border-radius: 4px; background: #c8aa7b; color: #FFF; } .dktk:focus{ outline: none; } .d-f-ct{ display:flex; justify-content:center; align-items: center; } .dp-ct{ display:flex; align-items: center; }.dp-space{ display:flex; justify-content:space-between; } .dp-fl-col{ display:flex; /* flex-direction:row; */ } .form-remember-forgot a, .form-forgot a { text-decoration: none; color: #242424; } .form-login-btn-rgst a{ text-decoration: none; color :#c8aa7b; } .form-remember >a:hover, .form-login-btn-rgst a:hover{list-style :none;} .form-remember{ display:flex; justify-content: space-between; } .dp-f-start{ display:flex; justify-content:flex-start;} .dp-f-end{ display:flex; justify-content:flex-end;} .txt32{ font-family :PlayfairDisplay Black; font-size:3.2rem; color:#242424; font-weight :800; } .txt31{ font-family :PlayfairDisplay Black; font-size:3.2rem; color:#c8aa7b; font-weight :800; } .txt30{ font-family :PlayfairDisplay; line-height:80px; font-size:4.2rem; font-weight: 800; color:#242424; } .txt29{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#242424; } .txt26{ font-family :PlayfairDisplay; font-weight:700; font-size:4.2rem; color:#242424; } .txt25{ font-family :PlayfairDisplay; font-weight:700; font-size:4.2rem; color:white; } .txt24{ font-size:2.7rem; color:#242424; font-weight :550; } .txt22{ font-family :PlayfairDisplay Black; font-size:2.7rem; color:#242424; font-weight :800; } .txt23{ font-family :PlayfairDisplay; font-size:2.7rem; color:white; font-weight :550; } .txt16{ font-family :PlayfairDisplay; font-size:1.6rem; color:#242424; } .txtSan30{ font-family:Open-Sans Bold; font-size:1.9rem; font-weight:800; color:#242424; } .txtSan29{ font-family:Open-Sans; font-size:1.8rem; font-weight:600; color:white; } .txtSan28{ font-family:Open-Sans; font-size:2.4rem; font-weight:800; color:#242424; } .txtSan27{ font-family:Open-Sans; font-size:1.8rem; font-weight:400; color:#242424; } .txtSan25{ font-family:Open-Sans; font-size:1.8rem; font-weight:600; color:#c8aa7b; } .txtSan26{ font-family:Open-Sans; font-size:1.8rem; color:#b4b4b4; } .txtSan24{ font-family:Open-Sans; font-size:1.8rem; color:white; } .txtSan21{ font-family:Open-Sans; font-size:1.8rem; font-weight: 600; color:white; } .txtSan18{ font-family:Open-Sans Regular; font-size:1.8rem; font-weight:400; color:#242424; } .clearfix:after{ clear:both; display: block; content :""; } .w-100{ width:100%; } .w-90{width:90%;} .w-60{ width:60%; } /* form-title */ .form-title{ /* font-size: 4rem; */ padding:2.5rem 0 2.5rem 0; } /* form-body */ .form-body{ padding: 3rem 0 3rem 0; display :flex; flex-direction:column; } /* Error Css */ a{text-decoration:none; color:#c8aa7b; } a:hover{ text-decoration:none; list-style:none; color:#c8aa7b; } .m-b-10{margin-bottom:1.5rem; } .m-b-50{margin-bottom: 50px;} .error-text-404{ font-family :PlayfairDisplay; line-height:20rem; font-size:20rem; font-weight: 600; color:#c8aa7b; } .fl-center{ display:flex; justify-content: center; } .error-text-title{ font-family :PlayfairDisplay; line-height:80px; font-size:4.2rem; font-weight: 400; color:#242424; } .error-text{ font-family :OpenSans; font-size:2.6rem; } .error-image{ width: 55rem; height:34rem; margin:1rem auto; } @media only screen and (max-width: 60em) { .error-text-title{ font-size:2.2rem; } .error-text-404{ font-size:12rem; } .error-text{ font-size:1.4rem; } .error-image{ width: 30rem; } .container-2020{width:798px;} } /* End Error Css */ /* ================================= */ /* Cart Hover Css */ .cart-hover-container{ max-width:48rem; margin :0 auto; display:flex; padding:0 0.3rem; } .cart-hover-container ul{ width:100%; } .cart-hover-container ul{list-style-type:none;} .cart-hover-row{ width:100%; padding: 5px; } .cart-hv-img{ width:6rem; height:6rem; } .cart-top{ display :flex; align-items: center; justify-content: space-between; padding :10px 6px; border-bottom:1px solid #ccc; }.cart-box-btn{ display :flex; justify-content: center; } .cart-box-button,.cart-box-button1{ padding:15px; } .cart-box-button1 a,.filter-button a{ background-color: #c8aa7b; } .cart-box-button1 a,.filter-button a{color:white;} .cart-box-button a,.cart-box-button1 a{ padding:10px; border:1px solid #c8aa7b; } .cart-sub{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#242424; } .hover-cart-total-price{ font-family :PlayfairDisplay; font-weight:800; font-size:3.6rem; color:#c8aa7b; } .cart-image{ min-width:8rem; height:12rem; } .cart-image img{ height:90%; border-radius:50%; } /* .cart-qtt{float:right;} */ .p-mprice{ text-decoration: line-through; font-family:Open-Sans; font-size:1.8rem; color:#b4b4b4; } /* END CART HOVER */ /* CART VIEW */ .new-cart{ font-size:14px; overflow-x: scroll; } .news-cart-items-row{ display :flex; flex-wrap: wrap; border-top: 1px solid #ccc; padding: 10px ; } .new-cart-infoImg{ width:90px; height:90px; background-color: #ccc; border-radius:50%; } .new-cart-info{ width:35%; } .minus,.add,.quantity-change{ display: block; width: 32px; height: 32px; text-align: center; color: #333; border: 1px #ccc solid; border-right: 0; cursor: pointer; transition: 0.1s linear; line-height: 30px; font-size: 18px; } .add{border-right:1px #ccc solid;} .new-cart-quantity input { text-transform:uppercase; } .new-cart-quantity a:hover{ color: #333; } .new-cart-quantity input:focus, .input-coupon input:focus, .product-ip-search input{ outline:none; } .cart-total-price{ background-color:#f9f6f2; display:flex; justify-content:space-between; } .cart-total-price-cp{ width:40%; } .input-coupon{ width:60%; } .input-coupon input{ margin:1.6rem; padding:0.8rem; font-size:1.4rem; width:100%; border:1px solid #ccc; border-radius:4px; }.coupon-btn{ background-color:#c8aa7b; padding:0.7rem ; } .view-cart-total-price{ margin-right:3rem;} .view-cart-table{ border :1px solid #ccc; display:flex; flex-direction: column; } .view-cart-table:last-child{ border-bottom :none; } .view-cart-table-row { width:100%; border-bottom:1px solid #ccc; } .view-cart-table-left{ border-right:1px solid #ccc; padding:2rem; letter-spacing:1px; } .view-cart-table-right{ display:flex; align-items:center; padding-left:2rem; } /* END CART VIEW */ /* Product content Css */ .product-content{ display:inline-block; padding:20px 0; width:100%; } .showProduct-left{ float:left; width:280px; padding:0 10px; } .showProduct-right{ margin-left: 290px; width: calc(100% - 280px); } .product-ip-search { position:relative; } .product-ip-search input{ padding:7px; border:1px solid #ccc; border-radius:4px; } .product-ip-search-icon{ position:absolute; margin-left:-16px; margin-top:9px; display:flex; align-items: center;; } .line-bottom{ border-bottom:1.5px solid #ebebeb; position: relative; } .line-bottom1{ border-bottom:1.5px solid #ebebeb; } .line-bottom:after{ content:""; position: absolute; top:4px; width:100%; border-bottom:1.5px solid #ebebeb; } .productList-row{ display:flex; justify-content:space-between; border-bottom:1px solid #ccc; padding:10px; } .productList-row:last-child{ border:none; } /* Filter Price */ .price-input-wrap input, .price-input-wrap select, .price-input-wrap textarea{ background-color: #fff; border: 2px solid #dfe9f4; height: 80px; font-weight: 600; color: #0f172b; font-size: 18px; padding: 0 45px 0 30px; border-radius: 5px; width: 100%; line-height: 80px; } .price-input-wrap input{ font-size: 16px; color: #666565; height: 60px; line-height: 60px; } .slider-range { padding-left: 10px; padding-right: 10px; } .slider-range .ui-widget-header { background: #fea116; } .slider-range .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all { height: 8px; border-color: #fea116; } .slider-range span.ui-slider-handle.ui-state-default.ui-corner-all { border: 1px solid #fea116; top: -3px; border-radius: 50%; background: #fea116; } .slider-range span.ui-slider-handle.ui-state-default.ui-corner-all:focus,.price-ammount input:focus { outline: none; } /* .price-ammount { margin-top: 30px; } */ .price-ammount input:first-child{ padding-left:16px; width:30%; } .price-ammount input { font-size: 12px; padding:0 ; width:40%; border:none; font-weight:400; } .filter-button a{padding :6px 26px;} .price-ammount span{ font-size:1.8rem; padding-right:0.4rem; } .price-ammount{ margin-left:0.2rem; width:100%; } .product-sidebar{ display :flex; align-items: center; justify-content: space-around; padding :10px 6px; border-bottom:1px solid #ccc; } .product-sidebar-image{ width:6rem; height:6rem; border-radius:50%; } .product-sidebar-image img{ height:100%; } /* End Filter Price */ .showProduct-content-top-selected{ width:16rem; padding:0.7rem; } select { background: transparent; position: relative; } .showProduct-content-top-selected:focus{ border:none; } .showProduct-content-top-icon{ width:6rem; height:6rem; } .showProduct-content-rows{ display: flex; flex-wrap:wrap; } .showProduct-content-col{ width:33.3%; padding:25px; } .showProduct-content-col:hover{ box-shadow: -1px 3px 2px 1px #ccc; } .showProduct-content-col-img{ width:100%; height:auto; } .showProduct-content-pagination{ margin:3px; width:4rem; height:4rem; border:1px solid #c8aa7b; } .showProduct-content-pagination a:focus{ color:white; background-color: #c8aa7b; } .showProduct-content-pagination a:hover{ color: #242424; } .showProduct-content-pagination:focus-within{ background-color: #c8aa7b; } /* End Product content Css */
0.263789
0.063511
@import url('./styles/common.css'); * { text-decoration: none; } body { display: flex; padding: 0px; margin: 0px; justify-content: center; align-items: center; flex-direction: column; } .nf-banner { width: 100%; height: calc(100vh - 100px); background-image: url('../images/cat.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; display: table; } .vertical-center { display: table-cell; vertical-align: middle; } .nf-banner h2 { font-family: Catamaran; font-size: 30px; /*50px*/ font-weight: 800; color: white; line-height: 50px; /*70px*/ text-align: center; text-shadow: 2px 2px 8px #111; } .nf-banner h1 { font-family: Cormorant Garamond; font-size: 28px; font-weight: 200; color: white; line-height: 40px; /*40px*/ font-style: italic; text-align: center; text-shadow: 2px 2px 8px #111; } /* footer */ footer { padding: 10px; width: calc(100% - 20px); background-color: #111; /* margin-top: 20px; */ display: flex; align-items: center; flex-direction: row; justify-content: space-between; /* overflow: hidden; */ } @media only screen and (min-width: 1000px) { .nf-banner h2 { font-family: Catamaran; font-size: 50px; /*30px*/ font-weight: 800; color: white; line-height: 70px; /*50px*/ text-align: center; text-shadow: 2px 2px 8px #111; } .nf-banner h1 { font-family: Cormorant Garamond; font-size: 30px; font-weight: 200; color: white; line-height: 40px; font-style: italic; text-align: center; text-shadow: 2px 2px 8px #111; } /* footer */ footer { padding: 10px; width: calc(100% - 20px); background-color: #111; display: flex; flex-direction: row; justify-content: space-between; } footer p { font-family: Cormorant Garamond; font-size: 30px; font-weight: 900; color: white; padding-bottom: 5px; text-transform: capitalize; line-height: 40px; /* font-style: italic; */ text-align: center; } }
UI/assets/css/not-found.css
@import url('./styles/common.css'); * { text-decoration: none; } body { display: flex; padding: 0px; margin: 0px; justify-content: center; align-items: center; flex-direction: column; } .nf-banner { width: 100%; height: calc(100vh - 100px); background-image: url('../images/cat.jpg'); background-repeat: no-repeat; background-position: center; background-size: cover; display: table; } .vertical-center { display: table-cell; vertical-align: middle; } .nf-banner h2 { font-family: Catamaran; font-size: 30px; /*50px*/ font-weight: 800; color: white; line-height: 50px; /*70px*/ text-align: center; text-shadow: 2px 2px 8px #111; } .nf-banner h1 { font-family: Cormorant Garamond; font-size: 28px; font-weight: 200; color: white; line-height: 40px; /*40px*/ font-style: italic; text-align: center; text-shadow: 2px 2px 8px #111; } /* footer */ footer { padding: 10px; width: calc(100% - 20px); background-color: #111; /* margin-top: 20px; */ display: flex; align-items: center; flex-direction: row; justify-content: space-between; /* overflow: hidden; */ } @media only screen and (min-width: 1000px) { .nf-banner h2 { font-family: Catamaran; font-size: 50px; /*30px*/ font-weight: 800; color: white; line-height: 70px; /*50px*/ text-align: center; text-shadow: 2px 2px 8px #111; } .nf-banner h1 { font-family: Cormorant Garamond; font-size: 30px; font-weight: 200; color: white; line-height: 40px; font-style: italic; text-align: center; text-shadow: 2px 2px 8px #111; } /* footer */ footer { padding: 10px; width: calc(100% - 20px); background-color: #111; display: flex; flex-direction: row; justify-content: space-between; } footer p { font-family: Cormorant Garamond; font-size: 30px; font-weight: 900; color: white; padding-bottom: 5px; text-transform: capitalize; line-height: 40px; /* font-style: italic; */ text-align: center; } }
0.281504
0.075517
CSS INDEX =================== [ 1. General Code ] [ 2. Typography ] [ 3. Global Classes ] [ 4. Home Version's ] [ 5. Pages ] [ 6. Loding Bar ] [ 7. ScrollUp ] ==============================================================*/ /* [ 1. General Code ] ================ */ body { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; font-weight: 400; color: #a1a1a1; background-color: #fff; overflow-x: hidden; -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased; } html { font-family: 'Poppins', sans-serif; } html, body { width: 100%; height: 100%; } ::-moz-selection { background: #318DFD; text-shadow: none; color: #fff; } ::selection { background: #318DFD; text-shadow: none; color: #fff; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } img { max-width: 100%; } .fix { overflow: hidden; } hr.line { background: #f5f5f5 none repeat scroll 0 0; border: 0 none; height: 1px; margin: 0 auto; width: 100px; } input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input:focus, textarea:focus { outline: 0px; } /* installed Google fonts ---------------- */ @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Poppins:400,500,600'); /* font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; */ /* Link style ============== */ a { color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 1; } a, a > * { outline: none; cursor: pointer; text-decoration: none; } a:focus, a:hover { color: #ffffff; outline: none; text-decoration: none; } /* Transition =============== */ a, .navbar a, .form-control { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* [ 2. Typography ] ==========================*/ p { font-family: 'Poppins', sans-serif; color: #767676; font-size: 16px; line-height: 24px; font-weight: 400; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #4f4f4f; margin: 0 0 15px; text-transform: uppercase; } h1 { font-size: 40px; font-weight: 700; } h2 { font-size: 32px; font-weight: 700; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 13px; } .btn { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); border: none; border-radius: 2px; } .btn.btn-lg { font-size: 16px; padding: 15px 20px; } .btn.btn-hover-shdow:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); } .btn.btn-white { background: #fff; color: #347eff; } .btn.btn-white:active, .btn.btn-white:focus { background: #fff; color: #347eff; } .btn.btn-blue { background: #61a7ff; color: #fff; } .btn.btn-blue:hover, .btn.btn-blue:focus { background: #82b9ff; color: #FFF; } .btn.btn-blue:active { background: #fff; color: #347eff; } .btn.btn-dribble { background: #fb76aa; color: #fff; } .btn.btn-dribble:hover, .btn.btn-dribble:focus { background: #ff8eba; color: #FFF; } .btn.btn-dribble:active { background: #fff; color: #fb76aa; } section { padding: 50px 0; } .horizontal-line hr { margin: 0; max-width: 80px; border-color: #4f4f4f; } .horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px } .text-center .horizontal-line hr { margin: 0 auto; max-width: 80px; border-color: #4f4f4f; } .text-center .horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px } .section-title { margin-bottom: 30px; } .multiple-col{margin-top: -15px; margin-bottom: -15px;} .multiple-col > [class*="col-"]{padding-top: 15px; padding-bottom: 15px;} @media(min-width:767px) { section { padding: 100px 0; } .section-title { margin-bottom: 50px; } } /*margin top -------------*/ .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } /* Screen Support -------------------- */ @media screen and (max-width: 768px) { .mt-50 { margin-top: 40px; } .mt-80 { margin-top: 50px; } .mt-100 { margin-top: 60px; } } /*margin bottom ----------------*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-11 { margin-bottom: 11px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mtb-50 { margin: 50px 0; } .mtb-15 { margin: 15px auto; } /* Screen Support -------------------- */ @media screen and (max-width: 768px) { .mb-50 { margin-bottom: 30px; } .mb-60 { margin-bottom: 30px; } .mtb-60 { margin-bottom: 20px; } .mtb-50 { margin: 30px 0; } .mtb-15 { margin: 10px auto; } } /*Navigation*/ .navbar-default { background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); border: none; } .navbar-toggle { border: none; max-width: 28px; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; } .navbar-default .navbar-toggle .icon-bar { background: #fff; border-radius: 5px; height: 3px; width: 28px; float: right; } .navbar-toggle .icon-bar+.icon-bar { margin-top: 6px; } .navbar-toggle .icon-bar:nth-child(3) { width: 24px; } .navbar-default .navbar-nav>li>a { color: rgba(255, 255, 255, .7); position: relative; } .logo{height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase;} .navbar-default .navbar-brand, .logo { color: #fff; position: relative; } .navbar-default .navbar-brand span, .logo span { float: left; padding: 5px 7px; margin-top: -5px; margin-right: 5px; background: #fff; color: #347eff; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{ color: #fff; } .navbar-default .navbar-brand:active{ opacity: .7; } @media(min-width:767px) { .navbar-default { border: none; box-shadow:0 1px 8px rgba(2, 3, 3, 0); -webkit-transition: all 1s ease; transition: all 1s ease; } .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out; transition: background .5s ease-in-out, padding .5s ease-in-out; } .top-nav-collapse { padding: 0; box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1); -webkit-transition: all 1s ease; transition: all 1s ease; } .navbar-default .navbar-nav>li + li { margin-left: 10px; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a { color: rgba(255, 255, 255, 1); background: none; } .navbar-default .navbar-nav>li>a:before { -webkit-transition: all ease .3s; transition: all ease .3s; height: 2px; background: rgba(255, 255, 255, 1); width: 0; left: 10px; content: ''; top: 50%; position: absolute; margin-top: -1px; } .navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li.active>a:before { width: calc(100% - 20px); } .navbar-default .navbar-nav>li.active>a:hover { opacity: .5; color: rgba(255, 255, 255, 1); background: none; } .navbar-default .navbar-nav>li.active>a:focus { color: rgba(255, 255, 255, 1); background: none; } } /*Intro Section*/ .intro-section { color: rgba(255, 255, 255, 1); background: #298fff; background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); padding-top: 100px; padding-bottom: 0; position: relative; } .intro-content h5 { color: rgba(255, 255, 255, .8); margin: 0 0 5px; } .intro-content h1 { color: rgba(255, 255, 255, 1); } .intro-content p { color: rgba(255, 255, 255, .8); } .intro-content .intro-buttons { margin-top: 30px; } @media(min-width:767px) { .intro-section { padding-top: 150px; } .intro-content h1 { margin-bottom: 24px; } .intro-content .intro-buttons { margin-top: 40px; } .intro-content { margin-top: 120px; } .intro-content .btn + .btn { margin-left: 10px; } } /*About Me section*/ .about-section .btn-download { margin-bottom: 50px } @media(min-width:767px) { .about-section .btn-download { margin-bottom: 0px } } /* Progress bar -----------------*/ .right.skill-progress { max-width: 370px; width: 100%; } .skill-bar { margin-bottom: 28px; } .skill-progress .skill-bar:last-child { margin-bottom: 0px; } .progress-title-holder { position: relative; font-size: 14px; text-transform: uppercase; } .progress-title { z-index: 100; } .progress-wrapper { width: 100%; z-index: 10; } .progress-mark { position: absolute; bottom: 0; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); } .progress-mark:after { background: #347eff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52, 126, 255, .5); content: ""; height: 14px; position: absolute; right: 7px; bottom: -25px; width: 14px; z-index: 999; } .progress-mark span, .progress-title-holder { color: #5e5e5e; font-family: Montserrat, sans-serif; font-weight: 700; } .progress-outter { background-color: #c8c8c8; } .progress-content { background-color: #347eff; width: 0%; /* Initial value */ } .progress-content, .progress-outter { height: 8px; border-radius:4px; } /*Experience Section*/ .experience-section { background: #FAFAFA; } .single-experiance-details { position: relative; padding-left: 50px; padding-bottom: 50px; } .single-experiance-details .ckeckmarks { position: absolute; left: 0; top: 0; width: 22px; text-align: center; height: 100%; } .single-experiance-details .ckeckmarks:before { content: ''; position: absolute; left: 0; top: 0; content: "\F132"; font-family: "Material Design Icons"; color: #4f4f4f; font-size: 24px; top: 0px; width: 22px; height: 20px; text-align: center; z-index: 1; background: #FAFAFA; line-height: 22px; } .single-experiance-details .ckeckmarks:after { content: ''; position: absolute; left: 50%; margin-left: -1px; width: 2px; height: 100%; top: 10px; content: ""; border-right: 2px dashed #939393; } .single-experiance-details .company { margin-bottom: 15px; } .single-experiance-details .company p { font-size: 14px; color: #aaa; font-weight: 600; } .single-experiance-details .company h6 { margin: 0; color: #888; } .single-experiance-details .details h5 { font-weight: 700; } @media(min-width:767px) { .single-experiance-details:last-child { padding-bottom: 0; } .single-experiance-details:last-child .ckeckmarks:after { left: -99999px; } } @media(max-width:767px) { .single-experiance-details.sm-pb { padding-bottom: 0 } } /*Portfolio Section*/ .single-portfolio { position: relative; overflow: hidden;} .single-portfolio a{display: block;} .single-portfolio .portfolio-img{background: #f1f1f1; } .single-portfolio .portfolio-img img{ position: relative; opacity: 1; position: relative; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-filter: grayscale(0%); filter: grayscale(0%);} .single-portfolio .portfolio-title, .single-portfolio .portfolio-zoom{position: absolute; -webkit-transition: all .3s ease; transition: all .3s ease; width: 100%; opacity: 0;} .single-portfolio .portfolio-zoom{text-align: center; top: 50%; height: 50px; margin-top: -25px; z-index: 2;} .single-portfolio .portfolio-zoom .mdi{width: 50px; height: 50px; border-radius: 3px; background: rgba(73, 73, 73, 0.35); display: inline-block; line-height: 50px; font-size: 24px; -webkit-transition: ease all .3s; transition: ease all .3s;} .single-portfolio .portfolio-title{bottom: 0px; padding: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 1;} .single-portfolio .portfolio-title h4{text-transform: none; margin: 0;} .single-portfolio .portfolio-title p {margin: 0; font-size: 14px;} .single-portfolio a:hover .portfolio-zoom{opacity: 1} .single-portfolio a .portfolio-zoom .mdi:hover{background: rgba(73, 73, 73, 1); } .single-portfolio a:hover .portfolio-title{opacity: 1; bottom: 0; -webkit-transition: all 1s ease; transition: all 1s ease; } .single-portfolio a:hover .portfolio-img img{opacity: .2; bottom: 0; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transform: scale(1.2); transform: scale(1.2)} @media(min-width:767px) { .single-portfolio .portfolio-title{bottom: -120px; padding: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 0;} } /*Section My Services*/ .section-services{ } .service-item{ padding:50px 30px; background: #fdfdfd; box-shadow: 0 3px 10px 0 rgba(0,0,0,.05); -webkit-transition: all .3s ease; transition: all .3s ease; } .service-item .mdi{ width: 40px; height: 40px; display: inline-block; border-radius: 50%; border: 1px #347eff solid; color: #347eff ; line-height: 38px; font-size: 20px; margin-bottom: 30px; background: none; -webkit-transition: all .3s ease; transition: all .3s ease; box-shadow: 0 0 0 0 rgba(52, 126, 255, .5); } .service-item hr{ max-width: 60px; margin:15px auto; -webkit-transition: all .3s ease; transition: all .3s ease; } .service-item:hover{box-shadow: 0 7px 30px 0 rgba(0,0,0,.08);} .service-item:hover .mdi{background: #347eff; color: #fff; box-shadow: 0 4px 10px 0 rgba(52, 126, 255, .5);} /*Section Contact*/ .section-contact{ padding-bottom: 70px; } .section-contact .contact-details{ margin-top: 30px; } .section-contact .contact-details li{ position: relative; padding-left: 60px; min-height: 60px; color: #767676; margin-bottom: 30px; padding-top: 7px; } .section-contact .contact-details li h5{ margin: 0 0 5px} .section-contact .contact-details li a, .section-contact .contact-details li p{ color: #aaa; font-size: 16px; line-height: 24px; font-weight: 500; font-family: 'Poppins', sans-serif; text-transform: none; } .section-contact .contact-details li .mdi{position: absolute; left: 0; width: 30px; height: 30px; border: 1px solid #767676; border-radius: 50%; text-align: center; line-height: 28px; font-size: 14px; top: 0; left: 0;} .googlemap{ width: 100%; height: 430px; } /*Section Footer*/ .footer{ background: #f1f1f1; padding: 15px 0; } .footer p{ font-size: 14px; color: #aaa; line-height: 24px; padding: 0; margin-bottom: 15px; } .social-link ul{ margin: 0; } .social-link li{ display: inline-block; } .social-link li + li{margin-left: 20px;} .social-link li a{ line-height: 24px; color: #aaa; font-size: 18px; } .social-link li a:hover{ color: #555; } @media(min-width:767px) { .social-link{ float: right; } .footer p{ margin: 0; } } .scrollToTop{ position: fixed; bottom: 20px; right: 20px; width: 30px; height: 30px; background: #298fff; opacity: 0; border-radius: 2px; box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1); text-align: center; line-height: 30px; } .scrollToTop .mdi{ font-size: 20px; } .scrollToTop.scroll-active{ opacity: 1; } /* Preloader */ #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background-color:#298fff; /* change if the mask should have another color then white */ z-index:9999; /* makes sure it stays on top */ } #status { width:200px; height:200px; position:absolute; left:50%; /* centers the loading animation horizontally one the screen */ top:50%; /* centers the loading animation vertically one the screen */ background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; /* is width and height divided by two */ }
css/stylesheet.css
CSS INDEX =================== [ 1. General Code ] [ 2. Typography ] [ 3. Global Classes ] [ 4. Home Version's ] [ 5. Pages ] [ 6. Loding Bar ] [ 7. ScrollUp ] ==============================================================*/ /* [ 1. General Code ] ================ */ body { font-family: 'Poppins', sans-serif; font-size: 14px; line-height: 24px; font-weight: 400; color: #a1a1a1; background-color: #fff; overflow-x: hidden; -webkit-text-size-adjust: 100%; -webkit-overflow-scrolling: touch; -webkit-font-smoothing: antialiased; } html { font-family: 'Poppins', sans-serif; } html, body { width: 100%; height: 100%; } ::-moz-selection { background: #318DFD; text-shadow: none; color: #fff; } ::selection { background: #318DFD; text-shadow: none; color: #fff; } .browserupgrade { margin: 0.2em 0; background: #ccc; color: #000; padding: 0.2em 0; } img { max-width: 100%; } .fix { overflow: hidden; } hr.line { background: #f5f5f5 none repeat scroll 0 0; border: 0 none; height: 1px; margin: 0 auto; width: 100px; } input::-moz-placeholder, textarea::-moz-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder { opacity: 1; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; } input:focus, textarea:focus { outline: 0px; } /* installed Google fonts ---------------- */ @import url('https://fonts.googleapis.com/css?family=Montserrat:400,500|Poppins:400,500,600'); /* font-family: 'Montserrat', sans-serif; font-family: 'Poppins', sans-serif; */ /* Link style ============== */ a { color: #ffffff; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase; line-height: 1; } a, a > * { outline: none; cursor: pointer; text-decoration: none; } a:focus, a:hover { color: #ffffff; outline: none; text-decoration: none; } /* Transition =============== */ a, .navbar a, .form-control { -webkit-transition: all 0.3s ease; transition: all 0.3s ease; } /* [ 2. Typography ] ==========================*/ p { font-family: 'Poppins', sans-serif; color: #767676; font-size: 16px; line-height: 24px; font-weight: 400; } h1, h2, h3, h4, h5, h6 { font-family: 'Montserrat', sans-serif; font-weight: 500; color: #4f4f4f; margin: 0 0 15px; text-transform: uppercase; } h1 { font-size: 40px; font-weight: 700; } h2 { font-size: 32px; font-weight: 700; } h3 { font-size: 24px; } h4 { font-size: 18px; } h5 { font-size: 16px; } h6 { font-size: 13px; } .btn { box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12); border: none; border-radius: 2px; } .btn.btn-lg { font-size: 16px; padding: 15px 20px; } .btn.btn-hover-shdow:hover { box-shadow: 0 4px 8px rgba(0, 0, 0, 0.12); } .btn.btn-white { background: #fff; color: #347eff; } .btn.btn-white:active, .btn.btn-white:focus { background: #fff; color: #347eff; } .btn.btn-blue { background: #61a7ff; color: #fff; } .btn.btn-blue:hover, .btn.btn-blue:focus { background: #82b9ff; color: #FFF; } .btn.btn-blue:active { background: #fff; color: #347eff; } .btn.btn-dribble { background: #fb76aa; color: #fff; } .btn.btn-dribble:hover, .btn.btn-dribble:focus { background: #ff8eba; color: #FFF; } .btn.btn-dribble:active { background: #fff; color: #fb76aa; } section { padding: 50px 0; } .horizontal-line hr { margin: 0; max-width: 80px; border-color: #4f4f4f; } .horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px } .text-center .horizontal-line hr { margin: 0 auto; max-width: 80px; border-color: #4f4f4f; } .text-center .horizontal-line hr:first-child { margin-bottom: 4px; max-width: 60px } .section-title { margin-bottom: 30px; } .multiple-col{margin-top: -15px; margin-bottom: -15px;} .multiple-col > [class*="col-"]{padding-top: 15px; padding-bottom: 15px;} @media(min-width:767px) { section { padding: 100px 0; } .section-title { margin-bottom: 50px; } } /*margin top -------------*/ .mt-10 { margin-top: 10px; } .mt-15 { margin-top: 15px; } .mt-20 { margin-top: 20px; } .mt-30 { margin-top: 30px; } .mt-40 { margin-top: 40px; } .mt-50 { margin-top: 50px; } /* Screen Support -------------------- */ @media screen and (max-width: 768px) { .mt-50 { margin-top: 40px; } .mt-80 { margin-top: 50px; } .mt-100 { margin-top: 60px; } } /*margin bottom ----------------*/ .mb-5 { margin-bottom: 5px; } .mb-10 { margin-bottom: 10px; } .mb-11 { margin-bottom: 11px; } .mb-15 { margin-bottom: 15px; } .mb-20 { margin-bottom: 20px; } .mb-30 { margin-bottom: 30px; } .mb-40 { margin-bottom: 40px; } .mb-50 { margin-bottom: 50px; } .mb-60 { margin-bottom: 60px; } .mtb-50 { margin: 50px 0; } .mtb-15 { margin: 15px auto; } /* Screen Support -------------------- */ @media screen and (max-width: 768px) { .mb-50 { margin-bottom: 30px; } .mb-60 { margin-bottom: 30px; } .mtb-60 { margin-bottom: 20px; } .mtb-50 { margin: 30px 0; } .mtb-15 { margin: 10px auto; } } /*Navigation*/ .navbar-default { background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); border: none; } .navbar-toggle { border: none; max-width: 28px; } .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover { background: none; } .navbar-default .navbar-toggle .icon-bar { background: #fff; border-radius: 5px; height: 3px; width: 28px; float: right; } .navbar-toggle .icon-bar+.icon-bar { margin-top: 6px; } .navbar-toggle .icon-bar:nth-child(3) { width: 24px; } .navbar-default .navbar-nav>li>a { color: rgba(255, 255, 255, .7); position: relative; } .logo{height: 50px; padding: 15px 15px; font-size: 18px; line-height: 20px; font-family: 'Montserrat', sans-serif; font-weight: 500; text-transform: uppercase;} .navbar-default .navbar-brand, .logo { color: #fff; position: relative; } .navbar-default .navbar-brand span, .logo span { float: left; padding: 5px 7px; margin-top: -5px; margin-right: 5px; background: #fff; color: #347eff; } .navbar-default .navbar-brand:focus, .navbar-default .navbar-brand:hover{ color: #fff; } .navbar-default .navbar-brand:active{ opacity: .7; } @media(min-width:767px) { .navbar-default { border: none; box-shadow:0 1px 8px rgba(2, 3, 3, 0); -webkit-transition: all 1s ease; transition: all 1s ease; } .navbar { padding: 20px 0; -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out; transition: background .5s ease-in-out, padding .5s ease-in-out; } .top-nav-collapse { padding: 0; box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1); -webkit-transition: all 1s ease; transition: all 1s ease; } .navbar-default .navbar-nav>li + li { margin-left: 10px; } .navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li.active>a { color: rgba(255, 255, 255, 1); background: none; } .navbar-default .navbar-nav>li>a:before { -webkit-transition: all ease .3s; transition: all ease .3s; height: 2px; background: rgba(255, 255, 255, 1); width: 0; left: 10px; content: ''; top: 50%; position: absolute; margin-top: -1px; } .navbar-default .navbar-nav>li>a:hover:before, .navbar-default .navbar-nav>li.active>a:before { width: calc(100% - 20px); } .navbar-default .navbar-nav>li.active>a:hover { opacity: .5; color: rgba(255, 255, 255, 1); background: none; } .navbar-default .navbar-nav>li.active>a:focus { color: rgba(255, 255, 255, 1); background: none; } } /*Intro Section*/ .intro-section { color: rgba(255, 255, 255, 1); background: #298fff; background: -webkit-linear-gradient(left, #347eff 0%, #1ea3ff 100%); background: linear-gradient(to right, #347eff 0%, #1ea3ff 100%); padding-top: 100px; padding-bottom: 0; position: relative; } .intro-content h5 { color: rgba(255, 255, 255, .8); margin: 0 0 5px; } .intro-content h1 { color: rgba(255, 255, 255, 1); } .intro-content p { color: rgba(255, 255, 255, .8); } .intro-content .intro-buttons { margin-top: 30px; } @media(min-width:767px) { .intro-section { padding-top: 150px; } .intro-content h1 { margin-bottom: 24px; } .intro-content .intro-buttons { margin-top: 40px; } .intro-content { margin-top: 120px; } .intro-content .btn + .btn { margin-left: 10px; } } /*About Me section*/ .about-section .btn-download { margin-bottom: 50px } @media(min-width:767px) { .about-section .btn-download { margin-bottom: 0px } } /* Progress bar -----------------*/ .right.skill-progress { max-width: 370px; width: 100%; } .skill-bar { margin-bottom: 28px; } .skill-progress .skill-bar:last-child { margin-bottom: 0px; } .progress-title-holder { position: relative; font-size: 14px; text-transform: uppercase; } .progress-title { z-index: 100; } .progress-wrapper { width: 100%; z-index: 10; } .progress-mark { position: absolute; bottom: 0; transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); } .progress-mark:after { background: #347eff none repeat scroll 0 0; border-radius: 50%; box-shadow: 0 0 0 4px rgba(52, 126, 255, .5); content: ""; height: 14px; position: absolute; right: 7px; bottom: -25px; width: 14px; z-index: 999; } .progress-mark span, .progress-title-holder { color: #5e5e5e; font-family: Montserrat, sans-serif; font-weight: 700; } .progress-outter { background-color: #c8c8c8; } .progress-content { background-color: #347eff; width: 0%; /* Initial value */ } .progress-content, .progress-outter { height: 8px; border-radius:4px; } /*Experience Section*/ .experience-section { background: #FAFAFA; } .single-experiance-details { position: relative; padding-left: 50px; padding-bottom: 50px; } .single-experiance-details .ckeckmarks { position: absolute; left: 0; top: 0; width: 22px; text-align: center; height: 100%; } .single-experiance-details .ckeckmarks:before { content: ''; position: absolute; left: 0; top: 0; content: "\F132"; font-family: "Material Design Icons"; color: #4f4f4f; font-size: 24px; top: 0px; width: 22px; height: 20px; text-align: center; z-index: 1; background: #FAFAFA; line-height: 22px; } .single-experiance-details .ckeckmarks:after { content: ''; position: absolute; left: 50%; margin-left: -1px; width: 2px; height: 100%; top: 10px; content: ""; border-right: 2px dashed #939393; } .single-experiance-details .company { margin-bottom: 15px; } .single-experiance-details .company p { font-size: 14px; color: #aaa; font-weight: 600; } .single-experiance-details .company h6 { margin: 0; color: #888; } .single-experiance-details .details h5 { font-weight: 700; } @media(min-width:767px) { .single-experiance-details:last-child { padding-bottom: 0; } .single-experiance-details:last-child .ckeckmarks:after { left: -99999px; } } @media(max-width:767px) { .single-experiance-details.sm-pb { padding-bottom: 0 } } /*Portfolio Section*/ .single-portfolio { position: relative; overflow: hidden;} .single-portfolio a{display: block;} .single-portfolio .portfolio-img{background: #f1f1f1; } .single-portfolio .portfolio-img img{ position: relative; opacity: 1; position: relative; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: all .3s ease; transition: all .3s ease; -webkit-filter: grayscale(0%); filter: grayscale(0%);} .single-portfolio .portfolio-title, .single-portfolio .portfolio-zoom{position: absolute; -webkit-transition: all .3s ease; transition: all .3s ease; width: 100%; opacity: 0;} .single-portfolio .portfolio-zoom{text-align: center; top: 50%; height: 50px; margin-top: -25px; z-index: 2;} .single-portfolio .portfolio-zoom .mdi{width: 50px; height: 50px; border-radius: 3px; background: rgba(73, 73, 73, 0.35); display: inline-block; line-height: 50px; font-size: 24px; -webkit-transition: ease all .3s; transition: ease all .3s;} .single-portfolio .portfolio-title{bottom: 0px; padding: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 1;} .single-portfolio .portfolio-title h4{text-transform: none; margin: 0;} .single-portfolio .portfolio-title p {margin: 0; font-size: 14px;} .single-portfolio a:hover .portfolio-zoom{opacity: 1} .single-portfolio a .portfolio-zoom .mdi:hover{background: rgba(73, 73, 73, 1); } .single-portfolio a:hover .portfolio-title{opacity: 1; bottom: 0; -webkit-transition: all 1s ease; transition: all 1s ease; } .single-portfolio a:hover .portfolio-img img{opacity: .2; bottom: 0; -webkit-filter: grayscale(100%); filter: grayscale(100%); -webkit-transform: scale(1.2); transform: scale(1.2)} @media(min-width:767px) { .single-portfolio .portfolio-title{bottom: -120px; padding: 30px; -webkit-transition: all .3s ease; transition: all .3s ease; opacity: 0;} } /*Section My Services*/ .section-services{ } .service-item{ padding:50px 30px; background: #fdfdfd; box-shadow: 0 3px 10px 0 rgba(0,0,0,.05); -webkit-transition: all .3s ease; transition: all .3s ease; } .service-item .mdi{ width: 40px; height: 40px; display: inline-block; border-radius: 50%; border: 1px #347eff solid; color: #347eff ; line-height: 38px; font-size: 20px; margin-bottom: 30px; background: none; -webkit-transition: all .3s ease; transition: all .3s ease; box-shadow: 0 0 0 0 rgba(52, 126, 255, .5); } .service-item hr{ max-width: 60px; margin:15px auto; -webkit-transition: all .3s ease; transition: all .3s ease; } .service-item:hover{box-shadow: 0 7px 30px 0 rgba(0,0,0,.08);} .service-item:hover .mdi{background: #347eff; color: #fff; box-shadow: 0 4px 10px 0 rgba(52, 126, 255, .5);} /*Section Contact*/ .section-contact{ padding-bottom: 70px; } .section-contact .contact-details{ margin-top: 30px; } .section-contact .contact-details li{ position: relative; padding-left: 60px; min-height: 60px; color: #767676; margin-bottom: 30px; padding-top: 7px; } .section-contact .contact-details li h5{ margin: 0 0 5px} .section-contact .contact-details li a, .section-contact .contact-details li p{ color: #aaa; font-size: 16px; line-height: 24px; font-weight: 500; font-family: 'Poppins', sans-serif; text-transform: none; } .section-contact .contact-details li .mdi{position: absolute; left: 0; width: 30px; height: 30px; border: 1px solid #767676; border-radius: 50%; text-align: center; line-height: 28px; font-size: 14px; top: 0; left: 0;} .googlemap{ width: 100%; height: 430px; } /*Section Footer*/ .footer{ background: #f1f1f1; padding: 15px 0; } .footer p{ font-size: 14px; color: #aaa; line-height: 24px; padding: 0; margin-bottom: 15px; } .social-link ul{ margin: 0; } .social-link li{ display: inline-block; } .social-link li + li{margin-left: 20px;} .social-link li a{ line-height: 24px; color: #aaa; font-size: 18px; } .social-link li a:hover{ color: #555; } @media(min-width:767px) { .social-link{ float: right; } .footer p{ margin: 0; } } .scrollToTop{ position: fixed; bottom: 20px; right: 20px; width: 30px; height: 30px; background: #298fff; opacity: 0; border-radius: 2px; box-shadow: 0 1px 8px rgba(2, 3, 3, 0.1); text-align: center; line-height: 30px; } .scrollToTop .mdi{ font-size: 20px; } .scrollToTop.scroll-active{ opacity: 1; } /* Preloader */ #preloader { position: fixed; top:0; left:0; right:0; bottom:0; background-color:#298fff; /* change if the mask should have another color then white */ z-index:9999; /* makes sure it stays on top */ } #status { width:200px; height:200px; position:absolute; left:50%; /* centers the loading animation horizontally one the screen */ top:50%; /* centers the loading animation vertically one the screen */ background-repeat:no-repeat; background-position:center; margin:-100px 0 0 -100px; /* is width and height divided by two */ }
0.422266
0.072538
html{ scroll-behavior: smooth; } body { overflow-x: hidden; font-family: 'Montserrat', sans-serif; color: #616971; } /*************************/ /* 02. Preloader */ /*************************/ .spinner-wrapper { position: fixed; z-index: 999999; top: 0; right: 0; bottom: 0; left: 0; background: #fff; } .loader-h3{ position: absolute; top: 60%; /* centers the loading animation vertically one the screen */ left: 46.5%; /* centers the loading animation horizontally one the screen */ width: 3.75rem; height: 1.25rem; margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ text-align: center; } @media(max-width:768px){ .loader-h3{ left: 40%; } } .spinner { position: absolute; top: 50%; /* centers the loading animation vertically one the screen */ left: 50%; /* centers the loading animation horizontally one the screen */ width: 3.75rem; height: 1.25rem; margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ text-align: center; } .spinner > div { display: inline-block; width: 1rem; height: 1rem; border-radius: 100%; background-color: #384AD3; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } /**************************/ .logo-green { color:#28a745; } .logo-red{ color:#ec1328; } .dark-text{ color:#000 !important; } .custom_background{ background: #384AD3; } .custom_view{ color:#d0c2c2; } /*============= TOP BAR HEADER =============*/ .top-bar{ /* background: #384AD3; */ height: 2.0rem; padding: .3rem 0; } .top-bar a{ color:#000; text-decoration: none; font-size: 1rem; } /*============= NAVIGATION =============*/ .navbar-brand img{ height: 4rem; } .navbar{ font-size: 1rem; font-weight: 300; letter-spacing: .01rem; background:white !important; box-shadow: 0 .5rem .5rem rgba(0,0,0,.1); z-index: 1; } .nav-item{ padding: .5rem .5rem; } .nav-link{ /* color: #5b5555 !important; */ color: #000 !important; font-weight: 500; } .nav-link.active, .nav-link:hover{ color : #384AD3 !important; } /*============= CAROUSEL =============*/ /* #carousel{ box-shadow: 0 1rem 1rem rgba(0,0,0,.1); } */ .carousel-inner{ max-height: 18rem !important; } /*---Change Carousel Transition Speed --*/ .carousel-item-next,.carousel-item-prev, .carousel-item.active{ transition: transform 1.2s ease; } /*-- Carousel Content --*/ .carousel-caption{ position: absolute; top: 44%; transform : translateY(-50%); text-transform: uppercase; } .bg-custom{ background-color: rgba(0,0,0,.4); color:#fff; border-radius:1rem; } .carousel-caption h1{ font-size:3.8rem; text-shadow:.1em .1rem .3rem rgba(0,0,0,1); } .border-primary{ border-top: .1rem solid #384AD3 !important; border-bottom: .1rem solid #384AD3 !important; } .border-blue{ border: .2rem solid #384AD3 !important; /* border-bottom: .1rem solid #384AD3 !important; */ } .carousel-caption h3{ font-size:2.2rem; text-shadow:.1em .1rem .2rem rgba(0,0,0,1); } .btn-lg{ border-radius:0; text-transform: uppercase; font-size:1rem; border-width: medium; } .btn-danger{ background-color: #AC2615; border: .05rem solid #AC2615; } .btn-primary{ background-color: #384AD3; border:.05rem solid #384AD3; } .btn-primary:hover,.btn-primary:focus{ background-color: #68a0d2 !important; border:.05rem solid #68a0d2 !important; } /*===== FIXED BACKGROUND IMG =====*/ /*-- Emoji Navbar --*/ /*============= FOOTER =============*/ footer{ background-color: #fff; /* padding: 1rem 2rem 3rem; */ } footer img{ height: 5rem; margin: 1.5rem auto; } footer p, footer a, socket a{ color:#000; text-decoration: none; } .span-bottom{ margin : 50px 0; } @media(max-width: 768px){ .span-bottom{ margin : 5px 0; } } /*============= SOCKET =============*/ .socket{ background-color: #fff; border-top: .1rem solid #88898e; } /*================SEARCH PLAN ===================*/ .search-plan{ background-repeat: no-repeat; /* height:24rem; */ background-size: cover; /* background-position: center; */ } .search__box{ font-size:1rem !important; font-weight: 500 !important; color:#fff !important; background: rgba(27, 27, 27, 0.7) !important; } /*================SEARCH PLAN ===================*/ /*================LOAD PLAN FROM ===================*/ .load_plan_form{ width: 80%; margin: 0 auto; /* border: 1px solid #000; */ padding: 10px; } .load_plan_form1{ background-color: rgba(0, 0, 0, 0.022); padding: 40px 20px 20px 20px ; border: 1px solid rgb(225, 219, 219); } @media(max-width:768px){ .load_plan_form{ width:100%; } } /*================LOAD PLAN FORM ===================*/ /*================UPDATE PLAN FORM ===================*/ .update_plan_form{ width:80%; margin: 0 auto; } .update_plan_details{ display:flex; justify-content:space-between; flex-direction: row !important; font-size:small; } @media(max-width:768px){ .update_plan_form{ width:100%; } } /*================UPDATE PLAN FORM ===================*/ /*============= MEDIA QUERIES =============*/ /* Devices under 1199px (xl) */ @media (max-width: 1199.98px) { } /* Devices under 768px (md) */ @media (max-width: 767.98px) { } /*============ BOOTSTRAP BREAK POINTS: Extra small (xs) devices (portrait phones, less than 576px) No media query since this is the default in Bootstrap Small (sm) devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } Medium (md) devices (tablets, 768px and up) @media (min-width: 768px) { ... } Large (lg) devices (desktops, 992px and up) @media (min-width: 992px) { ... } Extra (xl) large devices (large desktops, 1200px and up) @media (min-width: 1200px) { ... } =============*/ /*-- Bootstrap Mobile Gutter Fix --*/ .row, .container-fluid { margin-left: 0px !important; margin-right: 0px !important; } /*-- Fixed Background Image --*/ .fixed-background { position: relative; width: 100%; z-index: 1000!important; } .fixed-wrap { clip: rect(0, auto, auto, 0); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -999 !important; } .fixed { z-index: -999!important; display: block; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform; }
public/css/style.css
html{ scroll-behavior: smooth; } body { overflow-x: hidden; font-family: 'Montserrat', sans-serif; color: #616971; } /*************************/ /* 02. Preloader */ /*************************/ .spinner-wrapper { position: fixed; z-index: 999999; top: 0; right: 0; bottom: 0; left: 0; background: #fff; } .loader-h3{ position: absolute; top: 60%; /* centers the loading animation vertically one the screen */ left: 46.5%; /* centers the loading animation horizontally one the screen */ width: 3.75rem; height: 1.25rem; margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ text-align: center; } @media(max-width:768px){ .loader-h3{ left: 40%; } } .spinner { position: absolute; top: 50%; /* centers the loading animation vertically one the screen */ left: 50%; /* centers the loading animation horizontally one the screen */ width: 3.75rem; height: 1.25rem; margin: -0.625rem 0 0 -1.875rem; /* is width and height divided by two */ text-align: center; } .spinner > div { display: inline-block; width: 1rem; height: 1rem; border-radius: 100%; background-color: #384AD3; -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both; animation: sk-bouncedelay 1.4s infinite ease-in-out both; } .spinner .bounce1 { -webkit-animation-delay: -0.32s; animation-delay: -0.32s; } .spinner .bounce2 { -webkit-animation-delay: -0.16s; animation-delay: -0.16s; } @-webkit-keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); } 40% { -webkit-transform: scale(1); } } @keyframes sk-bouncedelay { 0%, 80%, 100% { -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); } 40% { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); } } /**************************/ .logo-green { color:#28a745; } .logo-red{ color:#ec1328; } .dark-text{ color:#000 !important; } .custom_background{ background: #384AD3; } .custom_view{ color:#d0c2c2; } /*============= TOP BAR HEADER =============*/ .top-bar{ /* background: #384AD3; */ height: 2.0rem; padding: .3rem 0; } .top-bar a{ color:#000; text-decoration: none; font-size: 1rem; } /*============= NAVIGATION =============*/ .navbar-brand img{ height: 4rem; } .navbar{ font-size: 1rem; font-weight: 300; letter-spacing: .01rem; background:white !important; box-shadow: 0 .5rem .5rem rgba(0,0,0,.1); z-index: 1; } .nav-item{ padding: .5rem .5rem; } .nav-link{ /* color: #5b5555 !important; */ color: #000 !important; font-weight: 500; } .nav-link.active, .nav-link:hover{ color : #384AD3 !important; } /*============= CAROUSEL =============*/ /* #carousel{ box-shadow: 0 1rem 1rem rgba(0,0,0,.1); } */ .carousel-inner{ max-height: 18rem !important; } /*---Change Carousel Transition Speed --*/ .carousel-item-next,.carousel-item-prev, .carousel-item.active{ transition: transform 1.2s ease; } /*-- Carousel Content --*/ .carousel-caption{ position: absolute; top: 44%; transform : translateY(-50%); text-transform: uppercase; } .bg-custom{ background-color: rgba(0,0,0,.4); color:#fff; border-radius:1rem; } .carousel-caption h1{ font-size:3.8rem; text-shadow:.1em .1rem .3rem rgba(0,0,0,1); } .border-primary{ border-top: .1rem solid #384AD3 !important; border-bottom: .1rem solid #384AD3 !important; } .border-blue{ border: .2rem solid #384AD3 !important; /* border-bottom: .1rem solid #384AD3 !important; */ } .carousel-caption h3{ font-size:2.2rem; text-shadow:.1em .1rem .2rem rgba(0,0,0,1); } .btn-lg{ border-radius:0; text-transform: uppercase; font-size:1rem; border-width: medium; } .btn-danger{ background-color: #AC2615; border: .05rem solid #AC2615; } .btn-primary{ background-color: #384AD3; border:.05rem solid #384AD3; } .btn-primary:hover,.btn-primary:focus{ background-color: #68a0d2 !important; border:.05rem solid #68a0d2 !important; } /*===== FIXED BACKGROUND IMG =====*/ /*-- Emoji Navbar --*/ /*============= FOOTER =============*/ footer{ background-color: #fff; /* padding: 1rem 2rem 3rem; */ } footer img{ height: 5rem; margin: 1.5rem auto; } footer p, footer a, socket a{ color:#000; text-decoration: none; } .span-bottom{ margin : 50px 0; } @media(max-width: 768px){ .span-bottom{ margin : 5px 0; } } /*============= SOCKET =============*/ .socket{ background-color: #fff; border-top: .1rem solid #88898e; } /*================SEARCH PLAN ===================*/ .search-plan{ background-repeat: no-repeat; /* height:24rem; */ background-size: cover; /* background-position: center; */ } .search__box{ font-size:1rem !important; font-weight: 500 !important; color:#fff !important; background: rgba(27, 27, 27, 0.7) !important; } /*================SEARCH PLAN ===================*/ /*================LOAD PLAN FROM ===================*/ .load_plan_form{ width: 80%; margin: 0 auto; /* border: 1px solid #000; */ padding: 10px; } .load_plan_form1{ background-color: rgba(0, 0, 0, 0.022); padding: 40px 20px 20px 20px ; border: 1px solid rgb(225, 219, 219); } @media(max-width:768px){ .load_plan_form{ width:100%; } } /*================LOAD PLAN FORM ===================*/ /*================UPDATE PLAN FORM ===================*/ .update_plan_form{ width:80%; margin: 0 auto; } .update_plan_details{ display:flex; justify-content:space-between; flex-direction: row !important; font-size:small; } @media(max-width:768px){ .update_plan_form{ width:100%; } } /*================UPDATE PLAN FORM ===================*/ /*============= MEDIA QUERIES =============*/ /* Devices under 1199px (xl) */ @media (max-width: 1199.98px) { } /* Devices under 768px (md) */ @media (max-width: 767.98px) { } /*============ BOOTSTRAP BREAK POINTS: Extra small (xs) devices (portrait phones, less than 576px) No media query since this is the default in Bootstrap Small (sm) devices (landscape phones, 576px and up) @media (min-width: 576px) { ... } Medium (md) devices (tablets, 768px and up) @media (min-width: 768px) { ... } Large (lg) devices (desktops, 992px and up) @media (min-width: 992px) { ... } Extra (xl) large devices (large desktops, 1200px and up) @media (min-width: 1200px) { ... } =============*/ /*-- Bootstrap Mobile Gutter Fix --*/ .row, .container-fluid { margin-left: 0px !important; margin-right: 0px !important; } /*-- Fixed Background Image --*/ .fixed-background { position: relative; width: 100%; z-index: 1000!important; } .fixed-wrap { clip: rect(0, auto, auto, 0); position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -999 !important; } .fixed { z-index: -999!important; display: block; top: 0; left: 0; width: 100%; height: 100%; background-size: cover; background-position: center center; -webkit-transform: translateZ(0); transform: translateZ(0); will-change: transform; }
0.366817
0.06767
@font-face { font-family: 'NeoSansPro-Regular'; src: url("../../../fonts/NeoSansPro-Regular.eot"); src: url("../../../fonts/NeoSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Regular.woff") format("woff"), url("../../../fonts/NeoSansPro-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Bold.eot"); src: url("../../../fonts/NeoSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Bold.woff") format("woff"), url("../../../fonts/NeoSansPro-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Light.eot"); src: url("../../../fonts/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Light.woff") format("woff"), url("../../../fonts/NeoSansPro-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Italic.eot"); src: url("../../../fonts/NeoSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Italic.woff") format("woff"), url("../../../fonts/NeoSansPro-Italic.ttf") format("truetype"); font-weight: normal; font-style: italic; } @font-face { font-family: 'NeoSansPro-Medium'; src: url("../../../fonts/NeoSansPro-Medium.eot"); src: url("../../../fonts/NeoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Medium.woff") format("woff"), url("../../../fonts/NeoSansPro-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-MediumItalic.eot"); src: url("../../../fonts/NeoSansPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-MediumItalic.woff") format("woff"), url("../../../fonts/NeoSansPro-MediumItalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } /* -------------------- VARIABLES ---------------------*/ /* -------------------- MIXINS ---------------------*/ /* line 94, ../sass/stylesheet.scss */ .select { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 90%; font-size: 12px; } /* line 102, ../sass/stylesheet.scss */ .input_txt { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 90%; font-size: 12px; } /* line 110, ../sass/stylesheet.scss */ .textarea { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 100%; resize: none; height: 150px; font-size: 12px; } /* -------------------- MAIN CSS ---------------------*/ /* line 123, ../sass/stylesheet.scss */ body { margin: 0; padding: 0; font-family: "NeoSansPro-Regular" !important; font-size: 12px !important; color: #727376 !important; } /* line 131, ../sass/stylesheet.scss */ a { text-decoration: none; color: #727376 !important; } /* line 134, ../sass/stylesheet.scss */ a:hover { color: #cc0000 !important; text-decoration: none !important; } /* Divya Styles start here */ /* line 140, ../sass/stylesheet.scss */ .search { background-color: #fff !important; background-image: url(../../../images/search-icon.png) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-position: right center !important; } /* line 148, ../sass/stylesheet.scss */ .top-strip-inner .top-text-fld { width: 190px; } /* line 153, ../sass/stylesheet.scss */ .main-right h3.block-head { margin: 0px 0px 5px 0px; } /* line 158, ../sass/stylesheet.scss */ .main-right .block { margin: 0; } /* line 161, ../sass/stylesheet.scss */ .main-right .right-menu { margin: 0; } /* line 166, ../sass/stylesheet.scss */ .profile-block h3.block-head { margin-bottom: 5px; } /* line 170, ../sass/stylesheet.scss */ .right-head { background: #f0f1f1; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; clear: both; margin: 7px 0; padding: 9px; } /* line 177, ../sass/stylesheet.scss */ .grey { background: #808184; color: #fff; font-family: "NeoSansPro-Regular"; margin: 0 0 2px 0; font-size: 14px; } /* line 185, ../sass/stylesheet.scss */ .border-bottom { border-bottom: 2px solid #e8e8e8; } /* line 188, ../sass/stylesheet.scss */ .border-bottom-red { border-bottom: 2px solid red; } /* line 192, ../sass/stylesheet.scss */ .post-button a { border: 1px solid red; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: block; font-family: "NeoSansPro-Medium"; font-size: 12px; line-height: 14px; margin-bottom: 6px; padding: 8px 16px; text-align: center; } /* line 204, ../sass/stylesheet.scss */ .padding-left { padding-left: 0 !important; } /* line 208, ../sass/stylesheet.scss */ .main-middle input[type="checkbox"], .main-middle input { margin-bottom: 10px; } /* line 212, ../sass/stylesheet.scss */ input[type="radio"] { margin-top: 1px !important; } /* line 215, ../sass/stylesheet.scss */ .bold { font-family: neosanspro-medium; } /* line 218, ../sass/stylesheet.scss */ .margin-top { margin-top: 10px; } /* line 221, ../sass/stylesheet.scss */ .margin-more { margin: 30px 0 0 0; } /* line 224, ../sass/stylesheet.scss */ .mobile-fluid.small-width { width: 35%; } @media (min-width: 1024px) and (max-width: 1200px) { /* line 229, ../sass/stylesheet.scss */ .mobile-fluid.small-width { width: 50%; } } /* line 233, ../sass/stylesheet.scss */ .bold-text { font-family: "NeoSansPro-Medium"; } /* line 236, ../sass/stylesheet.scss */ .table-boder { float: left; margin-bottom: 0 !important; padding: 15px 0 10px; width: 100%; } /* line 242, ../sass/stylesheet.scss */ .red-border { border-bottom: 2px solid red; } /* line 243, ../sass/stylesheet.scss */ .post-plus a { padding: 8px; } /* line 244, ../sass/stylesheet.scss */ .underline { text-decoration: underline; } /* line 245, ../sass/stylesheet.scss */ .inline-block-list > li { margin-right: 2px; display: inline-block; } /* line 249, ../sass/stylesheet.scss */ .inline-block-list a { border-right: 1px solid #222; padding-right: 11px; } /* line 253, ../sass/stylesheet.scss */ .inline-block-list li:last-child a { border-right: none; } /* line 256, ../sass/stylesheet.scss */ .full-width { width: 100%; display: table; } /* line 259, ../sass/stylesheet.scss */ .full-width .first-width { width: 50%; vertical-align: top; display: table-cell; } /* line 264, ../sass/stylesheet.scss */ .full-width .second-width { display: table-cell; vertical-align: middle; text-align: center; background: #fcfcfc; } /* line 269, ../sass/stylesheet.scss */ .full-width .second-width .btn-grey { margin: 0px 3px 5px; } /* line 272, ../sass/stylesheet.scss */ .full-width .second-width span { display: block; padding: 10px 0 0; } /* line 279, ../sass/stylesheet.scss */ .inline-block ul { display: block; margin: 10px 0px; } /* line 282, ../sass/stylesheet.scss */ .inline-block ul li.text-left { display: inline-block; width: 23%; vertical-align: top; } /* line 287, ../sass/stylesheet.scss */ .inline-block ul li.text-left.more-padding { padding-left: 50px; } /* line 290, ../sass/stylesheet.scss */ .inline-block ul li.text-left.small-width { width: 4%; } /* line 294, ../sass/stylesheet.scss */ .inline-block ul li.text-left.full-width { width: 60%; } /* line 297, ../sass/stylesheet.scss */ .inline-block ul .right-text { float: right; text-align: right; } /* line 305, ../sass/stylesheet.scss */ .table-view h4 { margin-bottom: 0px; } /* line 309, ../sass/stylesheet.scss */ .red { color: red !important; } /* line 312, ../sass/stylesheet.scss */ .no-border-right li a { border-right: 0 none; } /* line 315, ../sass/stylesheet.scss */ .small-width textarea { border: 1px solid #cecece; border-radius: 4px; font-family: "NeoSansPro-Regular"; font-size: 12px; padding: 5px; width: 100%; margin-bottom: 10px; } /* line 324, ../sass/stylesheet.scss */ .main-right-10 { margin-right: 10px; } /* line 327, ../sass/stylesheet.scss */ input[type="checkbox"] { margin-right: 5px !important; }
public/css/sass/stylesheets/stylesheet.css
@font-face { font-family: 'NeoSansPro-Regular'; src: url("../../../fonts/NeoSansPro-Regular.eot"); src: url("../../../fonts/NeoSansPro-Regular.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Regular.woff") format("woff"), url("../../../fonts/NeoSansPro-Regular.ttf") format("truetype"); font-weight: normal; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Bold.eot"); src: url("../../../fonts/NeoSansPro-Bold.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Bold.woff") format("woff"), url("../../../fonts/NeoSansPro-Bold.ttf") format("truetype"); font-weight: bold; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Light.eot"); src: url("../../../fonts/NeoSansPro-Light.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Light.woff") format("woff"), url("../../../fonts/NeoSansPro-Light.ttf") format("truetype"); font-weight: 300; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-Italic.eot"); src: url("../../../fonts/NeoSansPro-Italic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Italic.woff") format("woff"), url("../../../fonts/NeoSansPro-Italic.ttf") format("truetype"); font-weight: normal; font-style: italic; } @font-face { font-family: 'NeoSansPro-Medium'; src: url("../../../fonts/NeoSansPro-Medium.eot"); src: url("../../../fonts/NeoSansPro-Medium.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-Medium.woff") format("woff"), url("../../../fonts/NeoSansPro-Medium.ttf") format("truetype"); font-weight: 500; font-style: normal; } @font-face { font-family: 'NeoSansPro'; src: url("../../../fonts/NeoSansPro-MediumItalic.eot"); src: url("../../../fonts/NeoSansPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../../fonts/NeoSansPro-MediumItalic.woff") format("woff"), url("../../../fonts/NeoSansPro-MediumItalic.ttf") format("truetype"); font-weight: 500; font-style: italic; } /* -------------------- VARIABLES ---------------------*/ /* -------------------- MIXINS ---------------------*/ /* line 94, ../sass/stylesheet.scss */ .select { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 90%; font-size: 12px; } /* line 102, ../sass/stylesheet.scss */ .input_txt { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 90%; font-size: 12px; } /* line 110, ../sass/stylesheet.scss */ .textarea { font-family: "NeoSansPro-Regular"; border: 1px solid #cecece; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; padding: 5px; width: 100%; resize: none; height: 150px; font-size: 12px; } /* -------------------- MAIN CSS ---------------------*/ /* line 123, ../sass/stylesheet.scss */ body { margin: 0; padding: 0; font-family: "NeoSansPro-Regular" !important; font-size: 12px !important; color: #727376 !important; } /* line 131, ../sass/stylesheet.scss */ a { text-decoration: none; color: #727376 !important; } /* line 134, ../sass/stylesheet.scss */ a:hover { color: #cc0000 !important; text-decoration: none !important; } /* Divya Styles start here */ /* line 140, ../sass/stylesheet.scss */ .search { background-color: #fff !important; background-image: url(../../../images/search-icon.png) !important; background-repeat: no-repeat !important; background-attachment: scroll !important; background-position: right center !important; } /* line 148, ../sass/stylesheet.scss */ .top-strip-inner .top-text-fld { width: 190px; } /* line 153, ../sass/stylesheet.scss */ .main-right h3.block-head { margin: 0px 0px 5px 0px; } /* line 158, ../sass/stylesheet.scss */ .main-right .block { margin: 0; } /* line 161, ../sass/stylesheet.scss */ .main-right .right-menu { margin: 0; } /* line 166, ../sass/stylesheet.scss */ .profile-block h3.block-head { margin-bottom: 5px; } /* line 170, ../sass/stylesheet.scss */ .right-head { background: #f0f1f1; -webkit-border-radius: 4px; -moz-border-radius: 4px; -ms-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; clear: both; margin: 7px 0; padding: 9px; } /* line 177, ../sass/stylesheet.scss */ .grey { background: #808184; color: #fff; font-family: "NeoSansPro-Regular"; margin: 0 0 2px 0; font-size: 14px; } /* line 185, ../sass/stylesheet.scss */ .border-bottom { border-bottom: 2px solid #e8e8e8; } /* line 188, ../sass/stylesheet.scss */ .border-bottom-red { border-bottom: 2px solid red; } /* line 192, ../sass/stylesheet.scss */ .post-button a { border: 1px solid red; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; display: block; font-family: "NeoSansPro-Medium"; font-size: 12px; line-height: 14px; margin-bottom: 6px; padding: 8px 16px; text-align: center; } /* line 204, ../sass/stylesheet.scss */ .padding-left { padding-left: 0 !important; } /* line 208, ../sass/stylesheet.scss */ .main-middle input[type="checkbox"], .main-middle input { margin-bottom: 10px; } /* line 212, ../sass/stylesheet.scss */ input[type="radio"] { margin-top: 1px !important; } /* line 215, ../sass/stylesheet.scss */ .bold { font-family: neosanspro-medium; } /* line 218, ../sass/stylesheet.scss */ .margin-top { margin-top: 10px; } /* line 221, ../sass/stylesheet.scss */ .margin-more { margin: 30px 0 0 0; } /* line 224, ../sass/stylesheet.scss */ .mobile-fluid.small-width { width: 35%; } @media (min-width: 1024px) and (max-width: 1200px) { /* line 229, ../sass/stylesheet.scss */ .mobile-fluid.small-width { width: 50%; } } /* line 233, ../sass/stylesheet.scss */ .bold-text { font-family: "NeoSansPro-Medium"; } /* line 236, ../sass/stylesheet.scss */ .table-boder { float: left; margin-bottom: 0 !important; padding: 15px 0 10px; width: 100%; } /* line 242, ../sass/stylesheet.scss */ .red-border { border-bottom: 2px solid red; } /* line 243, ../sass/stylesheet.scss */ .post-plus a { padding: 8px; } /* line 244, ../sass/stylesheet.scss */ .underline { text-decoration: underline; } /* line 245, ../sass/stylesheet.scss */ .inline-block-list > li { margin-right: 2px; display: inline-block; } /* line 249, ../sass/stylesheet.scss */ .inline-block-list a { border-right: 1px solid #222; padding-right: 11px; } /* line 253, ../sass/stylesheet.scss */ .inline-block-list li:last-child a { border-right: none; } /* line 256, ../sass/stylesheet.scss */ .full-width { width: 100%; display: table; } /* line 259, ../sass/stylesheet.scss */ .full-width .first-width { width: 50%; vertical-align: top; display: table-cell; } /* line 264, ../sass/stylesheet.scss */ .full-width .second-width { display: table-cell; vertical-align: middle; text-align: center; background: #fcfcfc; } /* line 269, ../sass/stylesheet.scss */ .full-width .second-width .btn-grey { margin: 0px 3px 5px; } /* line 272, ../sass/stylesheet.scss */ .full-width .second-width span { display: block; padding: 10px 0 0; } /* line 279, ../sass/stylesheet.scss */ .inline-block ul { display: block; margin: 10px 0px; } /* line 282, ../sass/stylesheet.scss */ .inline-block ul li.text-left { display: inline-block; width: 23%; vertical-align: top; } /* line 287, ../sass/stylesheet.scss */ .inline-block ul li.text-left.more-padding { padding-left: 50px; } /* line 290, ../sass/stylesheet.scss */ .inline-block ul li.text-left.small-width { width: 4%; } /* line 294, ../sass/stylesheet.scss */ .inline-block ul li.text-left.full-width { width: 60%; } /* line 297, ../sass/stylesheet.scss */ .inline-block ul .right-text { float: right; text-align: right; } /* line 305, ../sass/stylesheet.scss */ .table-view h4 { margin-bottom: 0px; } /* line 309, ../sass/stylesheet.scss */ .red { color: red !important; } /* line 312, ../sass/stylesheet.scss */ .no-border-right li a { border-right: 0 none; } /* line 315, ../sass/stylesheet.scss */ .small-width textarea { border: 1px solid #cecece; border-radius: 4px; font-family: "NeoSansPro-Regular"; font-size: 12px; padding: 5px; width: 100%; margin-bottom: 10px; } /* line 324, ../sass/stylesheet.scss */ .main-right-10 { margin-right: 10px; } /* line 327, ../sass/stylesheet.scss */ input[type="checkbox"] { margin-right: 5px !important; }
0.203866
0.081703
body { max-width: max-content; margin: auto; } /* sass-ified from npm-website */ .markdown { margin: 0; color: #333; } .markdown ol { list-style-position: outside; font-weight: 600; margin-bottom: 20px; margin-left: 16px; } .markdown ol li { margin-bottom: 2px; } .markdown li { font-weight: 400; } .markdown>h1 { margin: 24px 0 16px 0; padding: 0; padding-bottom: 7px; text-align: left; line-height: 1.2; white-space: normal; text-transform: none; letter-spacing: -0.8px; } .markdown>h1 a { color: text-color; text-decoration: none; } .markdown>h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { font-weight: 600; } .markdown>h2 a, .markdown h3 a, .markdown h4 a, .markdown h5 a, .markdown h6 a { font-weight: 700; text-decoration: none; } .markdown>h2 a:hover, .markdown h3 a:hover, .markdown h4 a:hover, .markdown h5 a:hover, .markdown h6 a:hover { text-decoration: underline; } .markdown>h1, .markdown h2 { border-bottom: 1px solid greigh6; margin: 8px 0 16px 0; } .markdown h2 { letter-spacing: -0.3px; } .markdown h3 { margin: 16px 0 4px 0; } .markdown h4, .markdown h5, .markdown h6 { margin: 16px 0 4px 0; } .markdown ol ol, .markdown ul ol, .markdown ol ul, .markdown ul ul { margin: 0 0 0 20px; } .markdown p, .markdown li { color: #333; } .markdown p a, .markdown li a { font-weight: 600; } .markdown th { font-weight: bold; } .markdown td, .markdown th { background: #fff; border: 1px solid greigh6; } .markdown img { max-width: 100%; } .markdown h1:hover .deep-link .deep-link-icon, .markdown h2:hover .deep-link .deep-link-icon, .markdown h3:hover .deep-link .deep-link-icon, .markdown h4:hover .deep-link .deep-link-icon, .markdown h5:hover .deep-link .deep-link-icon, .markdown h6:hover .deep-link .deep-link-icon, .markdown .deep-link:hover .deep-link-icon, .markdown .deep-link-icon:hover { visibility: visible; } .markdown .deep-link { float: left; margin-left: -20px; padding-right: 4px; } .markdown .deep-link .deep-link-icon { visibility: hidden; } .markdown blockquote { background: #efefef; padding: 1px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 10px; border-radius: 3px; } .markdown table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; } .markdown td, .markdown th { padding: 9px 13px; border: 1px solid #d8d8d8; } .markdown tr:nth-child(2n) td { background-color: #f4f4f4; } /* syntax highlighting */ .markdown .highlight { background-color: #f0f0f0; color: #000; margin-bottom: 16px; border-radius: 6px; } .markdown .highlight .invisible-character { color: rgba(85, 85, 85, 0.2); } .markdown .highlight .indent-guide { color: rgba(85, 85, 85, 0.2); } .markdown .highlight .wrap-guide { background-color: rgba(85, 85, 85, 0.2); } .markdown .highlight .gutter { color: #000; background: #fff; } .markdown .highlight .gutter .line-number.folded, .markdown .highlight .gutter .line-number:after, .markdown .highlight .fold-marker:after { color: #e87b00; } .markdown .highlight .invisible { color: #555; } .markdown .highlight .selection .region { background-color: #e1e1e1; } .markdown .highlight.is-focused .cursor { border-color: #000; } .markdown .highlight.is-focused .selection .region { background-color: #afc4da; } .markdown .highlight.is-focused .line-number.cursor-line-no-selection, .markdown .highlight.is-focused .line.cursor-line { background-color: rgba(255, 255, 134, 0.34); } .markdown .highlight .source.gfm { color: #444; } .markdown .highlight .gfm .markup.heading { color: #111; } .markdown .highlight .gfm .link { color: #888; } .markdown .highlight .gfm .variable.list { color: #888; } .markdown .highlight .markdown .paragraph { color: #444; } .markdown .highlight .markdown .heading { color: #111; } .markdown .highlight .markdown .link { color: #888; } .markdown .highlight .markdown .link .string { color: #888; } .markdown .string .source, .markdown .string .meta.embedded.line { color: #5a5a5a; } .markdown .string .punctuation.section.embedded { color: #920b2d; } .markdown .string .punctuation.section.embedded .source { color: #920b2d; } .markdown .constant.numeric { color: #d14; } .markdown .constant.language { color: #606aa1; } .markdown .constant.character, .markdown .constant.other { color: #606aa1; } .markdown .constant.symbol { color: #990073; } .markdown .constant.numeric.line-number.find-in-files .match { color: rgba(143, 190, 0, 0.63); } .markdown .variable { color: #008080; } .markdown .variable.parameter { color: #606aa1; } .markdown .keyword { color: #222; font-weight: bold; } .markdown .keyword.unit { color: #458; } .markdown .keyword.special-method { color: #0086b3; } .markdown .storage { color: #222; } .markdown .storage.type { color: #222; } .markdown .entity.name.class { text-decoration: underline; color: #606aa1; } .markdown .entity.other.inherited-class { text-decoration: underline; color: #606aa1; } .markdown .entity.name.function { color: #900; } .markdown .entity.name.tag { color: #008080; } .markdown .entity.other.attribute-name { color: #458; font-weight: bold; } .markdown .entity.name.filename.find-in-files { color: #e6db74; } .markdown .support.constant, .markdown .support.function, .markdown .support.type { color: #458; } .markdown .support.class { color: #008080; } .markdown .invalid { color: #f8f8f0; background-color: #00a8c6; } .markdown .invalid.deprecated { color: #f8f8f0; background-color: #8fbe00; } .markdown .meta.structure.dictionary.json>.string.quoted.double.json, .markdown .meta.structure.dictionary.json>.string.quoted.double.json .punctuation.string { color: #000080; } .markdown .meta.structure.dictionary.value.json>.string.quoted.double.json { color: #d14; } .markdown .meta.diff, .markdown .meta.diff.header { color: #75715e; } .markdown .css.support.property-name { font-weight: bold; color: #333; } .markdown .css.constant { color: #099; } .markdown .bracket-matcher .region { background-color: #c9c9c9; opacity: 0.7; border-bottom: 0 none; } @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600); @import url(https://fonts.googleapis.com/css?family=Fira+Mono); @import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600); /*! TACHYONS v4.12.0 | http://tachyons.io */ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } [hidden], template { display: none } .border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul { box-sizing: border-box } .aspect-ratio { height: 0; position: relative } .aspect-ratio--16x9 { padding-bottom: 56.25% } .aspect-ratio--9x16 { padding-bottom: 177.77% } .aspect-ratio--4x3 { padding-bottom: 75% } .aspect-ratio--3x4 { padding-bottom: 133.33% } .aspect-ratio--6x4 { padding-bottom: 66.6% } .aspect-ratio--4x6 { padding-bottom: 150% } .aspect-ratio--8x5 { padding-bottom: 62.5% } .aspect-ratio--5x8 { padding-bottom: 160% } .aspect-ratio--7x5 { padding-bottom: 71.42% } .aspect-ratio--5x7 { padding-bottom: 140% } .aspect-ratio--1x1 { padding-bottom: 100% } .aspect-ratio--object { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } img { max-width: 100% } .cover { background-size: cover !important } .contain { background-size: contain !important } .bg-center { background-position: 50% } .bg-center, .bg-top { background-repeat: no-repeat } .bg-top { background-position: top } .bg-right { background-position: 100% } .bg-bottom, .bg-right { background-repeat: no-repeat } .bg-bottom { background-position: bottom } .bg-left { background-repeat: no-repeat; background-position: 0 } .outline { outline: 1px solid } .outline-transparent { outline: 1px solid transparent } .outline-0 { outline: 0 } .ba { border-style: solid; border-width: 1px } .bt { border-top-style: solid; border-top-width: 1px } .br { border-right-style: solid; border-right-width: 1px } .bb { border-bottom-style: solid; border-bottom-width: 1px } .bl { border-left-style: solid; border-left-width: 1px } .bn { border-style: none; border-width: 0 } .b--black { border-color: #000 } .b--near-black { border-color: #111 } .b--dark-gray { border-color: #333 } .b--mid-gray { border-color: #555 } .b--gray { border-color: #777 } .b--silver { border-color: #999 } .b--light-silver { border-color: #aaa } .b--moon-gray { border-color: #ccc } .b--light-gray { border-color: #eee } .b--near-white { border-color: #f4f4f4 } .b--white { border-color: #fff } .b--white-90 { border-color: hsla(0, 0%, 100%, .9) } .b--white-80 { border-color: hsla(0, 0%, 100%, .8) } .b--white-70 { border-color: hsla(0, 0%, 100%, .7) } .b--white-60 { border-color: hsla(0, 0%, 100%, .6) } .b--white-50 { border-color: hsla(0, 0%, 100%, .5) } .b--white-40 { border-color: hsla(0, 0%, 100%, .4) } .b--white-30 { border-color: hsla(0, 0%, 100%, .3) } .b--white-20 { border-color: hsla(0, 0%, 100%, .2) } .b--white-10 { border-color: hsla(0, 0%, 100%, .1) } .b--white-05 { border-color: hsla(0, 0%, 100%, .05) } .b--white-025 { border-color: hsla(0, 0%, 100%, .025) } .b--white-0125 { border-color: hsla(0, 0%, 100%, .0125) } .b--black-90 { border-color: rgba(0, 0, 0, .9) } .b--black-80 { border-color: rgba(0, 0, 0, .8) } .b--black-70 { border-color: rgba(0, 0, 0, .7) } .b--black-60 { border-color: rgba(0, 0, 0, .6) } .b--black-50 { border-color: rgba(0, 0, 0, .5) } .b--black-40 { border-color: rgba(0, 0, 0, .4) } .b--black-30 { border-color: rgba(0, 0, 0, .3) } .b--black-20 { border-color: rgba(0, 0, 0, .2) } .b--black-10 { border-color: rgba(0, 0, 0, .1) } .b--black-05 { border-color: rgba(0, 0, 0, .05) } .b--black-025 { border-color: rgba(0, 0, 0, .025) } .b--black-0125 { border-color: rgba(0, 0, 0, .0125) } .b--dark-red { border-color: #e7040f } .b--red { border-color: #ff4136 } .b--light-red { border-color: #ff725c } .b--orange { border-color: #ff6300 } .b--gold { border-color: #ffb700 } .b--yellow { border-color: gold } .b--light-yellow { border-color: #fbf1a9 } .b--purple { border-color: #5e2ca5 } .b--light-purple { border-color: #a463f2 } .b--dark-pink { border-color: #d5008f } .b--hot-pink { border-color: #ff41b4 } .b--pink { border-color: #ff80cc } .b--light-pink { border-color: #ffa3d7 } .b--dark-green { border-color: #137752 } .b--green { border-color: #19a974 } .b--light-green { border-color: #9eebcf } .b--navy { border-color: #001b44 } .b--dark-blue { border-color: #00449e } .b--blue { border-color: #357edd } .b--light-blue { border-color: #96ccff } .b--lightest-blue { border-color: #cdecff } .b--washed-blue { border-color: #f6fffe } .b--washed-green { border-color: #e8fdf5 } .b--washed-yellow { border-color: #fffceb } .b--washed-red { border-color: #ffdfdf } .b--transparent { border-color: transparent } .b--inherit { border-color: inherit } .b--initial { border-color: initial } .b--unset { border-color: unset } .br0 { border-radius: 0 } .br1 { border-radius: .125rem } .br2 { border-radius: .25rem } .br3 { border-radius: .5rem } .br4 { border-radius: 1rem } .br-100 { border-radius: 100% } .br-pill { border-radius: 9999px } .br--bottom { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top { border-bottom-right-radius: 0 } .br--right, .br--top { border-bottom-left-radius: 0 } .br--right { border-top-left-radius: 0 } .br--left { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit { border-radius: inherit } .br-initial { border-radius: initial } .br-unset { border-radius: unset } .b--dotted { border-style: dotted } .b--dashed { border-style: dashed } .b--solid { border-style: solid } .b--none { border-style: none } .bw0 { border-width: 0 } .bw1 { border-width: .125rem } .bw2 { border-width: .25rem } .bw3 { border-width: .5rem } .bw4 { border-width: 1rem } .bw5 { border-width: 2rem } .bt-0 { border-top-width: 0 } .br-0 { border-right-width: 0 } .bb-0 { border-bottom-width: 0 } .bl-0 { border-left-width: 0 } .shadow-1 { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2 { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3 { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4 { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5 { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .pre { overflow-x: auto; overflow-y: hidden; overflow: scroll } .top-0 { top: 0 } .right-0 { right: 0 } .bottom-0 { bottom: 0 } .left-0 { left: 0 } .top-1 { top: 1rem } .right-1 { right: 1rem } .bottom-1 { bottom: 1rem } .left-1 { left: 1rem } .top-2 { top: 2rem } .right-2 { right: 2rem } .bottom-2 { bottom: 2rem } .left-2 { left: 2rem } .top--1 { top: -1rem } .right--1 { right: -1rem } .bottom--1 { bottom: -1rem } .left--1 { left: -1rem } .top--2 { top: -2rem } .right--2 { right: -2rem } .bottom--2 { bottom: -2rem } .left--2 { left: -2rem } .absolute--fill { top: 0; right: 0; bottom: 0; left: 0 } .cf:after, .cf:before { content: " "; display: table } .cf:after { clear: both } .cf { *zoom: 1 } .cl { clear: left } .cr { clear: right } .cb { clear: both } .cn { clear: none } .dn { display: none } .di { display: inline } .db { display: block } .dib { display: inline-block } .dit { display: inline-table } .dt { display: table } .dtc { display: table-cell } .dt-row { display: table-row } .dt-row-group { display: table-row-group } .dt-column { display: table-column } .dt-column-group { display: table-column-group } .dt--fixed { table-layout: fixed; width: 100% } .flex { display: flex } .inline-flex { display: inline-flex } .flex-auto { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none { flex: none } .flex-column { flex-direction: column } .flex-row { flex-direction: row } .flex-wrap { flex-wrap: wrap } .flex-nowrap { flex-wrap: nowrap } .flex-wrap-reverse { flex-wrap: wrap-reverse } .flex-column-reverse { flex-direction: column-reverse } .flex-row-reverse { flex-direction: row-reverse } .items-start { align-items: flex-start } .items-end { align-items: flex-end } .items-center { align-items: center } .items-baseline { align-items: baseline } .items-stretch { align-items: stretch } .self-start { align-self: flex-start } .self-end { align-self: flex-end } .self-center { align-self: center } .self-baseline { align-self: baseline } .self-stretch { align-self: stretch } .justify-start { justify-content: flex-start } .justify-end { justify-content: flex-end } .justify-center { justify-content: center } .justify-between { justify-content: space-between } .justify-around { justify-content: space-around } .content-start { align-content: flex-start } .content-end { align-content: flex-end } .content-center { align-content: center } .content-between { align-content: space-between } .content-around { align-content: space-around } .content-stretch { align-content: stretch } .order-0 { order: 0 } .order-1 { order: 1 } .order-2 { order: 2 } .order-3 { order: 3 } .order-4 { order: 4 } .order-5 { order: 5 } .order-6 { order: 6 } .order-7 { order: 7 } .order-8 { order: 8 } .order-last { order: 99999 } .flex-grow-0 { flex-grow: 0 } .flex-grow-1 { flex-grow: 1 } .flex-shrink-0 { flex-shrink: 0 } .flex-shrink-1 { flex-shrink: 1 } .fl { float: left } .fl, .fr { _display: inline } .fr { float: right } .fn { float: none } .sans-serif { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif } .serif { font-family: georgia, times, serif } .system-sans-serif { font-family: sans-serif } .system-serif { font-family: serif } .code, code { font-family: Consolas, monaco, monospace } .courier { font-family: Courier Next, courier, monospace } .helvetica { font-family: helvetica neue, helvetica, sans-serif } .avenir { font-family: avenir next, avenir, sans-serif } .athelas { font-family: athelas, georgia, serif } .georgia { font-family: georgia, serif } .times { font-family: times, serif } .bodoni { font-family: Bodoni MT, serif } .calisto { font-family: Calisto MT, serif } .garamond { font-family: garamond, serif } .baskerville { font-family: baskerville, serif } .i { font-style: italic } .fs-normal { font-style: normal } .normal { font-weight: 400 } .b { font-weight: 700 } .fw1 { font-weight: 100 } .fw2 { font-weight: 200 } .fw3 { font-weight: 300 } .fw4 { font-weight: 400 } .fw5 { font-weight: 500 } .fw6 { font-weight: 600 } .fw7 { font-weight: 700 } .fw8 { font-weight: 800 } .fw9 { font-weight: 900 } .input-reset { -webkit-appearance: none; -moz-appearance: none } .button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner { border: 0; padding: 0 } .h1 { height: 1rem } .h2 { height: 2rem } .h3 { height: 4rem } .h4 { height: 8rem } .h5 { height: 16rem } .h-25 { height: 25% } .h-50 { height: 50% } .h-75 { height: 75% } .h-100 { height: 100% } .min-h-100 { min-height: 100% } .vh-25 { height: 25vh } .vh-50 { height: 50vh } .vh-75 { height: 75vh } .vh-100 { height: 100vh } .min-vh-100 { min-height: 100vh } .h-auto { height: auto } .h-inherit { height: inherit } .tracked { letter-spacing: .1em } .tracked-tight { letter-spacing: -.05em } .tracked-mega { letter-spacing: .25em } .lh-solid { line-height: 1 } .lh-title { line-height: 1.25 } .lh-copy { line-height: 1.5 } .link { text-decoration: none } .link, .link:active, .link:focus, .link:hover, .link:link, .link:visited { transition: color .15s ease-in } .link:focus { outline: 1px dotted currentColor } .list { list-style-type: none } .mw-100 { max-width: 100% } .mw1 { max-width: 1rem } .mw2 { max-width: 2rem } .mw3 { max-width: 4rem } .mw4 { max-width: 8rem } .mw5 { max-width: 16rem } .mw6 { max-width: 32rem } .mw7 { max-width: 48rem } .mw8 { max-width: 64rem } .mw9 { max-width: 96rem } .mw-none { max-width: none } .w1 { width: 1rem } .w2 { width: 2rem } .w3 { width: 4rem } .w4 { width: 8rem } .w5 { width: 16rem } .w-10 { width: 10% } .w-20 { width: 20% } .w-25 { width: 25% } .w-30 { width: 30% } .w-33 { width: 33% } .w-34 { width: 34% } .w-40 { width: 40% } .w-50 { width: 50% } .w-60 { width: 60% } .w-70 { width: 70% } .w-75 { width: 75% } .w-80 { width: 80% } .w-90 { width: 90% } .w-100 { width: 100% } .w-third { width: 33.33333% } .w-two-thirds { width: 66.66667% } .w-auto { width: auto } .overflow-visible { overflow: visible } .overflow-hidden { overflow: hidden } .overflow-scroll { overflow: scroll } .overflow-auto { overflow: auto } .overflow-x-visible { overflow-x: visible } .overflow-x-hidden { overflow-x: hidden } .overflow-x-scroll { overflow-x: scroll } .overflow-x-auto { overflow-x: auto } .overflow-y-visible { overflow-y: visible } .overflow-y-hidden { overflow-y: hidden } .overflow-y-scroll { overflow-y: scroll } .overflow-y-auto { overflow-y: auto } .static { position: static } .relative { position: relative } .absolute { position: absolute } .fixed { position: fixed } .o-100 { opacity: 1 } .o-90 { opacity: .9 } .o-80 { opacity: .8 } .o-70 { opacity: .7 } .o-60 { opacity: .6 } .o-50 { opacity: .5 } .o-40 { opacity: .4 } .o-30 { opacity: .3 } .o-20 { opacity: .2 } .o-10 { opacity: .1 } .o-05 { opacity: .05 } .o-025 { opacity: .025 } .o-0 { opacity: 0 } .rotate-45 { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135 { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225 { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315 { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .black-90 { color: rgba(0, 0, 0, .9) } .black-80 { color: rgba(0, 0, 0, .8) } .black-70 { color: rgba(0, 0, 0, .7) } .black-60 { color: rgba(0, 0, 0, .6) } .black-50 { color: rgba(0, 0, 0, .5) } .black-40 { color: rgba(0, 0, 0, .4) } .black-30 { color: rgba(0, 0, 0, .3) } .black-20 { color: rgba(0, 0, 0, .2) } .black-10 { color: rgba(0, 0, 0, .1) } .black-05 { color: rgba(0, 0, 0, .05) } .white-90 { color: hsla(0, 0%, 100%, .9) } .white-80 { color: hsla(0, 0%, 100%, .8) } .white-70 { color: hsla(0, 0%, 100%, .7) } .white-60 { color: hsla(0, 0%, 100%, .6) } .white-50 { color: hsla(0, 0%, 100%, .5) } .white-40 { color: hsla(0, 0%, 100%, .4) } .white-30 { color: hsla(0, 0%, 100%, .3) } .white-20 { color: hsla(0, 0%, 100%, .2) } .white-10 { color: hsla(0, 0%, 100%, .1) } .black { color: #000 } .near-black { color: #111 } .dark-gray { color: #333 } .mid-gray { color: #555 } .gray { color: #777 } .silver { color: #999 } .light-silver { color: #aaa } .moon-gray { color: #ccc } .light-gray { color: #eee } .near-white { color: #f4f4f4 } .white { color: #fff } .dark-red { color: #e7040f } .red { color: #ff4136 } .light-red { color: #ff725c } .orange { color: #ff6300 } .gold { color: #ffb700 } .yellow { color: gold } .light-yellow { color: #fbf1a9 } .purple { color: #5e2ca5 } .light-purple { color: #a463f2 } .dark-pink { color: #d5008f } .hot-pink { color: #ff41b4 } .pink { color: #ff80cc } .light-pink { color: #ffa3d7 } .dark-green { color: #137752 } .green { color: #19a974 } .light-green { color: #9eebcf } .navy { color: #001b44 } .dark-blue { color: #00449e } .blue { color: #357edd } .light-blue { color: #96ccff } .lightest-blue { color: #cdecff } .washed-blue { color: #f6fffe } .washed-green { color: #e8fdf5 } .washed-yellow { color: #fffceb } .washed-red { color: #ffdfdf } .color-inherit { color: inherit } .bg-black-90 { background-color: rgba(0, 0, 0, .9) } .bg-black-80 { background-color: rgba(0, 0, 0, .8) } .bg-black-70 { background-color: rgba(0, 0, 0, .7) } .bg-black-60 { background-color: rgba(0, 0, 0, .6) } .bg-black-50 { background-color: rgba(0, 0, 0, .5) } .bg-black-40 { background-color: rgba(0, 0, 0, .4) } .bg-black-30 { background-color: rgba(0, 0, 0, .3) } .bg-black-20 { background-color: rgba(0, 0, 0, .2) } .bg-black-10 { background-color: rgba(0, 0, 0, .1) } .bg-black-05 { background-color: rgba(0, 0, 0, .05) } .bg-white-90 { background-color: hsla(0, 0%, 100%, .9) } .bg-white-80 { background-color: hsla(0, 0%, 100%, .8) } .bg-white-70 { background-color: hsla(0, 0%, 100%, .7) } .bg-white-60 { background-color: hsla(0, 0%, 100%, .6) } .bg-white-50 { background-color: hsla(0, 0%, 100%, .5) } .bg-white-40 { background-color: hsla(0, 0%, 100%, .4) } .bg-white-30 { background-color: hsla(0, 0%, 100%, .3) } .bg-white-20 { background-color: hsla(0, 0%, 100%, .2) } .bg-white-10 { background-color: hsla(0, 0%, 100%, .1) } .bg-black { background-color: #000 } .bg-near-black { background-color: #111 } .bg-dark-gray { background-color: #333 } .bg-mid-gray { background-color: #555 } .bg-gray { background-color: #777 } .bg-silver { background-color: #999 } .bg-light-silver { background-color: #aaa } .bg-moon-gray { background-color: #ccc } .bg-light-gray { background-color: #eee } .bg-near-white { background-color: #f4f4f4 } .bg-white { background-color: #fff } .bg-transparent { background-color: transparent } .bg-dark-red { background-color: #e7040f } .bg-red { background-color: #ff4136 } .bg-light-red { background-color: #ff725c } .bg-orange { background-color: #ff6300 } .bg-gold { background-color: #ffb700 } .bg-yellow { background-color: gold } .bg-light-yellow { background-color: #fbf1a9 } .bg-purple { background-color: #5e2ca5 } .bg-light-purple { background-color: #a463f2 } .bg-dark-pink { background-color: #d5008f } .bg-hot-pink { background-color: #ff41b4 } .bg-pink { background-color: #ff80cc } .bg-light-pink { background-color: #ffa3d7 } .bg-dark-green { background-color: #137752 } .bg-green { background-color: #19a974 } .bg-light-green { background-color: #9eebcf } .bg-navy { background-color: #001b44 } .bg-dark-blue { background-color: #00449e } .bg-blue { background-color: #357edd } .bg-light-blue { background-color: #96ccff } .bg-lightest-blue { background-color: #cdecff } .bg-washed-blue { background-color: #f6fffe } .bg-washed-green { background-color: #e8fdf5 } .bg-washed-yellow { background-color: #fffceb } .bg-washed-red { background-color: #ffdfdf } .bg-inherit { background-color: inherit } .hover-black:focus, .hover-black:hover { color: #000 } .hover-near-black:focus, .hover-near-black:hover { color: #111 } .hover-dark-gray:focus, .hover-dark-gray:hover { color: #333 } .hover-mid-gray:focus, .hover-mid-gray:hover { color: #555 } .hover-gray:focus, .hover-gray:hover { color: #777 } .hover-silver:focus, .hover-silver:hover { color: #999 } .hover-light-silver:focus, .hover-light-silver:hover { color: #aaa } .hover-moon-gray:focus, .hover-moon-gray:hover { color: #ccc } .hover-light-gray:focus, .hover-light-gray:hover { color: #eee } .hover-near-white:focus, .hover-near-white:hover { color: #f4f4f4 } .hover-white:focus, .hover-white:hover { color: #fff } .hover-black-90:focus, .hover-black-90:hover { color: rgba(0, 0, 0, .9) } .hover-black-80:focus, .hover-black-80:hover { color: rgba(0, 0, 0, .8) } .hover-black-70:focus, .hover-black-70:hover { color: rgba(0, 0, 0, .7) } .hover-black-60:focus, .hover-black-60:hover { color: rgba(0, 0, 0, .6) } .hover-black-50:focus, .hover-black-50:hover { color: rgba(0, 0, 0, .5) } .hover-black-40:focus, .hover-black-40:hover { color: rgba(0, 0, 0, .4) } .hover-black-30:focus, .hover-black-30:hover { color: rgba(0, 0, 0, .3) } .hover-black-20:focus, .hover-black-20:hover { color: rgba(0, 0, 0, .2) } .hover-black-10:focus, .hover-black-10:hover { color: rgba(0, 0, 0, .1) } .hover-white-90:focus, .hover-white-90:hover { color: hsla(0, 0%, 100%, .9) } .hover-white-80:focus, .hover-white-80:hover { color: hsla(0, 0%, 100%, .8) } .hover-white-70:focus, .hover-white-70:hover { color: hsla(0, 0%, 100%, .7) } .hover-white-60:focus, .hover-white-60:hover { color: hsla(0, 0%, 100%, .6) } .hover-white-50:focus, .hover-white-50:hover { color: hsla(0, 0%, 100%, .5) } .hover-white-40:focus, .hover-white-40:hover { color: hsla(0, 0%, 100%, .4) } .hover-white-30:focus, .hover-white-30:hover { color: hsla(0, 0%, 100%, .3) } .hover-white-20:focus, .hover-white-20:hover { color: hsla(0, 0%, 100%, .2) } .hover-white-10:focus, .hover-white-10:hover { color: hsla(0, 0%, 100%, .1) } .hover-inherit:focus, .hover-inherit:hover { color: inherit } .hover-bg-black:focus, .hover-bg-black:hover { background-color: #000 } .hover-bg-near-black:focus, .hover-bg-near-black:hover { background-color: #111 } .hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover { background-color: #333 } .hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover { background-color: #555 } .hover-bg-gray:focus, .hover-bg-gray:hover { background-color: #777 } .hover-bg-silver:focus, .hover-bg-silver:hover { background-color: #999 } .hover-bg-light-silver:focus, .hover-bg-light-silver:hover { background-color: #aaa } .hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover { background-color: #ccc } .hover-bg-light-gray:focus, .hover-bg-light-gray:hover { background-color: #eee } .hover-bg-near-white:focus, .hover-bg-near-white:hover { background-color: #f4f4f4 } .hover-bg-white:focus, .hover-bg-white:hover { background-color: #fff } .hover-bg-transparent:focus, .hover-bg-transparent:hover { background-color: transparent } .hover-bg-black-90:focus, .hover-bg-black-90:hover { background-color: rgba(0, 0, 0, .9) } .hover-bg-black-80:focus, .hover-bg-black-80:hover { background-color: rgba(0, 0, 0, .8) } .hover-bg-black-70:focus, .hover-bg-black-70:hover { background-color: rgba(0, 0, 0, .7) } .hover-bg-black-60:focus, .hover-bg-black-60:hover { background-color: rgba(0, 0, 0, .6) } .hover-bg-black-50:focus, .hover-bg-black-50:hover { background-color: rgba(0, 0, 0, .5) } .hover-bg-black-40:focus, .hover-bg-black-40:hover { background-color: rgba(0, 0, 0, .4) } .hover-bg-black-30:focus, .hover-bg-black-30:hover { background-color: rgba(0, 0, 0, .3) } .hover-bg-black-20:focus, .hover-bg-black-20:hover { background-color: rgba(0, 0, 0, .2) } .hover-bg-black-10:focus, .hover-bg-black-10:hover { background-color: rgba(0, 0, 0, .1) } .hover-bg-white-90:focus, .hover-bg-white-90:hover { background-color: hsla(0, 0%, 100%, .9) } .hover-bg-white-80:focus, .hover-bg-white-80:hover { background-color: hsla(0, 0%, 100%, .8) } .hover-bg-white-70:focus, .hover-bg-white-70:hover { background-color: hsla(0, 0%, 100%, .7) } .hover-bg-white-60:focus, .hover-bg-white-60:hover { background-color: hsla(0, 0%, 100%, .6) } .hover-bg-white-50:focus, .hover-bg-white-50:hover { background-color: hsla(0, 0%, 100%, .5) } .hover-bg-white-40:focus, .hover-bg-white-40:hover { background-color: hsla(0, 0%, 100%, .4) } .hover-bg-white-30:focus, .hover-bg-white-30:hover { background-color: hsla(0, 0%, 100%, .3) } .hover-bg-white-20:focus, .hover-bg-white-20:hover { background-color: hsla(0, 0%, 100%, .2) } .hover-bg-white-10:focus, .hover-bg-white-10:hover { background-color: hsla(0, 0%, 100%, .1) } .hover-dark-red:focus, .hover-dark-red:hover { color: #e7040f } .hover-red:focus, .hover-red:hover { color: #ff4136 } .hover-light-red:focus, .hover-light-red:hover { color: #ff725c } .hover-orange:focus, .hover-orange:hover { color: #ff6300 } .hover-gold:focus, .hover-gold:hover { color: #ffb700 } .hover-yellow:focus, .hover-yellow:hover { color: gold } .hover-light-yellow:focus, .hover-light-yellow:hover { color: #fbf1a9 } .hover-purple:focus, .hover-purple:hover { color: #5e2ca5 } .hover-light-purple:focus, .hover-light-purple:hover { color: #a463f2 } .hover-dark-pink:focus, .hover-dark-pink:hover { color: #d5008f } .hover-hot-pink:focus, .hover-hot-pink:hover { color: #ff41b4 } .hover-pink:focus, .hover-pink:hover { color: #ff80cc } .hover-light-pink:focus, .hover-light-pink:hover { color: #ffa3d7 } .hover-dark-green:focus, .hover-dark-green:hover { color: #137752 } .hover-green:focus, .hover-green:hover { color: #19a974 } .hover-light-green:focus, .hover-light-green:hover { color: #9eebcf } .hover-navy:focus, .hover-navy:hover { color: #001b44 } .hover-dark-blue:focus, .hover-dark-blue:hover { color: #00449e } .hover-blue:focus, .hover-blue:hover { color: #357edd } .hover-light-blue:focus, .hover-light-blue:hover { color: #96ccff } .hover-lightest-blue:focus, .hover-lightest-blue:hover { color: #cdecff } .hover-washed-blue:focus, .hover-washed-blue:hover { color: #f6fffe } .hover-washed-green:focus, .hover-washed-green:hover { color: #e8fdf5 } .hover-washed-yellow:focus, .hover-washed-yellow:hover { color: #fffceb } .hover-washed-red:focus, .hover-washed-red:hover { color: #ffdfdf } .hover-bg-dark-red:focus, .hover-bg-dark-red:hover { background-color: #e7040f } .hover-bg-red:focus, .hover-bg-red:hover { background-color: #ff4136 } .hover-bg-light-red:focus, .hover-bg-light-red:hover { background-color: #ff725c } .hover-bg-orange:focus, .hover-bg-orange:hover { background-color: #ff6300 } .hover-bg-gold:focus, .hover-bg-gold:hover { background-color: #ffb700 } .hover-bg-yellow:focus, .hover-bg-yellow:hover { background-color: gold } .hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover { background-color: #fbf1a9 } .hover-bg-purple:focus, .hover-bg-purple:hover { background-color: #5e2ca5 } .hover-bg-light-purple:focus, .hover-bg-light-purple:hover { background-color: #a463f2 } .hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover { background-color: #d5008f } .hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover { background-color: #ff41b4 } .hover-bg-pink:focus, .hover-bg-pink:hover { background-color: #ff80cc } .hover-bg-light-pink:focus, .hover-bg-light-pink:hover { background-color: #ffa3d7 } .hover-bg-dark-green:focus, .hover-bg-dark-green:hover { background-color: #137752 } .hover-bg-green:focus, .hover-bg-green:hover { background-color: #19a974 } .hover-bg-light-green:focus, .hover-bg-light-green:hover { background-color: #9eebcf } .hover-bg-navy:focus, .hover-bg-navy:hover { background-color: #001b44 } .hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover { background-color: #00449e } .hover-bg-blue:focus, .hover-bg-blue:hover { background-color: #357edd } .hover-bg-light-blue:focus, .hover-bg-light-blue:hover { background-color: #96ccff } .hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover { background-color: #cdecff } .hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover { background-color: #f6fffe } .hover-bg-washed-green:focus, .hover-bg-washed-green:hover { background-color: #e8fdf5 } .hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover { background-color: #fffceb } .hover-bg-washed-red:focus, .hover-bg-washed-red:hover { background-color: #ffdfdf } .hover-bg-inherit:focus, .hover-bg-inherit:hover { background-color: inherit } .pa0 { padding: 0 } .pa1 { padding: .25rem } .pa2 { padding: .5rem } .pa3 { padding: 1rem } .pa4 { padding: 2rem } .pa5 { padding: 4rem } .pa6 { padding: 8rem } .pa7 { padding: 16rem } .pl0 { padding-left: 0 } .pl1 { padding-left: .25rem } .pl2 { padding-left: .5rem } .pl3 { padding-left: 1rem } .pl4 { padding-left: 2rem } .pl5 { padding-left: 4rem } .pl6 { padding-left: 8rem } .pl7 { padding-left: 16rem } .pr0 { padding-right: 0 } .pr1 { padding-right: .25rem } .pr2 { padding-right: .5rem } .pr3 { padding-right: 1rem } .pr4 { padding-right: 2rem } .pr5 { padding-right: 4rem } .pr6 { padding-right: 8rem } .pr7 { padding-right: 16rem } .pb0 { padding-bottom: 0 } .pb1 { padding-bottom: .25rem } .pb2 { padding-bottom: .5rem } .pb3 { padding-bottom: 1rem } .pb4 { padding-bottom: 2rem } .pb5 { padding-bottom: 4rem } .pb6 { padding-bottom: 8rem } .pb7 { padding-bottom: 16rem } .pt0 { padding-top: 0 } .pt1 { padding-top: .25rem } .pt2 { padding-top: .5rem } .pt3 { padding-top: 1rem } .pt4 { padding-top: 2rem } .pt5 { padding-top: 4rem } .pt6 { padding-top: 8rem } .pt7 { padding-top: 16rem } .pv0 { padding-top: 0; padding-bottom: 0 } .pv1 { padding-top: .25rem; padding-bottom: .25rem } .pv2 { padding-top: .5rem; padding-bottom: .5rem } .pv3 { padding-top: 1rem; padding-bottom: 1rem } .pv4 { padding-top: 2rem; padding-bottom: 2rem } .pv5 { padding-top: 4rem; padding-bottom: 4rem } .pv6 { padding-top: 8rem; padding-bottom: 8rem } .pv7 { padding-top: 16rem; padding-bottom: 16rem } .ph0 { padding-left: 0; padding-right: 0 } .ph1 { padding-left: .25rem; padding-right: .25rem } .ph2 { padding-left: .5rem; padding-right: .5rem } .ph3 { padding-left: 1rem; padding-right: 1rem } .ph4 { padding-left: 2rem; padding-right: 2rem } .ph5 { padding-left: 4rem; padding-right: 4rem } .ph6 { padding-left: 8rem; padding-right: 8rem } .ph7 { padding-left: 16rem; padding-right: 16rem } .ma0 { margin: 0 } .ma1 { margin: .25rem } .ma2 { margin: .5rem } .ma3 { margin: 1rem } .ma4 { margin: 2rem } .ma5 { margin: 4rem } .ma6 { margin: 8rem } .ma7 { margin: 16rem } .ml0 { margin-left: 0 } .ml1 { margin-left: .25rem } .ml2 { margin-left: .5rem } .ml3 { margin-left: 1rem } .ml4 { margin-left: 2rem } .ml5 { margin-left: 4rem } .ml6 { margin-left: 8rem } .ml7 { margin-left: 16rem } .mr0 { margin-right: 0 } .mr1 { margin-right: .25rem } .mr2 { margin-right: .5rem } .mr3 { margin-right: 1rem } .mr4 { margin-right: 2rem } .mr5 { margin-right: 4rem } .mr6 { margin-right: 8rem } .mr7 { margin-right: 16rem } .mb0 { margin-bottom: 0 } .mb1 { margin-bottom: .25rem } .mb2 { margin-bottom: .5rem } .mb3 { margin-bottom: 1rem } .mb4 { margin-bottom: 2rem } .mb5 { margin-bottom: 4rem } .mb6 { margin-bottom: 8rem } .mb7 { margin-bottom: 16rem } .mt0 { margin-top: 0 } .mt1 { margin-top: .25rem } .mt2 { margin-top: .5rem } .mt3 { margin-top: 1rem } .mt4 { margin-top: 2rem } .mt5 { margin-top: 4rem } .mt6 { margin-top: 8rem } .mt7 { margin-top: 16rem } .mv0 { margin-top: 0; margin-bottom: 0 } .mv1 { margin-top: .25rem; margin-bottom: .25rem } .mv2 { margin-top: .5rem; margin-bottom: .5rem } .mv3 { margin-top: 1rem; margin-bottom: 1rem } .mv4 { margin-top: 2rem; margin-bottom: 2rem } .mv5 { margin-top: 4rem; margin-bottom: 4rem } .mv6 { margin-top: 8rem; margin-bottom: 8rem } .mv7 { margin-top: 16rem; margin-bottom: 16rem } .mh0 { margin-left: 0; margin-right: 0 } .mh1 { margin-left: .25rem; margin-right: .25rem } .mh2 { margin-left: .5rem; margin-right: .5rem } .mh3 { margin-left: 1rem; margin-right: 1rem } .mh4 { margin-left: 2rem; margin-right: 2rem } .mh5 { margin-left: 4rem; margin-right: 4rem } .mh6 { margin-left: 8rem; margin-right: 8rem } .mh7 { margin-left: 16rem; margin-right: 16rem } .na1 { margin: -.25rem } .na2 { margin: -.5rem } .na3 { margin: -1rem } .na4 { margin: -2rem } .na5 { margin: -4rem } .na6 { margin: -8rem } .na7 { margin: -16rem } .nl1 { margin-left: -.25rem } .nl2 { margin-left: -.5rem } .nl3 { margin-left: -1rem } .nl4 { margin-left: -2rem } .nl5 { margin-left: -4rem } .nl6 { margin-left: -8rem } .nl7 { margin-left: -16rem } .nr1 { margin-right: -.25rem } .nr2 { margin-right: -.5rem } .nr3 { margin-right: -1rem } .nr4 { margin-right: -2rem } .nr5 { margin-right: -4rem } .nr6 { margin-right: -8rem } .nr7 { margin-right: -16rem } .nb1 { margin-bottom: -.25rem } .nb2 { margin-bottom: -.5rem } .nb3 { margin-bottom: -1rem } .nb4 { margin-bottom: -2rem } .nb5 { margin-bottom: -4rem } .nb6 { margin-bottom: -8rem } .nb7 { margin-bottom: -16rem } .nt1 { margin-top: -.25rem } .nt2 { margin-top: -.5rem } .nt3 { margin-top: -1rem } .nt4 { margin-top: -2rem } .nt5 { margin-top: -4rem } .nt6 { margin-top: -8rem } .nt7 { margin-top: -16rem } .collapse { border-collapse: collapse; border-spacing: 0 } .striped--light-silver:nth-child(odd) { background-color: #aaa } .striped--moon-gray:nth-child(odd) { background-color: #ccc } .striped--light-gray:nth-child(odd) { background-color: #eee } .striped--near-white:nth-child(odd) { background-color: #f4f4f4 } .stripe-light:nth-child(odd) { background-color: hsla(0, 0%, 100%, .1) } .stripe-dark:nth-child(odd) { background-color: rgba(0, 0, 0, .1) } .strike { text-decoration: line-through } .underline { text-decoration: underline } .no-underline { text-decoration: none } .tl { text-align: left } .tr { text-align: right } .tc { text-align: center } .tj { text-align: justify } .ttc { text-transform: capitalize } .ttl { text-transform: lowercase } .ttu { text-transform: uppercase } .ttn { text-transform: none } .f-6, .f-headline { font-size: 6rem } .f-5, .f-subheadline { font-size: 5rem } .f1 { font-size: 3rem } .f2 { font-size: 2.25rem } .f3 { font-size: 1.5rem } .f4 { font-size: 1.25rem } .f5 { font-size: 1rem } .f6 { font-size: .875rem } .f7 { font-size: .75rem } .measure { max-width: 30em } .measure-wide { max-width: 34em } .measure-narrow { max-width: 20em } .indent { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps { font-variant: small-caps } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .overflow-container { overflow-y: scroll } .center { margin-left: auto } .center, .mr-auto { margin-right: auto } .ml-auto { margin-left: auto } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal { white-space: normal } .nowrap { white-space: nowrap } .pre { white-space: pre } .v-base { vertical-align: baseline } .v-mid { vertical-align: middle } .v-top { vertical-align: top } .v-btm { vertical-align: bottom } .dim { opacity: 1 } .dim, .dim:focus, .dim:hover { transition: opacity .15s ease-in } .dim:focus, .dim:hover { opacity: .5 } .dim:active { opacity: .8; transition: opacity .15s ease-out } .glow, .glow:focus, .glow:hover { transition: opacity .15s ease-in } .glow:focus, .glow:hover { opacity: 1 } .hide-child .child { opacity: 0; transition: opacity .15s ease-in } .hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child { opacity: 1; transition: opacity .15s ease-in } .underline-hover:focus, .underline-hover:hover { text-decoration: underline } .grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out } .grow:focus, .grow:hover { -webkit-transform: scale(1.05); transform: scale(1.05) } .grow:active { -webkit-transform: scale(.9); transform: scale(.9) } .grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out } .grow-large:focus, .grow-large:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .grow-large:active { -webkit-transform: scale(.95); transform: scale(.95) } .pointer:hover, .shadow-hover { cursor: pointer } .shadow-hover { position: relative; transition: all .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:after { content: ""; box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: opacity .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:focus:after, .shadow-hover:hover:after { opacity: 1 } .bg-animate, .bg-animate:focus, .bg-animate:hover { transition: background-color .15s ease-in-out } .z-0 { z-index: 0 } .z-1 { z-index: 1 } .z-2 { z-index: 2 } .z-3 { z-index: 3 } .z-4 { z-index: 4 } .z-5 { z-index: 5 } .z-999 { z-index: 999 } .z-9999 { z-index: 9999 } .z-max { z-index: 2147483647 } .z-inherit { z-index: inherit } .z-initial { z-index: auto } .z-unset { z-index: unset } .nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul { line-height: 1.5 } .nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25 } .nested-list-reset ol, .nested-list-reset ul { padding-left: 0; margin-left: 0; list-style-type: none } .nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .nested-copy-separator p+p { margin-top: 1.5em } .nested-img img { width: 100%; max-width: 100%; display: block } .nested-links a { color: #357edd; transition: color .15s ease-in } .nested-links a:focus, .nested-links a:hover { color: #96ccff; transition: color .15s ease-in } .debug * { outline: 1px solid gold } .debug-white * { outline: 1px solid #fff } .debug-black * { outline: 1px solid #000 } .debug-grid { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-16 { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-8-solid { background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0 } .debug-grid-16-solid { background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0 } @media screen and (min-width:30em) { .aspect-ratio-ns { height: 0; position: relative } .aspect-ratio--16x9-ns { padding-bottom: 56.25% } .aspect-ratio--9x16-ns { padding-bottom: 177.77% } .aspect-ratio--4x3-ns { padding-bottom: 75% } .aspect-ratio--3x4-ns { padding-bottom: 133.33% } .aspect-ratio--6x4-ns { padding-bottom: 66.6% } .aspect-ratio--4x6-ns { padding-bottom: 150% } .aspect-ratio--8x5-ns { padding-bottom: 62.5% } .aspect-ratio--5x8-ns { padding-bottom: 160% } .aspect-ratio--7x5-ns { padding-bottom: 71.42% } .aspect-ratio--5x7-ns { padding-bottom: 140% } .aspect-ratio--1x1-ns { padding-bottom: 100% } .aspect-ratio--object-ns { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-ns { background-size: cover !important } .contain-ns { background-size: contain !important } .bg-center-ns { background-position: 50% } .bg-center-ns, .bg-top-ns { background-repeat: no-repeat } .bg-top-ns { background-position: top } .bg-right-ns { background-position: 100% } .bg-bottom-ns, .bg-right-ns { background-repeat: no-repeat } .bg-bottom-ns { background-position: bottom } .bg-left-ns { background-repeat: no-repeat; background-position: 0 } .outline-ns { outline: 1px solid } .outline-transparent-ns { outline: 1px solid transparent } .outline-0-ns { outline: 0 } .ba-ns { border-style: solid; border-width: 1px } .bt-ns { border-top-style: solid; border-top-width: 1px } .br-ns { border-right-style: solid; border-right-width: 1px } .bb-ns { border-bottom-style: solid; border-bottom-width: 1px } .bl-ns { border-left-style: solid; border-left-width: 1px } .bn-ns { border-style: none; border-width: 0 } .br0-ns { border-radius: 0 } .br1-ns { border-radius: .125rem } .br2-ns { border-radius: .25rem } .br3-ns { border-radius: .5rem } .br4-ns { border-radius: 1rem } .br-100-ns { border-radius: 100% } .br-pill-ns { border-radius: 9999px } .br--bottom-ns { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-ns { border-bottom-right-radius: 0 } .br--right-ns, .br--top-ns { border-bottom-left-radius: 0 } .br--right-ns { border-top-left-radius: 0 } .br--left-ns { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-ns { border-radius: inherit } .br-initial-ns { border-radius: initial } .br-unset-ns { border-radius: unset } .b--dotted-ns { border-style: dotted } .b--dashed-ns { border-style: dashed } .b--solid-ns { border-style: solid } .b--none-ns { border-style: none } .bw0-ns { border-width: 0 } .bw1-ns { border-width: .125rem } .bw2-ns { border-width: .25rem } .bw3-ns { border-width: .5rem } .bw4-ns { border-width: 1rem } .bw5-ns { border-width: 2rem } .bt-0-ns { border-top-width: 0 } .br-0-ns { border-right-width: 0 } .bb-0-ns { border-bottom-width: 0 } .bl-0-ns { border-left-width: 0 } .shadow-1-ns { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-ns { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-ns { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-ns { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-ns { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-ns { top: 0 } .left-0-ns { left: 0 } .right-0-ns { right: 0 } .bottom-0-ns { bottom: 0 } .top-1-ns { top: 1rem } .left-1-ns { left: 1rem } .right-1-ns { right: 1rem } .bottom-1-ns { bottom: 1rem } .top-2-ns { top: 2rem } .left-2-ns { left: 2rem } .right-2-ns { right: 2rem } .bottom-2-ns { bottom: 2rem } .top--1-ns { top: -1rem } .right--1-ns { right: -1rem } .bottom--1-ns { bottom: -1rem } .left--1-ns { left: -1rem } .top--2-ns { top: -2rem } .right--2-ns { right: -2rem } .bottom--2-ns { bottom: -2rem } .left--2-ns { left: -2rem } .absolute--fill-ns { top: 0; right: 0; bottom: 0; left: 0 } .cl-ns { clear: left } .cr-ns { clear: right } .cb-ns { clear: both } .cn-ns { clear: none } .dn-ns { display: none } .di-ns { display: inline } .db-ns { display: block } .dib-ns { display: inline-block } .dit-ns { display: inline-table } .dt-ns { display: table } .dtc-ns { display: table-cell } .dt-row-ns { display: table-row } .dt-row-group-ns { display: table-row-group } .dt-column-ns { display: table-column } .dt-column-group-ns { display: table-column-group } .dt--fixed-ns { table-layout: fixed; width: 100% } .flex-ns { display: flex } .inline-flex-ns { display: inline-flex } .flex-auto-ns { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-ns { flex: none } .flex-column-ns { flex-direction: column } .flex-row-ns { flex-direction: row } .flex-wrap-ns { flex-wrap: wrap } .flex-nowrap-ns { flex-wrap: nowrap } .flex-wrap-reverse-ns { flex-wrap: wrap-reverse } .flex-column-reverse-ns { flex-direction: column-reverse } .flex-row-reverse-ns { flex-direction: row-reverse } .items-start-ns { align-items: flex-start } .items-end-ns { align-items: flex-end } .items-center-ns { align-items: center } .items-baseline-ns { align-items: baseline } .items-stretch-ns { align-items: stretch } .self-start-ns { align-self: flex-start } .self-end-ns { align-self: flex-end } .self-center-ns { align-self: center } .self-baseline-ns { align-self: baseline } .self-stretch-ns { align-self: stretch } .justify-start-ns { justify-content: flex-start } .justify-end-ns { justify-content: flex-end } .justify-center-ns { justify-content: center } .justify-between-ns { justify-content: space-between } .justify-around-ns { justify-content: space-around } .content-start-ns { align-content: flex-start } .content-end-ns { align-content: flex-end } .content-center-ns { align-content: center } .content-between-ns { align-content: space-between } .content-around-ns { align-content: space-around } .content-stretch-ns { align-content: stretch } .order-0-ns { order: 0 } .order-1-ns { order: 1 } .order-2-ns { order: 2 } .order-3-ns { order: 3 } .order-4-ns { order: 4 } .order-5-ns { order: 5 } .order-6-ns { order: 6 } .order-7-ns { order: 7 } .order-8-ns { order: 8 } .order-last-ns { order: 99999 } .flex-grow-0-ns { flex-grow: 0 } .flex-grow-1-ns { flex-grow: 1 } .flex-shrink-0-ns { flex-shrink: 0 } .flex-shrink-1-ns { flex-shrink: 1 } .fl-ns { float: left } .fl-ns, .fr-ns { _display: inline } .fr-ns { float: right } .fn-ns { float: none } .i-ns { font-style: italic } .fs-normal-ns { font-style: normal } .normal-ns { font-weight: 400 } .b-ns { font-weight: 700 } .fw1-ns { font-weight: 100 } .fw2-ns { font-weight: 200 } .fw3-ns { font-weight: 300 } .fw4-ns { font-weight: 400 } .fw5-ns { font-weight: 500 } .fw6-ns { font-weight: 600 } .fw7-ns { font-weight: 700 } .fw8-ns { font-weight: 800 } .fw9-ns { font-weight: 900 } .h1-ns { height: 1rem } .h2-ns { height: 2rem } .h3-ns { height: 4rem } .h4-ns { height: 8rem } .h5-ns { height: 16rem } .h-25-ns { height: 25% } .h-50-ns { height: 50% } .h-75-ns { height: 75% } .h-100-ns { height: 100% } .min-h-100-ns { min-height: 100% } .vh-25-ns { height: 25vh } .vh-50-ns { height: 50vh } .vh-75-ns { height: 75vh } .vh-100-ns { height: 100vh } .min-vh-100-ns { min-height: 100vh } .h-auto-ns { height: auto } .h-inherit-ns { height: inherit } .tracked-ns { letter-spacing: .1em } .tracked-tight-ns { letter-spacing: -.05em } .tracked-mega-ns { letter-spacing: .25em } .lh-solid-ns { line-height: 1 } .lh-title-ns { line-height: 1.25 } .lh-copy-ns { line-height: 1.5 } .mw-100-ns { max-width: 100% } .mw1-ns { max-width: 1rem } .mw2-ns { max-width: 2rem } .mw3-ns { max-width: 4rem } .mw4-ns { max-width: 8rem } .mw5-ns { max-width: 16rem } .mw6-ns { max-width: 32rem } .mw7-ns { max-width: 48rem } .mw8-ns { max-width: 64rem } .mw9-ns { max-width: 96rem } .mw-none-ns { max-width: none } .w1-ns { width: 1rem } .w2-ns { width: 2rem } .w3-ns { width: 4rem } .w4-ns { width: 8rem } .w5-ns { width: 16rem } .w-10-ns { width: 10% } .w-20-ns { width: 20% } .w-25-ns { width: 25% } .w-30-ns { width: 30% } .w-33-ns { width: 33% } .w-34-ns { width: 34% } .w-40-ns { width: 40% } .w-50-ns { width: 50% } .w-60-ns { width: 60% } .w-70-ns { width: 70% } .w-75-ns { width: 75% } .w-80-ns { width: 80% } .w-90-ns { width: 90% } .w-100-ns { width: 100% } .w-third-ns { width: 33.33333% } .w-two-thirds-ns { width: 66.66667% } .w-auto-ns { width: auto } .overflow-visible-ns { overflow: visible } .overflow-hidden-ns { overflow: hidden } .overflow-scroll-ns { overflow: scroll } .overflow-auto-ns { overflow: auto } .overflow-x-visible-ns { overflow-x: visible } .overflow-x-hidden-ns { overflow-x: hidden } .overflow-x-scroll-ns { overflow-x: scroll } .overflow-x-auto-ns { overflow-x: auto } .overflow-y-visible-ns { overflow-y: visible } .overflow-y-hidden-ns { overflow-y: hidden } .overflow-y-scroll-ns { overflow-y: scroll } .overflow-y-auto-ns { overflow-y: auto } .static-ns { position: static } .relative-ns { position: relative } .absolute-ns { position: absolute } .fixed-ns { position: fixed } .rotate-45-ns { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-ns { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-ns { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-ns { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-ns { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-ns { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-ns { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-ns { padding: 0 } .pa1-ns { padding: .25rem } .pa2-ns { padding: .5rem } .pa3-ns { padding: 1rem } .pa4-ns { padding: 2rem } .pa5-ns { padding: 4rem } .pa6-ns { padding: 8rem } .pa7-ns { padding: 16rem } .pl0-ns { padding-left: 0 } .pl1-ns { padding-left: .25rem } .pl2-ns { padding-left: .5rem } .pl3-ns { padding-left: 1rem } .pl4-ns { padding-left: 2rem } .pl5-ns { padding-left: 4rem } .pl6-ns { padding-left: 8rem } .pl7-ns { padding-left: 16rem } .pr0-ns { padding-right: 0 } .pr1-ns { padding-right: .25rem } .pr2-ns { padding-right: .5rem } .pr3-ns { padding-right: 1rem } .pr4-ns { padding-right: 2rem } .pr5-ns { padding-right: 4rem } .pr6-ns { padding-right: 8rem } .pr7-ns { padding-right: 16rem } .pb0-ns { padding-bottom: 0 } .pb1-ns { padding-bottom: .25rem } .pb2-ns { padding-bottom: .5rem } .pb3-ns { padding-bottom: 1rem } .pb4-ns { padding-bottom: 2rem } .pb5-ns { padding-bottom: 4rem } .pb6-ns { padding-bottom: 8rem } .pb7-ns { padding-bottom: 16rem } .pt0-ns { padding-top: 0 } .pt1-ns { padding-top: .25rem } .pt2-ns { padding-top: .5rem } .pt3-ns { padding-top: 1rem } .pt4-ns { padding-top: 2rem } .pt5-ns { padding-top: 4rem } .pt6-ns { padding-top: 8rem } .pt7-ns { padding-top: 16rem } .pv0-ns { padding-top: 0; padding-bottom: 0 } .pv1-ns { padding-top: .25rem; padding-bottom: .25rem } .pv2-ns { padding-top: .5rem; padding-bottom: .5rem } .pv3-ns { padding-top: 1rem; padding-bottom: 1rem } .pv4-ns { padding-top: 2rem; padding-bottom: 2rem } .pv5-ns { padding-top: 4rem; padding-bottom: 4rem } .pv6-ns { padding-top: 8rem; padding-bottom: 8rem } .pv7-ns { padding-top: 16rem; padding-bottom: 16rem } .ph0-ns { padding-left: 0; padding-right: 0 } .ph1-ns { padding-left: .25rem; padding-right: .25rem } .ph2-ns { padding-left: .5rem; padding-right: .5rem } .ph3-ns { padding-left: 1rem; padding-right: 1rem } .ph4-ns { padding-left: 2rem; padding-right: 2rem } .ph5-ns { padding-left: 4rem; padding-right: 4rem } .ph6-ns { padding-left: 8rem; padding-right: 8rem } .ph7-ns { padding-left: 16rem; padding-right: 16rem } .ma0-ns { margin: 0 } .ma1-ns { margin: .25rem } .ma2-ns { margin: .5rem } .ma3-ns { margin: 1rem } .ma4-ns { margin: 2rem } .ma5-ns { margin: 4rem } .ma6-ns { margin: 8rem } .ma7-ns { margin: 16rem } .ml0-ns { margin-left: 0 } .ml1-ns { margin-left: .25rem } .ml2-ns { margin-left: .5rem } .ml3-ns { margin-left: 1rem } .ml4-ns { margin-left: 2rem } .ml5-ns { margin-left: 4rem } .ml6-ns { margin-left: 8rem } .ml7-ns { margin-left: 16rem } .mr0-ns { margin-right: 0 } .mr1-ns { margin-right: .25rem } .mr2-ns { margin-right: .5rem } .mr3-ns { margin-right: 1rem } .mr4-ns { margin-right: 2rem } .mr5-ns { margin-right: 4rem } .mr6-ns { margin-right: 8rem } .mr7-ns { margin-right: 16rem } .mb0-ns { margin-bottom: 0 } .mb1-ns { margin-bottom: .25rem } .mb2-ns { margin-bottom: .5rem } .mb3-ns { margin-bottom: 1rem } .mb4-ns { margin-bottom: 2rem } .mb5-ns { margin-bottom: 4rem } .mb6-ns { margin-bottom: 8rem } .mb7-ns { margin-bottom: 16rem } .mt0-ns { margin-top: 0 } .mt1-ns { margin-top: .25rem } .mt2-ns { margin-top: .5rem } .mt3-ns { margin-top: 1rem } .mt4-ns { margin-top: 2rem } .mt5-ns { margin-top: 4rem } .mt6-ns { margin-top: 8rem } .mt7-ns { margin-top: 16rem } .mv0-ns { margin-top: 0; margin-bottom: 0 } .mv1-ns { margin-top: .25rem; margin-bottom: .25rem } .mv2-ns { margin-top: .5rem; margin-bottom: .5rem } .mv3-ns { margin-top: 1rem; margin-bottom: 1rem } .mv4-ns { margin-top: 2rem; margin-bottom: 2rem } .mv5-ns { margin-top: 4rem; margin-bottom: 4rem } .mv6-ns { margin-top: 8rem; margin-bottom: 8rem } .mv7-ns { margin-top: 16rem; margin-bottom: 16rem } .mh0-ns { margin-left: 0; margin-right: 0 } .mh1-ns { margin-left: .25rem; margin-right: .25rem } .mh2-ns { margin-left: .5rem; margin-right: .5rem } .mh3-ns { margin-left: 1rem; margin-right: 1rem } .mh4-ns { margin-left: 2rem; margin-right: 2rem } .mh5-ns { margin-left: 4rem; margin-right: 4rem } .mh6-ns { margin-left: 8rem; margin-right: 8rem } .mh7-ns { margin-left: 16rem; margin-right: 16rem } .na1-ns { margin: -.25rem } .na2-ns { margin: -.5rem } .na3-ns { margin: -1rem } .na4-ns { margin: -2rem } .na5-ns { margin: -4rem } .na6-ns { margin: -8rem } .na7-ns { margin: -16rem } .nl1-ns { margin-left: -.25rem } .nl2-ns { margin-left: -.5rem } .nl3-ns { margin-left: -1rem } .nl4-ns { margin-left: -2rem } .nl5-ns { margin-left: -4rem } .nl6-ns { margin-left: -8rem } .nl7-ns { margin-left: -16rem } .nr1-ns { margin-right: -.25rem } .nr2-ns { margin-right: -.5rem } .nr3-ns { margin-right: -1rem } .nr4-ns { margin-right: -2rem } .nr5-ns { margin-right: -4rem } .nr6-ns { margin-right: -8rem } .nr7-ns { margin-right: -16rem } .nb1-ns { margin-bottom: -.25rem } .nb2-ns { margin-bottom: -.5rem } .nb3-ns { margin-bottom: -1rem } .nb4-ns { margin-bottom: -2rem } .nb5-ns { margin-bottom: -4rem } .nb6-ns { margin-bottom: -8rem } .nb7-ns { margin-bottom: -16rem } .nt1-ns { margin-top: -.25rem } .nt2-ns { margin-top: -.5rem } .nt3-ns { margin-top: -1rem } .nt4-ns { margin-top: -2rem } .nt5-ns { margin-top: -4rem } .nt6-ns { margin-top: -8rem } .nt7-ns { margin-top: -16rem } .strike-ns { text-decoration: line-through } .underline-ns { text-decoration: underline } .no-underline-ns { text-decoration: none } .tl-ns { text-align: left } .tr-ns { text-align: right } .tc-ns { text-align: center } .tj-ns { text-align: justify } .ttc-ns { text-transform: capitalize } .ttl-ns { text-transform: lowercase } .ttu-ns { text-transform: uppercase } .ttn-ns { text-transform: none } .f-6-ns, .f-headline-ns { font-size: 6rem } .f-5-ns, .f-subheadline-ns { font-size: 5rem } .f1-ns { font-size: 3rem } .f2-ns { font-size: 2.25rem } .f3-ns { font-size: 1.5rem } .f4-ns { font-size: 1.25rem } .f5-ns { font-size: 1rem } .f6-ns { font-size: .875rem } .f7-ns { font-size: .75rem } .measure-ns { max-width: 30em } .measure-wide-ns { max-width: 34em } .measure-narrow-ns { max-width: 20em } .indent-ns { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-ns { font-variant: small-caps } .truncate-ns { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-ns { margin-left: auto } .center-ns, .mr-auto-ns { margin-right: auto } .ml-auto-ns { margin-left: auto } .clip-ns { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-ns { white-space: normal } .nowrap-ns { white-space: nowrap } .pre-ns { white-space: pre } .v-base-ns { vertical-align: baseline } .v-mid-ns { vertical-align: middle } .v-top-ns { vertical-align: top } .v-btm-ns { vertical-align: bottom } } @media screen and (min-width:30em) and (max-width:60em) { .aspect-ratio-m { height: 0; position: relative } .aspect-ratio--16x9-m { padding-bottom: 56.25% } .aspect-ratio--9x16-m { padding-bottom: 177.77% } .aspect-ratio--4x3-m { padding-bottom: 75% } .aspect-ratio--3x4-m { padding-bottom: 133.33% } .aspect-ratio--6x4-m { padding-bottom: 66.6% } .aspect-ratio--4x6-m { padding-bottom: 150% } .aspect-ratio--8x5-m { padding-bottom: 62.5% } .aspect-ratio--5x8-m { padding-bottom: 160% } .aspect-ratio--7x5-m { padding-bottom: 71.42% } .aspect-ratio--5x7-m { padding-bottom: 140% } .aspect-ratio--1x1-m { padding-bottom: 100% } .aspect-ratio--object-m { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-m { background-size: cover !important } .contain-m { background-size: contain !important } .bg-center-m { background-position: 50% } .bg-center-m, .bg-top-m { background-repeat: no-repeat } .bg-top-m { background-position: top } .bg-right-m { background-position: 100% } .bg-bottom-m, .bg-right-m { background-repeat: no-repeat } .bg-bottom-m { background-position: bottom } .bg-left-m { background-repeat: no-repeat; background-position: 0 } .outline-m { outline: 1px solid } .outline-transparent-m { outline: 1px solid transparent } .outline-0-m { outline: 0 } .ba-m { border-style: solid; border-width: 1px } .bt-m { border-top-style: solid; border-top-width: 1px } .br-m { border-right-style: solid; border-right-width: 1px } .bb-m { border-bottom-style: solid; border-bottom-width: 1px } .bl-m { border-left-style: solid; border-left-width: 1px } .bn-m { border-style: none; border-width: 0 } .br0-m { border-radius: 0 } .br1-m { border-radius: .125rem } .br2-m { border-radius: .25rem } .br3-m { border-radius: .5rem } .br4-m { border-radius: 1rem } .br-100-m { border-radius: 100% } .br-pill-m { border-radius: 9999px } .br--bottom-m { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-m { border-bottom-right-radius: 0 } .br--right-m, .br--top-m { border-bottom-left-radius: 0 } .br--right-m { border-top-left-radius: 0 } .br--left-m { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-m { border-radius: inherit } .br-initial-m { border-radius: initial } .br-unset-m { border-radius: unset } .b--dotted-m { border-style: dotted } .b--dashed-m { border-style: dashed } .b--solid-m { border-style: solid } .b--none-m { border-style: none } .bw0-m { border-width: 0 } .bw1-m { border-width: .125rem } .bw2-m { border-width: .25rem } .bw3-m { border-width: .5rem } .bw4-m { border-width: 1rem } .bw5-m { border-width: 2rem } .bt-0-m { border-top-width: 0 } .br-0-m { border-right-width: 0 } .bb-0-m { border-bottom-width: 0 } .bl-0-m { border-left-width: 0 } .shadow-1-m { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-m { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-m { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-m { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-m { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-m { top: 0 } .left-0-m { left: 0 } .right-0-m { right: 0 } .bottom-0-m { bottom: 0 } .top-1-m { top: 1rem } .left-1-m { left: 1rem } .right-1-m { right: 1rem } .bottom-1-m { bottom: 1rem } .top-2-m { top: 2rem } .left-2-m { left: 2rem } .right-2-m { right: 2rem } .bottom-2-m { bottom: 2rem } .top--1-m { top: -1rem } .right--1-m { right: -1rem } .bottom--1-m { bottom: -1rem } .left--1-m { left: -1rem } .top--2-m { top: -2rem } .right--2-m { right: -2rem } .bottom--2-m { bottom: -2rem } .left--2-m { left: -2rem } .absolute--fill-m { top: 0; right: 0; bottom: 0; left: 0 } .cl-m { clear: left } .cr-m { clear: right } .cb-m { clear: both } .cn-m { clear: none } .dn-m { display: none } .di-m { display: inline } .db-m { display: block } .dib-m { display: inline-block } .dit-m { display: inline-table } .dt-m { display: table } .dtc-m { display: table-cell } .dt-row-m { display: table-row } .dt-row-group-m { display: table-row-group } .dt-column-m { display: table-column } .dt-column-group-m { display: table-column-group } .dt--fixed-m { table-layout: fixed; width: 100% } .flex-m { display: flex } .inline-flex-m { display: inline-flex } .flex-auto-m { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-m { flex: none } .flex-column-m { flex-direction: column } .flex-row-m { flex-direction: row } .flex-wrap-m { flex-wrap: wrap } .flex-nowrap-m { flex-wrap: nowrap } .flex-wrap-reverse-m { flex-wrap: wrap-reverse } .flex-column-reverse-m { flex-direction: column-reverse } .flex-row-reverse-m { flex-direction: row-reverse } .items-start-m { align-items: flex-start } .items-end-m { align-items: flex-end } .items-center-m { align-items: center } .items-baseline-m { align-items: baseline } .items-stretch-m { align-items: stretch } .self-start-m { align-self: flex-start } .self-end-m { align-self: flex-end } .self-center-m { align-self: center } .self-baseline-m { align-self: baseline } .self-stretch-m { align-self: stretch } .justify-start-m { justify-content: flex-start } .justify-end-m { justify-content: flex-end } .justify-center-m { justify-content: center } .justify-between-m { justify-content: space-between } .justify-around-m { justify-content: space-around } .content-start-m { align-content: flex-start } .content-end-m { align-content: flex-end } .content-center-m { align-content: center } .content-between-m { align-content: space-between } .content-around-m { align-content: space-around } .content-stretch-m { align-content: stretch } .order-0-m { order: 0 } .order-1-m { order: 1 } .order-2-m { order: 2 } .order-3-m { order: 3 } .order-4-m { order: 4 } .order-5-m { order: 5 } .order-6-m { order: 6 } .order-7-m { order: 7 } .order-8-m { order: 8 } .order-last-m { order: 99999 } .flex-grow-0-m { flex-grow: 0 } .flex-grow-1-m { flex-grow: 1 } .flex-shrink-0-m { flex-shrink: 0 } .flex-shrink-1-m { flex-shrink: 1 } .fl-m { float: left } .fl-m, .fr-m { _display: inline } .fr-m { float: right } .fn-m { float: none } .i-m { font-style: italic } .fs-normal-m { font-style: normal } .normal-m { font-weight: 400 } .b-m { font-weight: 700 } .fw1-m { font-weight: 100 } .fw2-m { font-weight: 200 } .fw3-m { font-weight: 300 } .fw4-m { font-weight: 400 } .fw5-m { font-weight: 500 } .fw6-m { font-weight: 600 } .fw7-m { font-weight: 700 } .fw8-m { font-weight: 800 } .fw9-m { font-weight: 900 } .h1-m { height: 1rem } .h2-m { height: 2rem } .h3-m { height: 4rem } .h4-m { height: 8rem } .h5-m { height: 16rem } .h-25-m { height: 25% } .h-50-m { height: 50% } .h-75-m { height: 75% } .h-100-m { height: 100% } .min-h-100-m { min-height: 100% } .vh-25-m { height: 25vh } .vh-50-m { height: 50vh } .vh-75-m { height: 75vh } .vh-100-m { height: 100vh } .min-vh-100-m { min-height: 100vh } .h-auto-m { height: auto } .h-inherit-m { height: inherit } .tracked-m { letter-spacing: .1em } .tracked-tight-m { letter-spacing: -.05em } .tracked-mega-m { letter-spacing: .25em } .lh-solid-m { line-height: 1 } .lh-title-m { line-height: 1.25 } .lh-copy-m { line-height: 1.5 } .mw-100-m { max-width: 100% } .mw1-m { max-width: 1rem } .mw2-m { max-width: 2rem } .mw3-m { max-width: 4rem } .mw4-m { max-width: 8rem } .mw5-m { max-width: 16rem } .mw6-m { max-width: 32rem } .mw7-m { max-width: 48rem } .mw8-m { max-width: 64rem } .mw9-m { max-width: 96rem } .mw-none-m { max-width: none } .w1-m { width: 1rem } .w2-m { width: 2rem } .w3-m { width: 4rem } .w4-m { width: 8rem } .w5-m { width: 16rem } .w-10-m { width: 10% } .w-20-m { width: 20% } .w-25-m { width: 25% } .w-30-m { width: 30% } .w-33-m { width: 33% } .w-34-m { width: 34% } .w-40-m { width: 40% } .w-50-m { width: 50% } .w-60-m { width: 60% } .w-70-m { width: 70% } .w-75-m { width: 75% } .w-80-m { width: 80% } .w-90-m { width: 90% } .w-100-m { width: 100% } .w-third-m { width: 33.33333% } .w-two-thirds-m { width: 66.66667% } .w-auto-m { width: auto } .overflow-visible-m { overflow: visible } .overflow-hidden-m { overflow: hidden } .overflow-scroll-m { overflow: scroll } .overflow-auto-m { overflow: auto } .overflow-x-visible-m { overflow-x: visible } .overflow-x-hidden-m { overflow-x: hidden } .overflow-x-scroll-m { overflow-x: scroll } .overflow-x-auto-m { overflow-x: auto } .overflow-y-visible-m { overflow-y: visible } .overflow-y-hidden-m { overflow-y: hidden } .overflow-y-scroll-m { overflow-y: scroll } .overflow-y-auto-m { overflow-y: auto } .static-m { position: static } .relative-m { position: relative } .absolute-m { position: absolute } .fixed-m { position: fixed } .rotate-45-m { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-m { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-m { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-m { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-m { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-m { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-m { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-m { padding: 0 } .pa1-m { padding: .25rem } .pa2-m { padding: .5rem } .pa3-m { padding: 1rem } .pa4-m { padding: 2rem } .pa5-m { padding: 4rem } .pa6-m { padding: 8rem } .pa7-m { padding: 16rem } .pl0-m { padding-left: 0 } .pl1-m { padding-left: .25rem } .pl2-m { padding-left: .5rem } .pl3-m { padding-left: 1rem } .pl4-m { padding-left: 2rem } .pl5-m { padding-left: 4rem } .pl6-m { padding-left: 8rem } .pl7-m { padding-left: 16rem } .pr0-m { padding-right: 0 } .pr1-m { padding-right: .25rem } .pr2-m { padding-right: .5rem } .pr3-m { padding-right: 1rem } .pr4-m { padding-right: 2rem } .pr5-m { padding-right: 4rem } .pr6-m { padding-right: 8rem } .pr7-m { padding-right: 16rem } .pb0-m { padding-bottom: 0 } .pb1-m { padding-bottom: .25rem } .pb2-m { padding-bottom: .5rem } .pb3-m { padding-bottom: 1rem } .pb4-m { padding-bottom: 2rem } .pb5-m { padding-bottom: 4rem } .pb6-m { padding-bottom: 8rem } .pb7-m { padding-bottom: 16rem } .pt0-m { padding-top: 0 } .pt1-m { padding-top: .25rem } .pt2-m { padding-top: .5rem } .pt3-m { padding-top: 1rem } .pt4-m { padding-top: 2rem } .pt5-m { padding-top: 4rem } .pt6-m { padding-top: 8rem } .pt7-m { padding-top: 16rem } .pv0-m { padding-top: 0; padding-bottom: 0 } .pv1-m { padding-top: .25rem; padding-bottom: .25rem } .pv2-m { padding-top: .5rem; padding-bottom: .5rem } .pv3-m { padding-top: 1rem; padding-bottom: 1rem } .pv4-m { padding-top: 2rem; padding-bottom: 2rem } .pv5-m { padding-top: 4rem; padding-bottom: 4rem } .pv6-m { padding-top: 8rem; padding-bottom: 8rem } .pv7-m { padding-top: 16rem; padding-bottom: 16rem } .ph0-m { padding-left: 0; padding-right: 0 } .ph1-m { padding-left: .25rem; padding-right: .25rem } .ph2-m { padding-left: .5rem; padding-right: .5rem } .ph3-m { padding-left: 1rem; padding-right: 1rem } .ph4-m { padding-left: 2rem; padding-right: 2rem } .ph5-m { padding-left: 4rem; padding-right: 4rem } .ph6-m { padding-left: 8rem; padding-right: 8rem } .ph7-m { padding-left: 16rem; padding-right: 16rem } .ma0-m { margin: 0 } .ma1-m { margin: .25rem } .ma2-m { margin: .5rem } .ma3-m { margin: 1rem } .ma4-m { margin: 2rem } .ma5-m { margin: 4rem } .ma6-m { margin: 8rem } .ma7-m { margin: 16rem } .ml0-m { margin-left: 0 } .ml1-m { margin-left: .25rem } .ml2-m { margin-left: .5rem } .ml3-m { margin-left: 1rem } .ml4-m { margin-left: 2rem } .ml5-m { margin-left: 4rem } .ml6-m { margin-left: 8rem } .ml7-m { margin-left: 16rem } .mr0-m { margin-right: 0 } .mr1-m { margin-right: .25rem } .mr2-m { margin-right: .5rem } .mr3-m { margin-right: 1rem } .mr4-m { margin-right: 2rem } .mr5-m { margin-right: 4rem } .mr6-m { margin-right: 8rem } .mr7-m { margin-right: 16rem } .mb0-m { margin-bottom: 0 } .mb1-m { margin-bottom: .25rem } .mb2-m { margin-bottom: .5rem } .mb3-m { margin-bottom: 1rem } .mb4-m { margin-bottom: 2rem } .mb5-m { margin-bottom: 4rem } .mb6-m { margin-bottom: 8rem } .mb7-m { margin-bottom: 16rem } .mt0-m { margin-top: 0 } .mt1-m { margin-top: .25rem } .mt2-m { margin-top: .5rem } .mt3-m { margin-top: 1rem } .mt4-m { margin-top: 2rem } .mt5-m { margin-top: 4rem } .mt6-m { margin-top: 8rem } .mt7-m { margin-top: 16rem } .mv0-m { margin-top: 0; margin-bottom: 0 } .mv1-m { margin-top: .25rem; margin-bottom: .25rem } .mv2-m { margin-top: .5rem; margin-bottom: .5rem } .mv3-m { margin-top: 1rem; margin-bottom: 1rem } .mv4-m { margin-top: 2rem; margin-bottom: 2rem } .mv5-m { margin-top: 4rem; margin-bottom: 4rem } .mv6-m { margin-top: 8rem; margin-bottom: 8rem } .mv7-m { margin-top: 16rem; margin-bottom: 16rem } .mh0-m { margin-left: 0; margin-right: 0 } .mh1-m { margin-left: .25rem; margin-right: .25rem } .mh2-m { margin-left: .5rem; margin-right: .5rem } .mh3-m { margin-left: 1rem; margin-right: 1rem } .mh4-m { margin-left: 2rem; margin-right: 2rem } .mh5-m { margin-left: 4rem; margin-right: 4rem } .mh6-m { margin-left: 8rem; margin-right: 8rem } .mh7-m { margin-left: 16rem; margin-right: 16rem } .na1-m { margin: -.25rem } .na2-m { margin: -.5rem } .na3-m { margin: -1rem } .na4-m { margin: -2rem } .na5-m { margin: -4rem } .na6-m { margin: -8rem } .na7-m { margin: -16rem } .nl1-m { margin-left: -.25rem } .nl2-m { margin-left: -.5rem } .nl3-m { margin-left: -1rem } .nl4-m { margin-left: -2rem } .nl5-m { margin-left: -4rem } .nl6-m { margin-left: -8rem } .nl7-m { margin-left: -16rem } .nr1-m { margin-right: -.25rem } .nr2-m { margin-right: -.5rem } .nr3-m { margin-right: -1rem } .nr4-m { margin-right: -2rem } .nr5-m { margin-right: -4rem } .nr6-m { margin-right: -8rem } .nr7-m { margin-right: -16rem } .nb1-m { margin-bottom: -.25rem } .nb2-m { margin-bottom: -.5rem } .nb3-m { margin-bottom: -1rem } .nb4-m { margin-bottom: -2rem } .nb5-m { margin-bottom: -4rem } .nb6-m { margin-bottom: -8rem } .nb7-m { margin-bottom: -16rem } .nt1-m { margin-top: -.25rem } .nt2-m { margin-top: -.5rem } .nt3-m { margin-top: -1rem } .nt4-m { margin-top: -2rem } .nt5-m { margin-top: -4rem } .nt6-m { margin-top: -8rem } .nt7-m { margin-top: -16rem } .strike-m { text-decoration: line-through } .underline-m { text-decoration: underline } .no-underline-m { text-decoration: none } .tl-m { text-align: left } .tr-m { text-align: right } .tc-m { text-align: center } .tj-m { text-align: justify } .ttc-m { text-transform: capitalize } .ttl-m { text-transform: lowercase } .ttu-m { text-transform: uppercase } .ttn-m { text-transform: none } .f-6-m, .f-headline-m { font-size: 6rem } .f-5-m, .f-subheadline-m { font-size: 5rem } .f1-m { font-size: 3rem } .f2-m { font-size: 2.25rem } .f3-m { font-size: 1.5rem } .f4-m { font-size: 1.25rem } .f5-m { font-size: 1rem } .f6-m { font-size: .875rem } .f7-m { font-size: .75rem } .measure-m { max-width: 30em } .measure-wide-m { max-width: 34em } .measure-narrow-m { max-width: 20em } .indent-m { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-m { font-variant: small-caps } .truncate-m { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-m { margin-left: auto } .center-m, .mr-auto-m { margin-right: auto } .ml-auto-m { margin-left: auto } .clip-m { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-m { white-space: normal } .nowrap-m { white-space: nowrap } .pre-m { white-space: pre } .v-base-m { vertical-align: baseline } .v-mid-m { vertical-align: middle } .v-top-m { vertical-align: top } .v-btm-m { vertical-align: bottom } } @media screen and (min-width:60em) { .aspect-ratio-l { height: 0; position: relative } .aspect-ratio--16x9-l { padding-bottom: 56.25% } .aspect-ratio--9x16-l { padding-bottom: 177.77% } .aspect-ratio--4x3-l { padding-bottom: 75% } .aspect-ratio--3x4-l { padding-bottom: 133.33% } .aspect-ratio--6x4-l { padding-bottom: 66.6% } .aspect-ratio--4x6-l { padding-bottom: 150% } .aspect-ratio--8x5-l { padding-bottom: 62.5% } .aspect-ratio--5x8-l { padding-bottom: 160% } .aspect-ratio--7x5-l { padding-bottom: 71.42% } .aspect-ratio--5x7-l { padding-bottom: 140% } .aspect-ratio--1x1-l { padding-bottom: 100% } .aspect-ratio--object-l { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-l { background-size: cover !important } .contain-l { background-size: contain !important } .bg-center-l { background-position: 50% } .bg-center-l, .bg-top-l { background-repeat: no-repeat } .bg-top-l { background-position: top } .bg-right-l { background-position: 100% } .bg-bottom-l, .bg-right-l { background-repeat: no-repeat } .bg-bottom-l { background-position: bottom } .bg-left-l { background-repeat: no-repeat; background-position: 0 } .outline-l { outline: 1px solid } .outline-transparent-l { outline: 1px solid transparent } .outline-0-l { outline: 0 } .ba-l { border-style: solid; border-width: 1px } .bt-l { border-top-style: solid; border-top-width: 1px } .br-l { border-right-style: solid; border-right-width: 1px } .bb-l { border-bottom-style: solid; border-bottom-width: 1px } .bl-l { border-left-style: solid; border-left-width: 1px } .bn-l { border-style: none; border-width: 0 } .br0-l { border-radius: 0 } .br1-l { border-radius: .125rem } .br2-l { border-radius: .25rem } .br3-l { border-radius: .5rem } .br4-l { border-radius: 1rem } .br-100-l { border-radius: 100% } .br-pill-l { border-radius: 9999px } .br--bottom-l { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-l { border-bottom-right-radius: 0 } .br--right-l, .br--top-l { border-bottom-left-radius: 0 } .br--right-l { border-top-left-radius: 0 } .br--left-l { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-l { border-radius: inherit } .br-initial-l { border-radius: initial } .br-unset-l { border-radius: unset } .b--dotted-l { border-style: dotted } .b--dashed-l { border-style: dashed } .b--solid-l { border-style: solid } .b--none-l { border-style: none } .bw0-l { border-width: 0 } .bw1-l { border-width: .125rem } .bw2-l { border-width: .25rem } .bw3-l { border-width: .5rem } .bw4-l { border-width: 1rem } .bw5-l { border-width: 2rem } .bt-0-l { border-top-width: 0 } .br-0-l { border-right-width: 0 } .bb-0-l { border-bottom-width: 0 } .bl-0-l { border-left-width: 0 } .shadow-1-l { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-l { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-l { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-l { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-l { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-l { top: 0 } .left-0-l { left: 0 } .right-0-l { right: 0 } .bottom-0-l { bottom: 0 } .top-1-l { top: 1rem } .left-1-l { left: 1rem } .right-1-l { right: 1rem } .bottom-1-l { bottom: 1rem } .top-2-l { top: 2rem } .left-2-l { left: 2rem } .right-2-l { right: 2rem } .bottom-2-l { bottom: 2rem } .top--1-l { top: -1rem } .right--1-l { right: -1rem } .bottom--1-l { bottom: -1rem } .left--1-l { left: -1rem } .top--2-l { top: -2rem } .right--2-l { right: -2rem } .bottom--2-l { bottom: -2rem } .left--2-l { left: -2rem } .absolute--fill-l { top: 0; right: 0; bottom: 0; left: 0 } .cl-l { clear: left } .cr-l { clear: right } .cb-l { clear: both } .cn-l { clear: none } .dn-l { display: none } .di-l { display: inline } .db-l { display: block } .dib-l { display: inline-block } .dit-l { display: inline-table } .dt-l { display: table } .dtc-l { display: table-cell } .dt-row-l { display: table-row } .dt-row-group-l { display: table-row-group } .dt-column-l { display: table-column } .dt-column-group-l { display: table-column-group } .dt--fixed-l { table-layout: fixed; width: 100% } .flex-l { display: flex } .inline-flex-l { display: inline-flex } .flex-auto-l { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-l { flex: none } .flex-column-l { flex-direction: column } .flex-row-l { flex-direction: row } .flex-wrap-l { flex-wrap: wrap } .flex-nowrap-l { flex-wrap: nowrap } .flex-wrap-reverse-l { flex-wrap: wrap-reverse } .flex-column-reverse-l { flex-direction: column-reverse } .flex-row-reverse-l { flex-direction: row-reverse } .items-start-l { align-items: flex-start } .items-end-l { align-items: flex-end } .items-center-l { align-items: center } .items-baseline-l { align-items: baseline } .items-stretch-l { align-items: stretch } .self-start-l { align-self: flex-start } .self-end-l { align-self: flex-end } .self-center-l { align-self: center } .self-baseline-l { align-self: baseline } .self-stretch-l { align-self: stretch } .justify-start-l { justify-content: flex-start } .justify-end-l { justify-content: flex-end } .justify-center-l { justify-content: center } .justify-between-l { justify-content: space-between } .justify-around-l { justify-content: space-around } .content-start-l { align-content: flex-start } .content-end-l { align-content: flex-end } .content-center-l { align-content: center } .content-between-l { align-content: space-between } .content-around-l { align-content: space-around } .content-stretch-l { align-content: stretch } .order-0-l { order: 0 } .order-1-l { order: 1 } .order-2-l { order: 2 } .order-3-l { order: 3 } .order-4-l { order: 4 } .order-5-l { order: 5 } .order-6-l { order: 6 } .order-7-l { order: 7 } .order-8-l { order: 8 } .order-last-l { order: 99999 } .flex-grow-0-l { flex-grow: 0 } .flex-grow-1-l { flex-grow: 1 } .flex-shrink-0-l { flex-shrink: 0 } .flex-shrink-1-l { flex-shrink: 1 } .fl-l { float: left } .fl-l, .fr-l { _display: inline } .fr-l { float: right } .fn-l { float: none } .i-l { font-style: italic } .fs-normal-l { font-style: normal } .normal-l { font-weight: 400 } .b-l { font-weight: 700 } .fw1-l { font-weight: 100 } .fw2-l { font-weight: 200 } .fw3-l { font-weight: 300 } .fw4-l { font-weight: 400 } .fw5-l { font-weight: 500 } .fw6-l { font-weight: 600 } .fw7-l { font-weight: 700 } .fw8-l { font-weight: 800 } .fw9-l { font-weight: 900 } .h1-l { height: 1rem } .h2-l { height: 2rem } .h3-l { height: 4rem } .h4-l { height: 8rem } .h5-l { height: 16rem } .h-25-l { height: 25% } .h-50-l { height: 50% } .h-75-l { height: 75% } .h-100-l { height: 100% } .min-h-100-l { min-height: 100% } .vh-25-l { height: 25vh } .vh-50-l { height: 50vh } .vh-75-l { height: 75vh } .vh-100-l { height: 100vh } .min-vh-100-l { min-height: 100vh } .h-auto-l { height: auto } .h-inherit-l { height: inherit } .tracked-l { letter-spacing: .1em } .tracked-tight-l { letter-spacing: -.05em } .tracked-mega-l { letter-spacing: .25em } .lh-solid-l { line-height: 1 } .lh-title-l { line-height: 1.25 } .lh-copy-l { line-height: 1.5 } .mw-100-l { max-width: 100% } .mw1-l { max-width: 1rem } .mw2-l { max-width: 2rem } .mw3-l { max-width: 4rem } .mw4-l { max-width: 8rem } .mw5-l { max-width: 16rem } .mw6-l { max-width: 32rem } .mw7-l { max-width: 48rem } .mw8-l { max-width: 64rem } .mw9-l { max-width: 96rem } .mw-none-l { max-width: none } .w1-l { width: 1rem } .w2-l { width: 2rem } .w3-l { width: 4rem } .w4-l { width: 8rem } .w5-l { width: 16rem } .w-10-l { width: 10% } .w-20-l { width: 20% } .w-25-l { width: 25% } .w-30-l { width: 30% } .w-33-l { width: 33% } .w-34-l { width: 34% } .w-40-l { width: 40% } .w-50-l { width: 50% } .w-60-l { width: 60% } .w-70-l { width: 70% } .w-75-l { width: 75% } .w-80-l { width: 80% } .w-90-l { width: 90% } .w-100-l { width: 100% } .w-third-l { width: 33.33333% } .w-two-thirds-l { width: 66.66667% } .w-auto-l { width: auto } .overflow-visible-l { overflow: visible } .overflow-hidden-l { overflow: hidden } .overflow-scroll-l { overflow: scroll } .overflow-auto-l { overflow: auto } .overflow-x-visible-l { overflow-x: visible } .overflow-x-hidden-l { overflow-x: hidden } .overflow-x-scroll-l { overflow-x: scroll } .overflow-x-auto-l { overflow-x: auto } .overflow-y-visible-l { overflow-y: visible } .overflow-y-hidden-l { overflow-y: hidden } .overflow-y-scroll-l { overflow-y: scroll } .overflow-y-auto-l { overflow-y: auto } .static-l { position: static } .relative-l { position: relative } .absolute-l { position: absolute } .fixed-l { position: fixed } .rotate-45-l { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-l { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-l { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-l { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-l { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-l { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-l { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-l { padding: 0 } .pa1-l { padding: .25rem } .pa2-l { padding: .5rem } .pa3-l { padding: 1rem } .pa4-l { padding: 2rem } .pa5-l { padding: 4rem } .pa6-l { padding: 8rem } .pa7-l { padding: 16rem } .pl0-l { padding-left: 0 } .pl1-l { padding-left: .25rem } .pl2-l { padding-left: .5rem } .pl3-l { padding-left: 1rem } .pl4-l { padding-left: 2rem } .pl5-l { padding-left: 4rem } .pl6-l { padding-left: 8rem } .pl7-l { padding-left: 16rem } .pr0-l { padding-right: 0 } .pr1-l { padding-right: .25rem } .pr2-l { padding-right: .5rem } .pr3-l { padding-right: 1rem } .pr4-l { padding-right: 2rem } .pr5-l { padding-right: 4rem } .pr6-l { padding-right: 8rem } .pr7-l { padding-right: 16rem } .pb0-l { padding-bottom: 0 } .pb1-l { padding-bottom: .25rem } .pb2-l { padding-bottom: .5rem } .pb3-l { padding-bottom: 1rem } .pb4-l { padding-bottom: 2rem } .pb5-l { padding-bottom: 4rem } .pb6-l { padding-bottom: 8rem } .pb7-l { padding-bottom: 16rem } .pt0-l { padding-top: 0 } .pt1-l { padding-top: .25rem } .pt2-l { padding-top: .5rem } .pt3-l { padding-top: 1rem } .pt4-l { padding-top: 2rem } .pt5-l { padding-top: 4rem } .pt6-l { padding-top: 8rem } .pt7-l { padding-top: 16rem } .pv0-l { padding-top: 0; padding-bottom: 0 } .pv1-l { padding-top: .25rem; padding-bottom: .25rem } .pv2-l { padding-top: .5rem; padding-bottom: .5rem } .pv3-l { padding-top: 1rem; padding-bottom: 1rem } .pv4-l { padding-top: 2rem; padding-bottom: 2rem } .pv5-l { padding-top: 4rem; padding-bottom: 4rem } .pv6-l { padding-top: 8rem; padding-bottom: 8rem } .pv7-l { padding-top: 16rem; padding-bottom: 16rem } .ph0-l { padding-left: 0; padding-right: 0 } .ph1-l { padding-left: .25rem; padding-right: .25rem } .ph2-l { padding-left: .5rem; padding-right: .5rem } .ph3-l { padding-left: 1rem; padding-right: 1rem } .ph4-l { padding-left: 2rem; padding-right: 2rem } .ph5-l { padding-left: 4rem; padding-right: 4rem } .ph6-l { padding-left: 8rem; padding-right: 8rem } .ph7-l { padding-left: 16rem; padding-right: 16rem } .ma0-l { margin: 0 } .ma1-l { margin: .25rem } .ma2-l { margin: .5rem } .ma3-l { margin: 1rem } .ma4-l { margin: 2rem } .ma5-l { margin: 4rem } .ma6-l { margin: 8rem } .ma7-l { margin: 16rem } .ml0-l { margin-left: 0 } .ml1-l { margin-left: .25rem } .ml2-l { margin-left: .5rem } .ml3-l { margin-left: 1rem } .ml4-l { margin-left: 2rem } .ml5-l { margin-left: 4rem } .ml6-l { margin-left: 8rem } .ml7-l { margin-left: 16rem } .mr0-l { margin-right: 0 } .mr1-l { margin-right: .25rem } .mr2-l { margin-right: .5rem } .mr3-l { margin-right: 1rem } .mr4-l { margin-right: 2rem } .mr5-l { margin-right: 4rem } .mr6-l { margin-right: 8rem } .mr7-l { margin-right: 16rem } .mb0-l { margin-bottom: 0 } .mb1-l { margin-bottom: .25rem } .mb2-l { margin-bottom: .5rem } .mb3-l { margin-bottom: 1rem } .mb4-l { margin-bottom: 2rem } .mb5-l { margin-bottom: 4rem } .mb6-l { margin-bottom: 8rem } .mb7-l { margin-bottom: 16rem } .mt0-l { margin-top: 0 } .mt1-l { margin-top: .25rem } .mt2-l { margin-top: .5rem } .mt3-l { margin-top: 1rem } .mt4-l { margin-top: 2rem } .mt5-l { margin-top: 4rem } .mt6-l { margin-top: 8rem } .mt7-l { margin-top: 16rem } .mv0-l { margin-top: 0; margin-bottom: 0 } .mv1-l { margin-top: .25rem; margin-bottom: .25rem } .mv2-l { margin-top: .5rem; margin-bottom: .5rem } .mv3-l { margin-top: 1rem; margin-bottom: 1rem } .mv4-l { margin-top: 2rem; margin-bottom: 2rem } .mv5-l { margin-top: 4rem; margin-bottom: 4rem } .mv6-l { margin-top: 8rem; margin-bottom: 8rem } .mv7-l { margin-top: 16rem; margin-bottom: 16rem } .mh0-l { margin-left: 0; margin-right: 0 } .mh1-l { margin-left: .25rem; margin-right: .25rem } .mh2-l { margin-left: .5rem; margin-right: .5rem } .mh3-l { margin-left: 1rem; margin-right: 1rem } .mh4-l { margin-left: 2rem; margin-right: 2rem } .mh5-l { margin-left: 4rem; margin-right: 4rem } .mh6-l { margin-left: 8rem; margin-right: 8rem } .mh7-l { margin-left: 16rem; margin-right: 16rem } .na1-l { margin: -.25rem } .na2-l { margin: -.5rem } .na3-l { margin: -1rem } .na4-l { margin: -2rem } .na5-l { margin: -4rem } .na6-l { margin: -8rem } .na7-l { margin: -16rem } .nl1-l { margin-left: -.25rem } .nl2-l { margin-left: -.5rem } .nl3-l { margin-left: -1rem } .nl4-l { margin-left: -2rem } .nl5-l { margin-left: -4rem } .nl6-l { margin-left: -8rem } .nl7-l { margin-left: -16rem } .nr1-l { margin-right: -.25rem } .nr2-l { margin-right: -.5rem } .nr3-l { margin-right: -1rem } .nr4-l { margin-right: -2rem } .nr5-l { margin-right: -4rem } .nr6-l { margin-right: -8rem } .nr7-l { margin-right: -16rem } .nb1-l { margin-bottom: -.25rem } .nb2-l { margin-bottom: -.5rem } .nb3-l { margin-bottom: -1rem } .nb4-l { margin-bottom: -2rem } .nb5-l { margin-bottom: -4rem } .nb6-l { margin-bottom: -8rem } .nb7-l { margin-bottom: -16rem } .nt1-l { margin-top: -.25rem } .nt2-l { margin-top: -.5rem } .nt3-l { margin-top: -1rem } .nt4-l { margin-top: -2rem } .nt5-l { margin-top: -4rem } .nt6-l { margin-top: -8rem } .nt7-l { margin-top: -16rem } .strike-l { text-decoration: line-through } .underline-l { text-decoration: underline } .no-underline-l { text-decoration: none } .tl-l { text-align: left } .tr-l { text-align: right } .tc-l { text-align: center } .tj-l { text-align: justify } .ttc-l { text-transform: capitalize } .ttl-l { text-transform: lowercase } .ttu-l { text-transform: uppercase } .ttn-l { text-transform: none } .f-6-l, .f-headline-l { font-size: 6rem } .f-5-l, .f-subheadline-l { font-size: 5rem } .f1-l { font-size: 3rem } .f2-l { font-size: 2.25rem } .f3-l { font-size: 1.5rem } .f4-l { font-size: 1.25rem } .f5-l { font-size: 1rem } .f6-l { font-size: .875rem } .f7-l { font-size: .75rem } .measure-l { max-width: 30em } .measure-wide-l { max-width: 34em } .measure-narrow-l { max-width: 20em } .indent-l { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-l { font-variant: small-caps } .truncate-l { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-l { margin-left: auto } .center-l, .mr-auto-l { margin-right: auto } .ml-auto-l { margin-left: auto } .clip-l { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-l { white-space: normal } .nowrap-l { white-space: nowrap } .pre-l { white-space: pre } .v-base-l { vertical-align: baseline } .v-mid-l { vertical-align: middle } .v-top-l { vertical-align: top } .v-btm-l { vertical-align: bottom } } ._452c3ec4, button, input, optgroup, select, textarea { font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif; } *, *:before, *:after { box-sizing: border-box; } .d68c66a8 { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .d68c66a8 main { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } ._12c81534 { background-color: #FFD9DB; border-color: #FFD9DB; color: #99171D; } ._8a62ca63 { width: 100%; height: 2px; transition: opacity 500ms linear, transform 6s ease-out; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.1, 0.1, 0.0, 1.0); background: #cb3837; } ._657f443d { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .a3d7b97f { color: #cb3837; } a { color: black; } /* wow minifiers are great at noticing garbage */ /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._755f5b0f { box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.10196); border-bottom: 1px solid #d2d2d2; -ms-flex: 0 0 auto; flex: 0 0 auto; } .a6ff2de1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; background: #231f20; height: 80px; } ._1c6d86d1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; color: white; } ._1c6d86d1 span { padding: 5px 20px; font-size: 24px; line-height: 100%; } ._93bbf0b4 { display: -ms-flexbox; display: flex; width: 60px; padding: 5px 0 0 0; } ._5532dff2 { display: -ms-flexbox; display: flex; width: 40px; } .ad255bdb { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } /* First row */ .e7070742 { padding: 8px 0; border-width: 10px 0 0; border-top-style: solid; border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3; } .ad255bdb .ef7c6e62 { max-width: 100%; } ._99e3854f { display: none; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -ms-flex-positive: 1; flex-grow: 1; font-weight: 100; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; } ._99e3854f:active { outline: none; } @media screen and (min-width: 30em) { ._99e3854f { display: -ms-flexbox; display: flex; } } ._0edb515f { font-size: 20px; line-height: 160%; color: #000; letter-spacing: 0.015625em; } ._4a5f2a79 { -ms-flex-positive: 0; flex-grow: 0; } ._4a5f2a79 ul { display: -ms-flexbox; display: flex; margin: 0; } ._4a5f2a79 li { -ms-flex-positive: 1; flex-grow: 1; display: block; } .c6c55db4 { display: block; padding: 10px; position: relative; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; } .c6c55db4:focus+._3f98ab29, .c6c55db4:hover+._3f98ab29, ._3f98ab29:focus, ._3f98ab29:hover { display: block !important; /* TODO: fix borked specificity */ } ._3f98ab29 { color: #000; font-family: 'Poppins'; display: none !important; /* TODO: fix borked specificity*/ position: absolute; z-index: 10; margin-left: -8px !important; /* TODO: fix borked specificity */ padding: 8px 0; -ms-flex-direction: column; flex-direction: column; } .b8f9b0bd { text-decoration: none; } /* Second row */ ._4ea0e50d { background-color: #fff; padding: 10px 0; } .ad255bdb .c5b9953b { max-width: 100%; } .af43375d svg { width: 80px; } @media screen and (min-width: 30em) { .af43375d { padding-top: 8px; -ms-flex-positive: 0; flex-grow: 0; } .ad255bdb .af43375d { width: 224px; margin-right: 0; } .af43375d svg { width: 70px; } } ._581ebd89 { color: #000; } @media screen and (min-width: 30em) { .ad255bdb ._581ebd89 { padding-left: 50px; } } ._2f299eeb { padding: 5px; background: #f2f2f2; } .dde91b96 { -ms-flex-positive: 1; flex-grow: 1; border: 1px solid #f2f2f2; } .dde91b96:focus-within { border: 1px solid black; } ._390acbc5 { background: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; font-size: 16px; letter-spacing: 0px; border: none; outline: unset; height: 40px; padding-left: 10px; border-radius: 0; width: calc(100% - 10px); -webkit-appearance: none; } ._390acbc5:focus { outline: none; } ._390acbc5:-ms-input-placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._390acbc5::placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._705cdf4f { padding-top: 10px; } ._705cdf4f svg { height: 18px; width: 18px; } ._0da775bb { font-family: 'Poppins'; letter-spacing: 0.3px; font-weight: bold; background-color: #231f20; } ._5b436c1a { display: block } ._5b436c1a strong { display: block } ._5b436c1a p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } ._6f31c82b { font-family: 'Poppins'; -ms-flex-positive: 0; flex-grow: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9752c8b3 { padding: 13px 28px; border: 1px solid #cccccc; border-radius: 0; } .f66d27e1 { border: none; } ._59b94eb6 { cursor: auto; box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1px solid #ccc; border-radius: 7px; right: 0; top: 97%; } ._59b94eb6::after { content: ''; position: absolute; width: 0px; height: 0px; top: -16px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid white; } ._59b94eb6::before { content: ''; position: absolute; width: 0px; height: 0px; top: -18px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid #ccc; } .d70fa54a { margin: 0; padding-bottom: 14px; font-size: 19px; color: #4d4d4d; border-bottom: 1px solid #e5e5e5; font-weight: 600; } .d70fa54a svg { height: 14px; margin-right: 5px; } ._9e2bd439 { min-width: 200px; } ._9e2bd439 svg { height: 12px; margin-right: 5px; } ._506dfb65 { font-size: 17px; font-weight: 500; } ._6c423df4 { color: #cb3837; font-size: 15px; padding-top: 3px; } ._3313bb52 { color: #080808; } ._07ec5156 { text-decoration: none; font-size: 17px; display: block; border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; padding-bottom: 15px; margin-bottom: 8px; color: #cb3837; } ._07ec5156 svg { fill: #cb3837; } .a3eb5146 { width: 40px; border: 1px solid black; box-sizing: content-box; } .a3eb5146:hover+div { opacity: 0.7; } ._8c614725 { opacity: 0; transition: opacity 100ms linear; } ._9aa2f73b { opacity: 1; } ._7530c202 { opacity: 1; transition: opacity 100ms linear; } ._99b033cc { opacity: 0; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 60em) { .cb95d7b8 { min-height: 16px; } } @media screen and (min-width: 30em) { ._5052cb2e { line-height: 30px; } } /* CARDS */ ._4af50919 { padding: 1em 0 0; } /* BUTTON: BOILERPLATE */ .baa30260 { border: none; box-shadow: none; } /* BUTTON: ADDITIONAL SIZE MODIFIER */ ._750b5552 { padding: 8px 14px; font-size: 0.65em; } .b2dee585 { padding: 16px 16px; } ._5c40c34b { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } /* BUTTON: TYPES */ ._27b0a3f3 { border: 1px solid #00C642; color: #00C642; background: transparent; } .c555b7b3 { background: transparent; border: 1px solid rgba(0, 0, 0, .4); color: rgba(0, 0, 0, .4); } ._0dbbf8ca { color: #357edd; background: transparent; border: 1px solid #357edd; } .c8f69119 { color: #cb3837; background: transparent; border: 1px solid #cb3837; } /* BUTTONS: FROM BILLING */ .dab9924c { letter-spacing: 0.25px; } .dab9924c svg { height: 16px; width: 16px; padding-top: 4px; margin: 0 5px 0 0; } ._3fc1bd9c { background: #cb3837; } ._24a1e9c7 { background-color: #fff; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .a9a9a788 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(111, 7, 255, .08) 100%); border: 1px solid #CBAFF8; } .c37751f6 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .13) 0%, rgba(0, 184, 15, .10) 100%); border: 1px solid rgba(75, 173, 58, .50); } ._4a3f8f21 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 89, 89, .10) 97%); border: 1px solid rgba(222, 154, 82, .50); color: #e21515; } ._24a1e9c7:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(17, 17, 17, .08) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #111; } ._4a3f8f21:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 89, 89, .20) 97%); border: 1px solid rgba(222, 154, 82, .60); color: #aa2b2b; } .c37751f6:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(0, 184, 15, .14) 100%); border: 1px solid rgba(75, 173, 58, .60); } .a9a9a788:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .20) 0%, rgba(111, 7, 255, .16) 100%); border: 1px solid #CBAFF8; } ._3fc1bd9c:hover { background: #c40b0a; } ._5018de7a, ._5018de7a:hover { color: rgba(0, 0, 0, .1); background-image: none; background-color: rgba(0, 0, 0, .025); border-color: rgb(232, 232, 232); cursor: default; } ._4afd735f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } .d47729b8 { width: 1em; } ._4afd735f .d47729b8 { border-color: #FFCD3A; } /* BUTTONS: HOVER STATES */ ._27b0a3f3:hover { border-color: rgb(0, 158, 53); color: rgb(0, 158, 53); } .c555b7b3:hover { border-color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4); } ._0dbbf8ca:hover { border-color: rgb(42, 101, 177); color: rgb(42, 101, 177); } .c8f69119:hover { border-color: rgb(162, 45, 44); color: rgb(162, 45, 44); } /* BUTTONS: INLINE BREAKPOINTS */ ._795cdbae { min-width: 140px; } @media screen and (min-width: 60em) { .a8d24ef6, ._6ccc357c, .e7853a6d, ._06aef45a { margin-left: 180px; } } /* BUTTONS: DISABLED & DISABLED HOVER */ ._27b0a3f3[disabled]:hover, ._27b0a3f3[disabled] { opacity: .5; background: #00C642; cursor: default; } .c555b7b3[disabled]:hover, .c555b7b3[disabled] { opacity: .5; background: white; cursor: default; } ._0dbbf8ca[disabled]:hover, ._0dbbf8ca[disabled] { opacity: .5; background: white; cursor: default; } .c8f69119[disabled]:hover, .c8f69119[disabled] { opacity: .5; background: white; cursor: default; } ._1b4f7f70, ._1b4f7f70:hover { cursor: wait; } ._750b5552 { font-size: 16px; padding: 4px 8px !important; margin-bottom: 0; height: auto !important; } .b55db0e2 { width: 20px; height: 20px; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .4); transition: all linear 0.1s; cursor: pointer; } .b55db0e2:hover { color: white; background-color: #cb3837; border-color: #cb3837; } .b55db0e2[disabled] { color: #999; background-color: #ddd; border-color: #999; } ._51c6c0d0 { position: relative; height: 36px; width: 36px; padding: 0; } ._54445007 { background: #f2f2f2; } .bb86232a { background: #ffffff; padding: 0; } ._425fdea4 { height: 38px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; resize: vertical; background: white; } ._425fdea4:focus { outline: none; box-shadow: none; background-color: #fff; border-color: #579ecf; } ._12c8ce87 { /* composes: mw5-ns from global; */ -ms-flex-positive: 1; flex-grow: 1; } ._425fdea4[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } @media screen and (min-width: 30em) { ._425fdea4:focus { border-color: #1F8ACC; outline: 0; } .ef4a48a2 { width: 100%; } ._508cc1e8 { height: 38px; resize: vertical; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 10px; border-radius: 5px; padding: 0; margin: 0; background: #d7dcdf; } .d05bbe6c { -ms-flex-positive: 1; flex-grow: 1; } ._508cc1e8:active, ._508cc1e8:focus, ._508cc1e8:active { outline: none; outline-color: #ffffff; background-color: #d7dcdf; /* Do not remove - important for a11y */ border-color: #579ecf; } ._508cc1e8::-moz-focus-outer { border: 0; } ._508cc1e8::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; background: #272727; } ._508cc1e8[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } /* override built-in mozilla style */ :-moz-ui-invalid { box-shadow: none; } .ca5693e9 { border: 1px solid red; } ._3714e37c { color: red; } @media screen and (min-width: 30em) { .c5446f63 { width: 100%; padding-left: 180px; } } .b56301db { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9d16cd42 { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: baseline; align-items: baseline; padding-bottom: 5px; } ._128f502f { -ms-flex-negative: 0; flex-shrink: 0; } ._992c2922 { width: 25px; position: absolute; z-index: 2; left: 12px; top: 7px; } ._30cc4985 { position: relative; } ._30cc4985 input { padding-left: 50px; } .ab3bb16f input[type='radio'] { position: absolute; z-index: 1; left: 50%; top: 50%; width: 22px; height: 22px; margin: 0; outline: 0; margin-top: -9px; margin-left: -9px; display: none; } .ab3bb16f input[type='radio']:checked+.b4929007 { background-color: rgba(235, 219, 255, .4); color: #442fa9; font-weight: normal; text-shadow: none; /* border: 1px solid #442fa970; */ } .b4929007 { cursor: pointer; text-shadow: 0 1px 0 #f3f3f3; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .ab3bb16f:first-child .b4929007 { border-right: 0; border-radius: 3px 0 0 3px; } .ab3bb16f:last-child .b4929007 { border-left: 0; border-radius: 0 3px 3px 0; } .c06f4cad { top: 100%; width: 99%; left: 0.5%; box-shadow: 0px 1px 3px rgba(0, 0, 0, .3); } ._8a2f7809 { border-bottom: 1px solid #eee; } ._8a2f7809:hover, ._7855648d { background-color: rgba(0, 0, 0, .05) } ._8a2f7809:last-child { border-bottom: none } ._8a2f7809 span { display: inline-block; vertical-align: top; line-height: 2em; } ._8a2f7809 a { vertical-align: top; line-height: 0; } .e6f92c42 { background-color: rgba(1, 1, 1, 0) } ._7555aa55 { width: 42px; height: 42px; } .b52dc8f3 { background-color: #273547 !important; } .b52dc8f3 * { color: white !important; } ._9ae8eda2 { min-height: 54px; } .cd2827bb { -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: transparent; color: rgba(255, 255, 255, .8); font-family: 'Poppins'; } .cd2827bb::after { content: ""; display: block; height: 10px; width: 100%; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); } .cd2827bb a { color: rgba(0, 0, 0, .7); font-weight: 400; line-height: 2; } ._802b5507 { width: 50px; } ._1b8c0a9f { font-size: 17px; letter-spacing: 1.3px; color: #333333; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._75ce47e7 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._75ce47e7:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._75ce47e7 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._75ce47e7 header { margin: 20px 0; text-align: center; } ._75ce47e7 header svg { width: 120px; } ._94d452dc { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._75ce47e7 header { margin: 80px 0 40px; } ._75ce47e7 header svg { width: 144px; } ._94d452dc { margin-bottom: 160px; } } ._2b1f4808 { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._320f7a67 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._320f7a67:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._320f7a67 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._320f7a67 header { margin: 20px 0; text-align: center; } ._320f7a67 header svg { width: 120px; } .b9a4b1a9 { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._320f7a67 header { margin: 80px 0 40px; } ._320f7a67 header svg { width: 144px; } .b9a4b1a9 { margin-bottom: 160px; } } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } ._320f7a67 main { max-width: 45em; } ._320f7a67 button { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } .ff0e7e5c { -ms-flex: 0 0 auto; flex: 0 0 auto; box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding: 10px 0; } ._43e27900 { -ms-flex-positive: 0; flex-grow: 0; } ._43e27900 svg { width: 96px; } .acb78000 { background-color: #F7F7F7; min-height: 100vh; margin-top: 10px; } .acb78000:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._2adcc2af { -ms-flex-positive: 1; flex-grow: 1; } ._7fb5e603 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } ._7cbf6ad7 { -ms-flex-positive: 1; flex-grow: 1; padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .e9998f88 { background-color: rgba(0, 0, 0, .03); box-shadow: inset -8px 0 6px -2px rgba(162, 162, 162, 0.10196); } ._266f804b { overflow-x: hidden; padding: 24px; } @media screen and (min-width: 30em) { ._266f804b { top: 0; position: -webkit-sticky; position: sticky; width: 282px; max-height: 100vh; overflow-y: auto; } } ._8a646b6d svg { height: 14px; margin-right: 10px; } ._8a646b6d:hover { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .05) } ._775ed650 { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .08) } ._55741ad1 { line-height: 1.1; color: #6BCE2C; position: absolute; border: 1px solid #6BCE2C; border-radius: 100%; width: 24px; height: 24px; top: 0px; right: 0; display: block; } ._55741ad1:hover { color: #fff; background-color: #6BCE2C; } .ee9e731a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity 1s linear; } ._73b7ed33 { background-color: hsl(0, 100%, 93%); color: hsl(0, 75%, 35%); } ._33186cec { background-color: hsl(50, 100%, 93%); color: hsl(50, 75%, 25%); } ._33186cec a { display: block; color: hsl(50, 75%, 25%); } .d76ab310 { background-color: hsl(120, 100%, 93%); color: hsl(120, 75%, 25%); } ._545224b8 { line-height: 16px; line-height: 1rem; height: 16px; height: 1rem; } .cf325dbd { position: -webkit-sticky; position: sticky; width: 100%; top: 0px; left: 0px; } .cdf2cfa5 { background-color: #f7f7f7; } .cdf2cfa5 ._5fb3df3b { background-color: #ffffff; } .b830cb24 a { text-decoration: none; color: #cb3837; } .bc1f62ce { font-size: 0.9em; } .f6cf753b { -ms-flex-flow: row wrap; flex-flow: row wrap; } hgroup { margin-bottom: 50px; } .f6cf753b textarea { min-height: 8em; } .f6cf753b hr { margin-top: 4em; margin-bottom: 3em; } .f6cf753b select { width: 100%; padding: 8px; padding: 0.5rem; margin: 8px 0 0.75em 0; margin: 0.5rem 0 0.75em 0; color: rgba(0, 0, 0, .7); } ._7a12db77 { margin-top: 0; margin-bottom: 2em; } ._01c91678 { display: inline; color: #cb3837; } ._0ae17f63 { background-color: #FB3B49; box-shadow: 5px 5px 0 rgba(251, 59, 73, .2); color: white; border-radius: 0; font-family: 'Poppins'; } ._59a27b09:after { clear: both; } ._8afc529d { display: -ms-flexbox; display: flex; border: solid 1px #888888; float: left; box-sizing: border-box; text-decoration: none; width: calc(50% - 0.5em); margin-bottom: 1em; text-align: center; padding: 1em; min-height: 4.5em; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: rgba(0, 0, 0, .7); } ._8afc529d:nth-child(odd) { margin-right: 0.5em; } ._8afc529d:nth-child(even) { margin-left: 0.5em; } ._8afc529d:hover { text-decoration: underline; } ._01c91678:hover { text-decoration: underline; } .f2315b96 a { display: inline-block; vertical-align: top; line-height: 32px; } .b96a673d { line-height: 1.4; } ._68cdd332 { margin-top: 1em; } ._2cd87ac8 { display: none; visibility: hidden; } ._1bc12931 img { height: 240px; margin: 4px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._1a65a68d { background-color: #fff !important; } ._1a65a68d::after { display: block; content: " "; border-bottom: 2px solid rgba(0, 0, 0, .1); position: absolute; width: 100%; bottom: 1ex; z-index: 0; } ._1a65a68d>span { position: relative; z-index: 1; padding: 0 0.9375em; background: inherit; } ._4c35f6c9 { margin-top: 40px; width: 45%; } .c4757497 { padding: 40px; border: 1px solid #ccc; border-radius: 10px; background-color: #f2f2f2; } .e73c68c4 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .ccc8896b { margin-left: 76px; } .dd81cbb5 { color: #34495e; background-color: #fff; border: 1px solid #b3b3b3; outline: none; transition: all 300ms ease-out; border-radius: 10px; padding: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .aad35f10 { position: relative; text-align: left; } ._8db05992 { font-size: 0; z-index: 1; cursor: pointer; position: absolute; top: 0; border: none; padding: 0; margin: 0 0 0 1px; background: transparent; text-indent: -10px; height: 34px; width: 100%; } ._7b0b709d { color: #333; cursor: pointer; text-indent: 10px; line-height: 32px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; width: 100%; } ._7b0b709d:after { position: absolute; right: 6px; top: 15px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 5px 4px 0 4px; border-color: #555 transparent transparent transparent; } ._12ab17e9 { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; z-index: 1; transition: all .25s ease; list-style-type: none; position: absolute; top: 32px; padding: 0; margin: 0; opacity: 0; visibility: hidden; border-radius: 3px; text-indent: 10px; line-height: 32px; background-color: white; border: 1px solid #ccc; width: 100%; max-height: 300px; overflow: auto; } ._12ab17e9 a { color: #333; } ._12ab17e9:hover, ._8db05992:focus~._12ab17e9 { opacity: 1; visibility: visible; top: 42px; } ._33ee58a9 { padding: 20px 40px; background-color: rgb(217, 240, 255); } ._33ee58a9 code { background-color: #f2f2f2; } ._8377252a summary { cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8377252a pre { font-size: 0.8em; overflow-x: scroll; } .cb619c9b { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; -ms-flex-direction: column; flex-direction: column; } ._32b9cb92 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 100vw; } ._9354fe4b { margin-bottom: 2em } .d5c81d52, .a3eaa586 { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; } .a3eaa586 { -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: center; align-items: center; } .d58d8627 { -ms-flex: grow; flex: grow; } ._3b2c3c3e, ._4956a004 { -ms-flex: none; flex: none; margin: .75em; } ._3b2c3c3e { justify-self: flex-start; } ._4956a004 { justify-self: flex-end; } ._048bd5f8 { border: 2px solid rgba(0, 0, 0, .1); padding: 20px 40px 0; } ._5bf2e3d4 { width: 42px; } .b6672c22 { height: 24px; height: 1.5rem; } .e99f3f5d { color: #1aa974; } .eafb897c { margin: 0; border-color: rgba(0, 0, 0, .07); } .e290079c { margin: 0 -32px; } ._6e737bac { font-size: 17px; } .b4f049ad { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; width: 100%; background-image: url(https://static.npmjs.com/c07230a8959706cf638a847c59a2ab2b.svg), linear-gradient(0deg, #d3ecec, #80cfd2 93%, #88cdd1); background-position: bottom center; background-repeat: no-repeat; overflow: hidden; height: 27vw; position: relative; max-height: 300px; } ._0c22ad84 { margin-left: 50%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: bottom; align-items: bottom; transform: translateX(-50%); transition: transform ease-out 500ms; } .eb8edf43 { width: 7vw; max-width: 80px; margin: 0 0.5vw; transition: transform ease-out 250ms; transform: translateY(30%); } ._16bcb3c7 { transform: translateY(92%); } ._75a5f581 { color: #cb3837; } .c495d29d { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; } .c495d29d li { margin-bottom: 12px; display: -ms-flexbox; display: flex; list-style-type: circle; list-style-position: outside; } .c495d29d li>* { display: block; -ms-flex: 1 0 initial; flex: 1 0 initial; white-space: nowrap; } .c440844e { -ms-flex: 1 1 auto; flex: 1 1 auto; border-bottom: 1px dotted rgba(0, 0, 0, .2); } .c495d29d li>*:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .c495d29d li>*:last-child { text-align: right; } ._2ca3464c { margin-top: -3px; } .c499451a ._132722c7 { color: #cb3837; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 1200px) { ._36ae70e9 { max-width: 1200px; } } ._4b60b4d3 { background: white; } .cd6ce1fd { max-width: 100vw; } ._50685029 { letter-spacing: -0.8px; } ._94b965b0 { background: #f2f9ff; border: 1px solid #a7bdff; -ms-flex: none; flex: none; letter-spacing: 0; } ._76473bea { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; background: transparent; -ms-flex: none; flex: none; letter-spacing: 0; } ._2e7477a7 svg { display: inline-block; margin-right: 8px; width: 8px; height: 12px; } .d92e4bdd { top: 20px; left: 20px; height: auto; width: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .b5be2af6 { position: relative; max-width: 95vw; line-height: 24px; } .b5be2af6 svg { width: 0.9em; height: 0.9em; -ms-flex: none; flex: none; margin-right: 3px; margin-left: 0px; margin-top: 6px; fill: rgba(0, 0, 0, .5); } .b5be2af6 svg:nth-of-type(2) { position: absolute; right: 15px; left: auto; opacity: 0; fill: rgba(0, 0, 0, .5); transition: opacity 0.2s linear; } .b5be2af6:hover svg:nth-of-type(2) { opacity: 1; } ._44c90bfa { color: #cb3837; } ._44c90bfa svg { -ms-flex: none; flex: none; display: inline-block; margin-top: 2px; margin-right: 11px; width: 1em; height: 1em; opacity: 0.7; } ._5cfc0900 svg { width: 8px; height: 12px; margin-right: 8px; fill: rgba(0, 0, 0, .45); } .b2812e30 { font-size: 18px; } .b2812e30 svg { height: 16px; margin-right: 8px; } .df3864ac code { word-wrap: wrap; padding-left: 10px; } .d767adf4 { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; font-feature-settings: none; font-variant-ligatures: none; position: relative; } .d767adf4 svg { position: absolute; top: 11px; left: 18px; } .d767adf4 span { display: block; width: 100%; height: 100%; border-radius: 5px; padding: 10px 10px 10px 34px; border: 1px #cccccc solid; } .d767adf4:hover { cursor: pointer; background: hsl(120, 100%, 93%); border-color: #00C642; } .d767adf4 ::-moz-selection { background: none; } .d767adf4 ::selection { background: none; } ._000ae427 { border-bottom: 2px solid rgba(137, 86, 255, .2); } ._418c4939 { margin-right: -4px; } ._8a41cc8f { color: #cb3837; } .a0dff0b1 { border-bottom: 1px dotted #ccc; color: #111; } /** * Package access */ .c6e34c57 { list-style: none; margin: 0; padding: 0; } .c6e34c57 li { padding: 15px; border-bottom: 1px solid grey; } .c6e34c57 li span:nth-child(3) { width: calc(100% - 170px); text-align: right; } ._3ebf5573, .fb3d3716, .fb3d3716 { width: 125px; } ._426b8533 img { border-radius: 3px; } ._3711aa1e { width: 44px; height: 44px; line-height: 40px; color: #00C642; border-color: #00C642; } ._3ebf5573 { width: 25px; } ._6054af20 { box-shadow: none; } ._9e13d83d { width: 18px; margin-right: 5px; } ._7eb68a55 { background-color: #fafafa; } ._43a531d3 { display: -ms-flexbox; display: flex; } @media screen and (min-width: 60em) { ._43a531d3 { -ms-flex-direction: initial; flex-direction: initial; } } ._329d07cd { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 5px 0 0 0; } .efc7b1c8 { display: -ms-flexbox; display: flex; -ms-flex: 1; flex: 1; margin: 0 10px 10px 0; padding: 0; transition: 0.2s background-color linear; } .efc7b1c8:nth-of-type(6n+1):hover { background-color: rgba(137, 86, 255, 0.2); } .efc7b1c8:nth-of-type(6n+1):hover ._5d3decdb { color: rgb(41, 0, 138); border-bottom-color: rgb(41, 0, 138); } .efc7b1c8:nth-of-type(6n+2):hover { background-color: rgba(0, 198, 66, 0.2); } .efc7b1c8:nth-of-type(6n+2):hover ._5d3decdb { color: rgb(0, 97, 32); border-bottom-color: rgb(0, 97, 32); } .efc7b1c8:nth-of-type(6n+3):hover { background-color: rgba(41, 171, 226, 0.2); } .efc7b1c8:nth-of-type(6n+3):hover ._5d3decdb { color: rgb(20, 106, 144); border-bottom-color: rgb(20, 106, 144); } .efc7b1c8:nth-of-type(6n+4):hover { background-color: rgba(203, 56, 55, 0.2); } .efc7b1c8:nth-of-type(6n+4):hover ._5d3decdb { color: rgb(126, 32, 32); border-bottom-color: rgb(126, 32, 32); } .efc7b1c8:nth-of-type(6n+5):hover { background-color: rgba(255, 205, 58, 0.2); } .efc7b1c8:nth-of-type(6n+5):hover ._5d3decdb { color: rgb(107, 80, 0); border-bottom-color: rgb(107, 80, 0) } .efc7b1c8:nth-of-type(6n+6):hover { background-color: rgba(200, 54, 195, 0.2); } .efc7b1c8:nth-of-type(6n+6):hover ._5d3decdb { color: rgb(40, 11, 39); border-bottom-color: rgb(40, 11, 39) } .efc7b1c8:hover ._5d3decdb { border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; } ._5d3decdb { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex: 1; flex: 1; white-space: nowrap; text-align: center; text-decoration: none; padding: 25px 35px; font-size: 16px; font-weight: 800; color: #333; border: 1px solid #efefef; border-bottom: 2px solid #efefef; transition: 0.2s border-color linear; } ._5d3decdb svg { height: 18px; margin-right: 10px; } .f85080bd { border-bottom-color: #efefef; padding: 10px 0; margin: 0; line-height: 100%; font-size: 18px; font-weight: 600; } .f85080bd:hover { color: #cb3837; } .d5376578 { margin-bottom: 0; } ._5b5c6538 { padding-bottom: 20px; margin-bottom: 20px; } ._5b5c6538:last-of-type { border-bottom: none; } .e3558c28 { border: 1px solid #EA2039; } ._49d22aa6 { border-color: #EA2039; } ._664b9a60 { border-color: #FAB231; } ._8f26e3fd { border-color: #FEE933; } ._9979b908 svg { height: 14px; margin-right: 5px; } ._87671184 { max-width: 50%; } .aac0d214 { overflow: auto; background-color: rgba(0, 0, 0, .8); } .aac0d214 pre { margin: 0px; } ._7bac6663 { background-color: #8956FF; color: white; } .f6d9ef39 { background-color: rgba(0, 0, 0, .15); } .cfe0756c:hover { color: #cb3837; } ._65c21564:nth-child(3n+1) { border-left: 1px solid #eee; } ._5d3bfe0c { background: hsl(50, 100%, 93%); } ._748cc31f { justify-self: flex-start; } ._2ffd8dd7 { justify-self: flex-end; } ._66549089 { -ms-flex: 1; flex: 1; } ._270f475a { -ms-flex-align: center; align-items: center; } .a2d586b8 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._58db8a06 { max-width: 1200px; } ._000be187 { background-color: #fff9e7; } ._49b6ae1a { background-color: #f4fbe8; } ._048efcca { background-color: #f7f7f7; } ._5fc60248 { max-width: 1000px; } .b58a75ab { min-width: 40px; } ._4e4cb888 textarea { min-height: 120px; } ._2b48ee4c { left: 33px; background: #eeeeee; height: 100%; width: 4px; } .ced63daa { z-index: 1; background: #eeeeee; height: 40px; width: 40px; min-height: 40px; min-width: 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; } .a30ef028 strong { margin-bottom: 0.5em; display: block; } ._583f9580 { text-transform: capitalize; } .f06502ea { height: 24px; width: 24px; } ._896cee1a { overflow-x: auto; border-spacing: 0 8px; } ._6a5898ac { padding: 0.5em 0.75em; } ._6a5898ac:first-child { text-align: center; width: 0.5em; padding-right: 0; } ._038c0473 { border-top: 1px solid transparent; border-bottom: 1px solid transparent; padding: 0.75em; } ._038c0473:first-child { text-align: center; width: 0.5em; padding-right: 0; border-left: 1px solid transparent; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ._038c0473:last-child { padding-right: 0.75em; border-right: 1px solid transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } ._305a9f55 ._038c0473 { border-top: 1px solid hsla(180, 50%, 50%, 1); border-bottom: 1px solid hsla(180, 50%, 50%, 1); background-color: hsla(180, 50%, 50%, .2); } ._305a9f55 ._038c0473:first-child { border-left: 1px solid hsla(180, 50%, 50%, 1); } ._305a9f55 ._038c0473:last-child { border-right: 1px solid hsla(180, 50%, 50%, 1); } ._836c43e2 ._038c0473 { opacity: 0.5; } .dfa16c80 { font-size: 18px; } ._26391339 a { display: inline-block; color: #666; text-decoration: none; padding: 8px 12px; border-radius: 3px; margin: 0 3px; background-color: white; border: 1px solid #cfcfcf; } ._26391339 a:hover { background-color: #f8f8f8; text-decoration: none; } ._31dfe8f0 a { font-weight: bold; color: black; } .a0329937, ._766d2bab { text-decoration: none; } .d1f83072 { min-width: 16px; min-width: 1rem; } ._1557da71 { border-radius: 3px; } .fd18bd36 { margin-top: 0px; background: #FEFEFE; } .fd18bd36:first-child { margin-top: 0; } .fd18bd36:nth-of-type(odd) { background: #F9F9F9; border-bottom: 1px solid #E1E1E1; } .fd18bd36:first-of-type { border-top-left-radius: 3px; border-top-right-radius: 3px; } .fd18bd36:last-of-type { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom: none; } :root { --wombat-red-hover: #c40b0a; --button-green: #00C642; --wombat-yellow: #FFCD3A; --wombat-violet: #8956FF; --wombat-purple: #C836C3; --wombat-green: #00C642; --wombat-teal: #29ABE2; --light-blue: #70b8ff; --wombat-red: #cb3837; --header-color: #000; --bg-dark: #cb3837; --npmRed: #cb3837; --npmLightRed: #fb3e44; --blue: #357edd; --bg: #fff; --code: "Fira Mono", "Andale Mono", "Consolas", monospace; --code-ls: 0px; --code-lh: 24px; --standardCardTransition: all 0.2s ease; --header-letter-spacing: 0.015625em; --readme-font-size: 18px; --readme-line-height: 1.6; --copy-color: rgba(0, 0, 0, 0.85); --code-bg: #f7f7f7; --code-box-radius: 2px; } ._7adb9669 { padding: 1em 0 0; } .fead48c6 { min-height: 200px; overflow: hidden; } .e4583356 { letter-spacing: 0.18px; } ._16a82db2 { top: -25px; left: 50%; } ._7dc916aa { left: -50%; } .c8578b02 { -ms-flex-pack: justify; justify-content: space-between; } .b911aca9 { -ms-flex-align: center; align-items: center; z-index: 1; } ._612d3ad9 { border-color: #999999; height: 1px; top: 20px; } .ef05047f { color: hsl(120, 75%, 25%); } ._69f3a0ae { color: hsl(0, 75%, 35%); } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .d4e528cd { border-bottom: 1px dotted #ccc; } @media (max-width: 479px) { .a196eec9 { margin-top: 15px; } } ._3fd8a552 { color: #ffffff; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._6d9832ac { padding-top: 8px; font-size: 18px; line-height: 1.6; } @media screen and (min-width: 30em) { ._6d9832ac { font-size: 1rem; } } ._6d9832ac h1, ._6d9832ac h2, ._6d9832ac h3, ._6d9832ac h4, ._6d9832ac h5, ._6d9832ac h6 { color: #111; margin-top: 24px; margin-bottom: 16px; padding-bottom: 0px; padding-bottom: 0rem; font-weight: 600; line-height: 1.25; } ._6d9832ac ._280057d3 { font-size: 3em; border-bottom: 1px dotted #ccc; padding-bottom: 16px; padding-bottom: 1rem; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } ._6d9832ac a { color: #cb3837; text-decoration: none; font-size: 1em; } ._6d9832ac p a, ._6d9832ac li a { font-weight: normal; } ._6d9832ac blockquote { background: none; padding: 0px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 4px; border-radius: 0; } ._6d9832ac>*:last-child { margin-bottom: 0; } ._6d9832ac h1:first-child { font-weight: 700; margin-top: 0; } ._6d9832ac>h1:first-child>a:first-child { display: none; /* no need for the deeplink for the top of the readme */ } ._6d9832ac::first-letter-line { font-size: 80px; font-size: 5rem; margin-top: 0; font-weight: 100; } ._6d9832ac h1 { font-size: 36px; font-size: 2.25rem; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, .1); } ._6d9832ac h2 { font-size: 30px; font-size: 1.875rem; border-bottom: 1px solid rgba(0, 0, 0, .1); padding-bottom: 8px; letter-spacing: -0.8px; letter-spacing: -.05rem; } ._6d9832ac h3 { font-size: 20px; font-size: 1.25rem; letter-spacing: -0.48px; letter-spacing: -.03rem; } ._6d9832ac h4 { font-size: 18px; font-size: 1.125rem; padding-bottom: 8px; letter-spacing: -0.48px; letter-spacing: -.03rem; border-bottom: 1px solid #eee; } ._6d9832ac h5 { font-size: 16px; font-size: 1rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac h6 { font-size: 14px; font-size: 0.875rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac p { color: rgba(0, 0, 0, .85); font-size: 18px; line-height: 1.6; margin-top: 0; margin-bottom: 16px; line-height: 1.65; letter-spacing: 0.1px; } ._6d9832ac p li { line-height: 1; margin-top: 0; margin-bottom: 8px; } ._6d9832ac strong { color: black; font-weight: bolder; } ._6d9832ac hr { opacity: 0.2; height: 0px; } ._6d9832ac ol { padding-left: 17px; padding-top: 0; margin-top: 0; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1.1em; } ._6d9832ac td, ._6d9832ac th { font-size: 1.1em; padding: 9px 13px; border: 1px solid #d8d8d8; border-bottom: none; line-height: 1.6; } ._6d9832ac tr td { line-height: 1.4; } ._6d9832ac table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #e2e2e2; } ._428bc763 pre, code { font-feature-settings: none; font-variant-ligatures: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; line-height: 24px; } ._6d9832ac li p code { font-size: 0.8em; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1em; } ._6d9832ac pre { margin-top: 0; margin-bottom: 24px; padding: 12px; font-size: 1em; background: #f7f7f7; border-radius: 2px; overflow-x: auto; } ._6d9832ac code { font-size: 1em; border-radius: 2px; background: #f7f7f7; padding: 0px 5px; } @media screen and (min-width: 30em) { ._6d9832ac pre { padding: 13px 15px; } } ._6d9832ac pre code { font-size: 16px; font-size: 1rem; padding: 0; } ._6d9832ac p code { font-size: 0.9em; } ._6d9832ac ul { padding-left: 1em; margin-bottom: 1em; font-size: 1em; line-height: 1.3; } ._6d9832ac ul li a { font-size: 18px; color: #cb3837; text-decoration: none; font-weight: normal; line-height: 1.4; } ._6d9832ac svg .bab41d78 { float: right; margin-right: 48px; margin-right: 3rem; padding-top: 16px; padding-top: 1rem; } ._6d9832ac svg .bab41d78:first-child { padding-top: 20px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._8055e658 { -ms-flex-positive: 1; flex-grow: 1; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: 3px solid #cb3837; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8055e658:hover { background: rgb(250, 235, 235); } ._8055e658 svg, ._8055e658 .c3fc8940 { font-weight: bold; margin: -0.25em 0.5em -0.25em 0; width: 1.2em; height: 1.2em; fill: #cb3837; } @media screen and (min-width: 60em) { ._8055e658 { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-left: none; border-bottom: 2px solid #cb3837; } } ._8055e658.ac5f7ef8 { background-color: rgba(203, 56, 55, 0.2); } ._8055e658.d9f99065 { color: #FFCD3A; border-color: #FFCD3A; } ._8055e658.d9f99065:hover { background: rgb(255, 249, 229); } ._8055e658.d9f99065.ac5f7ef8 { background-color: rgba(255, 205, 58, 0.2); } ._8055e658.d9f99065 ._38ce9a85 { color: rgb(158, 119, 0); } ._8055e658.d9f99065 svg, ._8055e658.d9f99065 .c3fc8940 { fill: rgb(209, 157, 0); } ._8055e658._2a0881eb { border-color: #00C642; } ._8055e658._2a0881eb:hover { background: rgb(214, 255, 228); } ._8055e658._2a0881eb.ac5f7ef8 { background-color: rgba(0, 198, 66, 0.2); } ._8055e658._2a0881eb ._38ce9a85 { color: rgb(0, 97, 32); } ._8055e658._2a0881eb svg, ._8055e658._2a0881eb .c3fc8940 { fill: rgb(0, 148, 49); } ._8055e658._7cec0316 { border-color: #8956FF; } ._8055e658._7cec0316:hover { background: rgb(237, 229, 255); } ._8055e658._7cec0316.ac5f7ef8 { background-color: rgba(137, 86, 255, 0.2); } ._8055e658._7cec0316 ._38ce9a85 { color: rgb(41, 0, 138); } ._8055e658._7cec0316 svg, ._8055e658._7cec0316 .c3fc8940 { fill: #8956FF; } ._8055e658.c1f85151 { border-color: #C836C3; } ._8055e658.c1f85151:hover { background: rgb(250, 235, 249); } ._8055e658.c1f85151.ac5f7ef8 { background-color: rgba(200, 54, 195, 0.2); } ._8055e658.c1f85151 ._38ce9a85 { color: rgb(120, 33, 117); } ._8055e658.c1f85151 svg, ._8055e658.c1f85151 .c3fc8940 { fill: rgb(160, 44, 156); } ._8055e658.b4fcfd19 { border-color: #29ABE2; } ._8055e658.b4fcfd19:hover { background: rgb(233, 246, 252); } ._8055e658.b4fcfd19.ac5f7ef8 { background-color: rgba(41, 171, 226, 0.2); } ._8055e658.b4fcfd19 ._38ce9a85 { color: rgb(20, 106, 144); } ._8055e658.b4fcfd19 svg, ._8055e658.b4fcfd19 .c3fc8940 { fill: rgb(41, 171, 226); } ._38ce9a85 { padding-top: 12px; padding-bottom: 12px; padding-left: 15px; padding-right: 15px; color: #cb3837; } ._38ce9a85:focus { outline: none; } .ac5f7ef8 ._38ce9a85 { font-weight: bold; } .fff73891:first-of-type { padding-left: 0; } ._22665c13 { font-size: 9px; border: 1px solid; border-radius: 2px; padding: 1px 2px; position: relative; top: -2px; margin-left: 10px; opacity: 0.7; } .f953ffc3 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .e91431b9 { color: #cb3837; } ._197747fa { background-color: #f7f7f7; } ._38b40108 { max-width: 900px; } ._80861c73 pre { overflow-x: auto; } ._085a4a8a { height: 200px; overflow-y: scroll; } ._6d820777 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._6d820777 ._2db260b4 { -ms-flex-item-align: start; align-self: flex-start; padding-left: 1em; width: 50%; } ._6d820777 .c779e82c { -ms-flex-item-align: start; align-self: flex-start; padding-right: 1em; text-align: right; margin: 0; width: 50%; } ._3cc69d62 ul { margin-top: 0; } .ea8e24d8 a { color: #cb3837; } .e7fb4d77 { transition: all 0.2s ease; } .d81f431d { color: white; background: #cb3837; } .d81f431d:hover { background: #c40b0a; } .b5d69a2f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } ._815e870d { width: 1em; } .b5d69a2f ._815e870d { border-color: #FFCD3A; } ._7adb9669 { padding: 1em 0 0; } ._98714ae6 { margin: 0px; padding: 1.25em 0.5em; font-size: 18px; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; background: rgba(0, 0, 0, .02); border-bottom: 1px solid rgba(239, 239, 239, 0.93725); color: #333; text-decoration: none; text-align: center; } ._98714ae6 a { font-weight: 600; text-decoration: none; color: #333333; text-decoration: underline; white-space: nowrap; } .d321523e { font-weight: 400; } .c7d083b3 { padding: 0em 0.5em; } /*! * GitHub Light v0.5.0 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE) */ .pl-c /* comment, punctuation.definition.comment, string.comment */ { color: #6a737d; } .pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */ , .pl-s .pl-v /* string variable */ { color: #005cc5; } .pl-e /* entity */ , .pl-en /* entity.name */ { color: #6f42c1; } .pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */ , .pl-s .pl-s1 /* string source */ { color: #24292e; } .pl-ent /* entity.name.tag, markup.quote */ { color: #22863a; } .pl-k /* keyword, storage, storage.type */ { color: #d73a49; } .pl-s /* string */ , .pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */ , .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */ , .pl-sr /* string.regexp */ , .pl-sr .pl-cce /* string.regexp constant.character.escape */ , .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ , .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ { color: #032f62; } .pl-v /* variable */ , .pl-smw /* sublimelinter.mark.warning */ { color: #e36209; } .pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ { color: #b31d28; } .pl-ii /* invalid.illegal */ { color: #fafbfc; background-color: #b31d28; } .pl-c2 /* carriage-return */ { color: #fafbfc; background-color: #d73a49; } .pl-c2::before /* carriage-return */ { content: "^M"; } .pl-sr .pl-cce /* string.regexp constant.character.escape */ { font-weight: bold; color: #22863a; } .pl-ml /* markup.list */ { color: #735c0f; } .pl-mh /* markup.heading */ , .pl-mh .pl-en /* markup.heading entity.name */ , .pl-ms /* meta.separator */ { font-weight: bold; color: #005cc5; } .pl-mi /* markup.italic */ { font-style: italic; color: #24292e; } .pl-mb /* markup.bold */ { font-weight: bold; color: #24292e; } .pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ { color: #b31d28; background-color: #ffeef0; } .pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ { color: #22863a; background-color: #f0fff4; } .pl-mc /* markup.changed, punctuation.definition.changed */ { color: #e36209; background-color: #ffebda; } .pl-mi2 /* markup.ignored, markup.untracked */ { color: #f6f8fa; background-color: #005cc5; } .pl-mdr /* meta.diff.range */ { font-weight: bold; color: #6f42c1; } .pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ { color: #586069; } .pl-sg /* sublimelinter.gutter-mark */ { color: #959da5; } .pl-corl /* constant.other.reference.link, string.other.link */ { text-decoration: underline; color: #032f62; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._5ae7dfec { margin-top: 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ECECEC; } ._5ae7dfec button { color: #343434; background: none; border: none; cursor: pointer; font-weight: inherit; } ._5ae7dfec button:hover { color: #000000; text-decoration: underline; } ._6b5f01e6 { border-top: none; margin: 0; padding: 0; overflow-x: auto; border-spacing: 0 8px; } ._0b79531e { border-bottom: 1px solid #ECECEC; } ._0b79531e h4 { margin: 16px; display: -ms-flexbox; display: flex; } ._0ec63fc7 { padding: 0 8px; } .a2ab2737 { border-top: 1px solid transparent; border-bottom: 1px solid #ECECEC; margin: 0; padding: 3px; height: 34px; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .a2ab2737:last-child { border-bottom: none; } .a2ab2737:hover { background-color: #F4F4F4; } .a2ab2737 ._75771d2d { display: -ms-flexbox; display: flex; width: 55%; } .a2ab2737 ._75771d2d img { position: relative; top: 2px; overflow: hidden; } ._0250bef8 { padding: 1px 0 0 9px; } .b0d94918 { padding-left: 8px; } .a2ab2737 ._7dccc978 { color: #8c8c8c; padding: 4px 10px 0px 0px; width: 30%; overflow: hidden; display: none } @media screen and (min-width: 60em) { .a2ab2737 ._7dccc978 { display: block; } } .a2ab2737 .af65e767 { margin-left: 20px; width: 15%; text-align: right; padding: 4px 12px 0px 0px; overflow: hidden; } ._5ec64de6 { height: 34px; background-color: #FAFAFA; border-bottom: 1px solid #ECECEC; display: -ms-flexbox; display: flex; padding: 8px 0 0 4px; font-size: 14px; -ms-flex-pack: justify; justify-content: space-between; } .aa4f77f0 { display: -ms-flexbox; display: flex; } ._789a6f53 { display: -ms-flexbox; display: flex; } ._7b8cd891 { padding: 2px 4px 0 0px; } ._29075f51 { height: 18px; padding: 0 0 0 20px; margin: 0 20px; border-left: 1px solid #E3E3E3; } .ca243068 pre { background-color: #FFFFFF; } .ca243068 code { font-family: Consolas, monaco, monospace; line-height: 20px; font-size: 12px; } ._4af6a1ca { display: -ms-flexbox; display: flex; } ._0ac31f66 ._0b79531e h4 { text-align: center; display: block; } .b3736c71 { width: 50%; height: 350px; padding-top: 75px; text-align: center; } .c780cb82 { width: 50%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-right: 20px; } ._8b7d3b5b { margin-top: 20px; font-size: 12px; color: #8c8c8c; line-height: 16px; } ._8364c104 { display: inline-block; word-wrap: break-word; width: 100%; } ._450b46e9 { width: 12px; height: 16px; } ._7ec1ed32 { width: 18px; height: 22.5px; } ._1528cda6 { width: 20px; height: 25px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._73a8e6f0 { -ms-flex: none; flex: none; } @media screen and (min-width: 60em) { ._73a8e6f0 { width: 320px; padding-right: 60px; } } .b219ea1a { font-size: 32px; word-break: break-all; } ._49617212 { background: black; } ._49617212 img { margin-right: 4px; } .c5c8a11c { vertical-align: 2px; } ._5240e347:hover { text-decoration: underline; } .fc85958f { border-top: none; border-width: 1px; } ._00cd8e7e { display: inline; color: #444; } ._00cd8e7e:hover { text-decoration: underline; } ._857bb5fe { color: #fff !important; -ms-flex-pack: center; justify-content: center; background: #cb3837; } .a11667ce { display: inline-block; background-repeat: no-repeat; width: 25px; height: 21px; ; background-position: center; } ._3aa6ef91 { background-image: url(https://static.npmjs.com/ca1922cf6824a157752008094d1e9627.svg) } ._139c488a { background-image: url(https://static.npmjs.com/57b6941f444dfaaa86fe6eb2a8241130.svg) } ._67ce2092 { background-image: url(https://static.npmjs.com/77a1975e9c223b408cb31330b6a965df.svg) } ._34da67ba { background-image: url(https://static.npmjs.com/bc0fd45a2d3dc8827bc30618ae03cd62.svg) } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media (max-width: 479px) { ._9e397ddb { margin-top: 15px; } } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._60238ef4 { margin-top: 0; } ._6470241a a { font-weight: normal; color: #666; text-decoration: none; } ._6470241a a:hover { color: #999; } ._636fab96 { height: 42px; margin-bottom: 4px; } ._56689c87 { width: 100%; max-width: 420px; } .c0bc9490 { width: 32px; height: 32px; } ._26da243d p, h4 { margin: 0; } ._26da243d pre { background-color: rgba(0, 0, 0, .05); padding: 0.5em; color: #333; } ._26da243d code { font-size: 14px; } ._64f1bcfb { margin-right: 0.5em; color: white; background-color: #00C642; } ._70c3b276 { margin-top: 0; } ._70c3b276:hover { background-color: #cb3837; } .b88f0a56 { color: #cb3837; } .e98ba1cc:hover { color: #cb3837; } ._0be7a12f { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; } ._464c07bf { background-color: #29ABE2; } ._625ca439 { background-color: #8956FF; } ._9a8a65f4 { background-color: #cb3837; } .ef4d7c63:hover .cae8e90b { opacity: 1; } .ef4d7c63 a { text-decoration: none; } ._8fbbd57d::first-letter { text-transform: capitalize; } .f9bd4b83 img { margin-right: 6px; } ._622b8f03 { height: 30px; width: 90px; } ._4ed4187c { height: 20%; } .d76ccfa5 { -ms-flex: none; flex: none; width: 75px; height: 2px; transform-origin: left; border-radius: 24px; } ._89d0b3e5 { text-align: right; padding-right: 12px; line-height: 0.2em; -ms-flex: 1 1 auto; flex: 1 1 auto; bottom: 0%; text-transform: lowercase; font-size: 11px; font-weight: 600; color: rgba(0, 0, 0, .9); } ._411e5df2 { box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1.5px solid #ccc; border-radius: 10px; top: 105%; left: 50%; transform: translate(-50%, 0); } ._4ed4187c:hover ._411e5df2 { display: block; /* TODO: these aren't showing up for some reason */ } ._6951a207 { height: 17px; padding: 0 8px; } ._69ac86b8 { transition: all .15s ease-in; margin: 0 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: 0.4px; } ._39bb688c { background-color: #efe7fc; transition: all .15s ease-in; margin-left: 25px; letter-spacing: 0.4px; } ._39bb688c:hover { background-color: #e5d7fb; } ._69ac86b8:first-of-type { margin-left: 0; } ._1c07ef37 a { color: #cb3837; } ._1c07ef37 a:hover { text-decoration: underline; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._9390ec46>p { padding: 40px 0 8px 8px; margin-bottom: 16 0 0 0; font-weight: 600; color: #444; } ._9390ec46 fieldset { margin: 0; background-color: transparent; padding: 0; } ._9390ec46 label { font-size: 16px; font-weight: 500; display: block; color: rgba(0, 0, 0, .7); width: 100%; padding: 4px 0px; font-weight: 600; margin-bottom: 5px; cursor: pointer; } ._9390ec46 label:hover { color: black; } ._9390ec46 label input { display: none; } ._9390ec46 label[for='search_ranking_optimal'] { border-bottom: 1px solid #bbb; } ._9390ec46 label[for='search_ranking_popularity'] { border-bottom: 1px solid #29ABE2; } ._9390ec46 label[for='search_ranking_quality'] { border-bottom: 1px solid #8956FF; } ._9390ec46 label[for='search_ranking_maintenance'] { border-bottom: 1px solid #cb3837; } .a9b7335e { background-color: #f9f9f9; } .dca606df { border-radius: 12px red solid; } .f9489dd7 { text-decoration: none; } .f9489dd7:hover { color: #cb3837; } ._27e8c9ee { font-size: 16px; font-size: 1rem; color: #666; cursor: pointer; transition: background-color .15s ease-in-out; text-decoration: none; -ms-flex-align: center; align-items: center; border-radius: .25rem; border: 1px solid rgba(0, 0, 0, .1); } .e959a46e { text-align: center; padding-right: 4px; padding-right: .25rem; } ._9a8a6838 { -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; } ._5edeb514 { color: white; background: #00C642; border: 1px solid #00C642; } .b12a66fc { color: #fff; background-color: #cb3837; border: 1px solid #cb3837; } ._26b83331 { color: white; background: #8956FF; border: 1px solid #8956FF; } ._87ac5061 { color: white; border: 1px solid rgb(122, 122, 122); } ._7c68e1a8 { color: white; background: #29ABE2; border: 1px solid #29ABE2; } ._051c32f9 { color: #fff; border: none; background-color: #00C642; } ._53b86379 { background: #333333; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1); cursor: pointer; height: 300px; left: 0; position: absolute; top: -290px; transform: translateY(0); transition: transform 300ms ease; width: 100%; z-index: 1; } ._6e1e0509 { background: rgba(255, 255, 255, .1); bottom: 0; height: 10px; left: 0; position: absolute; width: 100%; z-index: 1; } ._2dd7f49e { background: #ccc; bottom: -2px; box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1); height: 8px; left: 50%; margin-left: -15px; position: absolute; width: 30px; z-index: 2; } ._97329910 { bottom: 20%; left: 50%; margin-left: -50px; opacity: 1; position: absolute; width: 100px; } /** * Modifiers */ ._53b86379.c1229923 { transform: translateY(52%); } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._53b86379 { transition: none; } } /** * Base */ ._83938fda { cursor: pointer; cursor: grab; cursor: -webkit-grab; position: relative; top: 20px; transform: translateY(0); transition: transform 200ms ease; } ._83938fda * { pointer-events: none; } /** * Face */ .e7114814 { left: 50%; margin-left: -29px; position: absolute; top: 100px; width: 58px; } .e7114814 img { left: 0; position: absolute; top: 0; } ._489835f0 { animation-name: _11292128; animation-duration: 3s; animation-iteration-count: infinite; display: block; will-change: opacity; } .fe2acb34 { animation-duration: 3s; animation-iteration-count: infinite; animation-name: _49eaabc4; display: block; will-change: opacity; } ._8fb7c421 { display: none; } /** * Interactions */ ._83938fda:hover ._8fb7c421 { display: block; } ._83938fda:hover ._489835f0, ._83938fda:hover .fe2acb34 { display: none; } ._83938fda:active { transform: translateY(5px); } /** * Animations */ ._33c43af5 { animation-name: b847221f; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _11292128 { 0% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; } } @keyframes _49eaabc4 { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 51% { opacity: 0; } 100% { opacity: 0; } } @keyframes b847221f { 0% { transform: translateY(0); } 50% { transform: translateY(-3px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._33c43af5, ._489835f0, .fe2acb34 { animation-name: _266bc94d; } .fe2acb34 { display: none; } } ._98d1fd92 { background: #ddd; border-radius: 9999px; height: 200px; margin: 0 auto 20px; overflow: hidden; position: relative; transition: background 200ms ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 200px; } ._98d1fd92 * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /** * Modifiers */ ._98d1fd92._0c752f11 { background-color: #999; } /** * Animations */ ._0c4ed431 { animation-name: _26ff033a; animation-duration: 3s; animation-iteration-count: infinite; transform: rotate(-5deg); transition-timing-function: ease; transform-origin: bottom center; will-change: transform; } .bac87ec6 { animation-name: _80e05d29; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _26ff033a { 0% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } 100% { transform: rotate(-4deg); } } @keyframes _80e05d29 { 0% { transform: translateY(0); } 50% { transform: translateY(-4px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._98d1fd92 { transition: none; } ._0c4ed431, .bac87ec6 { animation-name: a798d89c; animation-name: _3bd2fb14; } ._0c4ed431 { transform: rotate(0deg); } } ._53af778c { background-color: #1D4E69; background-image: url(https://static.npmjs.com/ef003d67b66448a3893b31d95283fe4c.svg); background-position: top center; background-size: 100% 70%; background-repeat: no-repeat; padding-top: 100%; } .f8ef462f { width: 90%; margin-left: auto; margin-right: auto; padding-top: 35px; padding-bottom: 35px; } @media (min-width: 480px) { ._53af778c { padding-top: 60%; } } @media (min-width: 768px) { ._53af778c { background-size: 100% 100%; } .f8ef462f { width: 740px; padding-top: 45px; padding-bottom: 45px; } } @media (min-width: 992px) { ._53af778c { padding-top: 0; background-size: 100% 100%; } .f8ef462f { width: 960px; padding-top: 20px; padding-bottom: 60px; } .c5c5849f { width: 50%; } } @media (min-width: 1200px) { .f8ef462f { width: 1160px; } } ._727b992c { font-weight: 300; } ._0079c48b { color: #ffffff; background: #f09233; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } ._8fa1420e { background-color: #273547; } .d98ff809 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; padding-top: 35px; padding-bottom: 35px; } ._55efe1bd { width: 90%; padding: 0; } .bf27ccbd { width: 90%; } @media (min-width: 768px) { ._8fa1420e { background-size: 100% 100%; } .d98ff809 { width: 740px; padding-top: 45px; padding-bottom: 45px; } ._55efe1bd { width: 66%; } .bf27ccbd { width: 66%; } } @media (min-width: 992px) { ._8fa1420e { padding-top: 0; background-size: 100% 100%; } .d98ff809 { -ms-flex-direction: initial; flex-direction: initial; width: 960px; padding-top: 120px; padding-bottom: 60px; } ._55efe1bd { padding-left: 3rem; width: 50%; } .bf27ccbd { width: 50%; } } @media (min-width: 1200px) { .d98ff809 { width: 1160px; } } ._2ef0fdfb { color: #ffffff; background: #cb3837; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } .cbb5ca5c { padding-left: 19px; } ._25955cf4 { color: #ffffff; } .d2d77cc5 { width: 80%; } ._9714bf9f img { width: 55%; margin: 0 auto; display: block; } ._8e3eeb62 { color: #ffffff; } .a9564e8e { color: #ffffff; } .ef816822 { color: #ffffff; } ._408ec869 { color: #ffffff; } .e8c105d3 { width: 42px; } .af5dfe30 { height: 24px; height: 1.5rem; } .b62ff9b8 { color: #1aa974; } ._3168d1cb { color: #cb3837; } .b1b72711 img { width: 55%; margin: 0 auto; display: block; } ._37d2a67c { color: #444; } ._37d2a67c:hover { color: #444; } ._0e186e7f { width: 42px; } ._01afe7c5 { color: #1aa974; } .eceda99a { background: #1aa974; } ._168af4fe { background: #bb0000; } ._2125dba0 { color: #ffffff; } .ee61b032 li { text-align: center; font-family: monospace; padding: 16px; padding: 1rem; font-size: 14px; font-size: .875rem; overflow: scroll; } /*# sourceMappingURL=styles.965bdbf47776200dcdb3.css.map*/ /* PrismJS 1.22.0 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author <NAME> */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; } :not(pre)>code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre)>code[class*="language-"] { padding: 0.1em; border-radius: 0.3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .token.namespace { opacity: 0.7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; /* This background color was intended by the author of this theme. */ background: hsla(0, 0%, 100%, 0.5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #dd4a68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600); @import url(https://fonts.googleapis.com/css?family=Fira+Mono); @import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600); /*! TACHYONS v4.12.0 | http://tachyons.io */ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } [hidden], template { display: none } .border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul { box-sizing: border-box } .aspect-ratio { height: 0; position: relative } .aspect-ratio--16x9 { padding-bottom: 56.25% } .aspect-ratio--9x16 { padding-bottom: 177.77% } .aspect-ratio--4x3 { padding-bottom: 75% } .aspect-ratio--3x4 { padding-bottom: 133.33% } .aspect-ratio--6x4 { padding-bottom: 66.6% } .aspect-ratio--4x6 { padding-bottom: 150% } .aspect-ratio--8x5 { padding-bottom: 62.5% } .aspect-ratio--5x8 { padding-bottom: 160% } .aspect-ratio--7x5 { padding-bottom: 71.42% } .aspect-ratio--5x7 { padding-bottom: 140% } .aspect-ratio--1x1 { padding-bottom: 100% } .aspect-ratio--object { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } img { max-width: 100% } .cover { background-size: cover !important } .contain { background-size: contain !important } .bg-center { background-position: 50% } .bg-center, .bg-top { background-repeat: no-repeat } .bg-top { background-position: top } .bg-right { background-position: 100% } .bg-bottom, .bg-right { background-repeat: no-repeat } .bg-bottom { background-position: bottom } .bg-left { background-repeat: no-repeat; background-position: 0 } .outline { outline: 1px solid } .outline-transparent { outline: 1px solid transparent } .outline-0 { outline: 0 } .ba { border-style: solid; border-width: 1px } .bt { border-top-style: solid; border-top-width: 1px } .br { border-right-style: solid; border-right-width: 1px } .bb { border-bottom-style: solid; border-bottom-width: 1px } .bl { border-left-style: solid; border-left-width: 1px } .bn { border-style: none; border-width: 0 } .b--black { border-color: #000 } .b--near-black { border-color: #111 } .b--dark-gray { border-color: #333 } .b--mid-gray { border-color: #555 } .b--gray { border-color: #777 } .b--silver { border-color: #999 } .b--light-silver { border-color: #aaa } .b--moon-gray { border-color: #ccc } .b--light-gray { border-color: #eee } .b--near-white { border-color: #f4f4f4 } .b--white { border-color: #fff } .b--white-90 { border-color: hsla(0, 0%, 100%, .9) } .b--white-80 { border-color: hsla(0, 0%, 100%, .8) } .b--white-70 { border-color: hsla(0, 0%, 100%, .7) } .b--white-60 { border-color: hsla(0, 0%, 100%, .6) } .b--white-50 { border-color: hsla(0, 0%, 100%, .5) } .b--white-40 { border-color: hsla(0, 0%, 100%, .4) } .b--white-30 { border-color: hsla(0, 0%, 100%, .3) } .b--white-20 { border-color: hsla(0, 0%, 100%, .2) } .b--white-10 { border-color: hsla(0, 0%, 100%, .1) } .b--white-05 { border-color: hsla(0, 0%, 100%, .05) } .b--white-025 { border-color: hsla(0, 0%, 100%, .025) } .b--white-0125 { border-color: hsla(0, 0%, 100%, .0125) } .b--black-90 { border-color: rgba(0, 0, 0, .9) } .b--black-80 { border-color: rgba(0, 0, 0, .8) } .b--black-70 { border-color: rgba(0, 0, 0, .7) } .b--black-60 { border-color: rgba(0, 0, 0, .6) } .b--black-50 { border-color: rgba(0, 0, 0, .5) } .b--black-40 { border-color: rgba(0, 0, 0, .4) } .b--black-30 { border-color: rgba(0, 0, 0, .3) } .b--black-20 { border-color: rgba(0, 0, 0, .2) } .b--black-10 { border-color: rgba(0, 0, 0, .1) } .b--black-05 { border-color: rgba(0, 0, 0, .05) } .b--black-025 { border-color: rgba(0, 0, 0, .025) } .b--black-0125 { border-color: rgba(0, 0, 0, .0125) } .b--dark-red { border-color: #e7040f } .b--red { border-color: #ff4136 } .b--light-red { border-color: #ff725c } .b--orange { border-color: #ff6300 } .b--gold { border-color: #ffb700 } .b--yellow { border-color: gold } .b--light-yellow { border-color: #fbf1a9 } .b--purple { border-color: #5e2ca5 } .b--light-purple { border-color: #a463f2 } .b--dark-pink { border-color: #d5008f } .b--hot-pink { border-color: #ff41b4 } .b--pink { border-color: #ff80cc } .b--light-pink { border-color: #ffa3d7 } .b--dark-green { border-color: #137752 } .b--green { border-color: #19a974 } .b--light-green { border-color: #9eebcf } .b--navy { border-color: #001b44 } .b--dark-blue { border-color: #00449e } .b--blue { border-color: #357edd } .b--light-blue { border-color: #96ccff } .b--lightest-blue { border-color: #cdecff } .b--washed-blue { border-color: #f6fffe } .b--washed-green { border-color: #e8fdf5 } .b--washed-yellow { border-color: #fffceb } .b--washed-red { border-color: #ffdfdf } .b--transparent { border-color: transparent } .b--inherit { border-color: inherit } .b--initial { border-color: initial } .b--unset { border-color: unset } .br0 { border-radius: 0 } .br1 { border-radius: .125rem } .br2 { border-radius: .25rem } .br3 { border-radius: .5rem } .br4 { border-radius: 1rem } .br-100 { border-radius: 100% } .br-pill { border-radius: 9999px } .br--bottom { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top { border-bottom-right-radius: 0 } .br--right, .br--top { border-bottom-left-radius: 0 } .br--right { border-top-left-radius: 0 } .br--left { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit { border-radius: inherit } .br-initial { border-radius: initial } .br-unset { border-radius: unset } .b--dotted { border-style: dotted } .b--dashed { border-style: dashed } .b--solid { border-style: solid } .b--none { border-style: none } .bw0 { border-width: 0 } .bw1 { border-width: .125rem } .bw2 { border-width: .25rem } .bw3 { border-width: .5rem } .bw4 { border-width: 1rem } .bw5 { border-width: 2rem } .bt-0 { border-top-width: 0 } .br-0 { border-right-width: 0 } .bb-0 { border-bottom-width: 0 } .bl-0 { border-left-width: 0 } .shadow-1 { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2 { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3 { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4 { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5 { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .pre { overflow-x: auto; overflow-y: hidden; overflow: scroll } .top-0 { top: 0 } .right-0 { right: 0 } .bottom-0 { bottom: 0 } .left-0 { left: 0 } .top-1 { top: 1rem } .right-1 { right: 1rem } .bottom-1 { bottom: 1rem } .left-1 { left: 1rem } .top-2 { top: 2rem } .right-2 { right: 2rem } .bottom-2 { bottom: 2rem } .left-2 { left: 2rem } .top--1 { top: -1rem } .right--1 { right: -1rem } .bottom--1 { bottom: -1rem } .left--1 { left: -1rem } .top--2 { top: -2rem } .right--2 { right: -2rem } .bottom--2 { bottom: -2rem } .left--2 { left: -2rem } .absolute--fill { top: 0; right: 0; bottom: 0; left: 0 } .cf:after, .cf:before { content: " "; display: table } .cf:after { clear: both } .cf { *zoom: 1 } .cl { clear: left } .cr { clear: right } .cb { clear: both } .cn { clear: none } .dn { display: none } .di { display: inline } .db { display: block } .dib { display: inline-block } .dit { display: inline-table } .dt { display: table } .dtc { display: table-cell } .dt-row { display: table-row } .dt-row-group { display: table-row-group } .dt-column { display: table-column } .dt-column-group { display: table-column-group } .dt--fixed { table-layout: fixed; width: 100% } .flex { display: flex } .inline-flex { display: inline-flex } .flex-auto { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none { flex: none } .flex-column { flex-direction: column } .flex-row { flex-direction: row } .flex-wrap { flex-wrap: wrap } .flex-nowrap { flex-wrap: nowrap } .flex-wrap-reverse { flex-wrap: wrap-reverse } .flex-column-reverse { flex-direction: column-reverse } .flex-row-reverse { flex-direction: row-reverse } .items-start { align-items: flex-start } .items-end { align-items: flex-end } .items-center { align-items: center } .items-baseline { align-items: baseline } .items-stretch { align-items: stretch } .self-start { align-self: flex-start } .self-end { align-self: flex-end } .self-center { align-self: center } .self-baseline { align-self: baseline } .self-stretch { align-self: stretch } .justify-start { justify-content: flex-start } .justify-end { justify-content: flex-end } .justify-center { justify-content: center } .justify-between { justify-content: space-between } .justify-around { justify-content: space-around } .content-start { align-content: flex-start } .content-end { align-content: flex-end } .content-center { align-content: center } .content-between { align-content: space-between } .content-around { align-content: space-around } .content-stretch { align-content: stretch } .order-0 { order: 0 } .order-1 { order: 1 } .order-2 { order: 2 } .order-3 { order: 3 } .order-4 { order: 4 } .order-5 { order: 5 } .order-6 { order: 6 } .order-7 { order: 7 } .order-8 { order: 8 } .order-last { order: 99999 } .flex-grow-0 { flex-grow: 0 } .flex-grow-1 { flex-grow: 1 } .flex-shrink-0 { flex-shrink: 0 } .flex-shrink-1 { flex-shrink: 1 } .fl { float: left } .fl, .fr { _display: inline } .fr { float: right } .fn { float: none } .sans-serif { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif } .serif { font-family: georgia, times, serif } .system-sans-serif { font-family: sans-serif } .system-serif { font-family: serif } .code, code { font-family: Consolas, monaco, monospace } .courier { font-family: Courier Next, courier, monospace } .helvetica { font-family: helvetica neue, helvetica, sans-serif } .avenir { font-family: avenir next, avenir, sans-serif } .athelas { font-family: athelas, georgia, serif } .georgia { font-family: georgia, serif } .times { font-family: times, serif } .bodoni { font-family: Bodoni MT, serif } .calisto { font-family: Calisto MT, serif } .garamond { font-family: garamond, serif } .baskerville { font-family: baskerville, serif } .i { font-style: italic } .fs-normal { font-style: normal } .normal { font-weight: 400 } .b { font-weight: 700 } .fw1 { font-weight: 100 } .fw2 { font-weight: 200 } .fw3 { font-weight: 300 } .fw4 { font-weight: 400 } .fw5 { font-weight: 500 } .fw6 { font-weight: 600 } .fw7 { font-weight: 700 } .fw8 { font-weight: 800 } .fw9 { font-weight: 900 } .input-reset { -webkit-appearance: none; -moz-appearance: none } .button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner { border: 0; padding: 0 } .h1 { height: 1rem } .h2 { height: 2rem } .h3 { height: 4rem } .h4 { height: 8rem } .h5 { height: 16rem } .h-25 { height: 25% } .h-50 { height: 50% } .h-75 { height: 75% } .h-100 { height: 100% } .min-h-100 { min-height: 100% } .vh-25 { height: 25vh } .vh-50 { height: 50vh } .vh-75 { height: 75vh } .vh-100 { height: 100vh } .min-vh-100 { min-height: 100vh } .h-auto { height: auto } .h-inherit { height: inherit } .tracked { letter-spacing: .1em } .tracked-tight { letter-spacing: -.05em } .tracked-mega { letter-spacing: .25em } .lh-solid { line-height: 1 } .lh-title { line-height: 1.25 } .lh-copy { line-height: 1.5 } .link { text-decoration: none } .link, .link:active, .link:focus, .link:hover, .link:link, .link:visited { transition: color .15s ease-in } .link:focus { outline: 1px dotted currentColor } .list { list-style-type: none } .mw-100 { max-width: 100% } .mw1 { max-width: 1rem } .mw2 { max-width: 2rem } .mw3 { max-width: 4rem } .mw4 { max-width: 8rem } .mw5 { max-width: 16rem } .mw6 { max-width: 32rem } .mw7 { max-width: 48rem } .mw8 { max-width: 64rem } .mw9 { max-width: 96rem } .mw-none { max-width: none } .w1 { width: 1rem } .w2 { width: 2rem } .w3 { width: 4rem } .w4 { width: 8rem } .w5 { width: 16rem } .w-10 { width: 10% } .w-20 { width: 20% } .w-25 { width: 25% } .w-30 { width: 30% } .w-33 { width: 33% } .w-34 { width: 34% } .w-40 { width: 40% } .w-50 { width: 50% } .w-60 { width: 60% } .w-70 { width: 70% } .w-75 { width: 75% } .w-80 { width: 80% } .w-90 { width: 90% } .w-100 { width: 100% } .w-third { width: 33.33333% } .w-two-thirds { width: 66.66667% } .w-auto { width: auto } .overflow-visible { overflow: visible } .overflow-hidden { overflow: hidden } .overflow-scroll { overflow: scroll } .overflow-auto { overflow: auto } .overflow-x-visible { overflow-x: visible } .overflow-x-hidden { overflow-x: hidden } .overflow-x-scroll { overflow-x: scroll } .overflow-x-auto { overflow-x: auto } .overflow-y-visible { overflow-y: visible } .overflow-y-hidden { overflow-y: hidden } .overflow-y-scroll { overflow-y: scroll } .overflow-y-auto { overflow-y: auto } .static { position: static } .relative { position: relative } .absolute { position: absolute } .fixed { position: fixed } .o-100 { opacity: 1 } .o-90 { opacity: .9 } .o-80 { opacity: .8 } .o-70 { opacity: .7 } .o-60 { opacity: .6 } .o-50 { opacity: .5 } .o-40 { opacity: .4 } .o-30 { opacity: .3 } .o-20 { opacity: .2 } .o-10 { opacity: .1 } .o-05 { opacity: .05 } .o-025 { opacity: .025 } .o-0 { opacity: 0 } .rotate-45 { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135 { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225 { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315 { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .black-90 { color: rgba(0, 0, 0, .9) } .black-80 { color: rgba(0, 0, 0, .8) } .black-70 { color: rgba(0, 0, 0, .7) } .black-60 { color: rgba(0, 0, 0, .6) } .black-50 { color: rgba(0, 0, 0, .5) } .black-40 { color: rgba(0, 0, 0, .4) } .black-30 { color: rgba(0, 0, 0, .3) } .black-20 { color: rgba(0, 0, 0, .2) } .black-10 { color: rgba(0, 0, 0, .1) } .black-05 { color: rgba(0, 0, 0, .05) } .white-90 { color: hsla(0, 0%, 100%, .9) } .white-80 { color: hsla(0, 0%, 100%, .8) } .white-70 { color: hsla(0, 0%, 100%, .7) } .white-60 { color: hsla(0, 0%, 100%, .6) } .white-50 { color: hsla(0, 0%, 100%, .5) } .white-40 { color: hsla(0, 0%, 100%, .4) } .white-30 { color: hsla(0, 0%, 100%, .3) } .white-20 { color: hsla(0, 0%, 100%, .2) } .white-10 { color: hsla(0, 0%, 100%, .1) } .black { color: #000 } .near-black { color: #111 } .dark-gray { color: #333 } .mid-gray { color: #555 } .gray { color: #777 } .silver { color: #999 } .light-silver { color: #aaa } .moon-gray { color: #ccc } .light-gray { color: #eee } .near-white { color: #f4f4f4 } .white { color: #fff } .dark-red { color: #e7040f } .red { color: #ff4136 } .light-red { color: #ff725c } .orange { color: #ff6300 } .gold { color: #ffb700 } .yellow { color: gold } .light-yellow { color: #fbf1a9 } .purple { color: #5e2ca5 } .light-purple { color: #a463f2 } .dark-pink { color: #d5008f } .hot-pink { color: #ff41b4 } .pink { color: #ff80cc } .light-pink { color: #ffa3d7 } .dark-green { color: #137752 } .green { color: #19a974 } .light-green { color: #9eebcf } .navy { color: #001b44 } .dark-blue { color: #00449e } .blue { color: #357edd } .light-blue { color: #96ccff } .lightest-blue { color: #cdecff } .washed-blue { color: #f6fffe } .washed-green { color: #e8fdf5 } .washed-yellow { color: #fffceb } .washed-red { color: #ffdfdf } .color-inherit { color: inherit } .bg-black-90 { background-color: rgba(0, 0, 0, .9) } .bg-black-80 { background-color: rgba(0, 0, 0, .8) } .bg-black-70 { background-color: rgba(0, 0, 0, .7) } .bg-black-60 { background-color: rgba(0, 0, 0, .6) } .bg-black-50 { background-color: rgba(0, 0, 0, .5) } .bg-black-40 { background-color: rgba(0, 0, 0, .4) } .bg-black-30 { background-color: rgba(0, 0, 0, .3) } .bg-black-20 { background-color: rgba(0, 0, 0, .2) } .bg-black-10 { background-color: rgba(0, 0, 0, .1) } .bg-black-05 { background-color: rgba(0, 0, 0, .05) } .bg-white-90 { background-color: hsla(0, 0%, 100%, .9) } .bg-white-80 { background-color: hsla(0, 0%, 100%, .8) } .bg-white-70 { background-color: hsla(0, 0%, 100%, .7) } .bg-white-60 { background-color: hsla(0, 0%, 100%, .6) } .bg-white-50 { background-color: hsla(0, 0%, 100%, .5) } .bg-white-40 { background-color: hsla(0, 0%, 100%, .4) } .bg-white-30 { background-color: hsla(0, 0%, 100%, .3) } .bg-white-20 { background-color: hsla(0, 0%, 100%, .2) } .bg-white-10 { background-color: hsla(0, 0%, 100%, .1) } .bg-black { background-color: #000 } .bg-near-black { background-color: #111 } .bg-dark-gray { background-color: #333 } .bg-mid-gray { background-color: #555 } .bg-gray { background-color: #777 } .bg-silver { background-color: #999 } .bg-light-silver { background-color: #aaa } .bg-moon-gray { background-color: #ccc } .bg-light-gray { background-color: #eee } .bg-near-white { background-color: #f4f4f4 } .bg-white { background-color: #fff } .bg-transparent { background-color: transparent } .bg-dark-red { background-color: #e7040f } .bg-red { background-color: #ff4136 } .bg-light-red { background-color: #ff725c } .bg-orange { background-color: #ff6300 } .bg-gold { background-color: #ffb700 } .bg-yellow { background-color: gold } .bg-light-yellow { background-color: #fbf1a9 } .bg-purple { background-color: #5e2ca5 } .bg-light-purple { background-color: #a463f2 } .bg-dark-pink { background-color: #d5008f } .bg-hot-pink { background-color: #ff41b4 } .bg-pink { background-color: #ff80cc } .bg-light-pink { background-color: #ffa3d7 } .bg-dark-green { background-color: #137752 } .bg-green { background-color: #19a974 } .bg-light-green { background-color: #9eebcf } .bg-navy { background-color: #001b44 } .bg-dark-blue { background-color: #00449e } .bg-blue { background-color: #357edd } .bg-light-blue { background-color: #96ccff } .bg-lightest-blue { background-color: #cdecff } .bg-washed-blue { background-color: #f6fffe } .bg-washed-green { background-color: #e8fdf5 } .bg-washed-yellow { background-color: #fffceb } .bg-washed-red { background-color: #ffdfdf } .bg-inherit { background-color: inherit } .hover-black:focus, .hover-black:hover { color: #000 } .hover-near-black:focus, .hover-near-black:hover { color: #111 } .hover-dark-gray:focus, .hover-dark-gray:hover { color: #333 } .hover-mid-gray:focus, .hover-mid-gray:hover { color: #555 } .hover-gray:focus, .hover-gray:hover { color: #777 } .hover-silver:focus, .hover-silver:hover { color: #999 } .hover-light-silver:focus, .hover-light-silver:hover { color: #aaa } .hover-moon-gray:focus, .hover-moon-gray:hover { color: #ccc } .hover-light-gray:focus, .hover-light-gray:hover { color: #eee } .hover-near-white:focus, .hover-near-white:hover { color: #f4f4f4 } .hover-white:focus, .hover-white:hover { color: #fff } .hover-black-90:focus, .hover-black-90:hover { color: rgba(0, 0, 0, .9) } .hover-black-80:focus, .hover-black-80:hover { color: rgba(0, 0, 0, .8) } .hover-black-70:focus, .hover-black-70:hover { color: rgba(0, 0, 0, .7) } .hover-black-60:focus, .hover-black-60:hover { color: rgba(0, 0, 0, .6) } .hover-black-50:focus, .hover-black-50:hover { color: rgba(0, 0, 0, .5) } .hover-black-40:focus, .hover-black-40:hover { color: rgba(0, 0, 0, .4) } .hover-black-30:focus, .hover-black-30:hover { color: rgba(0, 0, 0, .3) } .hover-black-20:focus, .hover-black-20:hover { color: rgba(0, 0, 0, .2) } .hover-black-10:focus, .hover-black-10:hover { color: rgba(0, 0, 0, .1) } .hover-white-90:focus, .hover-white-90:hover { color: hsla(0, 0%, 100%, .9) } .hover-white-80:focus, .hover-white-80:hover { color: hsla(0, 0%, 100%, .8) } .hover-white-70:focus, .hover-white-70:hover { color: hsla(0, 0%, 100%, .7) } .hover-white-60:focus, .hover-white-60:hover { color: hsla(0, 0%, 100%, .6) } .hover-white-50:focus, .hover-white-50:hover { color: hsla(0, 0%, 100%, .5) } .hover-white-40:focus, .hover-white-40:hover { color: hsla(0, 0%, 100%, .4) } .hover-white-30:focus, .hover-white-30:hover { color: hsla(0, 0%, 100%, .3) } .hover-white-20:focus, .hover-white-20:hover { color: hsla(0, 0%, 100%, .2) } .hover-white-10:focus, .hover-white-10:hover { color: hsla(0, 0%, 100%, .1) } .hover-inherit:focus, .hover-inherit:hover { color: inherit } .hover-bg-black:focus, .hover-bg-black:hover { background-color: #000 } .hover-bg-near-black:focus, .hover-bg-near-black:hover { background-color: #111 } .hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover { background-color: #333 } .hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover { background-color: #555 } .hover-bg-gray:focus, .hover-bg-gray:hover { background-color: #777 } .hover-bg-silver:focus, .hover-bg-silver:hover { background-color: #999 } .hover-bg-light-silver:focus, .hover-bg-light-silver:hover { background-color: #aaa } .hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover { background-color: #ccc } .hover-bg-light-gray:focus, .hover-bg-light-gray:hover { background-color: #eee } .hover-bg-near-white:focus, .hover-bg-near-white:hover { background-color: #f4f4f4 } .hover-bg-white:focus, .hover-bg-white:hover { background-color: #fff } .hover-bg-transparent:focus, .hover-bg-transparent:hover { background-color: transparent } .hover-bg-black-90:focus, .hover-bg-black-90:hover { background-color: rgba(0, 0, 0, .9) } .hover-bg-black-80:focus, .hover-bg-black-80:hover { background-color: rgba(0, 0, 0, .8) } .hover-bg-black-70:focus, .hover-bg-black-70:hover { background-color: rgba(0, 0, 0, .7) } .hover-bg-black-60:focus, .hover-bg-black-60:hover { background-color: rgba(0, 0, 0, .6) } .hover-bg-black-50:focus, .hover-bg-black-50:hover { background-color: rgba(0, 0, 0, .5) } .hover-bg-black-40:focus, .hover-bg-black-40:hover { background-color: rgba(0, 0, 0, .4) } .hover-bg-black-30:focus, .hover-bg-black-30:hover { background-color: rgba(0, 0, 0, .3) } .hover-bg-black-20:focus, .hover-bg-black-20:hover { background-color: rgba(0, 0, 0, .2) } .hover-bg-black-10:focus, .hover-bg-black-10:hover { background-color: rgba(0, 0, 0, .1) } .hover-bg-white-90:focus, .hover-bg-white-90:hover { background-color: hsla(0, 0%, 100%, .9) } .hover-bg-white-80:focus, .hover-bg-white-80:hover { background-color: hsla(0, 0%, 100%, .8) } .hover-bg-white-70:focus, .hover-bg-white-70:hover { background-color: hsla(0, 0%, 100%, .7) } .hover-bg-white-60:focus, .hover-bg-white-60:hover { background-color: hsla(0, 0%, 100%, .6) } .hover-bg-white-50:focus, .hover-bg-white-50:hover { background-color: hsla(0, 0%, 100%, .5) } .hover-bg-white-40:focus, .hover-bg-white-40:hover { background-color: hsla(0, 0%, 100%, .4) } .hover-bg-white-30:focus, .hover-bg-white-30:hover { background-color: hsla(0, 0%, 100%, .3) } .hover-bg-white-20:focus, .hover-bg-white-20:hover { background-color: hsla(0, 0%, 100%, .2) } .hover-bg-white-10:focus, .hover-bg-white-10:hover { background-color: hsla(0, 0%, 100%, .1) } .hover-dark-red:focus, .hover-dark-red:hover { color: #e7040f } .hover-red:focus, .hover-red:hover { color: #ff4136 } .hover-light-red:focus, .hover-light-red:hover { color: #ff725c } .hover-orange:focus, .hover-orange:hover { color: #ff6300 } .hover-gold:focus, .hover-gold:hover { color: #ffb700 } .hover-yellow:focus, .hover-yellow:hover { color: gold } .hover-light-yellow:focus, .hover-light-yellow:hover { color: #fbf1a9 } .hover-purple:focus, .hover-purple:hover { color: #5e2ca5 } .hover-light-purple:focus, .hover-light-purple:hover { color: #a463f2 } .hover-dark-pink:focus, .hover-dark-pink:hover { color: #d5008f } .hover-hot-pink:focus, .hover-hot-pink:hover { color: #ff41b4 } .hover-pink:focus, .hover-pink:hover { color: #ff80cc } .hover-light-pink:focus, .hover-light-pink:hover { color: #ffa3d7 } .hover-dark-green:focus, .hover-dark-green:hover { color: #137752 } .hover-green:focus, .hover-green:hover { color: #19a974 } .hover-light-green:focus, .hover-light-green:hover { color: #9eebcf } .hover-navy:focus, .hover-navy:hover { color: #001b44 } .hover-dark-blue:focus, .hover-dark-blue:hover { color: #00449e } .hover-blue:focus, .hover-blue:hover { color: #357edd } .hover-light-blue:focus, .hover-light-blue:hover { color: #96ccff } .hover-lightest-blue:focus, .hover-lightest-blue:hover { color: #cdecff } .hover-washed-blue:focus, .hover-washed-blue:hover { color: #f6fffe } .hover-washed-green:focus, .hover-washed-green:hover { color: #e8fdf5 } .hover-washed-yellow:focus, .hover-washed-yellow:hover { color: #fffceb } .hover-washed-red:focus, .hover-washed-red:hover { color: #ffdfdf } .hover-bg-dark-red:focus, .hover-bg-dark-red:hover { background-color: #e7040f } .hover-bg-red:focus, .hover-bg-red:hover { background-color: #ff4136 } .hover-bg-light-red:focus, .hover-bg-light-red:hover { background-color: #ff725c } .hover-bg-orange:focus, .hover-bg-orange:hover { background-color: #ff6300 } .hover-bg-gold:focus, .hover-bg-gold:hover { background-color: #ffb700 } .hover-bg-yellow:focus, .hover-bg-yellow:hover { background-color: gold } .hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover { background-color: #fbf1a9 } .hover-bg-purple:focus, .hover-bg-purple:hover { background-color: #5e2ca5 } .hover-bg-light-purple:focus, .hover-bg-light-purple:hover { background-color: #a463f2 } .hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover { background-color: #d5008f } .hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover { background-color: #ff41b4 } .hover-bg-pink:focus, .hover-bg-pink:hover { background-color: #ff80cc } .hover-bg-light-pink:focus, .hover-bg-light-pink:hover { background-color: #ffa3d7 } .hover-bg-dark-green:focus, .hover-bg-dark-green:hover { background-color: #137752 } .hover-bg-green:focus, .hover-bg-green:hover { background-color: #19a974 } .hover-bg-light-green:focus, .hover-bg-light-green:hover { background-color: #9eebcf } .hover-bg-navy:focus, .hover-bg-navy:hover { background-color: #001b44 } .hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover { background-color: #00449e } .hover-bg-blue:focus, .hover-bg-blue:hover { background-color: #357edd } .hover-bg-light-blue:focus, .hover-bg-light-blue:hover { background-color: #96ccff } .hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover { background-color: #cdecff } .hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover { background-color: #f6fffe } .hover-bg-washed-green:focus, .hover-bg-washed-green:hover { background-color: #e8fdf5 } .hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover { background-color: #fffceb } .hover-bg-washed-red:focus, .hover-bg-washed-red:hover { background-color: #ffdfdf } .hover-bg-inherit:focus, .hover-bg-inherit:hover { background-color: inherit } .pa0 { padding: 0 } .pa1 { padding: .25rem } .pa2 { padding: .5rem } .pa3 { padding: 1rem } .pa4 { padding: 2rem } .pa5 { padding: 4rem } .pa6 { padding: 8rem } .pa7 { padding: 16rem } .pl0 { padding-left: 0 } .pl1 { padding-left: .25rem } .pl2 { padding-left: .5rem } .pl3 { padding-left: 1rem } .pl4 { padding-left: 2rem } .pl5 { padding-left: 4rem } .pl6 { padding-left: 8rem } .pl7 { padding-left: 16rem } .pr0 { padding-right: 0 } .pr1 { padding-right: .25rem } .pr2 { padding-right: .5rem } .pr3 { padding-right: 1rem } .pr4 { padding-right: 2rem } .pr5 { padding-right: 4rem } .pr6 { padding-right: 8rem } .pr7 { padding-right: 16rem } .pb0 { padding-bottom: 0 } .pb1 { padding-bottom: .25rem } .pb2 { padding-bottom: .5rem } .pb3 { padding-bottom: 1rem } .pb4 { padding-bottom: 2rem } .pb5 { padding-bottom: 4rem } .pb6 { padding-bottom: 8rem } .pb7 { padding-bottom: 16rem } .pt0 { padding-top: 0 } .pt1 { padding-top: .25rem } .pt2 { padding-top: .5rem } .pt3 { padding-top: 1rem } .pt4 { padding-top: 2rem } .pt5 { padding-top: 4rem } .pt6 { padding-top: 8rem } .pt7 { padding-top: 16rem } .pv0 { padding-top: 0; padding-bottom: 0 } .pv1 { padding-top: .25rem; padding-bottom: .25rem } .pv2 { padding-top: .5rem; padding-bottom: .5rem } .pv3 { padding-top: 1rem; padding-bottom: 1rem } .pv4 { padding-top: 2rem; padding-bottom: 2rem } .pv5 { padding-top: 4rem; padding-bottom: 4rem } .pv6 { padding-top: 8rem; padding-bottom: 8rem } .pv7 { padding-top: 16rem; padding-bottom: 16rem } .ph0 { padding-left: 0; padding-right: 0 } .ph1 { padding-left: .25rem; padding-right: .25rem } .ph2 { padding-left: .5rem; padding-right: .5rem } .ph3 { padding-left: 1rem; padding-right: 1rem } .ph4 { padding-left: 2rem; padding-right: 2rem } .ph5 { padding-left: 4rem; padding-right: 4rem } .ph6 { padding-left: 8rem; padding-right: 8rem } .ph7 { padding-left: 16rem; padding-right: 16rem } .ma0 { margin: 0 } .ma1 { margin: .25rem } .ma2 { margin: .5rem } .ma3 { margin: 1rem } .ma4 { margin: 2rem } .ma5 { margin: 4rem } .ma6 { margin: 8rem } .ma7 { margin: 16rem } .ml0 { margin-left: 0 } .ml1 { margin-left: .25rem } .ml2 { margin-left: .5rem } .ml3 { margin-left: 1rem } .ml4 { margin-left: 2rem } .ml5 { margin-left: 4rem } .ml6 { margin-left: 8rem } .ml7 { margin-left: 16rem } .mr0 { margin-right: 0 } .mr1 { margin-right: .25rem } .mr2 { margin-right: .5rem } .mr3 { margin-right: 1rem } .mr4 { margin-right: 2rem } .mr5 { margin-right: 4rem } .mr6 { margin-right: 8rem } .mr7 { margin-right: 16rem } .mb0 { margin-bottom: 0 } .mb1 { margin-bottom: .25rem } .mb2 { margin-bottom: .5rem } .mb3 { margin-bottom: 1rem } .mb4 { margin-bottom: 2rem } .mb5 { margin-bottom: 4rem } .mb6 { margin-bottom: 8rem } .mb7 { margin-bottom: 16rem } .mt0 { margin-top: 0 } .mt1 { margin-top: .25rem } .mt2 { margin-top: .5rem } .mt3 { margin-top: 1rem } .mt4 { margin-top: 2rem } .mt5 { margin-top: 4rem } .mt6 { margin-top: 8rem } .mt7 { margin-top: 16rem } .mv0 { margin-top: 0; margin-bottom: 0 } .mv1 { margin-top: .25rem; margin-bottom: .25rem } .mv2 { margin-top: .5rem; margin-bottom: .5rem } .mv3 { margin-top: 1rem; margin-bottom: 1rem } .mv4 { margin-top: 2rem; margin-bottom: 2rem } .mv5 { margin-top: 4rem; margin-bottom: 4rem } .mv6 { margin-top: 8rem; margin-bottom: 8rem } .mv7 { margin-top: 16rem; margin-bottom: 16rem } .mh0 { margin-left: 0; margin-right: 0 } .mh1 { margin-left: .25rem; margin-right: .25rem } .mh2 { margin-left: .5rem; margin-right: .5rem } .mh3 { margin-left: 1rem; margin-right: 1rem } .mh4 { margin-left: 2rem; margin-right: 2rem } .mh5 { margin-left: 4rem; margin-right: 4rem } .mh6 { margin-left: 8rem; margin-right: 8rem } .mh7 { margin-left: 16rem; margin-right: 16rem } .na1 { margin: -.25rem } .na2 { margin: -.5rem } .na3 { margin: -1rem } .na4 { margin: -2rem } .na5 { margin: -4rem } .na6 { margin: -8rem } .na7 { margin: -16rem } .nl1 { margin-left: -.25rem } .nl2 { margin-left: -.5rem } .nl3 { margin-left: -1rem } .nl4 { margin-left: -2rem } .nl5 { margin-left: -4rem } .nl6 { margin-left: -8rem } .nl7 { margin-left: -16rem } .nr1 { margin-right: -.25rem } .nr2 { margin-right: -.5rem } .nr3 { margin-right: -1rem } .nr4 { margin-right: -2rem } .nr5 { margin-right: -4rem } .nr6 { margin-right: -8rem } .nr7 { margin-right: -16rem } .nb1 { margin-bottom: -.25rem } .nb2 { margin-bottom: -.5rem } .nb3 { margin-bottom: -1rem } .nb4 { margin-bottom: -2rem } .nb5 { margin-bottom: -4rem } .nb6 { margin-bottom: -8rem } .nb7 { margin-bottom: -16rem } .nt1 { margin-top: -.25rem } .nt2 { margin-top: -.5rem } .nt3 { margin-top: -1rem } .nt4 { margin-top: -2rem } .nt5 { margin-top: -4rem } .nt6 { margin-top: -8rem } .nt7 { margin-top: -16rem } .collapse { border-collapse: collapse; border-spacing: 0 } .striped--light-silver:nth-child(odd) { background-color: #aaa } .striped--moon-gray:nth-child(odd) { background-color: #ccc } .striped--light-gray:nth-child(odd) { background-color: #eee } .striped--near-white:nth-child(odd) { background-color: #f4f4f4 } .stripe-light:nth-child(odd) { background-color: hsla(0, 0%, 100%, .1) } .stripe-dark:nth-child(odd) { background-color: rgba(0, 0, 0, .1) } .strike { text-decoration: line-through } .underline { text-decoration: underline } .no-underline { text-decoration: none } .tl { text-align: left } .tr { text-align: right } .tc { text-align: center } .tj { text-align: justify } .ttc { text-transform: capitalize } .ttl { text-transform: lowercase } .ttu { text-transform: uppercase } .ttn { text-transform: none } .f-6, .f-headline { font-size: 6rem } .f-5, .f-subheadline { font-size: 5rem } .f1 { font-size: 3rem } .f2 { font-size: 2.25rem } .f3 { font-size: 1.5rem } .f4 { font-size: 1.25rem } .f5 { font-size: 1rem } .f6 { font-size: .875rem } .f7 { font-size: .75rem } .measure { max-width: 30em } .measure-wide { max-width: 34em } .measure-narrow { max-width: 20em } .indent { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps { font-variant: small-caps } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .overflow-container { overflow-y: scroll } .center { margin-left: auto } .center, .mr-auto { margin-right: auto } .ml-auto { margin-left: auto } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal { white-space: normal } .nowrap { white-space: nowrap } .pre { white-space: pre } .v-base { vertical-align: baseline } .v-mid { vertical-align: middle } .v-top { vertical-align: top } .v-btm { vertical-align: bottom } .dim { opacity: 1 } .dim, .dim:focus, .dim:hover { transition: opacity .15s ease-in } .dim:focus, .dim:hover { opacity: .5 } .dim:active { opacity: .8; transition: opacity .15s ease-out } .glow, .glow:focus, .glow:hover { transition: opacity .15s ease-in } .glow:focus, .glow:hover { opacity: 1 } .hide-child .child { opacity: 0; transition: opacity .15s ease-in } .hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child { opacity: 1; transition: opacity .15s ease-in } .underline-hover:focus, .underline-hover:hover { text-decoration: underline } .grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out } .grow:focus, .grow:hover { -webkit-transform: scale(1.05); transform: scale(1.05) } .grow:active { -webkit-transform: scale(.9); transform: scale(.9) } .grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out } .grow-large:focus, .grow-large:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .grow-large:active { -webkit-transform: scale(.95); transform: scale(.95) } .pointer:hover, .shadow-hover { cursor: pointer } .shadow-hover { position: relative; transition: all .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:after { content: ""; box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: opacity .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:focus:after, .shadow-hover:hover:after { opacity: 1 } .bg-animate, .bg-animate:focus, .bg-animate:hover { transition: background-color .15s ease-in-out } .z-0 { z-index: 0 } .z-1 { z-index: 1 } .z-2 { z-index: 2 } .z-3 { z-index: 3 } .z-4 { z-index: 4 } .z-5 { z-index: 5 } .z-999 { z-index: 999 } .z-9999 { z-index: 9999 } .z-max { z-index: 2147483647 } .z-inherit { z-index: inherit } .z-initial { z-index: auto } .z-unset { z-index: unset } .nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul { line-height: 1.5 } .nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25 } .nested-list-reset ol, .nested-list-reset ul { padding-left: 0; margin-left: 0; list-style-type: none } .nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .nested-copy-separator p+p { margin-top: 1.5em } .nested-img img { width: 100%; max-width: 100%; display: block } .nested-links a { color: #357edd; transition: color .15s ease-in } .nested-links a:focus, .nested-links a:hover { color: #96ccff; transition: color .15s ease-in } .debug * { outline: 1px solid gold } .debug-white * { outline: 1px solid #fff } .debug-black * { outline: 1px solid #000 } .debug-grid { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-16 { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-8-solid { background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0 } .debug-grid-16-solid { background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0 } @media screen and (min-width:30em) { .aspect-ratio-ns { height: 0; position: relative } .aspect-ratio--16x9-ns { padding-bottom: 56.25% } .aspect-ratio--9x16-ns { padding-bottom: 177.77% } .aspect-ratio--4x3-ns { padding-bottom: 75% } .aspect-ratio--3x4-ns { padding-bottom: 133.33% } .aspect-ratio--6x4-ns { padding-bottom: 66.6% } .aspect-ratio--4x6-ns { padding-bottom: 150% } .aspect-ratio--8x5-ns { padding-bottom: 62.5% } .aspect-ratio--5x8-ns { padding-bottom: 160% } .aspect-ratio--7x5-ns { padding-bottom: 71.42% } .aspect-ratio--5x7-ns { padding-bottom: 140% } .aspect-ratio--1x1-ns { padding-bottom: 100% } .aspect-ratio--object-ns { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-ns { background-size: cover !important } .contain-ns { background-size: contain !important } .bg-center-ns { background-position: 50% } .bg-center-ns, .bg-top-ns { background-repeat: no-repeat } .bg-top-ns { background-position: top } .bg-right-ns { background-position: 100% } .bg-bottom-ns, .bg-right-ns { background-repeat: no-repeat } .bg-bottom-ns { background-position: bottom } .bg-left-ns { background-repeat: no-repeat; background-position: 0 } .outline-ns { outline: 1px solid } .outline-transparent-ns { outline: 1px solid transparent } .outline-0-ns { outline: 0 } .ba-ns { border-style: solid; border-width: 1px } .bt-ns { border-top-style: solid; border-top-width: 1px } .br-ns { border-right-style: solid; border-right-width: 1px } .bb-ns { border-bottom-style: solid; border-bottom-width: 1px } .bl-ns { border-left-style: solid; border-left-width: 1px } .bn-ns { border-style: none; border-width: 0 } .br0-ns { border-radius: 0 } .br1-ns { border-radius: .125rem } .br2-ns { border-radius: .25rem } .br3-ns { border-radius: .5rem } .br4-ns { border-radius: 1rem } .br-100-ns { border-radius: 100% } .br-pill-ns { border-radius: 9999px } .br--bottom-ns { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-ns { border-bottom-right-radius: 0 } .br--right-ns, .br--top-ns { border-bottom-left-radius: 0 } .br--right-ns { border-top-left-radius: 0 } .br--left-ns { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-ns { border-radius: inherit } .br-initial-ns { border-radius: initial } .br-unset-ns { border-radius: unset } .b--dotted-ns { border-style: dotted } .b--dashed-ns { border-style: dashed } .b--solid-ns { border-style: solid } .b--none-ns { border-style: none } .bw0-ns { border-width: 0 } .bw1-ns { border-width: .125rem } .bw2-ns { border-width: .25rem } .bw3-ns { border-width: .5rem } .bw4-ns { border-width: 1rem } .bw5-ns { border-width: 2rem } .bt-0-ns { border-top-width: 0 } .br-0-ns { border-right-width: 0 } .bb-0-ns { border-bottom-width: 0 } .bl-0-ns { border-left-width: 0 } .shadow-1-ns { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-ns { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-ns { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-ns { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-ns { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-ns { top: 0 } .left-0-ns { left: 0 } .right-0-ns { right: 0 } .bottom-0-ns { bottom: 0 } .top-1-ns { top: 1rem } .left-1-ns { left: 1rem } .right-1-ns { right: 1rem } .bottom-1-ns { bottom: 1rem } .top-2-ns { top: 2rem } .left-2-ns { left: 2rem } .right-2-ns { right: 2rem } .bottom-2-ns { bottom: 2rem } .top--1-ns { top: -1rem } .right--1-ns { right: -1rem } .bottom--1-ns { bottom: -1rem } .left--1-ns { left: -1rem } .top--2-ns { top: -2rem } .right--2-ns { right: -2rem } .bottom--2-ns { bottom: -2rem } .left--2-ns { left: -2rem } .absolute--fill-ns { top: 0; right: 0; bottom: 0; left: 0 } .cl-ns { clear: left } .cr-ns { clear: right } .cb-ns { clear: both } .cn-ns { clear: none } .dn-ns { display: none } .di-ns { display: inline } .db-ns { display: block } .dib-ns { display: inline-block } .dit-ns { display: inline-table } .dt-ns { display: table } .dtc-ns { display: table-cell } .dt-row-ns { display: table-row } .dt-row-group-ns { display: table-row-group } .dt-column-ns { display: table-column } .dt-column-group-ns { display: table-column-group } .dt--fixed-ns { table-layout: fixed; width: 100% } .flex-ns { display: flex } .inline-flex-ns { display: inline-flex } .flex-auto-ns { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-ns { flex: none } .flex-column-ns { flex-direction: column } .flex-row-ns { flex-direction: row } .flex-wrap-ns { flex-wrap: wrap } .flex-nowrap-ns { flex-wrap: nowrap } .flex-wrap-reverse-ns { flex-wrap: wrap-reverse } .flex-column-reverse-ns { flex-direction: column-reverse } .flex-row-reverse-ns { flex-direction: row-reverse } .items-start-ns { align-items: flex-start } .items-end-ns { align-items: flex-end } .items-center-ns { align-items: center } .items-baseline-ns { align-items: baseline } .items-stretch-ns { align-items: stretch } .self-start-ns { align-self: flex-start } .self-end-ns { align-self: flex-end } .self-center-ns { align-self: center } .self-baseline-ns { align-self: baseline } .self-stretch-ns { align-self: stretch } .justify-start-ns { justify-content: flex-start } .justify-end-ns { justify-content: flex-end } .justify-center-ns { justify-content: center } .justify-between-ns { justify-content: space-between } .justify-around-ns { justify-content: space-around } .content-start-ns { align-content: flex-start } .content-end-ns { align-content: flex-end } .content-center-ns { align-content: center } .content-between-ns { align-content: space-between } .content-around-ns { align-content: space-around } .content-stretch-ns { align-content: stretch } .order-0-ns { order: 0 } .order-1-ns { order: 1 } .order-2-ns { order: 2 } .order-3-ns { order: 3 } .order-4-ns { order: 4 } .order-5-ns { order: 5 } .order-6-ns { order: 6 } .order-7-ns { order: 7 } .order-8-ns { order: 8 } .order-last-ns { order: 99999 } .flex-grow-0-ns { flex-grow: 0 } .flex-grow-1-ns { flex-grow: 1 } .flex-shrink-0-ns { flex-shrink: 0 } .flex-shrink-1-ns { flex-shrink: 1 } .fl-ns { float: left } .fl-ns, .fr-ns { _display: inline } .fr-ns { float: right } .fn-ns { float: none } .i-ns { font-style: italic } .fs-normal-ns { font-style: normal } .normal-ns { font-weight: 400 } .b-ns { font-weight: 700 } .fw1-ns { font-weight: 100 } .fw2-ns { font-weight: 200 } .fw3-ns { font-weight: 300 } .fw4-ns { font-weight: 400 } .fw5-ns { font-weight: 500 } .fw6-ns { font-weight: 600 } .fw7-ns { font-weight: 700 } .fw8-ns { font-weight: 800 } .fw9-ns { font-weight: 900 } .h1-ns { height: 1rem } .h2-ns { height: 2rem } .h3-ns { height: 4rem } .h4-ns { height: 8rem } .h5-ns { height: 16rem } .h-25-ns { height: 25% } .h-50-ns { height: 50% } .h-75-ns { height: 75% } .h-100-ns { height: 100% } .min-h-100-ns { min-height: 100% } .vh-25-ns { height: 25vh } .vh-50-ns { height: 50vh } .vh-75-ns { height: 75vh } .vh-100-ns { height: 100vh } .min-vh-100-ns { min-height: 100vh } .h-auto-ns { height: auto } .h-inherit-ns { height: inherit } .tracked-ns { letter-spacing: .1em } .tracked-tight-ns { letter-spacing: -.05em } .tracked-mega-ns { letter-spacing: .25em } .lh-solid-ns { line-height: 1 } .lh-title-ns { line-height: 1.25 } .lh-copy-ns { line-height: 1.5 } .mw-100-ns { max-width: 100% } .mw1-ns { max-width: 1rem } .mw2-ns { max-width: 2rem } .mw3-ns { max-width: 4rem } .mw4-ns { max-width: 8rem } .mw5-ns { max-width: 16rem } .mw6-ns { max-width: 32rem } .mw7-ns { max-width: 48rem } .mw8-ns { max-width: 64rem } .mw9-ns { max-width: 96rem } .mw-none-ns { max-width: none } .w1-ns { width: 1rem } .w2-ns { width: 2rem } .w3-ns { width: 4rem } .w4-ns { width: 8rem } .w5-ns { width: 16rem } .w-10-ns { width: 10% } .w-20-ns { width: 20% } .w-25-ns { width: 25% } .w-30-ns { width: 30% } .w-33-ns { width: 33% } .w-34-ns { width: 34% } .w-40-ns { width: 40% } .w-50-ns { width: 50% } .w-60-ns { width: 60% } .w-70-ns { width: 70% } .w-75-ns { width: 75% } .w-80-ns { width: 80% } .w-90-ns { width: 90% } .w-100-ns { width: 100% } .w-third-ns { width: 33.33333% } .w-two-thirds-ns { width: 66.66667% } .w-auto-ns { width: auto } .overflow-visible-ns { overflow: visible } .overflow-hidden-ns { overflow: hidden } .overflow-scroll-ns { overflow: scroll } .overflow-auto-ns { overflow: auto } .overflow-x-visible-ns { overflow-x: visible } .overflow-x-hidden-ns { overflow-x: hidden } .overflow-x-scroll-ns { overflow-x: scroll } .overflow-x-auto-ns { overflow-x: auto } .overflow-y-visible-ns { overflow-y: visible } .overflow-y-hidden-ns { overflow-y: hidden } .overflow-y-scroll-ns { overflow-y: scroll } .overflow-y-auto-ns { overflow-y: auto } .static-ns { position: static } .relative-ns { position: relative } .absolute-ns { position: absolute } .fixed-ns { position: fixed } .rotate-45-ns { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-ns { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-ns { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-ns { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-ns { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-ns { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-ns { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-ns { padding: 0 } .pa1-ns { padding: .25rem } .pa2-ns { padding: .5rem } .pa3-ns { padding: 1rem } .pa4-ns { padding: 2rem } .pa5-ns { padding: 4rem } .pa6-ns { padding: 8rem } .pa7-ns { padding: 16rem } .pl0-ns { padding-left: 0 } .pl1-ns { padding-left: .25rem } .pl2-ns { padding-left: .5rem } .pl3-ns { padding-left: 1rem } .pl4-ns { padding-left: 2rem } .pl5-ns { padding-left: 4rem } .pl6-ns { padding-left: 8rem } .pl7-ns { padding-left: 16rem } .pr0-ns { padding-right: 0 } .pr1-ns { padding-right: .25rem } .pr2-ns { padding-right: .5rem } .pr3-ns { padding-right: 1rem } .pr4-ns { padding-right: 2rem } .pr5-ns { padding-right: 4rem } .pr6-ns { padding-right: 8rem } .pr7-ns { padding-right: 16rem } .pb0-ns { padding-bottom: 0 } .pb1-ns { padding-bottom: .25rem } .pb2-ns { padding-bottom: .5rem } .pb3-ns { padding-bottom: 1rem } .pb4-ns { padding-bottom: 2rem } .pb5-ns { padding-bottom: 4rem } .pb6-ns { padding-bottom: 8rem } .pb7-ns { padding-bottom: 16rem } .pt0-ns { padding-top: 0 } .pt1-ns { padding-top: .25rem } .pt2-ns { padding-top: .5rem } .pt3-ns { padding-top: 1rem } .pt4-ns { padding-top: 2rem } .pt5-ns { padding-top: 4rem } .pt6-ns { padding-top: 8rem } .pt7-ns { padding-top: 16rem } .pv0-ns { padding-top: 0; padding-bottom: 0 } .pv1-ns { padding-top: .25rem; padding-bottom: .25rem } .pv2-ns { padding-top: .5rem; padding-bottom: .5rem } .pv3-ns { padding-top: 1rem; padding-bottom: 1rem } .pv4-ns { padding-top: 2rem; padding-bottom: 2rem } .pv5-ns { padding-top: 4rem; padding-bottom: 4rem } .pv6-ns { padding-top: 8rem; padding-bottom: 8rem } .pv7-ns { padding-top: 16rem; padding-bottom: 16rem } .ph0-ns { padding-left: 0; padding-right: 0 } .ph1-ns { padding-left: .25rem; padding-right: .25rem } .ph2-ns { padding-left: .5rem; padding-right: .5rem } .ph3-ns { padding-left: 1rem; padding-right: 1rem } .ph4-ns { padding-left: 2rem; padding-right: 2rem } .ph5-ns { padding-left: 4rem; padding-right: 4rem } .ph6-ns { padding-left: 8rem; padding-right: 8rem } .ph7-ns { padding-left: 16rem; padding-right: 16rem } .ma0-ns { margin: 0 } .ma1-ns { margin: .25rem } .ma2-ns { margin: .5rem } .ma3-ns { margin: 1rem } .ma4-ns { margin: 2rem } .ma5-ns { margin: 4rem } .ma6-ns { margin: 8rem } .ma7-ns { margin: 16rem } .ml0-ns { margin-left: 0 } .ml1-ns { margin-left: .25rem } .ml2-ns { margin-left: .5rem } .ml3-ns { margin-left: 1rem } .ml4-ns { margin-left: 2rem } .ml5-ns { margin-left: 4rem } .ml6-ns { margin-left: 8rem } .ml7-ns { margin-left: 16rem } .mr0-ns { margin-right: 0 } .mr1-ns { margin-right: .25rem } .mr2-ns { margin-right: .5rem } .mr3-ns { margin-right: 1rem } .mr4-ns { margin-right: 2rem } .mr5-ns { margin-right: 4rem } .mr6-ns { margin-right: 8rem } .mr7-ns { margin-right: 16rem } .mb0-ns { margin-bottom: 0 } .mb1-ns { margin-bottom: .25rem } .mb2-ns { margin-bottom: .5rem } .mb3-ns { margin-bottom: 1rem } .mb4-ns { margin-bottom: 2rem } .mb5-ns { margin-bottom: 4rem } .mb6-ns { margin-bottom: 8rem } .mb7-ns { margin-bottom: 16rem } .mt0-ns { margin-top: 0 } .mt1-ns { margin-top: .25rem } .mt2-ns { margin-top: .5rem } .mt3-ns { margin-top: 1rem } .mt4-ns { margin-top: 2rem } .mt5-ns { margin-top: 4rem } .mt6-ns { margin-top: 8rem } .mt7-ns { margin-top: 16rem } .mv0-ns { margin-top: 0; margin-bottom: 0 } .mv1-ns { margin-top: .25rem; margin-bottom: .25rem } .mv2-ns { margin-top: .5rem; margin-bottom: .5rem } .mv3-ns { margin-top: 1rem; margin-bottom: 1rem } .mv4-ns { margin-top: 2rem; margin-bottom: 2rem } .mv5-ns { margin-top: 4rem; margin-bottom: 4rem } .mv6-ns { margin-top: 8rem; margin-bottom: 8rem } .mv7-ns { margin-top: 16rem; margin-bottom: 16rem } .mh0-ns { margin-left: 0; margin-right: 0 } .mh1-ns { margin-left: .25rem; margin-right: .25rem } .mh2-ns { margin-left: .5rem; margin-right: .5rem } .mh3-ns { margin-left: 1rem; margin-right: 1rem } .mh4-ns { margin-left: 2rem; margin-right: 2rem } .mh5-ns { margin-left: 4rem; margin-right: 4rem } .mh6-ns { margin-left: 8rem; margin-right: 8rem } .mh7-ns { margin-left: 16rem; margin-right: 16rem } .na1-ns { margin: -.25rem } .na2-ns { margin: -.5rem } .na3-ns { margin: -1rem } .na4-ns { margin: -2rem } .na5-ns { margin: -4rem } .na6-ns { margin: -8rem } .na7-ns { margin: -16rem } .nl1-ns { margin-left: -.25rem } .nl2-ns { margin-left: -.5rem } .nl3-ns { margin-left: -1rem } .nl4-ns { margin-left: -2rem } .nl5-ns { margin-left: -4rem } .nl6-ns { margin-left: -8rem } .nl7-ns { margin-left: -16rem } .nr1-ns { margin-right: -.25rem } .nr2-ns { margin-right: -.5rem } .nr3-ns { margin-right: -1rem } .nr4-ns { margin-right: -2rem } .nr5-ns { margin-right: -4rem } .nr6-ns { margin-right: -8rem } .nr7-ns { margin-right: -16rem } .nb1-ns { margin-bottom: -.25rem } .nb2-ns { margin-bottom: -.5rem } .nb3-ns { margin-bottom: -1rem } .nb4-ns { margin-bottom: -2rem } .nb5-ns { margin-bottom: -4rem } .nb6-ns { margin-bottom: -8rem } .nb7-ns { margin-bottom: -16rem } .nt1-ns { margin-top: -.25rem } .nt2-ns { margin-top: -.5rem } .nt3-ns { margin-top: -1rem } .nt4-ns { margin-top: -2rem } .nt5-ns { margin-top: -4rem } .nt6-ns { margin-top: -8rem } .nt7-ns { margin-top: -16rem } .strike-ns { text-decoration: line-through } .underline-ns { text-decoration: underline } .no-underline-ns { text-decoration: none } .tl-ns { text-align: left } .tr-ns { text-align: right } .tc-ns { text-align: center } .tj-ns { text-align: justify } .ttc-ns { text-transform: capitalize } .ttl-ns { text-transform: lowercase } .ttu-ns { text-transform: uppercase } .ttn-ns { text-transform: none } .f-6-ns, .f-headline-ns { font-size: 6rem } .f-5-ns, .f-subheadline-ns { font-size: 5rem } .f1-ns { font-size: 3rem } .f2-ns { font-size: 2.25rem } .f3-ns { font-size: 1.5rem } .f4-ns { font-size: 1.25rem } .f5-ns { font-size: 1rem } .f6-ns { font-size: .875rem } .f7-ns { font-size: .75rem } .measure-ns { max-width: 30em } .measure-wide-ns { max-width: 34em } .measure-narrow-ns { max-width: 20em } .indent-ns { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-ns { font-variant: small-caps } .truncate-ns { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-ns { margin-left: auto } .center-ns, .mr-auto-ns { margin-right: auto } .ml-auto-ns { margin-left: auto } .clip-ns { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-ns { white-space: normal } .nowrap-ns { white-space: nowrap } .pre-ns { white-space: pre } .v-base-ns { vertical-align: baseline } .v-mid-ns { vertical-align: middle } .v-top-ns { vertical-align: top } .v-btm-ns { vertical-align: bottom } } @media screen and (min-width:30em) and (max-width:60em) { .aspect-ratio-m { height: 0; position: relative } .aspect-ratio--16x9-m { padding-bottom: 56.25% } .aspect-ratio--9x16-m { padding-bottom: 177.77% } .aspect-ratio--4x3-m { padding-bottom: 75% } .aspect-ratio--3x4-m { padding-bottom: 133.33% } .aspect-ratio--6x4-m { padding-bottom: 66.6% } .aspect-ratio--4x6-m { padding-bottom: 150% } .aspect-ratio--8x5-m { padding-bottom: 62.5% } .aspect-ratio--5x8-m { padding-bottom: 160% } .aspect-ratio--7x5-m { padding-bottom: 71.42% } .aspect-ratio--5x7-m { padding-bottom: 140% } .aspect-ratio--1x1-m { padding-bottom: 100% } .aspect-ratio--object-m { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-m { background-size: cover !important } .contain-m { background-size: contain !important } .bg-center-m { background-position: 50% } .bg-center-m, .bg-top-m { background-repeat: no-repeat } .bg-top-m { background-position: top } .bg-right-m { background-position: 100% } .bg-bottom-m, .bg-right-m { background-repeat: no-repeat } .bg-bottom-m { background-position: bottom } .bg-left-m { background-repeat: no-repeat; background-position: 0 } .outline-m { outline: 1px solid } .outline-transparent-m { outline: 1px solid transparent } .outline-0-m { outline: 0 } .ba-m { border-style: solid; border-width: 1px } .bt-m { border-top-style: solid; border-top-width: 1px } .br-m { border-right-style: solid; border-right-width: 1px } .bb-m { border-bottom-style: solid; border-bottom-width: 1px } .bl-m { border-left-style: solid; border-left-width: 1px } .bn-m { border-style: none; border-width: 0 } .br0-m { border-radius: 0 } .br1-m { border-radius: .125rem } .br2-m { border-radius: .25rem } .br3-m { border-radius: .5rem } .br4-m { border-radius: 1rem } .br-100-m { border-radius: 100% } .br-pill-m { border-radius: 9999px } .br--bottom-m { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-m { border-bottom-right-radius: 0 } .br--right-m, .br--top-m { border-bottom-left-radius: 0 } .br--right-m { border-top-left-radius: 0 } .br--left-m { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-m { border-radius: inherit } .br-initial-m { border-radius: initial } .br-unset-m { border-radius: unset } .b--dotted-m { border-style: dotted } .b--dashed-m { border-style: dashed } .b--solid-m { border-style: solid } .b--none-m { border-style: none } .bw0-m { border-width: 0 } .bw1-m { border-width: .125rem } .bw2-m { border-width: .25rem } .bw3-m { border-width: .5rem } .bw4-m { border-width: 1rem } .bw5-m { border-width: 2rem } .bt-0-m { border-top-width: 0 } .br-0-m { border-right-width: 0 } .bb-0-m { border-bottom-width: 0 } .bl-0-m { border-left-width: 0 } .shadow-1-m { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-m { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-m { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-m { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-m { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-m { top: 0 } .left-0-m { left: 0 } .right-0-m { right: 0 } .bottom-0-m { bottom: 0 } .top-1-m { top: 1rem } .left-1-m { left: 1rem } .right-1-m { right: 1rem } .bottom-1-m { bottom: 1rem } .top-2-m { top: 2rem } .left-2-m { left: 2rem } .right-2-m { right: 2rem } .bottom-2-m { bottom: 2rem } .top--1-m { top: -1rem } .right--1-m { right: -1rem } .bottom--1-m { bottom: -1rem } .left--1-m { left: -1rem } .top--2-m { top: -2rem } .right--2-m { right: -2rem } .bottom--2-m { bottom: -2rem } .left--2-m { left: -2rem } .absolute--fill-m { top: 0; right: 0; bottom: 0; left: 0 } .cl-m { clear: left } .cr-m { clear: right } .cb-m { clear: both } .cn-m { clear: none } .dn-m { display: none } .di-m { display: inline } .db-m { display: block } .dib-m { display: inline-block } .dit-m { display: inline-table } .dt-m { display: table } .dtc-m { display: table-cell } .dt-row-m { display: table-row } .dt-row-group-m { display: table-row-group } .dt-column-m { display: table-column } .dt-column-group-m { display: table-column-group } .dt--fixed-m { table-layout: fixed; width: 100% } .flex-m { display: flex } .inline-flex-m { display: inline-flex } .flex-auto-m { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-m { flex: none } .flex-column-m { flex-direction: column } .flex-row-m { flex-direction: row } .flex-wrap-m { flex-wrap: wrap } .flex-nowrap-m { flex-wrap: nowrap } .flex-wrap-reverse-m { flex-wrap: wrap-reverse } .flex-column-reverse-m { flex-direction: column-reverse } .flex-row-reverse-m { flex-direction: row-reverse } .items-start-m { align-items: flex-start } .items-end-m { align-items: flex-end } .items-center-m { align-items: center } .items-baseline-m { align-items: baseline } .items-stretch-m { align-items: stretch } .self-start-m { align-self: flex-start } .self-end-m { align-self: flex-end } .self-center-m { align-self: center } .self-baseline-m { align-self: baseline } .self-stretch-m { align-self: stretch } .justify-start-m { justify-content: flex-start } .justify-end-m { justify-content: flex-end } .justify-center-m { justify-content: center } .justify-between-m { justify-content: space-between } .justify-around-m { justify-content: space-around } .content-start-m { align-content: flex-start } .content-end-m { align-content: flex-end } .content-center-m { align-content: center } .content-between-m { align-content: space-between } .content-around-m { align-content: space-around } .content-stretch-m { align-content: stretch } .order-0-m { order: 0 } .order-1-m { order: 1 } .order-2-m { order: 2 } .order-3-m { order: 3 } .order-4-m { order: 4 } .order-5-m { order: 5 } .order-6-m { order: 6 } .order-7-m { order: 7 } .order-8-m { order: 8 } .order-last-m { order: 99999 } .flex-grow-0-m { flex-grow: 0 } .flex-grow-1-m { flex-grow: 1 } .flex-shrink-0-m { flex-shrink: 0 } .flex-shrink-1-m { flex-shrink: 1 } .fl-m { float: left } .fl-m, .fr-m { _display: inline } .fr-m { float: right } .fn-m { float: none } .i-m { font-style: italic } .fs-normal-m { font-style: normal } .normal-m { font-weight: 400 } .b-m { font-weight: 700 } .fw1-m { font-weight: 100 } .fw2-m { font-weight: 200 } .fw3-m { font-weight: 300 } .fw4-m { font-weight: 400 } .fw5-m { font-weight: 500 } .fw6-m { font-weight: 600 } .fw7-m { font-weight: 700 } .fw8-m { font-weight: 800 } .fw9-m { font-weight: 900 } .h1-m { height: 1rem } .h2-m { height: 2rem } .h3-m { height: 4rem } .h4-m { height: 8rem } .h5-m { height: 16rem } .h-25-m { height: 25% } .h-50-m { height: 50% } .h-75-m { height: 75% } .h-100-m { height: 100% } .min-h-100-m { min-height: 100% } .vh-25-m { height: 25vh } .vh-50-m { height: 50vh } .vh-75-m { height: 75vh } .vh-100-m { height: 100vh } .min-vh-100-m { min-height: 100vh } .h-auto-m { height: auto } .h-inherit-m { height: inherit } .tracked-m { letter-spacing: .1em } .tracked-tight-m { letter-spacing: -.05em } .tracked-mega-m { letter-spacing: .25em } .lh-solid-m { line-height: 1 } .lh-title-m { line-height: 1.25 } .lh-copy-m { line-height: 1.5 } .mw-100-m { max-width: 100% } .mw1-m { max-width: 1rem } .mw2-m { max-width: 2rem } .mw3-m { max-width: 4rem } .mw4-m { max-width: 8rem } .mw5-m { max-width: 16rem } .mw6-m { max-width: 32rem } .mw7-m { max-width: 48rem } .mw8-m { max-width: 64rem } .mw9-m { max-width: 96rem } .mw-none-m { max-width: none } .w1-m { width: 1rem } .w2-m { width: 2rem } .w3-m { width: 4rem } .w4-m { width: 8rem } .w5-m { width: 16rem } .w-10-m { width: 10% } .w-20-m { width: 20% } .w-25-m { width: 25% } .w-30-m { width: 30% } .w-33-m { width: 33% } .w-34-m { width: 34% } .w-40-m { width: 40% } .w-50-m { width: 50% } .w-60-m { width: 60% } .w-70-m { width: 70% } .w-75-m { width: 75% } .w-80-m { width: 80% } .w-90-m { width: 90% } .w-100-m { width: 100% } .w-third-m { width: 33.33333% } .w-two-thirds-m { width: 66.66667% } .w-auto-m { width: auto } .overflow-visible-m { overflow: visible } .overflow-hidden-m { overflow: hidden } .overflow-scroll-m { overflow: scroll } .overflow-auto-m { overflow: auto } .overflow-x-visible-m { overflow-x: visible } .overflow-x-hidden-m { overflow-x: hidden } .overflow-x-scroll-m { overflow-x: scroll } .overflow-x-auto-m { overflow-x: auto } .overflow-y-visible-m { overflow-y: visible } .overflow-y-hidden-m { overflow-y: hidden } .overflow-y-scroll-m { overflow-y: scroll } .overflow-y-auto-m { overflow-y: auto } .static-m { position: static } .relative-m { position: relative } .absolute-m { position: absolute } .fixed-m { position: fixed } .rotate-45-m { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-m { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-m { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-m { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-m { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-m { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-m { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-m { padding: 0 } .pa1-m { padding: .25rem } .pa2-m { padding: .5rem } .pa3-m { padding: 1rem } .pa4-m { padding: 2rem } .pa5-m { padding: 4rem } .pa6-m { padding: 8rem } .pa7-m { padding: 16rem } .pl0-m { padding-left: 0 } .pl1-m { padding-left: .25rem } .pl2-m { padding-left: .5rem } .pl3-m { padding-left: 1rem } .pl4-m { padding-left: 2rem } .pl5-m { padding-left: 4rem } .pl6-m { padding-left: 8rem } .pl7-m { padding-left: 16rem } .pr0-m { padding-right: 0 } .pr1-m { padding-right: .25rem } .pr2-m { padding-right: .5rem } .pr3-m { padding-right: 1rem } .pr4-m { padding-right: 2rem } .pr5-m { padding-right: 4rem } .pr6-m { padding-right: 8rem } .pr7-m { padding-right: 16rem } .pb0-m { padding-bottom: 0 } .pb1-m { padding-bottom: .25rem } .pb2-m { padding-bottom: .5rem } .pb3-m { padding-bottom: 1rem } .pb4-m { padding-bottom: 2rem } .pb5-m { padding-bottom: 4rem } .pb6-m { padding-bottom: 8rem } .pb7-m { padding-bottom: 16rem } .pt0-m { padding-top: 0 } .pt1-m { padding-top: .25rem } .pt2-m { padding-top: .5rem } .pt3-m { padding-top: 1rem } .pt4-m { padding-top: 2rem } .pt5-m { padding-top: 4rem } .pt6-m { padding-top: 8rem } .pt7-m { padding-top: 16rem } .pv0-m { padding-top: 0; padding-bottom: 0 } .pv1-m { padding-top: .25rem; padding-bottom: .25rem } .pv2-m { padding-top: .5rem; padding-bottom: .5rem } .pv3-m { padding-top: 1rem; padding-bottom: 1rem } .pv4-m { padding-top: 2rem; padding-bottom: 2rem } .pv5-m { padding-top: 4rem; padding-bottom: 4rem } .pv6-m { padding-top: 8rem; padding-bottom: 8rem } .pv7-m { padding-top: 16rem; padding-bottom: 16rem } .ph0-m { padding-left: 0; padding-right: 0 } .ph1-m { padding-left: .25rem; padding-right: .25rem } .ph2-m { padding-left: .5rem; padding-right: .5rem } .ph3-m { padding-left: 1rem; padding-right: 1rem } .ph4-m { padding-left: 2rem; padding-right: 2rem } .ph5-m { padding-left: 4rem; padding-right: 4rem } .ph6-m { padding-left: 8rem; padding-right: 8rem } .ph7-m { padding-left: 16rem; padding-right: 16rem } .ma0-m { margin: 0 } .ma1-m { margin: .25rem } .ma2-m { margin: .5rem } .ma3-m { margin: 1rem } .ma4-m { margin: 2rem } .ma5-m { margin: 4rem } .ma6-m { margin: 8rem } .ma7-m { margin: 16rem } .ml0-m { margin-left: 0 } .ml1-m { margin-left: .25rem } .ml2-m { margin-left: .5rem } .ml3-m { margin-left: 1rem } .ml4-m { margin-left: 2rem } .ml5-m { margin-left: 4rem } .ml6-m { margin-left: 8rem } .ml7-m { margin-left: 16rem } .mr0-m { margin-right: 0 } .mr1-m { margin-right: .25rem } .mr2-m { margin-right: .5rem } .mr3-m { margin-right: 1rem } .mr4-m { margin-right: 2rem } .mr5-m { margin-right: 4rem } .mr6-m { margin-right: 8rem } .mr7-m { margin-right: 16rem } .mb0-m { margin-bottom: 0 } .mb1-m { margin-bottom: .25rem } .mb2-m { margin-bottom: .5rem } .mb3-m { margin-bottom: 1rem } .mb4-m { margin-bottom: 2rem } .mb5-m { margin-bottom: 4rem } .mb6-m { margin-bottom: 8rem } .mb7-m { margin-bottom: 16rem } .mt0-m { margin-top: 0 } .mt1-m { margin-top: .25rem } .mt2-m { margin-top: .5rem } .mt3-m { margin-top: 1rem } .mt4-m { margin-top: 2rem } .mt5-m { margin-top: 4rem } .mt6-m { margin-top: 8rem } .mt7-m { margin-top: 16rem } .mv0-m { margin-top: 0; margin-bottom: 0 } .mv1-m { margin-top: .25rem; margin-bottom: .25rem } .mv2-m { margin-top: .5rem; margin-bottom: .5rem } .mv3-m { margin-top: 1rem; margin-bottom: 1rem } .mv4-m { margin-top: 2rem; margin-bottom: 2rem } .mv5-m { margin-top: 4rem; margin-bottom: 4rem } .mv6-m { margin-top: 8rem; margin-bottom: 8rem } .mv7-m { margin-top: 16rem; margin-bottom: 16rem } .mh0-m { margin-left: 0; margin-right: 0 } .mh1-m { margin-left: .25rem; margin-right: .25rem } .mh2-m { margin-left: .5rem; margin-right: .5rem } .mh3-m { margin-left: 1rem; margin-right: 1rem } .mh4-m { margin-left: 2rem; margin-right: 2rem } .mh5-m { margin-left: 4rem; margin-right: 4rem } .mh6-m { margin-left: 8rem; margin-right: 8rem } .mh7-m { margin-left: 16rem; margin-right: 16rem } .na1-m { margin: -.25rem } .na2-m { margin: -.5rem } .na3-m { margin: -1rem } .na4-m { margin: -2rem } .na5-m { margin: -4rem } .na6-m { margin: -8rem } .na7-m { margin: -16rem } .nl1-m { margin-left: -.25rem } .nl2-m { margin-left: -.5rem } .nl3-m { margin-left: -1rem } .nl4-m { margin-left: -2rem } .nl5-m { margin-left: -4rem } .nl6-m { margin-left: -8rem } .nl7-m { margin-left: -16rem } .nr1-m { margin-right: -.25rem } .nr2-m { margin-right: -.5rem } .nr3-m { margin-right: -1rem } .nr4-m { margin-right: -2rem } .nr5-m { margin-right: -4rem } .nr6-m { margin-right: -8rem } .nr7-m { margin-right: -16rem } .nb1-m { margin-bottom: -.25rem } .nb2-m { margin-bottom: -.5rem } .nb3-m { margin-bottom: -1rem } .nb4-m { margin-bottom: -2rem } .nb5-m { margin-bottom: -4rem } .nb6-m { margin-bottom: -8rem } .nb7-m { margin-bottom: -16rem } .nt1-m { margin-top: -.25rem } .nt2-m { margin-top: -.5rem } .nt3-m { margin-top: -1rem } .nt4-m { margin-top: -2rem } .nt5-m { margin-top: -4rem } .nt6-m { margin-top: -8rem } .nt7-m { margin-top: -16rem } .strike-m { text-decoration: line-through } .underline-m { text-decoration: underline } .no-underline-m { text-decoration: none } .tl-m { text-align: left } .tr-m { text-align: right } .tc-m { text-align: center } .tj-m { text-align: justify } .ttc-m { text-transform: capitalize } .ttl-m { text-transform: lowercase } .ttu-m { text-transform: uppercase } .ttn-m { text-transform: none } .f-6-m, .f-headline-m { font-size: 6rem } .f-5-m, .f-subheadline-m { font-size: 5rem } .f1-m { font-size: 3rem } .f2-m { font-size: 2.25rem } .f3-m { font-size: 1.5rem } .f4-m { font-size: 1.25rem } .f5-m { font-size: 1rem } .f6-m { font-size: .875rem } .f7-m { font-size: .75rem } .measure-m { max-width: 30em } .measure-wide-m { max-width: 34em } .measure-narrow-m { max-width: 20em } .indent-m { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-m { font-variant: small-caps } .truncate-m { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-m { margin-left: auto } .center-m, .mr-auto-m { margin-right: auto } .ml-auto-m { margin-left: auto } .clip-m { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-m { white-space: normal } .nowrap-m { white-space: nowrap } .pre-m { white-space: pre } .v-base-m { vertical-align: baseline } .v-mid-m { vertical-align: middle } .v-top-m { vertical-align: top } .v-btm-m { vertical-align: bottom } } @media screen and (min-width:60em) { .aspect-ratio-l { height: 0; position: relative } .aspect-ratio--16x9-l { padding-bottom: 56.25% } .aspect-ratio--9x16-l { padding-bottom: 177.77% } .aspect-ratio--4x3-l { padding-bottom: 75% } .aspect-ratio--3x4-l { padding-bottom: 133.33% } .aspect-ratio--6x4-l { padding-bottom: 66.6% } .aspect-ratio--4x6-l { padding-bottom: 150% } .aspect-ratio--8x5-l { padding-bottom: 62.5% } .aspect-ratio--5x8-l { padding-bottom: 160% } .aspect-ratio--7x5-l { padding-bottom: 71.42% } .aspect-ratio--5x7-l { padding-bottom: 140% } .aspect-ratio--1x1-l { padding-bottom: 100% } .aspect-ratio--object-l { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-l { background-size: cover !important } .contain-l { background-size: contain !important } .bg-center-l { background-position: 50% } .bg-center-l, .bg-top-l { background-repeat: no-repeat } .bg-top-l { background-position: top } .bg-right-l { background-position: 100% } .bg-bottom-l, .bg-right-l { background-repeat: no-repeat } .bg-bottom-l { background-position: bottom } .bg-left-l { background-repeat: no-repeat; background-position: 0 } .outline-l { outline: 1px solid } .outline-transparent-l { outline: 1px solid transparent } .outline-0-l { outline: 0 } .ba-l { border-style: solid; border-width: 1px } .bt-l { border-top-style: solid; border-top-width: 1px } .br-l { border-right-style: solid; border-right-width: 1px } .bb-l { border-bottom-style: solid; border-bottom-width: 1px } .bl-l { border-left-style: solid; border-left-width: 1px } .bn-l { border-style: none; border-width: 0 } .br0-l { border-radius: 0 } .br1-l { border-radius: .125rem } .br2-l { border-radius: .25rem } .br3-l { border-radius: .5rem } .br4-l { border-radius: 1rem } .br-100-l { border-radius: 100% } .br-pill-l { border-radius: 9999px } .br--bottom-l { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-l { border-bottom-right-radius: 0 } .br--right-l, .br--top-l { border-bottom-left-radius: 0 } .br--right-l { border-top-left-radius: 0 } .br--left-l { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-l { border-radius: inherit } .br-initial-l { border-radius: initial } .br-unset-l { border-radius: unset } .b--dotted-l { border-style: dotted } .b--dashed-l { border-style: dashed } .b--solid-l { border-style: solid } .b--none-l { border-style: none } .bw0-l { border-width: 0 } .bw1-l { border-width: .125rem } .bw2-l { border-width: .25rem } .bw3-l { border-width: .5rem } .bw4-l { border-width: 1rem } .bw5-l { border-width: 2rem } .bt-0-l { border-top-width: 0 } .br-0-l { border-right-width: 0 } .bb-0-l { border-bottom-width: 0 } .bl-0-l { border-left-width: 0 } .shadow-1-l { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-l { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-l { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-l { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-l { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-l { top: 0 } .left-0-l { left: 0 } .right-0-l { right: 0 } .bottom-0-l { bottom: 0 } .top-1-l { top: 1rem } .left-1-l { left: 1rem } .right-1-l { right: 1rem } .bottom-1-l { bottom: 1rem } .top-2-l { top: 2rem } .left-2-l { left: 2rem } .right-2-l { right: 2rem } .bottom-2-l { bottom: 2rem } .top--1-l { top: -1rem } .right--1-l { right: -1rem } .bottom--1-l { bottom: -1rem } .left--1-l { left: -1rem } .top--2-l { top: -2rem } .right--2-l { right: -2rem } .bottom--2-l { bottom: -2rem } .left--2-l { left: -2rem } .absolute--fill-l { top: 0; right: 0; bottom: 0; left: 0 } .cl-l { clear: left } .cr-l { clear: right } .cb-l { clear: both } .cn-l { clear: none } .dn-l { display: none } .di-l { display: inline } .db-l { display: block } .dib-l { display: inline-block } .dit-l { display: inline-table } .dt-l { display: table } .dtc-l { display: table-cell } .dt-row-l { display: table-row } .dt-row-group-l { display: table-row-group } .dt-column-l { display: table-column } .dt-column-group-l { display: table-column-group } .dt--fixed-l { table-layout: fixed; width: 100% } .flex-l { display: flex } .inline-flex-l { display: inline-flex } .flex-auto-l { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-l { flex: none } .flex-column-l { flex-direction: column } .flex-row-l { flex-direction: row } .flex-wrap-l { flex-wrap: wrap } .flex-nowrap-l { flex-wrap: nowrap } .flex-wrap-reverse-l { flex-wrap: wrap-reverse } .flex-column-reverse-l { flex-direction: column-reverse } .flex-row-reverse-l { flex-direction: row-reverse } .items-start-l { align-items: flex-start } .items-end-l { align-items: flex-end } .items-center-l { align-items: center } .items-baseline-l { align-items: baseline } .items-stretch-l { align-items: stretch } .self-start-l { align-self: flex-start } .self-end-l { align-self: flex-end } .self-center-l { align-self: center } .self-baseline-l { align-self: baseline } .self-stretch-l { align-self: stretch } .justify-start-l { justify-content: flex-start } .justify-end-l { justify-content: flex-end } .justify-center-l { justify-content: center } .justify-between-l { justify-content: space-between } .justify-around-l { justify-content: space-around } .content-start-l { align-content: flex-start } .content-end-l { align-content: flex-end } .content-center-l { align-content: center } .content-between-l { align-content: space-between } .content-around-l { align-content: space-around } .content-stretch-l { align-content: stretch } .order-0-l { order: 0 } .order-1-l { order: 1 } .order-2-l { order: 2 } .order-3-l { order: 3 } .order-4-l { order: 4 } .order-5-l { order: 5 } .order-6-l { order: 6 } .order-7-l { order: 7 } .order-8-l { order: 8 } .order-last-l { order: 99999 } .flex-grow-0-l { flex-grow: 0 } .flex-grow-1-l { flex-grow: 1 } .flex-shrink-0-l { flex-shrink: 0 } .flex-shrink-1-l { flex-shrink: 1 } .fl-l { float: left } .fl-l, .fr-l { _display: inline } .fr-l { float: right } .fn-l { float: none } .i-l { font-style: italic } .fs-normal-l { font-style: normal } .normal-l { font-weight: 400 } .b-l { font-weight: 700 } .fw1-l { font-weight: 100 } .fw2-l { font-weight: 200 } .fw3-l { font-weight: 300 } .fw4-l { font-weight: 400 } .fw5-l { font-weight: 500 } .fw6-l { font-weight: 600 } .fw7-l { font-weight: 700 } .fw8-l { font-weight: 800 } .fw9-l { font-weight: 900 } .h1-l { height: 1rem } .h2-l { height: 2rem } .h3-l { height: 4rem } .h4-l { height: 8rem } .h5-l { height: 16rem } .h-25-l { height: 25% } .h-50-l { height: 50% } .h-75-l { height: 75% } .h-100-l { height: 100% } .min-h-100-l { min-height: 100% } .vh-25-l { height: 25vh } .vh-50-l { height: 50vh } .vh-75-l { height: 75vh } .vh-100-l { height: 100vh } .min-vh-100-l { min-height: 100vh } .h-auto-l { height: auto } .h-inherit-l { height: inherit } .tracked-l { letter-spacing: .1em } .tracked-tight-l { letter-spacing: -.05em } .tracked-mega-l { letter-spacing: .25em } .lh-solid-l { line-height: 1 } .lh-title-l { line-height: 1.25 } .lh-copy-l { line-height: 1.5 } .mw-100-l { max-width: 100% } .mw1-l { max-width: 1rem } .mw2-l { max-width: 2rem } .mw3-l { max-width: 4rem } .mw4-l { max-width: 8rem } .mw5-l { max-width: 16rem } .mw6-l { max-width: 32rem } .mw7-l { max-width: 48rem } .mw8-l { max-width: 64rem } .mw9-l { max-width: 96rem } .mw-none-l { max-width: none } .w1-l { width: 1rem } .w2-l { width: 2rem } .w3-l { width: 4rem } .w4-l { width: 8rem } .w5-l { width: 16rem } .w-10-l { width: 10% } .w-20-l { width: 20% } .w-25-l { width: 25% } .w-30-l { width: 30% } .w-33-l { width: 33% } .w-34-l { width: 34% } .w-40-l { width: 40% } .w-50-l { width: 50% } .w-60-l { width: 60% } .w-70-l { width: 70% } .w-75-l { width: 75% } .w-80-l { width: 80% } .w-90-l { width: 90% } .w-100-l { width: 100% } .w-third-l { width: 33.33333% } .w-two-thirds-l { width: 66.66667% } .w-auto-l { width: auto } .overflow-visible-l { overflow: visible } .overflow-hidden-l { overflow: hidden } .overflow-scroll-l { overflow: scroll } .overflow-auto-l { overflow: auto } .overflow-x-visible-l { overflow-x: visible } .overflow-x-hidden-l { overflow-x: hidden } .overflow-x-scroll-l { overflow-x: scroll } .overflow-x-auto-l { overflow-x: auto } .overflow-y-visible-l { overflow-y: visible } .overflow-y-hidden-l { overflow-y: hidden } .overflow-y-scroll-l { overflow-y: scroll } .overflow-y-auto-l { overflow-y: auto } .static-l { position: static } .relative-l { position: relative } .absolute-l { position: absolute } .fixed-l { position: fixed } .rotate-45-l { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-l { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-l { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-l { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-l { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-l { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-l { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-l { padding: 0 } .pa1-l { padding: .25rem } .pa2-l { padding: .5rem } .pa3-l { padding: 1rem } .pa4-l { padding: 2rem } .pa5-l { padding: 4rem } .pa6-l { padding: 8rem } .pa7-l { padding: 16rem } .pl0-l { padding-left: 0 } .pl1-l { padding-left: .25rem } .pl2-l { padding-left: .5rem } .pl3-l { padding-left: 1rem } .pl4-l { padding-left: 2rem } .pl5-l { padding-left: 4rem } .pl6-l { padding-left: 8rem } .pl7-l { padding-left: 16rem } .pr0-l { padding-right: 0 } .pr1-l { padding-right: .25rem } .pr2-l { padding-right: .5rem } .pr3-l { padding-right: 1rem } .pr4-l { padding-right: 2rem } .pr5-l { padding-right: 4rem } .pr6-l { padding-right: 8rem } .pr7-l { padding-right: 16rem } .pb0-l { padding-bottom: 0 } .pb1-l { padding-bottom: .25rem } .pb2-l { padding-bottom: .5rem } .pb3-l { padding-bottom: 1rem } .pb4-l { padding-bottom: 2rem } .pb5-l { padding-bottom: 4rem } .pb6-l { padding-bottom: 8rem } .pb7-l { padding-bottom: 16rem } .pt0-l { padding-top: 0 } .pt1-l { padding-top: .25rem } .pt2-l { padding-top: .5rem } .pt3-l { padding-top: 1rem } .pt4-l { padding-top: 2rem } .pt5-l { padding-top: 4rem } .pt6-l { padding-top: 8rem } .pt7-l { padding-top: 16rem } .pv0-l { padding-top: 0; padding-bottom: 0 } .pv1-l { padding-top: .25rem; padding-bottom: .25rem } .pv2-l { padding-top: .5rem; padding-bottom: .5rem } .pv3-l { padding-top: 1rem; padding-bottom: 1rem } .pv4-l { padding-top: 2rem; padding-bottom: 2rem } .pv5-l { padding-top: 4rem; padding-bottom: 4rem } .pv6-l { padding-top: 8rem; padding-bottom: 8rem } .pv7-l { padding-top: 16rem; padding-bottom: 16rem } .ph0-l { padding-left: 0; padding-right: 0 } .ph1-l { padding-left: .25rem; padding-right: .25rem } .ph2-l { padding-left: .5rem; padding-right: .5rem } .ph3-l { padding-left: 1rem; padding-right: 1rem } .ph4-l { padding-left: 2rem; padding-right: 2rem } .ph5-l { padding-left: 4rem; padding-right: 4rem } .ph6-l { padding-left: 8rem; padding-right: 8rem } .ph7-l { padding-left: 16rem; padding-right: 16rem } .ma0-l { margin: 0 } .ma1-l { margin: .25rem } .ma2-l { margin: .5rem } .ma3-l { margin: 1rem } .ma4-l { margin: 2rem } .ma5-l { margin: 4rem } .ma6-l { margin: 8rem } .ma7-l { margin: 16rem } .ml0-l { margin-left: 0 } .ml1-l { margin-left: .25rem } .ml2-l { margin-left: .5rem } .ml3-l { margin-left: 1rem } .ml4-l { margin-left: 2rem } .ml5-l { margin-left: 4rem } .ml6-l { margin-left: 8rem } .ml7-l { margin-left: 16rem } .mr0-l { margin-right: 0 } .mr1-l { margin-right: .25rem } .mr2-l { margin-right: .5rem } .mr3-l { margin-right: 1rem } .mr4-l { margin-right: 2rem } .mr5-l { margin-right: 4rem } .mr6-l { margin-right: 8rem } .mr7-l { margin-right: 16rem } .mb0-l { margin-bottom: 0 } .mb1-l { margin-bottom: .25rem } .mb2-l { margin-bottom: .5rem } .mb3-l { margin-bottom: 1rem } .mb4-l { margin-bottom: 2rem } .mb5-l { margin-bottom: 4rem } .mb6-l { margin-bottom: 8rem } .mb7-l { margin-bottom: 16rem } .mt0-l { margin-top: 0 } .mt1-l { margin-top: .25rem } .mt2-l { margin-top: .5rem } .mt3-l { margin-top: 1rem } .mt4-l { margin-top: 2rem } .mt5-l { margin-top: 4rem } .mt6-l { margin-top: 8rem } .mt7-l { margin-top: 16rem } .mv0-l { margin-top: 0; margin-bottom: 0 } .mv1-l { margin-top: .25rem; margin-bottom: .25rem } .mv2-l { margin-top: .5rem; margin-bottom: .5rem } .mv3-l { margin-top: 1rem; margin-bottom: 1rem } .mv4-l { margin-top: 2rem; margin-bottom: 2rem } .mv5-l { margin-top: 4rem; margin-bottom: 4rem } .mv6-l { margin-top: 8rem; margin-bottom: 8rem } .mv7-l { margin-top: 16rem; margin-bottom: 16rem } .mh0-l { margin-left: 0; margin-right: 0 } .mh1-l { margin-left: .25rem; margin-right: .25rem } .mh2-l { margin-left: .5rem; margin-right: .5rem } .mh3-l { margin-left: 1rem; margin-right: 1rem } .mh4-l { margin-left: 2rem; margin-right: 2rem } .mh5-l { margin-left: 4rem; margin-right: 4rem } .mh6-l { margin-left: 8rem; margin-right: 8rem } .mh7-l { margin-left: 16rem; margin-right: 16rem } .na1-l { margin: -.25rem } .na2-l { margin: -.5rem } .na3-l { margin: -1rem } .na4-l { margin: -2rem } .na5-l { margin: -4rem } .na6-l { margin: -8rem } .na7-l { margin: -16rem } .nl1-l { margin-left: -.25rem } .nl2-l { margin-left: -.5rem } .nl3-l { margin-left: -1rem } .nl4-l { margin-left: -2rem } .nl5-l { margin-left: -4rem } .nl6-l { margin-left: -8rem } .nl7-l { margin-left: -16rem } .nr1-l { margin-right: -.25rem } .nr2-l { margin-right: -.5rem } .nr3-l { margin-right: -1rem } .nr4-l { margin-right: -2rem } .nr5-l { margin-right: -4rem } .nr6-l { margin-right: -8rem } .nr7-l { margin-right: -16rem } .nb1-l { margin-bottom: -.25rem } .nb2-l { margin-bottom: -.5rem } .nb3-l { margin-bottom: -1rem } .nb4-l { margin-bottom: -2rem } .nb5-l { margin-bottom: -4rem } .nb6-l { margin-bottom: -8rem } .nb7-l { margin-bottom: -16rem } .nt1-l { margin-top: -.25rem } .nt2-l { margin-top: -.5rem } .nt3-l { margin-top: -1rem } .nt4-l { margin-top: -2rem } .nt5-l { margin-top: -4rem } .nt6-l { margin-top: -8rem } .nt7-l { margin-top: -16rem } .strike-l { text-decoration: line-through } .underline-l { text-decoration: underline } .no-underline-l { text-decoration: none } .tl-l { text-align: left } .tr-l { text-align: right } .tc-l { text-align: center } .tj-l { text-align: justify } .ttc-l { text-transform: capitalize } .ttl-l { text-transform: lowercase } .ttu-l { text-transform: uppercase } .ttn-l { text-transform: none } .f-6-l, .f-headline-l { font-size: 6rem } .f-5-l, .f-subheadline-l { font-size: 5rem } .f1-l { font-size: 3rem } .f2-l { font-size: 2.25rem } .f3-l { font-size: 1.5rem } .f4-l { font-size: 1.25rem } .f5-l { font-size: 1rem } .f6-l { font-size: .875rem } .f7-l { font-size: .75rem } .measure-l { max-width: 30em } .measure-wide-l { max-width: 34em } .measure-narrow-l { max-width: 20em } .indent-l { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-l { font-variant: small-caps } .truncate-l { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-l { margin-left: auto } .center-l, .mr-auto-l { margin-right: auto } .ml-auto-l { margin-left: auto } .clip-l { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-l { white-space: normal } .nowrap-l { white-space: nowrap } .pre-l { white-space: pre } .v-base-l { vertical-align: baseline } .v-mid-l { vertical-align: middle } .v-top-l { vertical-align: top } .v-btm-l { vertical-align: bottom } } ._452c3ec4, button, input, optgroup, select, textarea { font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif; } *, *:before, *:after { box-sizing: border-box; } .d68c66a8 { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .d68c66a8 main { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } ._12c81534 { background-color: #FFD9DB; border-color: #FFD9DB; color: #99171D; } ._8a62ca63 { width: 100%; height: 2px; transition: opacity 500ms linear, transform 6s ease-out; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.1, 0.1, 0.0, 1.0); background: #cb3837; } ._657f443d { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .a3d7b97f { color: #cb3837; } a { color: black; } /* wow minifiers are great at noticing garbage */ /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._755f5b0f { box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.10196); border-bottom: 1px solid #d2d2d2; -ms-flex: 0 0 auto; flex: 0 0 auto; } .a6ff2de1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; background: #231f20; height: 80px; } ._1c6d86d1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; color: white; } ._1c6d86d1 span { padding: 5px 20px; font-size: 24px; line-height: 100%; } ._93bbf0b4 { display: -ms-flexbox; display: flex; width: 60px; padding: 5px 0 0 0; } ._5532dff2 { display: -ms-flexbox; display: flex; width: 40px; } .ad255bdb { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } /* First row */ .e7070742 { padding: 8px 0; border-width: 10px 0 0; border-top-style: solid; border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3; } .ad255bdb .ef7c6e62 { max-width: 100%; } ._99e3854f { display: none; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -ms-flex-positive: 1; flex-grow: 1; font-weight: 100; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; } ._99e3854f:active { outline: none; } @media screen and (min-width: 30em) { ._99e3854f { display: -ms-flexbox; display: flex; } } ._0edb515f { font-size: 20px; line-height: 160%; color: #000; letter-spacing: 0.015625em; } ._4a5f2a79 { -ms-flex-positive: 0; flex-grow: 0; } ._4a5f2a79 ul { display: -ms-flexbox; display: flex; margin: 0; } ._4a5f2a79 li { -ms-flex-positive: 1; flex-grow: 1; display: block; } .c6c55db4 { display: block; padding: 10px; position: relative; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; } .c6c55db4:focus+._3f98ab29, .c6c55db4:hover+._3f98ab29, ._3f98ab29:focus, ._3f98ab29:hover { display: block !important; /* TODO: fix borked specificity */ } ._3f98ab29 { color: #000; font-family: 'Poppins'; display: none !important; /* TODO: fix borked specificity*/ position: absolute; z-index: 10; margin-left: -8px !important; /* TODO: fix borked specificity */ padding: 8px 0; -ms-flex-direction: column; flex-direction: column; } .b8f9b0bd { text-decoration: none; } /* Second row */ ._4ea0e50d { background-color: #fff; padding: 10px 0; } .ad255bdb .c5b9953b { max-width: 100%; } .af43375d svg { width: 80px; } @media screen and (min-width: 30em) { .af43375d { padding-top: 8px; -ms-flex-positive: 0; flex-grow: 0; } .ad255bdb .af43375d { width: 224px; margin-right: 0; } .af43375d svg { width: 70px; } } ._581ebd89 { color: #000; } @media screen and (min-width: 30em) { .ad255bdb ._581ebd89 { padding-left: 50px; } } ._2f299eeb { padding: 5px; background: #f2f2f2; } .dde91b96 { -ms-flex-positive: 1; flex-grow: 1; border: 1px solid #f2f2f2; } .dde91b96:focus-within { border: 1px solid black; } ._390acbc5 { background: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; font-size: 16px; letter-spacing: 0px; border: none; outline: unset; height: 40px; padding-left: 10px; border-radius: 0; width: calc(100% - 10px); -webkit-appearance: none; } ._390acbc5:focus { outline: none; } ._390acbc5:-ms-input-placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._390acbc5::placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._705cdf4f { padding-top: 10px; } ._705cdf4f svg { height: 18px; width: 18px; } ._0da775bb { font-family: 'Poppins'; letter-spacing: 0.3px; font-weight: bold; background-color: #231f20; } ._5b436c1a { display: block } ._5b436c1a strong { display: block } ._5b436c1a p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } ._6f31c82b { font-family: 'Poppins'; -ms-flex-positive: 0; flex-grow: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9752c8b3 { padding: 13px 28px; border: 1px solid #cccccc; border-radius: 0; } .f66d27e1 { border: none; } ._59b94eb6 { cursor: auto; box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1px solid #ccc; border-radius: 7px; right: 0; top: 97%; } ._59b94eb6::after { content: ''; position: absolute; width: 0px; height: 0px; top: -16px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid white; } ._59b94eb6::before { content: ''; position: absolute; width: 0px; height: 0px; top: -18px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid #ccc; } .d70fa54a { margin: 0; padding-bottom: 14px; font-size: 19px; color: #4d4d4d; border-bottom: 1px solid #e5e5e5; font-weight: 600; } .d70fa54a svg { height: 14px; margin-right: 5px; } ._9e2bd439 { min-width: 200px; } ._9e2bd439 svg { height: 12px; margin-right: 5px; } ._506dfb65 { font-size: 17px; font-weight: 500; } ._6c423df4 { color: #cb3837; font-size: 15px; padding-top: 3px; } ._3313bb52 { color: #080808; } ._07ec5156 { text-decoration: none; font-size: 17px; display: block; border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; padding-bottom: 15px; margin-bottom: 8px; color: #cb3837; } ._07ec5156 svg { fill: #cb3837; } .a3eb5146 { width: 40px; border: 1px solid black; box-sizing: content-box; } .a3eb5146:hover+div { opacity: 0.7; } ._8c614725 { opacity: 0; transition: opacity 100ms linear; } ._9aa2f73b { opacity: 1; } ._7530c202 { opacity: 1; transition: opacity 100ms linear; } ._99b033cc { opacity: 0; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 60em) { .cb95d7b8 { min-height: 16px; } } @media screen and (min-width: 30em) { ._5052cb2e { line-height: 30px; } } /* CARDS */ ._4af50919 { padding: 1em 0 0; } /* BUTTON: BOILERPLATE */ .baa30260 { border: none; box-shadow: none; } /* BUTTON: ADDITIONAL SIZE MODIFIER */ ._750b5552 { padding: 8px 14px; font-size: 0.65em; } .b2dee585 { padding: 16px 16px; } ._5c40c34b { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } /* BUTTON: TYPES */ ._27b0a3f3 { border: 1px solid #00C642; color: #00C642; background: transparent; } .c555b7b3 { background: transparent; border: 1px solid rgba(0, 0, 0, .4); color: rgba(0, 0, 0, .4); } ._0dbbf8ca { color: #357edd; background: transparent; border: 1px solid #357edd; } .c8f69119 { color: #cb3837; background: transparent; border: 1px solid #cb3837; } /* BUTTONS: FROM BILLING */ .dab9924c { letter-spacing: 0.25px; } .dab9924c svg { height: 16px; width: 16px; padding-top: 4px; margin: 0 5px 0 0; } ._3fc1bd9c { background: #cb3837; } ._24a1e9c7 { background-color: #fff; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .a9a9a788 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(111, 7, 255, .08) 100%); border: 1px solid #CBAFF8; } .c37751f6 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .13) 0%, rgba(0, 184, 15, .10) 100%); border: 1px solid rgba(75, 173, 58, .50); } ._4a3f8f21 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 89, 89, .10) 97%); border: 1px solid rgba(222, 154, 82, .50); color: #e21515; } ._24a1e9c7:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(17, 17, 17, .08) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #111; } ._4a3f8f21:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 89, 89, .20) 97%); border: 1px solid rgba(222, 154, 82, .60); color: #aa2b2b; } .c37751f6:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(0, 184, 15, .14) 100%); border: 1px solid rgba(75, 173, 58, .60); } .a9a9a788:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .20) 0%, rgba(111, 7, 255, .16) 100%); border: 1px solid #CBAFF8; } ._3fc1bd9c:hover { background: #c40b0a; } ._5018de7a, ._5018de7a:hover { color: rgba(0, 0, 0, .1); background-image: none; background-color: rgba(0, 0, 0, .025); border-color: rgb(232, 232, 232); cursor: default; } ._4afd735f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } .d47729b8 { width: 1em; } ._4afd735f .d47729b8 { border-color: #FFCD3A; } /* BUTTONS: HOVER STATES */ ._27b0a3f3:hover { border-color: rgb(0, 158, 53); color: rgb(0, 158, 53); } .c555b7b3:hover { border-color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4); } ._0dbbf8ca:hover { border-color: rgb(42, 101, 177); color: rgb(42, 101, 177); } .c8f69119:hover { border-color: rgb(162, 45, 44); color: rgb(162, 45, 44); } /* BUTTONS: INLINE BREAKPOINTS */ ._795cdbae { min-width: 140px; } @media screen and (min-width: 60em) { .a8d24ef6, ._6ccc357c, .e7853a6d, ._06aef45a { margin-left: 180px; } } /* BUTTONS: DISABLED & DISABLED HOVER */ ._27b0a3f3[disabled]:hover, ._27b0a3f3[disabled] { opacity: .5; background: #00C642; cursor: default; } .c555b7b3[disabled]:hover, .c555b7b3[disabled] { opacity: .5; background: white; cursor: default; } ._0dbbf8ca[disabled]:hover, ._0dbbf8ca[disabled] { opacity: .5; background: white; cursor: default; } .c8f69119[disabled]:hover, .c8f69119[disabled] { opacity: .5; background: white; cursor: default; } ._1b4f7f70, ._1b4f7f70:hover { cursor: wait; } ._750b5552 { font-size: 16px; padding: 4px 8px !important; margin-bottom: 0; height: auto !important; } .b55db0e2 { width: 20px; height: 20px; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .4); transition: all linear 0.1s; cursor: pointer; } .b55db0e2:hover { color: white; background-color: #cb3837; border-color: #cb3837; } .b55db0e2[disabled] { color: #999; background-color: #ddd; border-color: #999; } ._51c6c0d0 { position: relative; height: 36px; width: 36px; padding: 0; } ._54445007 { background: #f2f2f2; } .bb86232a { background: #ffffff; padding: 0; } ._425fdea4 { height: 38px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; resize: vertical; background: white; } ._425fdea4:focus { outline: none; box-shadow: none; background-color: #fff; border-color: #579ecf; } ._12c8ce87 { /* composes: mw5-ns from global; */ -ms-flex-positive: 1; flex-grow: 1; } ._425fdea4[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } ._425fdea4:focus { border-color: #1F8ACC; outline: 0; } .ef4a48a2 { width: 100%; } ._508cc1e8 { height: 38px; resize: vertical; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 10px; border-radius: 5px; padding: 0; margin: 0; background: #d7dcdf; } .d05bbe6c { -ms-flex-positive: 1; flex-grow: 1; } ._508cc1e8:active, ._508cc1e8:focus, ._508cc1e8:active { outline: none; outline-color: #ffffff; background-color: #d7dcdf; /* Do not remove - important for a11y */ border-color: #579ecf; } ._508cc1e8::-moz-focus-outer { border: 0; } ._508cc1e8::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; background: #272727; } ._508cc1e8[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } /* override built-in mozilla style */ :-moz-ui-invalid { box-shadow: none; } .ca5693e9 { border: 1px solid red; } ._3714e37c { color: red; } @media screen and (min-width: 30em) { .c5446f63 { width: 100%; padding-left: 180px; } } .b56301db { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9d16cd42 { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: baseline; align-items: baseline; padding-bottom: 5px; } ._128f502f { -ms-flex-negative: 0; flex-shrink: 0; } ._992c2922 { width: 25px; position: absolute; z-index: 2; left: 12px; top: 7px; } ._30cc4985 { position: relative; } ._30cc4985 input { padding-left: 50px; } .ab3bb16f input[type='radio'] { position: absolute; z-index: 1; left: 50%; top: 50%; width: 22px; height: 22px; margin: 0; outline: 0; margin-top: -9px; margin-left: -9px; display: none; } .ab3bb16f input[type='radio']:checked+.b4929007 { background-color: rgba(235, 219, 255, .4); color: #442fa9; font-weight: normal; text-shadow: none; /* border: 1px solid #442fa970; */ } .b4929007 { cursor: pointer; text-shadow: 0 1px 0 #f3f3f3; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .ab3bb16f:first-child .b4929007 { border-right: 0; border-radius: 3px 0 0 3px; } .ab3bb16f:last-child .b4929007 { border-left: 0; border-radius: 0 3px 3px 0; } .c06f4cad { top: 100%; width: 99%; left: 0.5%; box-shadow: 0px 1px 3px rgba(0, 0, 0, .3); } ._8a2f7809 { border-bottom: 1px solid #eee; } ._8a2f7809:hover, ._7855648d { background-color: rgba(0, 0, 0, .05) } ._8a2f7809:last-child { border-bottom: none } ._8a2f7809 span { display: inline-block; vertical-align: top; line-height: 2em; } ._8a2f7809 a { vertical-align: top; line-height: 0; } .e6f92c42 { background-color: rgba(1, 1, 1, 0) } ._7555aa55 { width: 42px; height: 42px; } .b52dc8f3 { background-color: #273547 !important; } .b52dc8f3 * { color: white !important; } ._9ae8eda2 { min-height: 54px; } .cd2827bb { -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: transparent; color: rgba(255, 255, 255, .8); font-family: 'Poppins'; } .cd2827bb::after { content: ""; display: block; height: 10px; width: 100%; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); } .cd2827bb a { color: rgba(0, 0, 0, .7); font-weight: 400; line-height: 2; } ._802b5507 { width: 50px; } ._1b8c0a9f { font-size: 17px; letter-spacing: 1.3px; color: #333333; } ._75ce47e7 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._75ce47e7:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._75ce47e7 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._75ce47e7 header { margin: 20px 0; text-align: center; } ._75ce47e7 header svg { width: 120px; } ._94d452dc { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._75ce47e7 header { margin: 80px 0 40px; } ._75ce47e7 header svg { width: 144px; } ._94d452dc { margin-bottom: 160px; } } ._2b1f4808 { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._320f7a67 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._320f7a67:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._320f7a67 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._320f7a67 header { margin: 20px 0; text-align: center; } ._320f7a67 header svg { width: 120px; } .b9a4b1a9 { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._320f7a67 header { margin: 80px 0 40px; } ._320f7a67 header svg { width: 144px; } .b9a4b1a9 { margin-bottom: 160px; } } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } ._320f7a67 main { max-width: 45em; } ._320f7a67 button { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } .ff0e7e5c { -ms-flex: 0 0 auto; flex: 0 0 auto; box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding: 10px 0; } ._43e27900 { -ms-flex-positive: 0; flex-grow: 0; } ._43e27900 svg { width: 96px; } .acb78000 { background-color: #F7F7F7; min-height: 100vh; margin-top: 10px; } .acb78000:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._2adcc2af { -ms-flex-positive: 1; flex-grow: 1; } ._7fb5e603 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } ._7cbf6ad7 { -ms-flex-positive: 1; flex-grow: 1; padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .e9998f88 { background-color: rgba(0, 0, 0, .03); box-shadow: inset -8px 0 6px -2px rgba(162, 162, 162, 0.10196); } ._266f804b { overflow-x: hidden; padding: 24px; } @media screen and (min-width: 30em) { ._266f804b { top: 0; position: -webkit-sticky; position: sticky; width: 282px; max-height: 100vh; overflow-y: auto; } } ._8a646b6d svg { height: 14px; margin-right: 10px; } ._8a646b6d:hover { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .05) } ._775ed650 { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .08) } ._55741ad1 { line-height: 1.1; color: #6BCE2C; position: absolute; border: 1px solid #6BCE2C; border-radius: 100%; width: 24px; height: 24px; top: 0px; right: 0; display: block; } ._55741ad1:hover { color: #fff; background-color: #6BCE2C; } .ee9e731a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity 1s linear; } ._73b7ed33 { background-color: hsl(0, 100%, 93%); color: hsl(0, 75%, 35%); } ._33186cec { background-color: hsl(50, 100%, 93%); color: hsl(50, 75%, 25%); } ._33186cec a { display: block; color: hsl(50, 75%, 25%); } .d76ab310 { background-color: hsl(120, 100%, 93%); color: hsl(120, 75%, 25%); } ._545224b8 { line-height: 16px; line-height: 1rem; height: 16px; height: 1rem; } .cf325dbd { position: -webkit-sticky; position: sticky; width: 100%; top: 0px; left: 0px; } .cdf2cfa5 { background-color: #f7f7f7; } .cdf2cfa5 ._5fb3df3b { background-color: #ffffff; } .b830cb24 a { text-decoration: none; color: #cb3837; } .bc1f62ce { font-size: 0.9em; } .f6cf753b { -ms-flex-flow: row wrap; flex-flow: row wrap; } hgroup { margin-bottom: 50px; } .f6cf753b textarea { min-height: 8em; } .f6cf753b hr { margin-top: 4em; margin-bottom: 3em; } .f6cf753b select { width: 100%; padding: 8px; padding: 0.5rem; margin: 8px 0 0.75em 0; margin: 0.5rem 0 0.75em 0; color: rgba(0, 0, 0, .7); } ._7a12db77 { margin-top: 0; margin-bottom: 2em; } ._01c91678 { display: inline; color: #cb3837; } ._0ae17f63 { background-color: #FB3B49; box-shadow: 5px 5px 0 rgba(251, 59, 73, .2); color: white; border-radius: 0; font-family: 'Poppins'; } ._59a27b09:after { clear: both; } ._8afc529d { display: -ms-flexbox; display: flex; border: solid 1px #888888; float: left; box-sizing: border-box; text-decoration: none; width: calc(50% - 0.5em); margin-bottom: 1em; text-align: center; padding: 1em; min-height: 4.5em; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: rgba(0, 0, 0, .7); } ._8afc529d:nth-child(odd) { margin-right: 0.5em; } ._8afc529d:nth-child(even) { margin-left: 0.5em; } ._8afc529d:hover { text-decoration: underline; } ._01c91678:hover { text-decoration: underline; } .f2315b96 a { display: inline-block; vertical-align: top; line-height: 32px; } .b96a673d { line-height: 1.4; } ._68cdd332 { margin-top: 1em; } ._2cd87ac8 { display: none; visibility: hidden; } ._1bc12931 img { height: 240px; margin: 4px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._1a65a68d { background-color: #fff !important; } ._1a65a68d::after { display: block; content: " "; border-bottom: 2px solid rgba(0, 0, 0, .1); position: absolute; width: 100%; bottom: 1ex; z-index: 0; } ._1a65a68d>span { position: relative; z-index: 1; padding: 0 0.9375em; background: inherit; } ._4c35f6c9 { margin-top: 40px; width: 45%; } .c4757497 { padding: 40px; border: 1px solid #ccc; border-radius: 10px; background-color: #f2f2f2; } .e73c68c4 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .ccc8896b { margin-left: 76px; } .dd81cbb5 { color: #34495e; background-color: #fff; border: 1px solid #b3b3b3; outline: none; transition: all 300ms ease-out; border-radius: 10px; padding: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .aad35f10 { position: relative; text-align: left; } ._8db05992 { font-size: 0; z-index: 1; cursor: pointer; position: absolute; top: 0; border: none; padding: 0; margin: 0 0 0 1px; background: transparent; text-indent: -10px; height: 34px; width: 100%; } ._7b0b709d { color: #333; cursor: pointer; text-indent: 10px; line-height: 32px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; width: 100%; } ._7b0b709d:after { position: absolute; right: 6px; top: 15px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 5px 4px 0 4px; border-color: #555 transparent transparent transparent; } ._12ab17e9 { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; z-index: 1; transition: all .25s ease; list-style-type: none; position: absolute; top: 32px; padding: 0; margin: 0; opacity: 0; visibility: hidden; border-radius: 3px; text-indent: 10px; line-height: 32px; background-color: white; border: 1px solid #ccc; width: 100%; max-height: 300px; overflow: auto; } ._12ab17e9 a { color: #333; } ._12ab17e9:hover, ._8db05992:focus~._12ab17e9 { opacity: 1; visibility: visible; top: 42px; } ._33ee58a9 { padding: 20px 40px; background-color: rgb(217, 240, 255); } ._33ee58a9 code { background-color: #f2f2f2; } ._8377252a summary { cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8377252a pre { font-size: 0.8em; overflow-x: scroll; } .cb619c9b { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; -ms-flex-direction: column; flex-direction: column; } ._32b9cb92 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 100vw; } ._9354fe4b { margin-bottom: 2em } .d5c81d52, .a3eaa586 { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; } .a3eaa586 { -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: center; align-items: center; } .d58d8627 { -ms-flex: grow; flex: grow; } ._3b2c3c3e, ._4956a004 { -ms-flex: none; flex: none; margin: .75em; } ._3b2c3c3e { justify-self: flex-start; } ._4956a004 { justify-self: flex-end; } ._048bd5f8 { border: 2px solid rgba(0, 0, 0, .1); padding: 20px 40px 0; } ._5bf2e3d4 { width: 42px; } .b6672c22 { height: 24px; height: 1.5rem; } .e99f3f5d { color: #1aa974; } .eafb897c { margin: 0; border-color: rgba(0, 0, 0, .07); } .e290079c { margin: 0 -32px; } ._6e737bac { font-size: 17px; } .b4f049ad { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; width: 100%; background-image: url(https://static.npmjs.com/c07230a8959706cf638a847c59a2ab2b.svg), linear-gradient(0deg, #d3ecec, #80cfd2 93%, #88cdd1); background-position: bottom center; background-repeat: no-repeat; overflow: hidden; height: 27vw; position: relative; max-height: 300px; } ._0c22ad84 { margin-left: 50%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: bottom; align-items: bottom; transform: translateX(-50%); transition: transform ease-out 500ms; } .eb8edf43 { width: 7vw; max-width: 80px; margin: 0 0.5vw; transition: transform ease-out 250ms; transform: translateY(30%); } ._16bcb3c7 { transform: translateY(92%); } ._75a5f581 { color: #cb3837; } .c495d29d { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; } .c495d29d li { margin-bottom: 12px; display: -ms-flexbox; display: flex; list-style-type: circle; list-style-position: outside; } .c495d29d li>* { display: block; -ms-flex: 1 0 initial; flex: 1 0 initial; white-space: nowrap; } .c440844e { -ms-flex: 1 1 auto; flex: 1 1 auto; border-bottom: 1px dotted rgba(0, 0, 0, .2); } .c495d29d li>*:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .c495d29d li>*:last-child { text-align: right; } ._2ca3464c { margin-top: -3px; } .c499451a ._132722c7 { color: #cb3837; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 1200px) { ._36ae70e9 { max-width: 1200px; } } ._4b60b4d3 { background: white; } .cd6ce1fd { max-width: 100vw; } ._50685029 { letter-spacing: -0.8px; } ._94b965b0 { background: #f2f9ff; border: 1px solid #a7bdff; -ms-flex: none; flex: none; letter-spacing: 0; } ._76473bea { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; background: transparent; -ms-flex: none; flex: none; letter-spacing: 0; } ._2e7477a7 svg { display: inline-block; margin-right: 8px; width: 8px; height: 12px; } .d92e4bdd { top: 20px; left: 20px; height: auto; width: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .b5be2af6 { position: relative; max-width: 95vw; line-height: 24px; } .b5be2af6 svg { width: 0.9em; height: 0.9em; -ms-flex: none; flex: none; margin-right: 3px; margin-left: 0px; margin-top: 6px; fill: rgba(0, 0, 0, .5); } .b5be2af6 svg:nth-of-type(2) { position: absolute; right: 15px; left: auto; opacity: 0; fill: rgba(0, 0, 0, .5); transition: opacity 0.2s linear; } .b5be2af6:hover svg:nth-of-type(2) { opacity: 1; } ._44c90bfa { color: #cb3837; } ._44c90bfa svg { -ms-flex: none; flex: none; display: inline-block; margin-top: 2px; margin-right: 11px; width: 1em; height: 1em; opacity: 0.7; } ._5cfc0900 svg { width: 8px; height: 12px; margin-right: 8px; fill: rgba(0, 0, 0, .45); } .b2812e30 { font-size: 18px; } .b2812e30 svg { height: 16px; margin-right: 8px; } .df3864ac code { word-wrap: wrap; padding-left: 10px; } .d767adf4 { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; font-feature-settings: none; font-variant-ligatures: none; position: relative; } .d767adf4 svg { position: absolute; top: 11px; left: 18px; } .d767adf4 span { display: block; width: 100%; height: 100%; border-radius: 5px; padding: 10px 10px 10px 34px; border: 1px #cccccc solid; } .d767adf4:hover { cursor: pointer; background: hsl(120, 100%, 93%); border-color: #00C642; } .d767adf4 ::-moz-selection { background: none; } .d767adf4 ::selection { background: none; } ._000ae427 { border-bottom: 2px solid rgba(137, 86, 255, .2); } ._418c4939 { margin-right: -4px; } ._8a41cc8f { color: #cb3837; } .a0dff0b1 { border-bottom: 1px dotted #ccc; color: #111; } /** * Package access */ .c6e34c57 { list-style: none; margin: 0; padding: 0; } .c6e34c57 li { padding: 15px; border-bottom: 1px solid grey; } .c6e34c57 li span:nth-child(3) { width: calc(100% - 170px); text-align: right; } ._3ebf5573, .fb3d3716, .fb3d3716 { width: 125px; } ._426b8533 img { border-radius: 3px; } ._3711aa1e { width: 44px; height: 44px; line-height: 40px; color: #00C642; border-color: #00C642; } ._3ebf5573 { width: 25px; } ._6054af20 { box-shadow: none; } ._9e13d83d { width: 18px; margin-right: 5px; } ._7eb68a55 { background-color: #fafafa; } ._43a531d3 { display: -ms-flexbox; display: flex; } @media screen and (min-width: 60em) { ._43a531d3 { -ms-flex-direction: initial; flex-direction: initial; } } ._329d07cd { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 5px 0 0 0; } .efc7b1c8 { display: -ms-flexbox; display: flex; -ms-flex: 1; flex: 1; margin: 0 10px 10px 0; padding: 0; transition: 0.2s background-color linear; } .efc7b1c8:nth-of-type(6n+1):hover { background-color: rgba(137, 86, 255, 0.2); } .efc7b1c8:nth-of-type(6n+1):hover ._5d3decdb { color: rgb(41, 0, 138); border-bottom-color: rgb(41, 0, 138); } .efc7b1c8:nth-of-type(6n+2):hover { background-color: rgba(0, 198, 66, 0.2); } .efc7b1c8:nth-of-type(6n+2):hover ._5d3decdb { color: rgb(0, 97, 32); border-bottom-color: rgb(0, 97, 32); } .efc7b1c8:nth-of-type(6n+3):hover { background-color: rgba(41, 171, 226, 0.2); } .efc7b1c8:nth-of-type(6n+3):hover ._5d3decdb { color: rgb(20, 106, 144); border-bottom-color: rgb(20, 106, 144); } .efc7b1c8:nth-of-type(6n+4):hover { background-color: rgba(203, 56, 55, 0.2); } .efc7b1c8:nth-of-type(6n+4):hover ._5d3decdb { color: rgb(126, 32, 32); border-bottom-color: rgb(126, 32, 32); } .efc7b1c8:nth-of-type(6n+5):hover { background-color: rgba(255, 205, 58, 0.2); } .efc7b1c8:nth-of-type(6n+5):hover ._5d3decdb { color: rgb(107, 80, 0); border-bottom-color: rgb(107, 80, 0) } .efc7b1c8:nth-of-type(6n+6):hover { background-color: rgba(200, 54, 195, 0.2); } .efc7b1c8:nth-of-type(6n+6):hover ._5d3decdb { color: rgb(40, 11, 39); border-bottom-color: rgb(40, 11, 39) } .efc7b1c8:hover ._5d3decdb { border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; } ._5d3decdb { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex: 1; flex: 1; white-space: nowrap; text-align: center; text-decoration: none; padding: 25px 35px; font-size: 16px; font-weight: 800; color: #333; border: 1px solid #efefef; border-bottom: 2px solid #efefef; transition: 0.2s border-color linear; } ._5d3decdb svg { height: 18px; margin-right: 10px; } .f85080bd { border-bottom-color: #efefef; padding: 10px 0; margin: 0; line-height: 100%; font-size: 18px; font-weight: 600; } .f85080bd:hover { color: #cb3837; } .d5376578 { margin-bottom: 0; } ._5b5c6538 { padding-bottom: 20px; margin-bottom: 20px; } ._5b5c6538:last-of-type { border-bottom: none; } .e3558c28 { border: 1px solid #EA2039; } ._49d22aa6 { border-color: #EA2039; } ._664b9a60 { border-color: #FAB231; } ._8f26e3fd { border-color: #FEE933; } ._9979b908 svg { height: 14px; margin-right: 5px; } ._87671184 { max-width: 50%; } .aac0d214 { overflow: auto; background-color: rgba(0, 0, 0, .8); } .aac0d214 pre { margin: 0px; } ._7bac6663 { background-color: #8956FF; color: white; } .f6d9ef39 { background-color: rgba(0, 0, 0, .15); } .cfe0756c:hover { color: #cb3837; } ._65c21564:nth-child(3n+1) { border-left: 1px solid #eee; } ._5d3bfe0c { background: hsl(50, 100%, 93%); } ._748cc31f { justify-self: flex-start; } ._2ffd8dd7 { justify-self: flex-end; } ._66549089 { -ms-flex: 1; flex: 1; } ._270f475a { -ms-flex-align: center; align-items: center; } .a2d586b8 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._58db8a06 { max-width: 1200px; } ._000be187 { background-color: #fff9e7; } ._49b6ae1a { background-color: #f4fbe8; } ._048efcca { background-color: #f7f7f7; } ._5fc60248 { max-width: 1000px; } .b58a75ab { min-width: 40px; } ._4e4cb888 textarea { min-height: 120px; } ._2b48ee4c { left: 33px; background: #eeeeee; height: 100%; width: 4px; } .ced63daa { z-index: 1; background: #eeeeee; height: 40px; width: 40px; min-height: 40px; min-width: 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; } .a30ef028 strong { margin-bottom: 0.5em; display: block; } ._583f9580 { text-transform: capitalize; } .f06502ea { height: 24px; width: 24px; } ._896cee1a { overflow-x: auto; border-spacing: 0 8px; } ._6a5898ac { padding: 0.5em 0.75em; } ._6a5898ac:first-child { text-align: center; width: 0.5em; padding-right: 0; } ._038c0473 { border-top: 1px solid transparent; border-bottom: 1px solid transparent; padding: 0.75em; } ._038c0473:first-child { text-align: center; width: 0.5em; padding-right: 0; border-left: 1px solid transparent; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ._038c0473:last-child { padding-right: 0.75em; border-right: 1px solid transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } ._305a9f55 ._038c0473 { border-top: 1px solid hsla(180, 50%, 50%, 1); border-bottom: 1px solid hsla(180, 50%, 50%, 1); background-color: hsla(180, 50%, 50%, .2); } ._305a9f55 ._038c0473:first-child { border-left: 1px solid hsla(180, 50%, 50%, 1); } ._305a9f55 ._038c0473:last-child { border-right: 1px solid hsla(180, 50%, 50%, 1); } ._836c43e2 ._038c0473 { opacity: 0.5; } .dfa16c80 { font-size: 18px; } ._26391339 a { display: inline-block; color: #666; text-decoration: none; padding: 8px 12px; border-radius: 3px; margin: 0 3px; background-color: white; border: 1px solid #cfcfcf; } ._26391339 a:hover { background-color: #f8f8f8; text-decoration: none; } ._31dfe8f0 a { font-weight: bold; color: black; } .a0329937, ._766d2bab { text-decoration: none; } .d1f83072 { min-width: 16px; min-width: 1rem; } ._1557da71 { border-radius: 3px; } .fd18bd36 { margin-top: 0px; background: #FEFEFE; } .fd18bd36:first-child { margin-top: 0; } .fd18bd36:nth-of-type(odd) { background: #F9F9F9; border-bottom: 1px solid #E1E1E1; } .fd18bd36:first-of-type { border-top-left-radius: 3px; border-top-right-radius: 3px; } .fd18bd36:last-of-type { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom: none; } :root { --wombat-red-hover: #c40b0a; --button-green: #00C642; --wombat-yellow: #FFCD3A; --wombat-violet: #8956FF; --wombat-purple: #C836C3; --wombat-green: #00C642; --wombat-teal: #29ABE2; --light-blue: #70b8ff; --wombat-red: #cb3837; --header-color: #000; --bg-dark: #cb3837; --npmRed: #cb3837; --npmLightRed: #fb3e44; --blue: #357edd; --bg: #fff; --code: "Fira Mono", "Andale Mono", "Consolas", monospace; --code-ls: 0px; --code-lh: 24px; --standardCardTransition: all 0.2s ease; --header-letter-spacing: 0.015625em; --readme-font-size: 18px; --readme-line-height: 1.6; --copy-color: rgba(0, 0, 0, 0.85); --code-bg: #f7f7f7; --code-box-radius: 2px; } ._7adb9669 { padding: 1em 0 0; } .fead48c6 { min-height: 200px; overflow: hidden; } .e4583356 { letter-spacing: 0.18px; } ._16a82db2 { top: -25px; left: 50%; } ._7dc916aa { left: -50%; } .c8578b02 { -ms-flex-pack: justify; justify-content: space-between; } .b911aca9 { -ms-flex-align: center; align-items: center; z-index: 1; } ._612d3ad9 { border-color: #999999; height: 1px; top: 20px; } .ef05047f { color: hsl(120, 75%, 25%); } ._69f3a0ae { color: hsl(0, 75%, 35%); } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .d4e528cd { border-bottom: 1px dotted #ccc; } @media (max-width: 479px) { .a196eec9 { margin-top: 15px; } } ._3fd8a552 { color: #ffffff; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._6d9832ac { padding-top: 8px; font-size: 18px; line-height: 1.6; } @media screen and (min-width: 30em) { ._6d9832ac { font-size: 1rem; } } ._6d9832ac h1, ._6d9832ac h2, ._6d9832ac h3, ._6d9832ac h4, ._6d9832ac h5, ._6d9832ac h6 { color: #111; margin-top: 24px; margin-bottom: 16px; padding-bottom: 0px; padding-bottom: 0rem; font-weight: 600; line-height: 1.25; } ._6d9832ac ._280057d3 { font-size: 3em; border-bottom: 1px dotted #ccc; padding-bottom: 16px; padding-bottom: 1rem; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } ._6d9832ac a { color: #cb3837; text-decoration: none; font-size: 1em; } ._6d9832ac p a, ._6d9832ac li a { font-weight: normal; } ._6d9832ac blockquote { background: none; padding: 0px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 4px; border-radius: 0; } ._6d9832ac>*:last-child { margin-bottom: 0; } ._6d9832ac h1:first-child { font-weight: 700; margin-top: 0; } ._6d9832ac>h1:first-child>a:first-child { display: none; /* no need for the deeplink for the top of the readme */ } ._6d9832ac::first-letter-line { font-size: 80px; font-size: 5rem; margin-top: 0; font-weight: 100; } ._6d9832ac h1 { font-size: 36px; font-size: 2.25rem; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, .1); } ._6d9832ac h2 { font-size: 30px; font-size: 1.875rem; border-bottom: 1px solid rgba(0, 0, 0, .1); padding-bottom: 8px; letter-spacing: -0.8px; letter-spacing: -.05rem; } ._6d9832ac h3 { font-size: 20px; font-size: 1.25rem; letter-spacing: -0.48px; letter-spacing: -.03rem; } ._6d9832ac h4 { font-size: 18px; font-size: 1.125rem; padding-bottom: 8px; letter-spacing: -0.48px; letter-spacing: -.03rem; border-bottom: 1px solid #eee; } ._6d9832ac h5 { font-size: 16px; font-size: 1rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac h6 { font-size: 14px; font-size: 0.875rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac p { color: rgba(0, 0, 0, .85); font-size: 18px; line-height: 1.6; margin-top: 0; margin-bottom: 16px; line-height: 1.65; letter-spacing: 0.1px; } ._6d9832ac p li { line-height: 1; margin-top: 0; margin-bottom: 8px; } ._6d9832ac strong { color: black; font-weight: bolder; } ._6d9832ac hr { opacity: 0.2; height: 0px; } ._6d9832ac ol { padding-left: 17px; padding-top: 0; margin-top: 0; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1.1em; } ._6d9832ac td, ._6d9832ac th { font-size: 1.1em; padding: 9px 13px; border: 1px solid #d8d8d8; border-bottom: none; line-height: 1.6; } ._6d9832ac tr td { line-height: 1.4; } ._6d9832ac table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #e2e2e2; } ._428bc763 pre, code { font-feature-settings: none; font-variant-ligatures: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; line-height: 24px; } ._6d9832ac li p code { font-size: 0.8em; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1em; } ._6d9832ac pre { margin-top: 0; margin-bottom: 24px; padding: 12px; font-size: 1em; background: #f7f7f7; border-radius: 2px; overflow-x: auto; } ._6d9832ac code { font-size: 1em; border-radius: 2px; background: #f7f7f7; padding: 0px 5px; } @media screen and (min-width: 30em) { ._6d9832ac pre { padding: 13px 15px; } } ._6d9832ac pre code { font-size: 16px; font-size: 1rem; padding: 0; } ._6d9832ac p code { font-size: 0.9em; } ._6d9832ac ul { padding-left: 1em; margin-bottom: 1em; font-size: 1em; line-height: 1.3; } ._6d9832ac ul li a { font-size: 18px; color: #cb3837; text-decoration: none; font-weight: normal; line-height: 1.4; } ._6d9832ac svg .bab41d78 { float: right; margin-right: 48px; margin-right: 3rem; padding-top: 16px; padding-top: 1rem; } ._6d9832ac svg .bab41d78:first-child { padding-top: 20px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._8055e658 { -ms-flex-positive: 1; flex-grow: 1; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: 3px solid #cb3837; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8055e658:hover { background: rgb(250, 235, 235); } ._8055e658 svg, ._8055e658 .c3fc8940 { font-weight: bold; margin: -0.25em 0.5em -0.25em 0; width: 1.2em; height: 1.2em; fill: #cb3837; } @media screen and (min-width: 60em) { ._8055e658 { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-left: none; border-bottom: 2px solid #cb3837; } } ._8055e658.ac5f7ef8 { background-color: rgba(203, 56, 55, 0.2); } ._8055e658.d9f99065 { color: #FFCD3A; border-color: #FFCD3A; } ._8055e658.d9f99065:hover { background: rgb(255, 249, 229); } ._8055e658.d9f99065.ac5f7ef8 { background-color: rgba(255, 205, 58, 0.2); } ._8055e658.d9f99065 ._38ce9a85 { color: rgb(158, 119, 0); } ._8055e658.d9f99065 svg, ._8055e658.d9f99065 .c3fc8940 { fill: rgb(209, 157, 0); } ._8055e658._2a0881eb { border-color: #00C642; } ._8055e658._2a0881eb:hover { background: rgb(214, 255, 228); } ._8055e658._2a0881eb.ac5f7ef8 { background-color: rgba(0, 198, 66, 0.2); } ._8055e658._2a0881eb ._38ce9a85 { color: rgb(0, 97, 32); } ._8055e658._2a0881eb svg, ._8055e658._2a0881eb .c3fc8940 { fill: rgb(0, 148, 49); } ._8055e658._7cec0316 { border-color: #8956FF; } ._8055e658._7cec0316:hover { background: rgb(237, 229, 255); } ._8055e658._7cec0316.ac5f7ef8 { background-color: rgba(137, 86, 255, 0.2); } ._8055e658._7cec0316 ._38ce9a85 { color: rgb(41, 0, 138); } ._8055e658._7cec0316 svg, ._8055e658._7cec0316 .c3fc8940 { fill: #8956FF; } ._8055e658.c1f85151 { border-color: #C836C3; } ._8055e658.c1f85151:hover { background: rgb(250, 235, 249); } ._8055e658.c1f85151.ac5f7ef8 { background-color: rgba(200, 54, 195, 0.2); } ._8055e658.c1f85151 ._38ce9a85 { color: rgb(120, 33, 117); } ._8055e658.c1f85151 svg, ._8055e658.c1f85151 .c3fc8940 { fill: rgb(160, 44, 156); } ._8055e658.b4fcfd19 { border-color: #29ABE2; } ._8055e658.b4fcfd19:hover { background: rgb(233, 246, 252); } ._8055e658.b4fcfd19.ac5f7ef8 { background-color: rgba(41, 171, 226, 0.2); } ._8055e658.b4fcfd19 ._38ce9a85 { color: rgb(20, 106, 144); } ._8055e658.b4fcfd19 svg, ._8055e658.b4fcfd19 .c3fc8940 { fill: rgb(41, 171, 226); } ._38ce9a85 { padding-top: 12px; padding-bottom: 12px; padding-left: 15px; padding-right: 15px; color: #cb3837; } ._38ce9a85:focus { outline: none; } .ac5f7ef8 ._38ce9a85 { font-weight: bold; } .fff73891:first-of-type { padding-left: 0; } ._22665c13 { font-size: 9px; border: 1px solid; border-radius: 2px; padding: 1px 2px; position: relative; top: -2px; margin-left: 10px; opacity: 0.7; } .f953ffc3 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .e91431b9 { color: #cb3837; } ._197747fa { background-color: #f7f7f7; } ._38b40108 { max-width: 900px; } ._80861c73 pre { overflow-x: auto; } ._085a4a8a { height: 200px; overflow-y: scroll; } ._6d820777 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._6d820777 ._2db260b4 { -ms-flex-item-align: start; align-self: flex-start; padding-left: 1em; width: 50%; } ._6d820777 .c779e82c { -ms-flex-item-align: start; align-self: flex-start; padding-right: 1em; text-align: right; margin: 0; width: 50%; } ._3cc69d62 ul { margin-top: 0; } .ea8e24d8 a { color: #cb3837; } .e7fb4d77 { transition: all 0.2s ease; } .d81f431d { color: white; background: #cb3837; } .d81f431d:hover { background: #c40b0a; } .b5d69a2f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } ._815e870d { width: 1em; } .b5d69a2f ._815e870d { border-color: #FFCD3A; } ._7adb9669 { padding: 1em 0 0; } ._98714ae6 { margin: 0px; padding: 1.25em 0.5em; font-size: 18px; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; background: rgba(0, 0, 0, .02); border-bottom: 1px solid rgba(239, 239, 239, 0.93725); color: #333; text-decoration: none; text-align: center; } ._98714ae6 a { font-weight: 600; text-decoration: none; color: #333333; text-decoration: underline; white-space: nowrap; } .d321523e { font-weight: 400; } .c7d083b3 { padding: 0em 0.5em; } /*! * GitHub Light v0.5.0 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE) */ .pl-c /* comment, punctuation.definition.comment, string.comment */ { color: #6a737d; } .pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */ , .pl-s .pl-v /* string variable */ { color: #005cc5; } .pl-e /* entity */ , .pl-en /* entity.name */ { color: #6f42c1; } .pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */ , .pl-s .pl-s1 /* string source */ { color: #24292e; } .pl-ent /* entity.name.tag, markup.quote */ { color: #22863a; } .pl-k /* keyword, storage, storage.type */ { color: #d73a49; } .pl-s /* string */ , .pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */ , .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */ , .pl-sr /* string.regexp */ , .pl-sr .pl-cce /* string.regexp constant.character.escape */ , .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ , .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ { color: #032f62; } .pl-v /* variable */ , .pl-smw /* sublimelinter.mark.warning */ { color: #e36209; } .pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ { color: #b31d28; } .pl-ii /* invalid.illegal */ { color: #fafbfc; background-color: #b31d28; } .pl-c2 /* carriage-return */ { color: #fafbfc; background-color: #d73a49; } .pl-c2::before /* carriage-return */ { content: "^M"; } .pl-sr .pl-cce /* string.regexp constant.character.escape */ { font-weight: bold; color: #22863a; } .pl-ml /* markup.list */ { color: #735c0f; } .pl-mh /* markup.heading */ , .pl-mh .pl-en /* markup.heading entity.name */ , .pl-ms /* meta.separator */ { font-weight: bold; color: #005cc5; } .pl-mi /* markup.italic */ { font-style: italic; color: #24292e; } .pl-mb /* markup.bold */ { font-weight: bold; color: #24292e; } .pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ { color: #b31d28; background-color: #ffeef0; } .pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ { color: #22863a; background-color: #f0fff4; } .pl-mc /* markup.changed, punctuation.definition.changed */ { color: #e36209; background-color: #ffebda; } .pl-mi2 /* markup.ignored, markup.untracked */ { color: #f6f8fa; background-color: #005cc5; } .pl-mdr /* meta.diff.range */ { font-weight: bold; color: #6f42c1; } .pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ { color: #586069; } .pl-sg /* sublimelinter.gutter-mark */ { color: #959da5; } .pl-corl /* constant.other.reference.link, string.other.link */ { text-decoration: underline; color: #032f62; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._5ae7dfec { margin-top: 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ECECEC; } ._5ae7dfec button { color: #343434; background: none; border: none; cursor: pointer; font-weight: inherit; } ._5ae7dfec button:hover { color: #000000; text-decoration: underline; } ._6b5f01e6 { border-top: none; margin: 0; padding: 0; overflow-x: auto; border-spacing: 0 8px; } ._0b79531e { border-bottom: 1px solid #ECECEC; } ._0b79531e h4 { margin: 16px; display: -ms-flexbox; display: flex; } ._0ec63fc7 { padding: 0 8px; } .a2ab2737 { border-top: 1px solid transparent; border-bottom: 1px solid #ECECEC; margin: 0; padding: 3px; height: 34px; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .a2ab2737:last-child { border-bottom: none; } .a2ab2737:hover { background-color: #F4F4F4; } .a2ab2737 ._75771d2d { display: -ms-flexbox; display: flex; width: 55%; } .a2ab2737 ._75771d2d img { position: relative; top: 2px; overflow: hidden; } ._0250bef8 { padding: 1px 0 0 9px; } .b0d94918 { padding-left: 8px; } .a2ab2737 ._7dccc978 { color: #8c8c8c; padding: 4px 10px 0px 0px; width: 30%; overflow: hidden; display: none } @media screen and (min-width: 60em) { .a2ab2737 ._7dccc978 { display: block; } } .a2ab2737 .af65e767 { margin-left: 20px; width: 15%; text-align: right; padding: 4px 12px 0px 0px; overflow: hidden; } ._5ec64de6 { height: 34px; background-color: #FAFAFA; border-bottom: 1px solid #ECECEC; display: -ms-flexbox; display: flex; padding: 8px 0 0 4px; font-size: 14px; -ms-flex-pack: justify; justify-content: space-between; } .aa4f77f0 { display: -ms-flexbox; display: flex; } ._789a6f53 { display: -ms-flexbox; display: flex; } ._7b8cd891 { padding: 2px 4px 0 0px; } ._29075f51 { height: 18px; padding: 0 0 0 20px; margin: 0 20px; border-left: 1px solid #E3E3E3; } .ca243068 pre { background-color: #FFFFFF; } .ca243068 code { font-family: Consolas, monaco, monospace; line-height: 20px; font-size: 12px; } ._4af6a1ca { display: -ms-flexbox; display: flex; } ._0ac31f66 ._0b79531e h4 { text-align: center; display: block; } .b3736c71 { width: 50%; height: 350px; padding-top: 75px; text-align: center; } .c780cb82 { width: 50%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-right: 20px; } ._8b7d3b5b { margin-top: 20px; font-size: 12px; color: #8c8c8c; line-height: 16px; } ._8364c104 { display: inline-block; word-wrap: break-word; width: 100%; } ._450b46e9 { width: 12px; height: 16px; } ._7ec1ed32 { width: 18px; height: 22.5px; } ._1528cda6 { width: 20px; height: 25px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._73a8e6f0 { -ms-flex: none; flex: none; } @media screen and (min-width: 60em) { ._73a8e6f0 { width: 320px; padding-right: 60px; } } .b219ea1a { font-size: 32px; word-break: break-all; } ._49617212 { background: black; } ._49617212 img { margin-right: 4px; } .c5c8a11c { vertical-align: 2px; } ._5240e347:hover { text-decoration: underline; } .fc85958f { border-top: none; border-width: 1px; } ._00cd8e7e { display: inline; color: #444; } ._00cd8e7e:hover { text-decoration: underline; } ._857bb5fe { color: #fff !important; -ms-flex-pack: center; justify-content: center; background: #cb3837; } .a11667ce { display: inline-block; background-repeat: no-repeat; width: 25px; height: 21px; ; background-position: center; } ._3aa6ef91 { background-image: url(https://static.npmjs.com/ca1922cf6824a157752008094d1e9627.svg) } ._139c488a { background-image: url(https://static.npmjs.com/57b6941f444dfaaa86fe6eb2a8241130.svg) } ._67ce2092 { background-image: url(https://static.npmjs.com/77a1975e9c223b408cb31330b6a965df.svg) } ._34da67ba { background-image: url(https://static.npmjs.com/bc0fd45a2d3dc8827bc30618ae03cd62.svg) } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media (max-width: 479px) { ._9e397ddb { margin-top: 15px; } } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._60238ef4 { margin-top: 0; } ._6470241a a { font-weight: normal; color: #666; text-decoration: none; } ._6470241a a:hover { color: #999; } ._636fab96 { height: 42px; margin-bottom: 4px; } ._56689c87 { width: 100%; max-width: 420px; } .c0bc9490 { width: 32px; height: 32px; } ._26da243d p, h4 { margin: 0; } ._26da243d pre { background-color: rgba(0, 0, 0, .05); padding: 0.5em; color: #333; } ._26da243d code { font-size: 14px; } ._64f1bcfb { margin-right: 0.5em; color: white; background-color: #00C642; } ._70c3b276 { margin-top: 0; } ._70c3b276:hover { background-color: #cb3837; } .b88f0a56 { color: #cb3837; } .e98ba1cc:hover { color: #cb3837; } ._0be7a12f { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; } ._464c07bf { background-color: #29ABE2; } ._625ca439 { background-color: #8956FF; } ._9a8a65f4 { background-color: #cb3837; } .ef4d7c63:hover .cae8e90b { opacity: 1; } .ef4d7c63 a { text-decoration: none; } ._8fbbd57d::first-letter { text-transform: capitalize; } .f9bd4b83 img { margin-right: 6px; } ._622b8f03 { height: 30px; width: 90px; } ._4ed4187c { height: 20%; } .d76ccfa5 { -ms-flex: none; flex: none; width: 75px; height: 2px; transform-origin: left; border-radius: 24px; } ._89d0b3e5 { text-align: right; padding-right: 12px; line-height: 0.2em; -ms-flex: 1 1 auto; flex: 1 1 auto; bottom: 0%; text-transform: lowercase; font-size: 11px; font-weight: 600; color: rgba(0, 0, 0, .9); } ._411e5df2 { box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1.5px solid #ccc; border-radius: 10px; top: 105%; left: 50%; transform: translate(-50%, 0); } ._4ed4187c:hover ._411e5df2 { display: block; /* TODO: these aren't showing up for some reason */ } ._6951a207 { height: 17px; padding: 0 8px; } ._69ac86b8 { transition: all .15s ease-in; margin: 0 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: 0.4px; } ._39bb688c { background-color: #efe7fc; transition: all .15s ease-in; margin-left: 25px; letter-spacing: 0.4px; } ._39bb688c:hover { background-color: #e5d7fb; } ._69ac86b8:first-of-type { margin-left: 0; } ._1c07ef37 a { color: #cb3837; } ._1c07ef37 a:hover { text-decoration: underline; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._9390ec46>p { padding: 40px 0 8px 8px; margin-bottom: 16 0 0 0; font-weight: 600; color: #444; } ._9390ec46 fieldset { margin: 0; background-color: transparent; padding: 0; } ._9390ec46 label { font-size: 16px; font-weight: 500; display: block; color: rgba(0, 0, 0, .7); width: 100%; padding: 4px 0px; font-weight: 600; margin-bottom: 5px; cursor: pointer; } ._9390ec46 label:hover { color: black; } ._9390ec46 label input { display: none; } ._9390ec46 label[for='search_ranking_optimal'] { border-bottom: 1px solid #bbb; } ._9390ec46 label[for='search_ranking_popularity'] { border-bottom: 1px solid #29ABE2; } ._9390ec46 label[for='search_ranking_quality'] { border-bottom: 1px solid #8956FF; } ._9390ec46 label[for='search_ranking_maintenance'] { border-bottom: 1px solid #cb3837; } .a9b7335e { background-color: #f9f9f9; } .dca606df { border-radius: 12px red solid; } .f9489dd7 { text-decoration: none; } .f9489dd7:hover { color: #cb3837; } ._27e8c9ee { font-size: 16px; font-size: 1rem; color: #666; cursor: pointer; transition: background-color .15s ease-in-out; text-decoration: none; -ms-flex-align: center; align-items: center; border-radius: .25rem; border: 1px solid rgba(0, 0, 0, .1); } .e959a46e { text-align: center; padding-right: 4px; padding-right: .25rem; } ._9a8a6838 { -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; } ._5edeb514 { color: white; background: #00C642; border: 1px solid #00C642; } .b12a66fc { color: #fff; background-color: #cb3837; border: 1px solid #cb3837; } ._26b83331 { color: white; background: #8956FF; border: 1px solid #8956FF; } ._87ac5061 { color: white; border: 1px solid rgb(122, 122, 122); } ._7c68e1a8 { color: white; background: #29ABE2; border: 1px solid #29ABE2; } ._051c32f9 { color: #fff; border: none; background-color: #00C642; } ._53b86379 { background: #333333; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1); cursor: pointer; height: 300px; left: 0; position: absolute; top: -290px; transform: translateY(0); transition: transform 300ms ease; width: 100%; z-index: 1; } ._6e1e0509 { background: rgba(255, 255, 255, .1); bottom: 0; height: 10px; left: 0; position: absolute; width: 100%; z-index: 1; } ._2dd7f49e { background: #ccc; bottom: -2px; box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1); height: 8px; left: 50%; margin-left: -15px; position: absolute; width: 30px; z-index: 2; } ._97329910 { bottom: 20%; left: 50%; margin-left: -50px; opacity: 1; position: absolute; width: 100px; } /** * Modifiers */ ._53b86379.c1229923 { transform: translateY(52%); } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._53b86379 { transition: none; } } /** * Base */ ._83938fda { cursor: pointer; cursor: grab; cursor: -webkit-grab; position: relative; top: 20px; transform: translateY(0); transition: transform 200ms ease; } ._83938fda * { pointer-events: none; } /** * Face */ .e7114814 { left: 50%; margin-left: -29px; position: absolute; top: 100px; width: 58px; } .e7114814 img { left: 0; position: absolute; top: 0; } ._489835f0 { animation-name: _11292128; animation-duration: 3s; animation-iteration-count: infinite; display: block; will-change: opacity; } .fe2acb34 { animation-duration: 3s; animation-iteration-count: infinite; animation-name: _49eaabc4; display: block; will-change: opacity; } ._8fb7c421 { display: none; } /** * Interactions */ ._83938fda:hover ._8fb7c421 { display: block; } ._83938fda:hover ._489835f0, ._83938fda:hover .fe2acb34 { display: none; } ._83938fda:active { transform: translateY(5px); } /** * Animations */ ._33c43af5 { animation-name: b847221f; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _11292128 { 0% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; } } @keyframes _49eaabc4 { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 51% { opacity: 0; } 100% { opacity: 0; } } @keyframes b847221f { 0% { transform: translateY(0); } 50% { transform: translateY(-3px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._33c43af5, ._489835f0, .fe2acb34 { animation-name: _266bc94d; } .fe2acb34 { display: none; } } ._98d1fd92 { background: #ddd; border-radius: 9999px; height: 200px; margin: 0 auto 20px; overflow: hidden; position: relative; transition: background 200ms ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 200px; /* Fix for Safari */ } ._98d1fd92._0c752f11 { background-color: #999; } ._0c4ed431 { animation-name: _26ff033a; animation-duration: 3s; animation-iteration-count: infinite; transform: rotate(-5deg); transition-timing-function: ease; transform-origin: bottom center; will-change: transform; } .bac87ec6 { animation-name: _80e05d29; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _26ff033a { 0% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } 100% { transform: rotate(-4deg); } } @keyframes _80e05d29 { 0% { transform: translateY(0); } 50% { transform: translateY(-4px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._98d1fd92 { transition: none; } ._0c4ed431, .bac87ec6 { animation-name: a798d89c; animation-name: _3bd2fb14; } ._0c4ed431 { transform: rotate(0deg); } } ._53af778c { background-color: #1D4E69; background-image: url(https://static.npmjs.com/ef003d67b66448a3893b31d95283fe4c.svg); background-position: top center; background-size: 100% 70%; background-repeat: no-repeat; padding-top: 100%; } .f8ef462f { width: 90%; margin-left: auto; margin-right: auto; padding-top: 35px; padding-bottom: 35px; } @media (min-width: 480px) { ._53af778c { padding-top: 60%; } } @media (min-width: 768px) { ._53af778c { background-size: 100% 100%; } .f8ef462f { width: 740px; padding-top: 45px; padding-bottom: 45px; } } @media (min-width: 992px) { ._53af778c { padding-top: 0; background-size: 100% 100%; } .f8ef462f { width: 960px; padding-top: 20px; padding-bottom: 60px; } .c5c5849f { width: 50%; } } @media (min-width: 1200px) { .f8ef462f { width: 1160px; } } ._727b992c { font-weight: 300; } ._0079c48b { color: #ffffff; background: #f09233; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } ._8fa1420e { background-color: #273547; } .d98ff809 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; padding-top: 35px; padding-bottom: 35px; } ._55efe1bd { width: 90%; padding: 0; } .bf27ccbd { width: 90%; } @media (min-width: 768px) { ._8fa1420e { background-size: 100% 100%; } .d98ff809 { width: 740px; padding-top: 45px; padding-bottom: 45px; } ._55efe1bd { width: 66%; } .bf27ccbd { width: 66%; } } @media (min-width: 992px) { ._8fa1420e { padding-top: 0; background-size: 100% 100%; } } .d98ff809 { -ms-flex-direction: initial; flex-direction: initial; width: 960px; padding-top: 120px; padding-bottom: 60px; } ._55efe1bd { padding-left: 3rem; width: 50%; } .bf27ccbd { width: 50%; } } @media (min-width: 1200px) { .d98ff809 { width: 1160px; } } ._2ef0fdfb { color: #ffffff; background: #cb3837; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } .cbb5ca5c { padding-left: 19px; } ._25955cf4 { color: #ffffff; } .d2d77cc5 { width: 80%; } ._9714bf9f img { width: 55%; margin: 0 auto; display: block; } ._8e3eeb62 { color: #ffffff; } .a9564e8e { color: #ffffff; } .ef816822 { color: #ffffff; } ._408ec869 { color: #ffffff; } .e8c105d3 { width: 42px; } .af5dfe30 { height: 24px; height: 1.5rem; } .b62ff9b8 { color: #1aa974; } ._3168d1cb { color: #cb3837; } .b1b72711 img { width: 55%; margin: 0 auto; display: block; } ._37d2a67c { color: #444; } ._37d2a67c:hover { color: #444; } ._0e186e7f { width: 42px; } ._01afe7c5 { color: #1aa974; } .eceda99a { background: #1aa974; } ._168af4fe { background: #bb0000; } ._2125dba0 { color: #ffffff; } pre { text-align: center; font-family: arial; font-size: 20px; padding: 20px; border: 3px solid red; text-align:left; width:1000px; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; } .colors { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1rem; text-align: center; margin-bottom: 2rem; } @media (max-width: 600px) { .colors { grid-template-columns: 1fr 1fr; } }
2-resources/BLOG/node-npm/npm-reademe-comp/style.css
body { max-width: max-content; margin: auto; } /* sass-ified from npm-website */ .markdown { margin: 0; color: #333; } .markdown ol { list-style-position: outside; font-weight: 600; margin-bottom: 20px; margin-left: 16px; } .markdown ol li { margin-bottom: 2px; } .markdown li { font-weight: 400; } .markdown>h1 { margin: 24px 0 16px 0; padding: 0; padding-bottom: 7px; text-align: left; line-height: 1.2; white-space: normal; text-transform: none; letter-spacing: -0.8px; } .markdown>h1 a { color: text-color; text-decoration: none; } .markdown>h2, .markdown h3, .markdown h4, .markdown h5, .markdown h6 { font-weight: 600; } .markdown>h2 a, .markdown h3 a, .markdown h4 a, .markdown h5 a, .markdown h6 a { font-weight: 700; text-decoration: none; } .markdown>h2 a:hover, .markdown h3 a:hover, .markdown h4 a:hover, .markdown h5 a:hover, .markdown h6 a:hover { text-decoration: underline; } .markdown>h1, .markdown h2 { border-bottom: 1px solid greigh6; margin: 8px 0 16px 0; } .markdown h2 { letter-spacing: -0.3px; } .markdown h3 { margin: 16px 0 4px 0; } .markdown h4, .markdown h5, .markdown h6 { margin: 16px 0 4px 0; } .markdown ol ol, .markdown ul ol, .markdown ol ul, .markdown ul ul { margin: 0 0 0 20px; } .markdown p, .markdown li { color: #333; } .markdown p a, .markdown li a { font-weight: 600; } .markdown th { font-weight: bold; } .markdown td, .markdown th { background: #fff; border: 1px solid greigh6; } .markdown img { max-width: 100%; } .markdown h1:hover .deep-link .deep-link-icon, .markdown h2:hover .deep-link .deep-link-icon, .markdown h3:hover .deep-link .deep-link-icon, .markdown h4:hover .deep-link .deep-link-icon, .markdown h5:hover .deep-link .deep-link-icon, .markdown h6:hover .deep-link .deep-link-icon, .markdown .deep-link:hover .deep-link-icon, .markdown .deep-link-icon:hover { visibility: visible; } .markdown .deep-link { float: left; margin-left: -20px; padding-right: 4px; } .markdown .deep-link .deep-link-icon { visibility: hidden; } .markdown blockquote { background: #efefef; padding: 1px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 10px; border-radius: 3px; } .markdown table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; } .markdown td, .markdown th { padding: 9px 13px; border: 1px solid #d8d8d8; } .markdown tr:nth-child(2n) td { background-color: #f4f4f4; } /* syntax highlighting */ .markdown .highlight { background-color: #f0f0f0; color: #000; margin-bottom: 16px; border-radius: 6px; } .markdown .highlight .invisible-character { color: rgba(85, 85, 85, 0.2); } .markdown .highlight .indent-guide { color: rgba(85, 85, 85, 0.2); } .markdown .highlight .wrap-guide { background-color: rgba(85, 85, 85, 0.2); } .markdown .highlight .gutter { color: #000; background: #fff; } .markdown .highlight .gutter .line-number.folded, .markdown .highlight .gutter .line-number:after, .markdown .highlight .fold-marker:after { color: #e87b00; } .markdown .highlight .invisible { color: #555; } .markdown .highlight .selection .region { background-color: #e1e1e1; } .markdown .highlight.is-focused .cursor { border-color: #000; } .markdown .highlight.is-focused .selection .region { background-color: #afc4da; } .markdown .highlight.is-focused .line-number.cursor-line-no-selection, .markdown .highlight.is-focused .line.cursor-line { background-color: rgba(255, 255, 134, 0.34); } .markdown .highlight .source.gfm { color: #444; } .markdown .highlight .gfm .markup.heading { color: #111; } .markdown .highlight .gfm .link { color: #888; } .markdown .highlight .gfm .variable.list { color: #888; } .markdown .highlight .markdown .paragraph { color: #444; } .markdown .highlight .markdown .heading { color: #111; } .markdown .highlight .markdown .link { color: #888; } .markdown .highlight .markdown .link .string { color: #888; } .markdown .string .source, .markdown .string .meta.embedded.line { color: #5a5a5a; } .markdown .string .punctuation.section.embedded { color: #920b2d; } .markdown .string .punctuation.section.embedded .source { color: #920b2d; } .markdown .constant.numeric { color: #d14; } .markdown .constant.language { color: #606aa1; } .markdown .constant.character, .markdown .constant.other { color: #606aa1; } .markdown .constant.symbol { color: #990073; } .markdown .constant.numeric.line-number.find-in-files .match { color: rgba(143, 190, 0, 0.63); } .markdown .variable { color: #008080; } .markdown .variable.parameter { color: #606aa1; } .markdown .keyword { color: #222; font-weight: bold; } .markdown .keyword.unit { color: #458; } .markdown .keyword.special-method { color: #0086b3; } .markdown .storage { color: #222; } .markdown .storage.type { color: #222; } .markdown .entity.name.class { text-decoration: underline; color: #606aa1; } .markdown .entity.other.inherited-class { text-decoration: underline; color: #606aa1; } .markdown .entity.name.function { color: #900; } .markdown .entity.name.tag { color: #008080; } .markdown .entity.other.attribute-name { color: #458; font-weight: bold; } .markdown .entity.name.filename.find-in-files { color: #e6db74; } .markdown .support.constant, .markdown .support.function, .markdown .support.type { color: #458; } .markdown .support.class { color: #008080; } .markdown .invalid { color: #f8f8f0; background-color: #00a8c6; } .markdown .invalid.deprecated { color: #f8f8f0; background-color: #8fbe00; } .markdown .meta.structure.dictionary.json>.string.quoted.double.json, .markdown .meta.structure.dictionary.json>.string.quoted.double.json .punctuation.string { color: #000080; } .markdown .meta.structure.dictionary.value.json>.string.quoted.double.json { color: #d14; } .markdown .meta.diff, .markdown .meta.diff.header { color: #75715e; } .markdown .css.support.property-name { font-weight: bold; color: #333; } .markdown .css.constant { color: #099; } .markdown .bracket-matcher .region { background-color: #c9c9c9; opacity: 0.7; border-bottom: 0 none; } @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600); @import url(https://fonts.googleapis.com/css?family=Fira+Mono); @import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600); /*! TACHYONS v4.12.0 | http://tachyons.io */ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } [hidden], template { display: none } .border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul { box-sizing: border-box } .aspect-ratio { height: 0; position: relative } .aspect-ratio--16x9 { padding-bottom: 56.25% } .aspect-ratio--9x16 { padding-bottom: 177.77% } .aspect-ratio--4x3 { padding-bottom: 75% } .aspect-ratio--3x4 { padding-bottom: 133.33% } .aspect-ratio--6x4 { padding-bottom: 66.6% } .aspect-ratio--4x6 { padding-bottom: 150% } .aspect-ratio--8x5 { padding-bottom: 62.5% } .aspect-ratio--5x8 { padding-bottom: 160% } .aspect-ratio--7x5 { padding-bottom: 71.42% } .aspect-ratio--5x7 { padding-bottom: 140% } .aspect-ratio--1x1 { padding-bottom: 100% } .aspect-ratio--object { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } img { max-width: 100% } .cover { background-size: cover !important } .contain { background-size: contain !important } .bg-center { background-position: 50% } .bg-center, .bg-top { background-repeat: no-repeat } .bg-top { background-position: top } .bg-right { background-position: 100% } .bg-bottom, .bg-right { background-repeat: no-repeat } .bg-bottom { background-position: bottom } .bg-left { background-repeat: no-repeat; background-position: 0 } .outline { outline: 1px solid } .outline-transparent { outline: 1px solid transparent } .outline-0 { outline: 0 } .ba { border-style: solid; border-width: 1px } .bt { border-top-style: solid; border-top-width: 1px } .br { border-right-style: solid; border-right-width: 1px } .bb { border-bottom-style: solid; border-bottom-width: 1px } .bl { border-left-style: solid; border-left-width: 1px } .bn { border-style: none; border-width: 0 } .b--black { border-color: #000 } .b--near-black { border-color: #111 } .b--dark-gray { border-color: #333 } .b--mid-gray { border-color: #555 } .b--gray { border-color: #777 } .b--silver { border-color: #999 } .b--light-silver { border-color: #aaa } .b--moon-gray { border-color: #ccc } .b--light-gray { border-color: #eee } .b--near-white { border-color: #f4f4f4 } .b--white { border-color: #fff } .b--white-90 { border-color: hsla(0, 0%, 100%, .9) } .b--white-80 { border-color: hsla(0, 0%, 100%, .8) } .b--white-70 { border-color: hsla(0, 0%, 100%, .7) } .b--white-60 { border-color: hsla(0, 0%, 100%, .6) } .b--white-50 { border-color: hsla(0, 0%, 100%, .5) } .b--white-40 { border-color: hsla(0, 0%, 100%, .4) } .b--white-30 { border-color: hsla(0, 0%, 100%, .3) } .b--white-20 { border-color: hsla(0, 0%, 100%, .2) } .b--white-10 { border-color: hsla(0, 0%, 100%, .1) } .b--white-05 { border-color: hsla(0, 0%, 100%, .05) } .b--white-025 { border-color: hsla(0, 0%, 100%, .025) } .b--white-0125 { border-color: hsla(0, 0%, 100%, .0125) } .b--black-90 { border-color: rgba(0, 0, 0, .9) } .b--black-80 { border-color: rgba(0, 0, 0, .8) } .b--black-70 { border-color: rgba(0, 0, 0, .7) } .b--black-60 { border-color: rgba(0, 0, 0, .6) } .b--black-50 { border-color: rgba(0, 0, 0, .5) } .b--black-40 { border-color: rgba(0, 0, 0, .4) } .b--black-30 { border-color: rgba(0, 0, 0, .3) } .b--black-20 { border-color: rgba(0, 0, 0, .2) } .b--black-10 { border-color: rgba(0, 0, 0, .1) } .b--black-05 { border-color: rgba(0, 0, 0, .05) } .b--black-025 { border-color: rgba(0, 0, 0, .025) } .b--black-0125 { border-color: rgba(0, 0, 0, .0125) } .b--dark-red { border-color: #e7040f } .b--red { border-color: #ff4136 } .b--light-red { border-color: #ff725c } .b--orange { border-color: #ff6300 } .b--gold { border-color: #ffb700 } .b--yellow { border-color: gold } .b--light-yellow { border-color: #fbf1a9 } .b--purple { border-color: #5e2ca5 } .b--light-purple { border-color: #a463f2 } .b--dark-pink { border-color: #d5008f } .b--hot-pink { border-color: #ff41b4 } .b--pink { border-color: #ff80cc } .b--light-pink { border-color: #ffa3d7 } .b--dark-green { border-color: #137752 } .b--green { border-color: #19a974 } .b--light-green { border-color: #9eebcf } .b--navy { border-color: #001b44 } .b--dark-blue { border-color: #00449e } .b--blue { border-color: #357edd } .b--light-blue { border-color: #96ccff } .b--lightest-blue { border-color: #cdecff } .b--washed-blue { border-color: #f6fffe } .b--washed-green { border-color: #e8fdf5 } .b--washed-yellow { border-color: #fffceb } .b--washed-red { border-color: #ffdfdf } .b--transparent { border-color: transparent } .b--inherit { border-color: inherit } .b--initial { border-color: initial } .b--unset { border-color: unset } .br0 { border-radius: 0 } .br1 { border-radius: .125rem } .br2 { border-radius: .25rem } .br3 { border-radius: .5rem } .br4 { border-radius: 1rem } .br-100 { border-radius: 100% } .br-pill { border-radius: 9999px } .br--bottom { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top { border-bottom-right-radius: 0 } .br--right, .br--top { border-bottom-left-radius: 0 } .br--right { border-top-left-radius: 0 } .br--left { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit { border-radius: inherit } .br-initial { border-radius: initial } .br-unset { border-radius: unset } .b--dotted { border-style: dotted } .b--dashed { border-style: dashed } .b--solid { border-style: solid } .b--none { border-style: none } .bw0 { border-width: 0 } .bw1 { border-width: .125rem } .bw2 { border-width: .25rem } .bw3 { border-width: .5rem } .bw4 { border-width: 1rem } .bw5 { border-width: 2rem } .bt-0 { border-top-width: 0 } .br-0 { border-right-width: 0 } .bb-0 { border-bottom-width: 0 } .bl-0 { border-left-width: 0 } .shadow-1 { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2 { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3 { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4 { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5 { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .pre { overflow-x: auto; overflow-y: hidden; overflow: scroll } .top-0 { top: 0 } .right-0 { right: 0 } .bottom-0 { bottom: 0 } .left-0 { left: 0 } .top-1 { top: 1rem } .right-1 { right: 1rem } .bottom-1 { bottom: 1rem } .left-1 { left: 1rem } .top-2 { top: 2rem } .right-2 { right: 2rem } .bottom-2 { bottom: 2rem } .left-2 { left: 2rem } .top--1 { top: -1rem } .right--1 { right: -1rem } .bottom--1 { bottom: -1rem } .left--1 { left: -1rem } .top--2 { top: -2rem } .right--2 { right: -2rem } .bottom--2 { bottom: -2rem } .left--2 { left: -2rem } .absolute--fill { top: 0; right: 0; bottom: 0; left: 0 } .cf:after, .cf:before { content: " "; display: table } .cf:after { clear: both } .cf { *zoom: 1 } .cl { clear: left } .cr { clear: right } .cb { clear: both } .cn { clear: none } .dn { display: none } .di { display: inline } .db { display: block } .dib { display: inline-block } .dit { display: inline-table } .dt { display: table } .dtc { display: table-cell } .dt-row { display: table-row } .dt-row-group { display: table-row-group } .dt-column { display: table-column } .dt-column-group { display: table-column-group } .dt--fixed { table-layout: fixed; width: 100% } .flex { display: flex } .inline-flex { display: inline-flex } .flex-auto { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none { flex: none } .flex-column { flex-direction: column } .flex-row { flex-direction: row } .flex-wrap { flex-wrap: wrap } .flex-nowrap { flex-wrap: nowrap } .flex-wrap-reverse { flex-wrap: wrap-reverse } .flex-column-reverse { flex-direction: column-reverse } .flex-row-reverse { flex-direction: row-reverse } .items-start { align-items: flex-start } .items-end { align-items: flex-end } .items-center { align-items: center } .items-baseline { align-items: baseline } .items-stretch { align-items: stretch } .self-start { align-self: flex-start } .self-end { align-self: flex-end } .self-center { align-self: center } .self-baseline { align-self: baseline } .self-stretch { align-self: stretch } .justify-start { justify-content: flex-start } .justify-end { justify-content: flex-end } .justify-center { justify-content: center } .justify-between { justify-content: space-between } .justify-around { justify-content: space-around } .content-start { align-content: flex-start } .content-end { align-content: flex-end } .content-center { align-content: center } .content-between { align-content: space-between } .content-around { align-content: space-around } .content-stretch { align-content: stretch } .order-0 { order: 0 } .order-1 { order: 1 } .order-2 { order: 2 } .order-3 { order: 3 } .order-4 { order: 4 } .order-5 { order: 5 } .order-6 { order: 6 } .order-7 { order: 7 } .order-8 { order: 8 } .order-last { order: 99999 } .flex-grow-0 { flex-grow: 0 } .flex-grow-1 { flex-grow: 1 } .flex-shrink-0 { flex-shrink: 0 } .flex-shrink-1 { flex-shrink: 1 } .fl { float: left } .fl, .fr { _display: inline } .fr { float: right } .fn { float: none } .sans-serif { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif } .serif { font-family: georgia, times, serif } .system-sans-serif { font-family: sans-serif } .system-serif { font-family: serif } .code, code { font-family: Consolas, monaco, monospace } .courier { font-family: Courier Next, courier, monospace } .helvetica { font-family: helvetica neue, helvetica, sans-serif } .avenir { font-family: avenir next, avenir, sans-serif } .athelas { font-family: athelas, georgia, serif } .georgia { font-family: georgia, serif } .times { font-family: times, serif } .bodoni { font-family: Bodoni MT, serif } .calisto { font-family: Calisto MT, serif } .garamond { font-family: garamond, serif } .baskerville { font-family: baskerville, serif } .i { font-style: italic } .fs-normal { font-style: normal } .normal { font-weight: 400 } .b { font-weight: 700 } .fw1 { font-weight: 100 } .fw2 { font-weight: 200 } .fw3 { font-weight: 300 } .fw4 { font-weight: 400 } .fw5 { font-weight: 500 } .fw6 { font-weight: 600 } .fw7 { font-weight: 700 } .fw8 { font-weight: 800 } .fw9 { font-weight: 900 } .input-reset { -webkit-appearance: none; -moz-appearance: none } .button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner { border: 0; padding: 0 } .h1 { height: 1rem } .h2 { height: 2rem } .h3 { height: 4rem } .h4 { height: 8rem } .h5 { height: 16rem } .h-25 { height: 25% } .h-50 { height: 50% } .h-75 { height: 75% } .h-100 { height: 100% } .min-h-100 { min-height: 100% } .vh-25 { height: 25vh } .vh-50 { height: 50vh } .vh-75 { height: 75vh } .vh-100 { height: 100vh } .min-vh-100 { min-height: 100vh } .h-auto { height: auto } .h-inherit { height: inherit } .tracked { letter-spacing: .1em } .tracked-tight { letter-spacing: -.05em } .tracked-mega { letter-spacing: .25em } .lh-solid { line-height: 1 } .lh-title { line-height: 1.25 } .lh-copy { line-height: 1.5 } .link { text-decoration: none } .link, .link:active, .link:focus, .link:hover, .link:link, .link:visited { transition: color .15s ease-in } .link:focus { outline: 1px dotted currentColor } .list { list-style-type: none } .mw-100 { max-width: 100% } .mw1 { max-width: 1rem } .mw2 { max-width: 2rem } .mw3 { max-width: 4rem } .mw4 { max-width: 8rem } .mw5 { max-width: 16rem } .mw6 { max-width: 32rem } .mw7 { max-width: 48rem } .mw8 { max-width: 64rem } .mw9 { max-width: 96rem } .mw-none { max-width: none } .w1 { width: 1rem } .w2 { width: 2rem } .w3 { width: 4rem } .w4 { width: 8rem } .w5 { width: 16rem } .w-10 { width: 10% } .w-20 { width: 20% } .w-25 { width: 25% } .w-30 { width: 30% } .w-33 { width: 33% } .w-34 { width: 34% } .w-40 { width: 40% } .w-50 { width: 50% } .w-60 { width: 60% } .w-70 { width: 70% } .w-75 { width: 75% } .w-80 { width: 80% } .w-90 { width: 90% } .w-100 { width: 100% } .w-third { width: 33.33333% } .w-two-thirds { width: 66.66667% } .w-auto { width: auto } .overflow-visible { overflow: visible } .overflow-hidden { overflow: hidden } .overflow-scroll { overflow: scroll } .overflow-auto { overflow: auto } .overflow-x-visible { overflow-x: visible } .overflow-x-hidden { overflow-x: hidden } .overflow-x-scroll { overflow-x: scroll } .overflow-x-auto { overflow-x: auto } .overflow-y-visible { overflow-y: visible } .overflow-y-hidden { overflow-y: hidden } .overflow-y-scroll { overflow-y: scroll } .overflow-y-auto { overflow-y: auto } .static { position: static } .relative { position: relative } .absolute { position: absolute } .fixed { position: fixed } .o-100 { opacity: 1 } .o-90 { opacity: .9 } .o-80 { opacity: .8 } .o-70 { opacity: .7 } .o-60 { opacity: .6 } .o-50 { opacity: .5 } .o-40 { opacity: .4 } .o-30 { opacity: .3 } .o-20 { opacity: .2 } .o-10 { opacity: .1 } .o-05 { opacity: .05 } .o-025 { opacity: .025 } .o-0 { opacity: 0 } .rotate-45 { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135 { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225 { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315 { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .black-90 { color: rgba(0, 0, 0, .9) } .black-80 { color: rgba(0, 0, 0, .8) } .black-70 { color: rgba(0, 0, 0, .7) } .black-60 { color: rgba(0, 0, 0, .6) } .black-50 { color: rgba(0, 0, 0, .5) } .black-40 { color: rgba(0, 0, 0, .4) } .black-30 { color: rgba(0, 0, 0, .3) } .black-20 { color: rgba(0, 0, 0, .2) } .black-10 { color: rgba(0, 0, 0, .1) } .black-05 { color: rgba(0, 0, 0, .05) } .white-90 { color: hsla(0, 0%, 100%, .9) } .white-80 { color: hsla(0, 0%, 100%, .8) } .white-70 { color: hsla(0, 0%, 100%, .7) } .white-60 { color: hsla(0, 0%, 100%, .6) } .white-50 { color: hsla(0, 0%, 100%, .5) } .white-40 { color: hsla(0, 0%, 100%, .4) } .white-30 { color: hsla(0, 0%, 100%, .3) } .white-20 { color: hsla(0, 0%, 100%, .2) } .white-10 { color: hsla(0, 0%, 100%, .1) } .black { color: #000 } .near-black { color: #111 } .dark-gray { color: #333 } .mid-gray { color: #555 } .gray { color: #777 } .silver { color: #999 } .light-silver { color: #aaa } .moon-gray { color: #ccc } .light-gray { color: #eee } .near-white { color: #f4f4f4 } .white { color: #fff } .dark-red { color: #e7040f } .red { color: #ff4136 } .light-red { color: #ff725c } .orange { color: #ff6300 } .gold { color: #ffb700 } .yellow { color: gold } .light-yellow { color: #fbf1a9 } .purple { color: #5e2ca5 } .light-purple { color: #a463f2 } .dark-pink { color: #d5008f } .hot-pink { color: #ff41b4 } .pink { color: #ff80cc } .light-pink { color: #ffa3d7 } .dark-green { color: #137752 } .green { color: #19a974 } .light-green { color: #9eebcf } .navy { color: #001b44 } .dark-blue { color: #00449e } .blue { color: #357edd } .light-blue { color: #96ccff } .lightest-blue { color: #cdecff } .washed-blue { color: #f6fffe } .washed-green { color: #e8fdf5 } .washed-yellow { color: #fffceb } .washed-red { color: #ffdfdf } .color-inherit { color: inherit } .bg-black-90 { background-color: rgba(0, 0, 0, .9) } .bg-black-80 { background-color: rgba(0, 0, 0, .8) } .bg-black-70 { background-color: rgba(0, 0, 0, .7) } .bg-black-60 { background-color: rgba(0, 0, 0, .6) } .bg-black-50 { background-color: rgba(0, 0, 0, .5) } .bg-black-40 { background-color: rgba(0, 0, 0, .4) } .bg-black-30 { background-color: rgba(0, 0, 0, .3) } .bg-black-20 { background-color: rgba(0, 0, 0, .2) } .bg-black-10 { background-color: rgba(0, 0, 0, .1) } .bg-black-05 { background-color: rgba(0, 0, 0, .05) } .bg-white-90 { background-color: hsla(0, 0%, 100%, .9) } .bg-white-80 { background-color: hsla(0, 0%, 100%, .8) } .bg-white-70 { background-color: hsla(0, 0%, 100%, .7) } .bg-white-60 { background-color: hsla(0, 0%, 100%, .6) } .bg-white-50 { background-color: hsla(0, 0%, 100%, .5) } .bg-white-40 { background-color: hsla(0, 0%, 100%, .4) } .bg-white-30 { background-color: hsla(0, 0%, 100%, .3) } .bg-white-20 { background-color: hsla(0, 0%, 100%, .2) } .bg-white-10 { background-color: hsla(0, 0%, 100%, .1) } .bg-black { background-color: #000 } .bg-near-black { background-color: #111 } .bg-dark-gray { background-color: #333 } .bg-mid-gray { background-color: #555 } .bg-gray { background-color: #777 } .bg-silver { background-color: #999 } .bg-light-silver { background-color: #aaa } .bg-moon-gray { background-color: #ccc } .bg-light-gray { background-color: #eee } .bg-near-white { background-color: #f4f4f4 } .bg-white { background-color: #fff } .bg-transparent { background-color: transparent } .bg-dark-red { background-color: #e7040f } .bg-red { background-color: #ff4136 } .bg-light-red { background-color: #ff725c } .bg-orange { background-color: #ff6300 } .bg-gold { background-color: #ffb700 } .bg-yellow { background-color: gold } .bg-light-yellow { background-color: #fbf1a9 } .bg-purple { background-color: #5e2ca5 } .bg-light-purple { background-color: #a463f2 } .bg-dark-pink { background-color: #d5008f } .bg-hot-pink { background-color: #ff41b4 } .bg-pink { background-color: #ff80cc } .bg-light-pink { background-color: #ffa3d7 } .bg-dark-green { background-color: #137752 } .bg-green { background-color: #19a974 } .bg-light-green { background-color: #9eebcf } .bg-navy { background-color: #001b44 } .bg-dark-blue { background-color: #00449e } .bg-blue { background-color: #357edd } .bg-light-blue { background-color: #96ccff } .bg-lightest-blue { background-color: #cdecff } .bg-washed-blue { background-color: #f6fffe } .bg-washed-green { background-color: #e8fdf5 } .bg-washed-yellow { background-color: #fffceb } .bg-washed-red { background-color: #ffdfdf } .bg-inherit { background-color: inherit } .hover-black:focus, .hover-black:hover { color: #000 } .hover-near-black:focus, .hover-near-black:hover { color: #111 } .hover-dark-gray:focus, .hover-dark-gray:hover { color: #333 } .hover-mid-gray:focus, .hover-mid-gray:hover { color: #555 } .hover-gray:focus, .hover-gray:hover { color: #777 } .hover-silver:focus, .hover-silver:hover { color: #999 } .hover-light-silver:focus, .hover-light-silver:hover { color: #aaa } .hover-moon-gray:focus, .hover-moon-gray:hover { color: #ccc } .hover-light-gray:focus, .hover-light-gray:hover { color: #eee } .hover-near-white:focus, .hover-near-white:hover { color: #f4f4f4 } .hover-white:focus, .hover-white:hover { color: #fff } .hover-black-90:focus, .hover-black-90:hover { color: rgba(0, 0, 0, .9) } .hover-black-80:focus, .hover-black-80:hover { color: rgba(0, 0, 0, .8) } .hover-black-70:focus, .hover-black-70:hover { color: rgba(0, 0, 0, .7) } .hover-black-60:focus, .hover-black-60:hover { color: rgba(0, 0, 0, .6) } .hover-black-50:focus, .hover-black-50:hover { color: rgba(0, 0, 0, .5) } .hover-black-40:focus, .hover-black-40:hover { color: rgba(0, 0, 0, .4) } .hover-black-30:focus, .hover-black-30:hover { color: rgba(0, 0, 0, .3) } .hover-black-20:focus, .hover-black-20:hover { color: rgba(0, 0, 0, .2) } .hover-black-10:focus, .hover-black-10:hover { color: rgba(0, 0, 0, .1) } .hover-white-90:focus, .hover-white-90:hover { color: hsla(0, 0%, 100%, .9) } .hover-white-80:focus, .hover-white-80:hover { color: hsla(0, 0%, 100%, .8) } .hover-white-70:focus, .hover-white-70:hover { color: hsla(0, 0%, 100%, .7) } .hover-white-60:focus, .hover-white-60:hover { color: hsla(0, 0%, 100%, .6) } .hover-white-50:focus, .hover-white-50:hover { color: hsla(0, 0%, 100%, .5) } .hover-white-40:focus, .hover-white-40:hover { color: hsla(0, 0%, 100%, .4) } .hover-white-30:focus, .hover-white-30:hover { color: hsla(0, 0%, 100%, .3) } .hover-white-20:focus, .hover-white-20:hover { color: hsla(0, 0%, 100%, .2) } .hover-white-10:focus, .hover-white-10:hover { color: hsla(0, 0%, 100%, .1) } .hover-inherit:focus, .hover-inherit:hover { color: inherit } .hover-bg-black:focus, .hover-bg-black:hover { background-color: #000 } .hover-bg-near-black:focus, .hover-bg-near-black:hover { background-color: #111 } .hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover { background-color: #333 } .hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover { background-color: #555 } .hover-bg-gray:focus, .hover-bg-gray:hover { background-color: #777 } .hover-bg-silver:focus, .hover-bg-silver:hover { background-color: #999 } .hover-bg-light-silver:focus, .hover-bg-light-silver:hover { background-color: #aaa } .hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover { background-color: #ccc } .hover-bg-light-gray:focus, .hover-bg-light-gray:hover { background-color: #eee } .hover-bg-near-white:focus, .hover-bg-near-white:hover { background-color: #f4f4f4 } .hover-bg-white:focus, .hover-bg-white:hover { background-color: #fff } .hover-bg-transparent:focus, .hover-bg-transparent:hover { background-color: transparent } .hover-bg-black-90:focus, .hover-bg-black-90:hover { background-color: rgba(0, 0, 0, .9) } .hover-bg-black-80:focus, .hover-bg-black-80:hover { background-color: rgba(0, 0, 0, .8) } .hover-bg-black-70:focus, .hover-bg-black-70:hover { background-color: rgba(0, 0, 0, .7) } .hover-bg-black-60:focus, .hover-bg-black-60:hover { background-color: rgba(0, 0, 0, .6) } .hover-bg-black-50:focus, .hover-bg-black-50:hover { background-color: rgba(0, 0, 0, .5) } .hover-bg-black-40:focus, .hover-bg-black-40:hover { background-color: rgba(0, 0, 0, .4) } .hover-bg-black-30:focus, .hover-bg-black-30:hover { background-color: rgba(0, 0, 0, .3) } .hover-bg-black-20:focus, .hover-bg-black-20:hover { background-color: rgba(0, 0, 0, .2) } .hover-bg-black-10:focus, .hover-bg-black-10:hover { background-color: rgba(0, 0, 0, .1) } .hover-bg-white-90:focus, .hover-bg-white-90:hover { background-color: hsla(0, 0%, 100%, .9) } .hover-bg-white-80:focus, .hover-bg-white-80:hover { background-color: hsla(0, 0%, 100%, .8) } .hover-bg-white-70:focus, .hover-bg-white-70:hover { background-color: hsla(0, 0%, 100%, .7) } .hover-bg-white-60:focus, .hover-bg-white-60:hover { background-color: hsla(0, 0%, 100%, .6) } .hover-bg-white-50:focus, .hover-bg-white-50:hover { background-color: hsla(0, 0%, 100%, .5) } .hover-bg-white-40:focus, .hover-bg-white-40:hover { background-color: hsla(0, 0%, 100%, .4) } .hover-bg-white-30:focus, .hover-bg-white-30:hover { background-color: hsla(0, 0%, 100%, .3) } .hover-bg-white-20:focus, .hover-bg-white-20:hover { background-color: hsla(0, 0%, 100%, .2) } .hover-bg-white-10:focus, .hover-bg-white-10:hover { background-color: hsla(0, 0%, 100%, .1) } .hover-dark-red:focus, .hover-dark-red:hover { color: #e7040f } .hover-red:focus, .hover-red:hover { color: #ff4136 } .hover-light-red:focus, .hover-light-red:hover { color: #ff725c } .hover-orange:focus, .hover-orange:hover { color: #ff6300 } .hover-gold:focus, .hover-gold:hover { color: #ffb700 } .hover-yellow:focus, .hover-yellow:hover { color: gold } .hover-light-yellow:focus, .hover-light-yellow:hover { color: #fbf1a9 } .hover-purple:focus, .hover-purple:hover { color: #5e2ca5 } .hover-light-purple:focus, .hover-light-purple:hover { color: #a463f2 } .hover-dark-pink:focus, .hover-dark-pink:hover { color: #d5008f } .hover-hot-pink:focus, .hover-hot-pink:hover { color: #ff41b4 } .hover-pink:focus, .hover-pink:hover { color: #ff80cc } .hover-light-pink:focus, .hover-light-pink:hover { color: #ffa3d7 } .hover-dark-green:focus, .hover-dark-green:hover { color: #137752 } .hover-green:focus, .hover-green:hover { color: #19a974 } .hover-light-green:focus, .hover-light-green:hover { color: #9eebcf } .hover-navy:focus, .hover-navy:hover { color: #001b44 } .hover-dark-blue:focus, .hover-dark-blue:hover { color: #00449e } .hover-blue:focus, .hover-blue:hover { color: #357edd } .hover-light-blue:focus, .hover-light-blue:hover { color: #96ccff } .hover-lightest-blue:focus, .hover-lightest-blue:hover { color: #cdecff } .hover-washed-blue:focus, .hover-washed-blue:hover { color: #f6fffe } .hover-washed-green:focus, .hover-washed-green:hover { color: #e8fdf5 } .hover-washed-yellow:focus, .hover-washed-yellow:hover { color: #fffceb } .hover-washed-red:focus, .hover-washed-red:hover { color: #ffdfdf } .hover-bg-dark-red:focus, .hover-bg-dark-red:hover { background-color: #e7040f } .hover-bg-red:focus, .hover-bg-red:hover { background-color: #ff4136 } .hover-bg-light-red:focus, .hover-bg-light-red:hover { background-color: #ff725c } .hover-bg-orange:focus, .hover-bg-orange:hover { background-color: #ff6300 } .hover-bg-gold:focus, .hover-bg-gold:hover { background-color: #ffb700 } .hover-bg-yellow:focus, .hover-bg-yellow:hover { background-color: gold } .hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover { background-color: #fbf1a9 } .hover-bg-purple:focus, .hover-bg-purple:hover { background-color: #5e2ca5 } .hover-bg-light-purple:focus, .hover-bg-light-purple:hover { background-color: #a463f2 } .hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover { background-color: #d5008f } .hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover { background-color: #ff41b4 } .hover-bg-pink:focus, .hover-bg-pink:hover { background-color: #ff80cc } .hover-bg-light-pink:focus, .hover-bg-light-pink:hover { background-color: #ffa3d7 } .hover-bg-dark-green:focus, .hover-bg-dark-green:hover { background-color: #137752 } .hover-bg-green:focus, .hover-bg-green:hover { background-color: #19a974 } .hover-bg-light-green:focus, .hover-bg-light-green:hover { background-color: #9eebcf } .hover-bg-navy:focus, .hover-bg-navy:hover { background-color: #001b44 } .hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover { background-color: #00449e } .hover-bg-blue:focus, .hover-bg-blue:hover { background-color: #357edd } .hover-bg-light-blue:focus, .hover-bg-light-blue:hover { background-color: #96ccff } .hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover { background-color: #cdecff } .hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover { background-color: #f6fffe } .hover-bg-washed-green:focus, .hover-bg-washed-green:hover { background-color: #e8fdf5 } .hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover { background-color: #fffceb } .hover-bg-washed-red:focus, .hover-bg-washed-red:hover { background-color: #ffdfdf } .hover-bg-inherit:focus, .hover-bg-inherit:hover { background-color: inherit } .pa0 { padding: 0 } .pa1 { padding: .25rem } .pa2 { padding: .5rem } .pa3 { padding: 1rem } .pa4 { padding: 2rem } .pa5 { padding: 4rem } .pa6 { padding: 8rem } .pa7 { padding: 16rem } .pl0 { padding-left: 0 } .pl1 { padding-left: .25rem } .pl2 { padding-left: .5rem } .pl3 { padding-left: 1rem } .pl4 { padding-left: 2rem } .pl5 { padding-left: 4rem } .pl6 { padding-left: 8rem } .pl7 { padding-left: 16rem } .pr0 { padding-right: 0 } .pr1 { padding-right: .25rem } .pr2 { padding-right: .5rem } .pr3 { padding-right: 1rem } .pr4 { padding-right: 2rem } .pr5 { padding-right: 4rem } .pr6 { padding-right: 8rem } .pr7 { padding-right: 16rem } .pb0 { padding-bottom: 0 } .pb1 { padding-bottom: .25rem } .pb2 { padding-bottom: .5rem } .pb3 { padding-bottom: 1rem } .pb4 { padding-bottom: 2rem } .pb5 { padding-bottom: 4rem } .pb6 { padding-bottom: 8rem } .pb7 { padding-bottom: 16rem } .pt0 { padding-top: 0 } .pt1 { padding-top: .25rem } .pt2 { padding-top: .5rem } .pt3 { padding-top: 1rem } .pt4 { padding-top: 2rem } .pt5 { padding-top: 4rem } .pt6 { padding-top: 8rem } .pt7 { padding-top: 16rem } .pv0 { padding-top: 0; padding-bottom: 0 } .pv1 { padding-top: .25rem; padding-bottom: .25rem } .pv2 { padding-top: .5rem; padding-bottom: .5rem } .pv3 { padding-top: 1rem; padding-bottom: 1rem } .pv4 { padding-top: 2rem; padding-bottom: 2rem } .pv5 { padding-top: 4rem; padding-bottom: 4rem } .pv6 { padding-top: 8rem; padding-bottom: 8rem } .pv7 { padding-top: 16rem; padding-bottom: 16rem } .ph0 { padding-left: 0; padding-right: 0 } .ph1 { padding-left: .25rem; padding-right: .25rem } .ph2 { padding-left: .5rem; padding-right: .5rem } .ph3 { padding-left: 1rem; padding-right: 1rem } .ph4 { padding-left: 2rem; padding-right: 2rem } .ph5 { padding-left: 4rem; padding-right: 4rem } .ph6 { padding-left: 8rem; padding-right: 8rem } .ph7 { padding-left: 16rem; padding-right: 16rem } .ma0 { margin: 0 } .ma1 { margin: .25rem } .ma2 { margin: .5rem } .ma3 { margin: 1rem } .ma4 { margin: 2rem } .ma5 { margin: 4rem } .ma6 { margin: 8rem } .ma7 { margin: 16rem } .ml0 { margin-left: 0 } .ml1 { margin-left: .25rem } .ml2 { margin-left: .5rem } .ml3 { margin-left: 1rem } .ml4 { margin-left: 2rem } .ml5 { margin-left: 4rem } .ml6 { margin-left: 8rem } .ml7 { margin-left: 16rem } .mr0 { margin-right: 0 } .mr1 { margin-right: .25rem } .mr2 { margin-right: .5rem } .mr3 { margin-right: 1rem } .mr4 { margin-right: 2rem } .mr5 { margin-right: 4rem } .mr6 { margin-right: 8rem } .mr7 { margin-right: 16rem } .mb0 { margin-bottom: 0 } .mb1 { margin-bottom: .25rem } .mb2 { margin-bottom: .5rem } .mb3 { margin-bottom: 1rem } .mb4 { margin-bottom: 2rem } .mb5 { margin-bottom: 4rem } .mb6 { margin-bottom: 8rem } .mb7 { margin-bottom: 16rem } .mt0 { margin-top: 0 } .mt1 { margin-top: .25rem } .mt2 { margin-top: .5rem } .mt3 { margin-top: 1rem } .mt4 { margin-top: 2rem } .mt5 { margin-top: 4rem } .mt6 { margin-top: 8rem } .mt7 { margin-top: 16rem } .mv0 { margin-top: 0; margin-bottom: 0 } .mv1 { margin-top: .25rem; margin-bottom: .25rem } .mv2 { margin-top: .5rem; margin-bottom: .5rem } .mv3 { margin-top: 1rem; margin-bottom: 1rem } .mv4 { margin-top: 2rem; margin-bottom: 2rem } .mv5 { margin-top: 4rem; margin-bottom: 4rem } .mv6 { margin-top: 8rem; margin-bottom: 8rem } .mv7 { margin-top: 16rem; margin-bottom: 16rem } .mh0 { margin-left: 0; margin-right: 0 } .mh1 { margin-left: .25rem; margin-right: .25rem } .mh2 { margin-left: .5rem; margin-right: .5rem } .mh3 { margin-left: 1rem; margin-right: 1rem } .mh4 { margin-left: 2rem; margin-right: 2rem } .mh5 { margin-left: 4rem; margin-right: 4rem } .mh6 { margin-left: 8rem; margin-right: 8rem } .mh7 { margin-left: 16rem; margin-right: 16rem } .na1 { margin: -.25rem } .na2 { margin: -.5rem } .na3 { margin: -1rem } .na4 { margin: -2rem } .na5 { margin: -4rem } .na6 { margin: -8rem } .na7 { margin: -16rem } .nl1 { margin-left: -.25rem } .nl2 { margin-left: -.5rem } .nl3 { margin-left: -1rem } .nl4 { margin-left: -2rem } .nl5 { margin-left: -4rem } .nl6 { margin-left: -8rem } .nl7 { margin-left: -16rem } .nr1 { margin-right: -.25rem } .nr2 { margin-right: -.5rem } .nr3 { margin-right: -1rem } .nr4 { margin-right: -2rem } .nr5 { margin-right: -4rem } .nr6 { margin-right: -8rem } .nr7 { margin-right: -16rem } .nb1 { margin-bottom: -.25rem } .nb2 { margin-bottom: -.5rem } .nb3 { margin-bottom: -1rem } .nb4 { margin-bottom: -2rem } .nb5 { margin-bottom: -4rem } .nb6 { margin-bottom: -8rem } .nb7 { margin-bottom: -16rem } .nt1 { margin-top: -.25rem } .nt2 { margin-top: -.5rem } .nt3 { margin-top: -1rem } .nt4 { margin-top: -2rem } .nt5 { margin-top: -4rem } .nt6 { margin-top: -8rem } .nt7 { margin-top: -16rem } .collapse { border-collapse: collapse; border-spacing: 0 } .striped--light-silver:nth-child(odd) { background-color: #aaa } .striped--moon-gray:nth-child(odd) { background-color: #ccc } .striped--light-gray:nth-child(odd) { background-color: #eee } .striped--near-white:nth-child(odd) { background-color: #f4f4f4 } .stripe-light:nth-child(odd) { background-color: hsla(0, 0%, 100%, .1) } .stripe-dark:nth-child(odd) { background-color: rgba(0, 0, 0, .1) } .strike { text-decoration: line-through } .underline { text-decoration: underline } .no-underline { text-decoration: none } .tl { text-align: left } .tr { text-align: right } .tc { text-align: center } .tj { text-align: justify } .ttc { text-transform: capitalize } .ttl { text-transform: lowercase } .ttu { text-transform: uppercase } .ttn { text-transform: none } .f-6, .f-headline { font-size: 6rem } .f-5, .f-subheadline { font-size: 5rem } .f1 { font-size: 3rem } .f2 { font-size: 2.25rem } .f3 { font-size: 1.5rem } .f4 { font-size: 1.25rem } .f5 { font-size: 1rem } .f6 { font-size: .875rem } .f7 { font-size: .75rem } .measure { max-width: 30em } .measure-wide { max-width: 34em } .measure-narrow { max-width: 20em } .indent { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps { font-variant: small-caps } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .overflow-container { overflow-y: scroll } .center { margin-left: auto } .center, .mr-auto { margin-right: auto } .ml-auto { margin-left: auto } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal { white-space: normal } .nowrap { white-space: nowrap } .pre { white-space: pre } .v-base { vertical-align: baseline } .v-mid { vertical-align: middle } .v-top { vertical-align: top } .v-btm { vertical-align: bottom } .dim { opacity: 1 } .dim, .dim:focus, .dim:hover { transition: opacity .15s ease-in } .dim:focus, .dim:hover { opacity: .5 } .dim:active { opacity: .8; transition: opacity .15s ease-out } .glow, .glow:focus, .glow:hover { transition: opacity .15s ease-in } .glow:focus, .glow:hover { opacity: 1 } .hide-child .child { opacity: 0; transition: opacity .15s ease-in } .hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child { opacity: 1; transition: opacity .15s ease-in } .underline-hover:focus, .underline-hover:hover { text-decoration: underline } .grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out } .grow:focus, .grow:hover { -webkit-transform: scale(1.05); transform: scale(1.05) } .grow:active { -webkit-transform: scale(.9); transform: scale(.9) } .grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out } .grow-large:focus, .grow-large:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .grow-large:active { -webkit-transform: scale(.95); transform: scale(.95) } .pointer:hover, .shadow-hover { cursor: pointer } .shadow-hover { position: relative; transition: all .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:after { content: ""; box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: opacity .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:focus:after, .shadow-hover:hover:after { opacity: 1 } .bg-animate, .bg-animate:focus, .bg-animate:hover { transition: background-color .15s ease-in-out } .z-0 { z-index: 0 } .z-1 { z-index: 1 } .z-2 { z-index: 2 } .z-3 { z-index: 3 } .z-4 { z-index: 4 } .z-5 { z-index: 5 } .z-999 { z-index: 999 } .z-9999 { z-index: 9999 } .z-max { z-index: 2147483647 } .z-inherit { z-index: inherit } .z-initial { z-index: auto } .z-unset { z-index: unset } .nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul { line-height: 1.5 } .nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25 } .nested-list-reset ol, .nested-list-reset ul { padding-left: 0; margin-left: 0; list-style-type: none } .nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .nested-copy-separator p+p { margin-top: 1.5em } .nested-img img { width: 100%; max-width: 100%; display: block } .nested-links a { color: #357edd; transition: color .15s ease-in } .nested-links a:focus, .nested-links a:hover { color: #96ccff; transition: color .15s ease-in } .debug * { outline: 1px solid gold } .debug-white * { outline: 1px solid #fff } .debug-black * { outline: 1px solid #000 } .debug-grid { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-16 { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-8-solid { background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0 } .debug-grid-16-solid { background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0 } @media screen and (min-width:30em) { .aspect-ratio-ns { height: 0; position: relative } .aspect-ratio--16x9-ns { padding-bottom: 56.25% } .aspect-ratio--9x16-ns { padding-bottom: 177.77% } .aspect-ratio--4x3-ns { padding-bottom: 75% } .aspect-ratio--3x4-ns { padding-bottom: 133.33% } .aspect-ratio--6x4-ns { padding-bottom: 66.6% } .aspect-ratio--4x6-ns { padding-bottom: 150% } .aspect-ratio--8x5-ns { padding-bottom: 62.5% } .aspect-ratio--5x8-ns { padding-bottom: 160% } .aspect-ratio--7x5-ns { padding-bottom: 71.42% } .aspect-ratio--5x7-ns { padding-bottom: 140% } .aspect-ratio--1x1-ns { padding-bottom: 100% } .aspect-ratio--object-ns { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-ns { background-size: cover !important } .contain-ns { background-size: contain !important } .bg-center-ns { background-position: 50% } .bg-center-ns, .bg-top-ns { background-repeat: no-repeat } .bg-top-ns { background-position: top } .bg-right-ns { background-position: 100% } .bg-bottom-ns, .bg-right-ns { background-repeat: no-repeat } .bg-bottom-ns { background-position: bottom } .bg-left-ns { background-repeat: no-repeat; background-position: 0 } .outline-ns { outline: 1px solid } .outline-transparent-ns { outline: 1px solid transparent } .outline-0-ns { outline: 0 } .ba-ns { border-style: solid; border-width: 1px } .bt-ns { border-top-style: solid; border-top-width: 1px } .br-ns { border-right-style: solid; border-right-width: 1px } .bb-ns { border-bottom-style: solid; border-bottom-width: 1px } .bl-ns { border-left-style: solid; border-left-width: 1px } .bn-ns { border-style: none; border-width: 0 } .br0-ns { border-radius: 0 } .br1-ns { border-radius: .125rem } .br2-ns { border-radius: .25rem } .br3-ns { border-radius: .5rem } .br4-ns { border-radius: 1rem } .br-100-ns { border-radius: 100% } .br-pill-ns { border-radius: 9999px } .br--bottom-ns { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-ns { border-bottom-right-radius: 0 } .br--right-ns, .br--top-ns { border-bottom-left-radius: 0 } .br--right-ns { border-top-left-radius: 0 } .br--left-ns { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-ns { border-radius: inherit } .br-initial-ns { border-radius: initial } .br-unset-ns { border-radius: unset } .b--dotted-ns { border-style: dotted } .b--dashed-ns { border-style: dashed } .b--solid-ns { border-style: solid } .b--none-ns { border-style: none } .bw0-ns { border-width: 0 } .bw1-ns { border-width: .125rem } .bw2-ns { border-width: .25rem } .bw3-ns { border-width: .5rem } .bw4-ns { border-width: 1rem } .bw5-ns { border-width: 2rem } .bt-0-ns { border-top-width: 0 } .br-0-ns { border-right-width: 0 } .bb-0-ns { border-bottom-width: 0 } .bl-0-ns { border-left-width: 0 } .shadow-1-ns { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-ns { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-ns { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-ns { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-ns { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-ns { top: 0 } .left-0-ns { left: 0 } .right-0-ns { right: 0 } .bottom-0-ns { bottom: 0 } .top-1-ns { top: 1rem } .left-1-ns { left: 1rem } .right-1-ns { right: 1rem } .bottom-1-ns { bottom: 1rem } .top-2-ns { top: 2rem } .left-2-ns { left: 2rem } .right-2-ns { right: 2rem } .bottom-2-ns { bottom: 2rem } .top--1-ns { top: -1rem } .right--1-ns { right: -1rem } .bottom--1-ns { bottom: -1rem } .left--1-ns { left: -1rem } .top--2-ns { top: -2rem } .right--2-ns { right: -2rem } .bottom--2-ns { bottom: -2rem } .left--2-ns { left: -2rem } .absolute--fill-ns { top: 0; right: 0; bottom: 0; left: 0 } .cl-ns { clear: left } .cr-ns { clear: right } .cb-ns { clear: both } .cn-ns { clear: none } .dn-ns { display: none } .di-ns { display: inline } .db-ns { display: block } .dib-ns { display: inline-block } .dit-ns { display: inline-table } .dt-ns { display: table } .dtc-ns { display: table-cell } .dt-row-ns { display: table-row } .dt-row-group-ns { display: table-row-group } .dt-column-ns { display: table-column } .dt-column-group-ns { display: table-column-group } .dt--fixed-ns { table-layout: fixed; width: 100% } .flex-ns { display: flex } .inline-flex-ns { display: inline-flex } .flex-auto-ns { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-ns { flex: none } .flex-column-ns { flex-direction: column } .flex-row-ns { flex-direction: row } .flex-wrap-ns { flex-wrap: wrap } .flex-nowrap-ns { flex-wrap: nowrap } .flex-wrap-reverse-ns { flex-wrap: wrap-reverse } .flex-column-reverse-ns { flex-direction: column-reverse } .flex-row-reverse-ns { flex-direction: row-reverse } .items-start-ns { align-items: flex-start } .items-end-ns { align-items: flex-end } .items-center-ns { align-items: center } .items-baseline-ns { align-items: baseline } .items-stretch-ns { align-items: stretch } .self-start-ns { align-self: flex-start } .self-end-ns { align-self: flex-end } .self-center-ns { align-self: center } .self-baseline-ns { align-self: baseline } .self-stretch-ns { align-self: stretch } .justify-start-ns { justify-content: flex-start } .justify-end-ns { justify-content: flex-end } .justify-center-ns { justify-content: center } .justify-between-ns { justify-content: space-between } .justify-around-ns { justify-content: space-around } .content-start-ns { align-content: flex-start } .content-end-ns { align-content: flex-end } .content-center-ns { align-content: center } .content-between-ns { align-content: space-between } .content-around-ns { align-content: space-around } .content-stretch-ns { align-content: stretch } .order-0-ns { order: 0 } .order-1-ns { order: 1 } .order-2-ns { order: 2 } .order-3-ns { order: 3 } .order-4-ns { order: 4 } .order-5-ns { order: 5 } .order-6-ns { order: 6 } .order-7-ns { order: 7 } .order-8-ns { order: 8 } .order-last-ns { order: 99999 } .flex-grow-0-ns { flex-grow: 0 } .flex-grow-1-ns { flex-grow: 1 } .flex-shrink-0-ns { flex-shrink: 0 } .flex-shrink-1-ns { flex-shrink: 1 } .fl-ns { float: left } .fl-ns, .fr-ns { _display: inline } .fr-ns { float: right } .fn-ns { float: none } .i-ns { font-style: italic } .fs-normal-ns { font-style: normal } .normal-ns { font-weight: 400 } .b-ns { font-weight: 700 } .fw1-ns { font-weight: 100 } .fw2-ns { font-weight: 200 } .fw3-ns { font-weight: 300 } .fw4-ns { font-weight: 400 } .fw5-ns { font-weight: 500 } .fw6-ns { font-weight: 600 } .fw7-ns { font-weight: 700 } .fw8-ns { font-weight: 800 } .fw9-ns { font-weight: 900 } .h1-ns { height: 1rem } .h2-ns { height: 2rem } .h3-ns { height: 4rem } .h4-ns { height: 8rem } .h5-ns { height: 16rem } .h-25-ns { height: 25% } .h-50-ns { height: 50% } .h-75-ns { height: 75% } .h-100-ns { height: 100% } .min-h-100-ns { min-height: 100% } .vh-25-ns { height: 25vh } .vh-50-ns { height: 50vh } .vh-75-ns { height: 75vh } .vh-100-ns { height: 100vh } .min-vh-100-ns { min-height: 100vh } .h-auto-ns { height: auto } .h-inherit-ns { height: inherit } .tracked-ns { letter-spacing: .1em } .tracked-tight-ns { letter-spacing: -.05em } .tracked-mega-ns { letter-spacing: .25em } .lh-solid-ns { line-height: 1 } .lh-title-ns { line-height: 1.25 } .lh-copy-ns { line-height: 1.5 } .mw-100-ns { max-width: 100% } .mw1-ns { max-width: 1rem } .mw2-ns { max-width: 2rem } .mw3-ns { max-width: 4rem } .mw4-ns { max-width: 8rem } .mw5-ns { max-width: 16rem } .mw6-ns { max-width: 32rem } .mw7-ns { max-width: 48rem } .mw8-ns { max-width: 64rem } .mw9-ns { max-width: 96rem } .mw-none-ns { max-width: none } .w1-ns { width: 1rem } .w2-ns { width: 2rem } .w3-ns { width: 4rem } .w4-ns { width: 8rem } .w5-ns { width: 16rem } .w-10-ns { width: 10% } .w-20-ns { width: 20% } .w-25-ns { width: 25% } .w-30-ns { width: 30% } .w-33-ns { width: 33% } .w-34-ns { width: 34% } .w-40-ns { width: 40% } .w-50-ns { width: 50% } .w-60-ns { width: 60% } .w-70-ns { width: 70% } .w-75-ns { width: 75% } .w-80-ns { width: 80% } .w-90-ns { width: 90% } .w-100-ns { width: 100% } .w-third-ns { width: 33.33333% } .w-two-thirds-ns { width: 66.66667% } .w-auto-ns { width: auto } .overflow-visible-ns { overflow: visible } .overflow-hidden-ns { overflow: hidden } .overflow-scroll-ns { overflow: scroll } .overflow-auto-ns { overflow: auto } .overflow-x-visible-ns { overflow-x: visible } .overflow-x-hidden-ns { overflow-x: hidden } .overflow-x-scroll-ns { overflow-x: scroll } .overflow-x-auto-ns { overflow-x: auto } .overflow-y-visible-ns { overflow-y: visible } .overflow-y-hidden-ns { overflow-y: hidden } .overflow-y-scroll-ns { overflow-y: scroll } .overflow-y-auto-ns { overflow-y: auto } .static-ns { position: static } .relative-ns { position: relative } .absolute-ns { position: absolute } .fixed-ns { position: fixed } .rotate-45-ns { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-ns { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-ns { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-ns { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-ns { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-ns { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-ns { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-ns { padding: 0 } .pa1-ns { padding: .25rem } .pa2-ns { padding: .5rem } .pa3-ns { padding: 1rem } .pa4-ns { padding: 2rem } .pa5-ns { padding: 4rem } .pa6-ns { padding: 8rem } .pa7-ns { padding: 16rem } .pl0-ns { padding-left: 0 } .pl1-ns { padding-left: .25rem } .pl2-ns { padding-left: .5rem } .pl3-ns { padding-left: 1rem } .pl4-ns { padding-left: 2rem } .pl5-ns { padding-left: 4rem } .pl6-ns { padding-left: 8rem } .pl7-ns { padding-left: 16rem } .pr0-ns { padding-right: 0 } .pr1-ns { padding-right: .25rem } .pr2-ns { padding-right: .5rem } .pr3-ns { padding-right: 1rem } .pr4-ns { padding-right: 2rem } .pr5-ns { padding-right: 4rem } .pr6-ns { padding-right: 8rem } .pr7-ns { padding-right: 16rem } .pb0-ns { padding-bottom: 0 } .pb1-ns { padding-bottom: .25rem } .pb2-ns { padding-bottom: .5rem } .pb3-ns { padding-bottom: 1rem } .pb4-ns { padding-bottom: 2rem } .pb5-ns { padding-bottom: 4rem } .pb6-ns { padding-bottom: 8rem } .pb7-ns { padding-bottom: 16rem } .pt0-ns { padding-top: 0 } .pt1-ns { padding-top: .25rem } .pt2-ns { padding-top: .5rem } .pt3-ns { padding-top: 1rem } .pt4-ns { padding-top: 2rem } .pt5-ns { padding-top: 4rem } .pt6-ns { padding-top: 8rem } .pt7-ns { padding-top: 16rem } .pv0-ns { padding-top: 0; padding-bottom: 0 } .pv1-ns { padding-top: .25rem; padding-bottom: .25rem } .pv2-ns { padding-top: .5rem; padding-bottom: .5rem } .pv3-ns { padding-top: 1rem; padding-bottom: 1rem } .pv4-ns { padding-top: 2rem; padding-bottom: 2rem } .pv5-ns { padding-top: 4rem; padding-bottom: 4rem } .pv6-ns { padding-top: 8rem; padding-bottom: 8rem } .pv7-ns { padding-top: 16rem; padding-bottom: 16rem } .ph0-ns { padding-left: 0; padding-right: 0 } .ph1-ns { padding-left: .25rem; padding-right: .25rem } .ph2-ns { padding-left: .5rem; padding-right: .5rem } .ph3-ns { padding-left: 1rem; padding-right: 1rem } .ph4-ns { padding-left: 2rem; padding-right: 2rem } .ph5-ns { padding-left: 4rem; padding-right: 4rem } .ph6-ns { padding-left: 8rem; padding-right: 8rem } .ph7-ns { padding-left: 16rem; padding-right: 16rem } .ma0-ns { margin: 0 } .ma1-ns { margin: .25rem } .ma2-ns { margin: .5rem } .ma3-ns { margin: 1rem } .ma4-ns { margin: 2rem } .ma5-ns { margin: 4rem } .ma6-ns { margin: 8rem } .ma7-ns { margin: 16rem } .ml0-ns { margin-left: 0 } .ml1-ns { margin-left: .25rem } .ml2-ns { margin-left: .5rem } .ml3-ns { margin-left: 1rem } .ml4-ns { margin-left: 2rem } .ml5-ns { margin-left: 4rem } .ml6-ns { margin-left: 8rem } .ml7-ns { margin-left: 16rem } .mr0-ns { margin-right: 0 } .mr1-ns { margin-right: .25rem } .mr2-ns { margin-right: .5rem } .mr3-ns { margin-right: 1rem } .mr4-ns { margin-right: 2rem } .mr5-ns { margin-right: 4rem } .mr6-ns { margin-right: 8rem } .mr7-ns { margin-right: 16rem } .mb0-ns { margin-bottom: 0 } .mb1-ns { margin-bottom: .25rem } .mb2-ns { margin-bottom: .5rem } .mb3-ns { margin-bottom: 1rem } .mb4-ns { margin-bottom: 2rem } .mb5-ns { margin-bottom: 4rem } .mb6-ns { margin-bottom: 8rem } .mb7-ns { margin-bottom: 16rem } .mt0-ns { margin-top: 0 } .mt1-ns { margin-top: .25rem } .mt2-ns { margin-top: .5rem } .mt3-ns { margin-top: 1rem } .mt4-ns { margin-top: 2rem } .mt5-ns { margin-top: 4rem } .mt6-ns { margin-top: 8rem } .mt7-ns { margin-top: 16rem } .mv0-ns { margin-top: 0; margin-bottom: 0 } .mv1-ns { margin-top: .25rem; margin-bottom: .25rem } .mv2-ns { margin-top: .5rem; margin-bottom: .5rem } .mv3-ns { margin-top: 1rem; margin-bottom: 1rem } .mv4-ns { margin-top: 2rem; margin-bottom: 2rem } .mv5-ns { margin-top: 4rem; margin-bottom: 4rem } .mv6-ns { margin-top: 8rem; margin-bottom: 8rem } .mv7-ns { margin-top: 16rem; margin-bottom: 16rem } .mh0-ns { margin-left: 0; margin-right: 0 } .mh1-ns { margin-left: .25rem; margin-right: .25rem } .mh2-ns { margin-left: .5rem; margin-right: .5rem } .mh3-ns { margin-left: 1rem; margin-right: 1rem } .mh4-ns { margin-left: 2rem; margin-right: 2rem } .mh5-ns { margin-left: 4rem; margin-right: 4rem } .mh6-ns { margin-left: 8rem; margin-right: 8rem } .mh7-ns { margin-left: 16rem; margin-right: 16rem } .na1-ns { margin: -.25rem } .na2-ns { margin: -.5rem } .na3-ns { margin: -1rem } .na4-ns { margin: -2rem } .na5-ns { margin: -4rem } .na6-ns { margin: -8rem } .na7-ns { margin: -16rem } .nl1-ns { margin-left: -.25rem } .nl2-ns { margin-left: -.5rem } .nl3-ns { margin-left: -1rem } .nl4-ns { margin-left: -2rem } .nl5-ns { margin-left: -4rem } .nl6-ns { margin-left: -8rem } .nl7-ns { margin-left: -16rem } .nr1-ns { margin-right: -.25rem } .nr2-ns { margin-right: -.5rem } .nr3-ns { margin-right: -1rem } .nr4-ns { margin-right: -2rem } .nr5-ns { margin-right: -4rem } .nr6-ns { margin-right: -8rem } .nr7-ns { margin-right: -16rem } .nb1-ns { margin-bottom: -.25rem } .nb2-ns { margin-bottom: -.5rem } .nb3-ns { margin-bottom: -1rem } .nb4-ns { margin-bottom: -2rem } .nb5-ns { margin-bottom: -4rem } .nb6-ns { margin-bottom: -8rem } .nb7-ns { margin-bottom: -16rem } .nt1-ns { margin-top: -.25rem } .nt2-ns { margin-top: -.5rem } .nt3-ns { margin-top: -1rem } .nt4-ns { margin-top: -2rem } .nt5-ns { margin-top: -4rem } .nt6-ns { margin-top: -8rem } .nt7-ns { margin-top: -16rem } .strike-ns { text-decoration: line-through } .underline-ns { text-decoration: underline } .no-underline-ns { text-decoration: none } .tl-ns { text-align: left } .tr-ns { text-align: right } .tc-ns { text-align: center } .tj-ns { text-align: justify } .ttc-ns { text-transform: capitalize } .ttl-ns { text-transform: lowercase } .ttu-ns { text-transform: uppercase } .ttn-ns { text-transform: none } .f-6-ns, .f-headline-ns { font-size: 6rem } .f-5-ns, .f-subheadline-ns { font-size: 5rem } .f1-ns { font-size: 3rem } .f2-ns { font-size: 2.25rem } .f3-ns { font-size: 1.5rem } .f4-ns { font-size: 1.25rem } .f5-ns { font-size: 1rem } .f6-ns { font-size: .875rem } .f7-ns { font-size: .75rem } .measure-ns { max-width: 30em } .measure-wide-ns { max-width: 34em } .measure-narrow-ns { max-width: 20em } .indent-ns { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-ns { font-variant: small-caps } .truncate-ns { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-ns { margin-left: auto } .center-ns, .mr-auto-ns { margin-right: auto } .ml-auto-ns { margin-left: auto } .clip-ns { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-ns { white-space: normal } .nowrap-ns { white-space: nowrap } .pre-ns { white-space: pre } .v-base-ns { vertical-align: baseline } .v-mid-ns { vertical-align: middle } .v-top-ns { vertical-align: top } .v-btm-ns { vertical-align: bottom } } @media screen and (min-width:30em) and (max-width:60em) { .aspect-ratio-m { height: 0; position: relative } .aspect-ratio--16x9-m { padding-bottom: 56.25% } .aspect-ratio--9x16-m { padding-bottom: 177.77% } .aspect-ratio--4x3-m { padding-bottom: 75% } .aspect-ratio--3x4-m { padding-bottom: 133.33% } .aspect-ratio--6x4-m { padding-bottom: 66.6% } .aspect-ratio--4x6-m { padding-bottom: 150% } .aspect-ratio--8x5-m { padding-bottom: 62.5% } .aspect-ratio--5x8-m { padding-bottom: 160% } .aspect-ratio--7x5-m { padding-bottom: 71.42% } .aspect-ratio--5x7-m { padding-bottom: 140% } .aspect-ratio--1x1-m { padding-bottom: 100% } .aspect-ratio--object-m { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-m { background-size: cover !important } .contain-m { background-size: contain !important } .bg-center-m { background-position: 50% } .bg-center-m, .bg-top-m { background-repeat: no-repeat } .bg-top-m { background-position: top } .bg-right-m { background-position: 100% } .bg-bottom-m, .bg-right-m { background-repeat: no-repeat } .bg-bottom-m { background-position: bottom } .bg-left-m { background-repeat: no-repeat; background-position: 0 } .outline-m { outline: 1px solid } .outline-transparent-m { outline: 1px solid transparent } .outline-0-m { outline: 0 } .ba-m { border-style: solid; border-width: 1px } .bt-m { border-top-style: solid; border-top-width: 1px } .br-m { border-right-style: solid; border-right-width: 1px } .bb-m { border-bottom-style: solid; border-bottom-width: 1px } .bl-m { border-left-style: solid; border-left-width: 1px } .bn-m { border-style: none; border-width: 0 } .br0-m { border-radius: 0 } .br1-m { border-radius: .125rem } .br2-m { border-radius: .25rem } .br3-m { border-radius: .5rem } .br4-m { border-radius: 1rem } .br-100-m { border-radius: 100% } .br-pill-m { border-radius: 9999px } .br--bottom-m { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-m { border-bottom-right-radius: 0 } .br--right-m, .br--top-m { border-bottom-left-radius: 0 } .br--right-m { border-top-left-radius: 0 } .br--left-m { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-m { border-radius: inherit } .br-initial-m { border-radius: initial } .br-unset-m { border-radius: unset } .b--dotted-m { border-style: dotted } .b--dashed-m { border-style: dashed } .b--solid-m { border-style: solid } .b--none-m { border-style: none } .bw0-m { border-width: 0 } .bw1-m { border-width: .125rem } .bw2-m { border-width: .25rem } .bw3-m { border-width: .5rem } .bw4-m { border-width: 1rem } .bw5-m { border-width: 2rem } .bt-0-m { border-top-width: 0 } .br-0-m { border-right-width: 0 } .bb-0-m { border-bottom-width: 0 } .bl-0-m { border-left-width: 0 } .shadow-1-m { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-m { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-m { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-m { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-m { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-m { top: 0 } .left-0-m { left: 0 } .right-0-m { right: 0 } .bottom-0-m { bottom: 0 } .top-1-m { top: 1rem } .left-1-m { left: 1rem } .right-1-m { right: 1rem } .bottom-1-m { bottom: 1rem } .top-2-m { top: 2rem } .left-2-m { left: 2rem } .right-2-m { right: 2rem } .bottom-2-m { bottom: 2rem } .top--1-m { top: -1rem } .right--1-m { right: -1rem } .bottom--1-m { bottom: -1rem } .left--1-m { left: -1rem } .top--2-m { top: -2rem } .right--2-m { right: -2rem } .bottom--2-m { bottom: -2rem } .left--2-m { left: -2rem } .absolute--fill-m { top: 0; right: 0; bottom: 0; left: 0 } .cl-m { clear: left } .cr-m { clear: right } .cb-m { clear: both } .cn-m { clear: none } .dn-m { display: none } .di-m { display: inline } .db-m { display: block } .dib-m { display: inline-block } .dit-m { display: inline-table } .dt-m { display: table } .dtc-m { display: table-cell } .dt-row-m { display: table-row } .dt-row-group-m { display: table-row-group } .dt-column-m { display: table-column } .dt-column-group-m { display: table-column-group } .dt--fixed-m { table-layout: fixed; width: 100% } .flex-m { display: flex } .inline-flex-m { display: inline-flex } .flex-auto-m { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-m { flex: none } .flex-column-m { flex-direction: column } .flex-row-m { flex-direction: row } .flex-wrap-m { flex-wrap: wrap } .flex-nowrap-m { flex-wrap: nowrap } .flex-wrap-reverse-m { flex-wrap: wrap-reverse } .flex-column-reverse-m { flex-direction: column-reverse } .flex-row-reverse-m { flex-direction: row-reverse } .items-start-m { align-items: flex-start } .items-end-m { align-items: flex-end } .items-center-m { align-items: center } .items-baseline-m { align-items: baseline } .items-stretch-m { align-items: stretch } .self-start-m { align-self: flex-start } .self-end-m { align-self: flex-end } .self-center-m { align-self: center } .self-baseline-m { align-self: baseline } .self-stretch-m { align-self: stretch } .justify-start-m { justify-content: flex-start } .justify-end-m { justify-content: flex-end } .justify-center-m { justify-content: center } .justify-between-m { justify-content: space-between } .justify-around-m { justify-content: space-around } .content-start-m { align-content: flex-start } .content-end-m { align-content: flex-end } .content-center-m { align-content: center } .content-between-m { align-content: space-between } .content-around-m { align-content: space-around } .content-stretch-m { align-content: stretch } .order-0-m { order: 0 } .order-1-m { order: 1 } .order-2-m { order: 2 } .order-3-m { order: 3 } .order-4-m { order: 4 } .order-5-m { order: 5 } .order-6-m { order: 6 } .order-7-m { order: 7 } .order-8-m { order: 8 } .order-last-m { order: 99999 } .flex-grow-0-m { flex-grow: 0 } .flex-grow-1-m { flex-grow: 1 } .flex-shrink-0-m { flex-shrink: 0 } .flex-shrink-1-m { flex-shrink: 1 } .fl-m { float: left } .fl-m, .fr-m { _display: inline } .fr-m { float: right } .fn-m { float: none } .i-m { font-style: italic } .fs-normal-m { font-style: normal } .normal-m { font-weight: 400 } .b-m { font-weight: 700 } .fw1-m { font-weight: 100 } .fw2-m { font-weight: 200 } .fw3-m { font-weight: 300 } .fw4-m { font-weight: 400 } .fw5-m { font-weight: 500 } .fw6-m { font-weight: 600 } .fw7-m { font-weight: 700 } .fw8-m { font-weight: 800 } .fw9-m { font-weight: 900 } .h1-m { height: 1rem } .h2-m { height: 2rem } .h3-m { height: 4rem } .h4-m { height: 8rem } .h5-m { height: 16rem } .h-25-m { height: 25% } .h-50-m { height: 50% } .h-75-m { height: 75% } .h-100-m { height: 100% } .min-h-100-m { min-height: 100% } .vh-25-m { height: 25vh } .vh-50-m { height: 50vh } .vh-75-m { height: 75vh } .vh-100-m { height: 100vh } .min-vh-100-m { min-height: 100vh } .h-auto-m { height: auto } .h-inherit-m { height: inherit } .tracked-m { letter-spacing: .1em } .tracked-tight-m { letter-spacing: -.05em } .tracked-mega-m { letter-spacing: .25em } .lh-solid-m { line-height: 1 } .lh-title-m { line-height: 1.25 } .lh-copy-m { line-height: 1.5 } .mw-100-m { max-width: 100% } .mw1-m { max-width: 1rem } .mw2-m { max-width: 2rem } .mw3-m { max-width: 4rem } .mw4-m { max-width: 8rem } .mw5-m { max-width: 16rem } .mw6-m { max-width: 32rem } .mw7-m { max-width: 48rem } .mw8-m { max-width: 64rem } .mw9-m { max-width: 96rem } .mw-none-m { max-width: none } .w1-m { width: 1rem } .w2-m { width: 2rem } .w3-m { width: 4rem } .w4-m { width: 8rem } .w5-m { width: 16rem } .w-10-m { width: 10% } .w-20-m { width: 20% } .w-25-m { width: 25% } .w-30-m { width: 30% } .w-33-m { width: 33% } .w-34-m { width: 34% } .w-40-m { width: 40% } .w-50-m { width: 50% } .w-60-m { width: 60% } .w-70-m { width: 70% } .w-75-m { width: 75% } .w-80-m { width: 80% } .w-90-m { width: 90% } .w-100-m { width: 100% } .w-third-m { width: 33.33333% } .w-two-thirds-m { width: 66.66667% } .w-auto-m { width: auto } .overflow-visible-m { overflow: visible } .overflow-hidden-m { overflow: hidden } .overflow-scroll-m { overflow: scroll } .overflow-auto-m { overflow: auto } .overflow-x-visible-m { overflow-x: visible } .overflow-x-hidden-m { overflow-x: hidden } .overflow-x-scroll-m { overflow-x: scroll } .overflow-x-auto-m { overflow-x: auto } .overflow-y-visible-m { overflow-y: visible } .overflow-y-hidden-m { overflow-y: hidden } .overflow-y-scroll-m { overflow-y: scroll } .overflow-y-auto-m { overflow-y: auto } .static-m { position: static } .relative-m { position: relative } .absolute-m { position: absolute } .fixed-m { position: fixed } .rotate-45-m { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-m { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-m { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-m { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-m { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-m { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-m { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-m { padding: 0 } .pa1-m { padding: .25rem } .pa2-m { padding: .5rem } .pa3-m { padding: 1rem } .pa4-m { padding: 2rem } .pa5-m { padding: 4rem } .pa6-m { padding: 8rem } .pa7-m { padding: 16rem } .pl0-m { padding-left: 0 } .pl1-m { padding-left: .25rem } .pl2-m { padding-left: .5rem } .pl3-m { padding-left: 1rem } .pl4-m { padding-left: 2rem } .pl5-m { padding-left: 4rem } .pl6-m { padding-left: 8rem } .pl7-m { padding-left: 16rem } .pr0-m { padding-right: 0 } .pr1-m { padding-right: .25rem } .pr2-m { padding-right: .5rem } .pr3-m { padding-right: 1rem } .pr4-m { padding-right: 2rem } .pr5-m { padding-right: 4rem } .pr6-m { padding-right: 8rem } .pr7-m { padding-right: 16rem } .pb0-m { padding-bottom: 0 } .pb1-m { padding-bottom: .25rem } .pb2-m { padding-bottom: .5rem } .pb3-m { padding-bottom: 1rem } .pb4-m { padding-bottom: 2rem } .pb5-m { padding-bottom: 4rem } .pb6-m { padding-bottom: 8rem } .pb7-m { padding-bottom: 16rem } .pt0-m { padding-top: 0 } .pt1-m { padding-top: .25rem } .pt2-m { padding-top: .5rem } .pt3-m { padding-top: 1rem } .pt4-m { padding-top: 2rem } .pt5-m { padding-top: 4rem } .pt6-m { padding-top: 8rem } .pt7-m { padding-top: 16rem } .pv0-m { padding-top: 0; padding-bottom: 0 } .pv1-m { padding-top: .25rem; padding-bottom: .25rem } .pv2-m { padding-top: .5rem; padding-bottom: .5rem } .pv3-m { padding-top: 1rem; padding-bottom: 1rem } .pv4-m { padding-top: 2rem; padding-bottom: 2rem } .pv5-m { padding-top: 4rem; padding-bottom: 4rem } .pv6-m { padding-top: 8rem; padding-bottom: 8rem } .pv7-m { padding-top: 16rem; padding-bottom: 16rem } .ph0-m { padding-left: 0; padding-right: 0 } .ph1-m { padding-left: .25rem; padding-right: .25rem } .ph2-m { padding-left: .5rem; padding-right: .5rem } .ph3-m { padding-left: 1rem; padding-right: 1rem } .ph4-m { padding-left: 2rem; padding-right: 2rem } .ph5-m { padding-left: 4rem; padding-right: 4rem } .ph6-m { padding-left: 8rem; padding-right: 8rem } .ph7-m { padding-left: 16rem; padding-right: 16rem } .ma0-m { margin: 0 } .ma1-m { margin: .25rem } .ma2-m { margin: .5rem } .ma3-m { margin: 1rem } .ma4-m { margin: 2rem } .ma5-m { margin: 4rem } .ma6-m { margin: 8rem } .ma7-m { margin: 16rem } .ml0-m { margin-left: 0 } .ml1-m { margin-left: .25rem } .ml2-m { margin-left: .5rem } .ml3-m { margin-left: 1rem } .ml4-m { margin-left: 2rem } .ml5-m { margin-left: 4rem } .ml6-m { margin-left: 8rem } .ml7-m { margin-left: 16rem } .mr0-m { margin-right: 0 } .mr1-m { margin-right: .25rem } .mr2-m { margin-right: .5rem } .mr3-m { margin-right: 1rem } .mr4-m { margin-right: 2rem } .mr5-m { margin-right: 4rem } .mr6-m { margin-right: 8rem } .mr7-m { margin-right: 16rem } .mb0-m { margin-bottom: 0 } .mb1-m { margin-bottom: .25rem } .mb2-m { margin-bottom: .5rem } .mb3-m { margin-bottom: 1rem } .mb4-m { margin-bottom: 2rem } .mb5-m { margin-bottom: 4rem } .mb6-m { margin-bottom: 8rem } .mb7-m { margin-bottom: 16rem } .mt0-m { margin-top: 0 } .mt1-m { margin-top: .25rem } .mt2-m { margin-top: .5rem } .mt3-m { margin-top: 1rem } .mt4-m { margin-top: 2rem } .mt5-m { margin-top: 4rem } .mt6-m { margin-top: 8rem } .mt7-m { margin-top: 16rem } .mv0-m { margin-top: 0; margin-bottom: 0 } .mv1-m { margin-top: .25rem; margin-bottom: .25rem } .mv2-m { margin-top: .5rem; margin-bottom: .5rem } .mv3-m { margin-top: 1rem; margin-bottom: 1rem } .mv4-m { margin-top: 2rem; margin-bottom: 2rem } .mv5-m { margin-top: 4rem; margin-bottom: 4rem } .mv6-m { margin-top: 8rem; margin-bottom: 8rem } .mv7-m { margin-top: 16rem; margin-bottom: 16rem } .mh0-m { margin-left: 0; margin-right: 0 } .mh1-m { margin-left: .25rem; margin-right: .25rem } .mh2-m { margin-left: .5rem; margin-right: .5rem } .mh3-m { margin-left: 1rem; margin-right: 1rem } .mh4-m { margin-left: 2rem; margin-right: 2rem } .mh5-m { margin-left: 4rem; margin-right: 4rem } .mh6-m { margin-left: 8rem; margin-right: 8rem } .mh7-m { margin-left: 16rem; margin-right: 16rem } .na1-m { margin: -.25rem } .na2-m { margin: -.5rem } .na3-m { margin: -1rem } .na4-m { margin: -2rem } .na5-m { margin: -4rem } .na6-m { margin: -8rem } .na7-m { margin: -16rem } .nl1-m { margin-left: -.25rem } .nl2-m { margin-left: -.5rem } .nl3-m { margin-left: -1rem } .nl4-m { margin-left: -2rem } .nl5-m { margin-left: -4rem } .nl6-m { margin-left: -8rem } .nl7-m { margin-left: -16rem } .nr1-m { margin-right: -.25rem } .nr2-m { margin-right: -.5rem } .nr3-m { margin-right: -1rem } .nr4-m { margin-right: -2rem } .nr5-m { margin-right: -4rem } .nr6-m { margin-right: -8rem } .nr7-m { margin-right: -16rem } .nb1-m { margin-bottom: -.25rem } .nb2-m { margin-bottom: -.5rem } .nb3-m { margin-bottom: -1rem } .nb4-m { margin-bottom: -2rem } .nb5-m { margin-bottom: -4rem } .nb6-m { margin-bottom: -8rem } .nb7-m { margin-bottom: -16rem } .nt1-m { margin-top: -.25rem } .nt2-m { margin-top: -.5rem } .nt3-m { margin-top: -1rem } .nt4-m { margin-top: -2rem } .nt5-m { margin-top: -4rem } .nt6-m { margin-top: -8rem } .nt7-m { margin-top: -16rem } .strike-m { text-decoration: line-through } .underline-m { text-decoration: underline } .no-underline-m { text-decoration: none } .tl-m { text-align: left } .tr-m { text-align: right } .tc-m { text-align: center } .tj-m { text-align: justify } .ttc-m { text-transform: capitalize } .ttl-m { text-transform: lowercase } .ttu-m { text-transform: uppercase } .ttn-m { text-transform: none } .f-6-m, .f-headline-m { font-size: 6rem } .f-5-m, .f-subheadline-m { font-size: 5rem } .f1-m { font-size: 3rem } .f2-m { font-size: 2.25rem } .f3-m { font-size: 1.5rem } .f4-m { font-size: 1.25rem } .f5-m { font-size: 1rem } .f6-m { font-size: .875rem } .f7-m { font-size: .75rem } .measure-m { max-width: 30em } .measure-wide-m { max-width: 34em } .measure-narrow-m { max-width: 20em } .indent-m { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-m { font-variant: small-caps } .truncate-m { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-m { margin-left: auto } .center-m, .mr-auto-m { margin-right: auto } .ml-auto-m { margin-left: auto } .clip-m { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-m { white-space: normal } .nowrap-m { white-space: nowrap } .pre-m { white-space: pre } .v-base-m { vertical-align: baseline } .v-mid-m { vertical-align: middle } .v-top-m { vertical-align: top } .v-btm-m { vertical-align: bottom } } @media screen and (min-width:60em) { .aspect-ratio-l { height: 0; position: relative } .aspect-ratio--16x9-l { padding-bottom: 56.25% } .aspect-ratio--9x16-l { padding-bottom: 177.77% } .aspect-ratio--4x3-l { padding-bottom: 75% } .aspect-ratio--3x4-l { padding-bottom: 133.33% } .aspect-ratio--6x4-l { padding-bottom: 66.6% } .aspect-ratio--4x6-l { padding-bottom: 150% } .aspect-ratio--8x5-l { padding-bottom: 62.5% } .aspect-ratio--5x8-l { padding-bottom: 160% } .aspect-ratio--7x5-l { padding-bottom: 71.42% } .aspect-ratio--5x7-l { padding-bottom: 140% } .aspect-ratio--1x1-l { padding-bottom: 100% } .aspect-ratio--object-l { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-l { background-size: cover !important } .contain-l { background-size: contain !important } .bg-center-l { background-position: 50% } .bg-center-l, .bg-top-l { background-repeat: no-repeat } .bg-top-l { background-position: top } .bg-right-l { background-position: 100% } .bg-bottom-l, .bg-right-l { background-repeat: no-repeat } .bg-bottom-l { background-position: bottom } .bg-left-l { background-repeat: no-repeat; background-position: 0 } .outline-l { outline: 1px solid } .outline-transparent-l { outline: 1px solid transparent } .outline-0-l { outline: 0 } .ba-l { border-style: solid; border-width: 1px } .bt-l { border-top-style: solid; border-top-width: 1px } .br-l { border-right-style: solid; border-right-width: 1px } .bb-l { border-bottom-style: solid; border-bottom-width: 1px } .bl-l { border-left-style: solid; border-left-width: 1px } .bn-l { border-style: none; border-width: 0 } .br0-l { border-radius: 0 } .br1-l { border-radius: .125rem } .br2-l { border-radius: .25rem } .br3-l { border-radius: .5rem } .br4-l { border-radius: 1rem } .br-100-l { border-radius: 100% } .br-pill-l { border-radius: 9999px } .br--bottom-l { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-l { border-bottom-right-radius: 0 } .br--right-l, .br--top-l { border-bottom-left-radius: 0 } .br--right-l { border-top-left-radius: 0 } .br--left-l { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-l { border-radius: inherit } .br-initial-l { border-radius: initial } .br-unset-l { border-radius: unset } .b--dotted-l { border-style: dotted } .b--dashed-l { border-style: dashed } .b--solid-l { border-style: solid } .b--none-l { border-style: none } .bw0-l { border-width: 0 } .bw1-l { border-width: .125rem } .bw2-l { border-width: .25rem } .bw3-l { border-width: .5rem } .bw4-l { border-width: 1rem } .bw5-l { border-width: 2rem } .bt-0-l { border-top-width: 0 } .br-0-l { border-right-width: 0 } .bb-0-l { border-bottom-width: 0 } .bl-0-l { border-left-width: 0 } .shadow-1-l { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-l { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-l { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-l { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-l { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-l { top: 0 } .left-0-l { left: 0 } .right-0-l { right: 0 } .bottom-0-l { bottom: 0 } .top-1-l { top: 1rem } .left-1-l { left: 1rem } .right-1-l { right: 1rem } .bottom-1-l { bottom: 1rem } .top-2-l { top: 2rem } .left-2-l { left: 2rem } .right-2-l { right: 2rem } .bottom-2-l { bottom: 2rem } .top--1-l { top: -1rem } .right--1-l { right: -1rem } .bottom--1-l { bottom: -1rem } .left--1-l { left: -1rem } .top--2-l { top: -2rem } .right--2-l { right: -2rem } .bottom--2-l { bottom: -2rem } .left--2-l { left: -2rem } .absolute--fill-l { top: 0; right: 0; bottom: 0; left: 0 } .cl-l { clear: left } .cr-l { clear: right } .cb-l { clear: both } .cn-l { clear: none } .dn-l { display: none } .di-l { display: inline } .db-l { display: block } .dib-l { display: inline-block } .dit-l { display: inline-table } .dt-l { display: table } .dtc-l { display: table-cell } .dt-row-l { display: table-row } .dt-row-group-l { display: table-row-group } .dt-column-l { display: table-column } .dt-column-group-l { display: table-column-group } .dt--fixed-l { table-layout: fixed; width: 100% } .flex-l { display: flex } .inline-flex-l { display: inline-flex } .flex-auto-l { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-l { flex: none } .flex-column-l { flex-direction: column } .flex-row-l { flex-direction: row } .flex-wrap-l { flex-wrap: wrap } .flex-nowrap-l { flex-wrap: nowrap } .flex-wrap-reverse-l { flex-wrap: wrap-reverse } .flex-column-reverse-l { flex-direction: column-reverse } .flex-row-reverse-l { flex-direction: row-reverse } .items-start-l { align-items: flex-start } .items-end-l { align-items: flex-end } .items-center-l { align-items: center } .items-baseline-l { align-items: baseline } .items-stretch-l { align-items: stretch } .self-start-l { align-self: flex-start } .self-end-l { align-self: flex-end } .self-center-l { align-self: center } .self-baseline-l { align-self: baseline } .self-stretch-l { align-self: stretch } .justify-start-l { justify-content: flex-start } .justify-end-l { justify-content: flex-end } .justify-center-l { justify-content: center } .justify-between-l { justify-content: space-between } .justify-around-l { justify-content: space-around } .content-start-l { align-content: flex-start } .content-end-l { align-content: flex-end } .content-center-l { align-content: center } .content-between-l { align-content: space-between } .content-around-l { align-content: space-around } .content-stretch-l { align-content: stretch } .order-0-l { order: 0 } .order-1-l { order: 1 } .order-2-l { order: 2 } .order-3-l { order: 3 } .order-4-l { order: 4 } .order-5-l { order: 5 } .order-6-l { order: 6 } .order-7-l { order: 7 } .order-8-l { order: 8 } .order-last-l { order: 99999 } .flex-grow-0-l { flex-grow: 0 } .flex-grow-1-l { flex-grow: 1 } .flex-shrink-0-l { flex-shrink: 0 } .flex-shrink-1-l { flex-shrink: 1 } .fl-l { float: left } .fl-l, .fr-l { _display: inline } .fr-l { float: right } .fn-l { float: none } .i-l { font-style: italic } .fs-normal-l { font-style: normal } .normal-l { font-weight: 400 } .b-l { font-weight: 700 } .fw1-l { font-weight: 100 } .fw2-l { font-weight: 200 } .fw3-l { font-weight: 300 } .fw4-l { font-weight: 400 } .fw5-l { font-weight: 500 } .fw6-l { font-weight: 600 } .fw7-l { font-weight: 700 } .fw8-l { font-weight: 800 } .fw9-l { font-weight: 900 } .h1-l { height: 1rem } .h2-l { height: 2rem } .h3-l { height: 4rem } .h4-l { height: 8rem } .h5-l { height: 16rem } .h-25-l { height: 25% } .h-50-l { height: 50% } .h-75-l { height: 75% } .h-100-l { height: 100% } .min-h-100-l { min-height: 100% } .vh-25-l { height: 25vh } .vh-50-l { height: 50vh } .vh-75-l { height: 75vh } .vh-100-l { height: 100vh } .min-vh-100-l { min-height: 100vh } .h-auto-l { height: auto } .h-inherit-l { height: inherit } .tracked-l { letter-spacing: .1em } .tracked-tight-l { letter-spacing: -.05em } .tracked-mega-l { letter-spacing: .25em } .lh-solid-l { line-height: 1 } .lh-title-l { line-height: 1.25 } .lh-copy-l { line-height: 1.5 } .mw-100-l { max-width: 100% } .mw1-l { max-width: 1rem } .mw2-l { max-width: 2rem } .mw3-l { max-width: 4rem } .mw4-l { max-width: 8rem } .mw5-l { max-width: 16rem } .mw6-l { max-width: 32rem } .mw7-l { max-width: 48rem } .mw8-l { max-width: 64rem } .mw9-l { max-width: 96rem } .mw-none-l { max-width: none } .w1-l { width: 1rem } .w2-l { width: 2rem } .w3-l { width: 4rem } .w4-l { width: 8rem } .w5-l { width: 16rem } .w-10-l { width: 10% } .w-20-l { width: 20% } .w-25-l { width: 25% } .w-30-l { width: 30% } .w-33-l { width: 33% } .w-34-l { width: 34% } .w-40-l { width: 40% } .w-50-l { width: 50% } .w-60-l { width: 60% } .w-70-l { width: 70% } .w-75-l { width: 75% } .w-80-l { width: 80% } .w-90-l { width: 90% } .w-100-l { width: 100% } .w-third-l { width: 33.33333% } .w-two-thirds-l { width: 66.66667% } .w-auto-l { width: auto } .overflow-visible-l { overflow: visible } .overflow-hidden-l { overflow: hidden } .overflow-scroll-l { overflow: scroll } .overflow-auto-l { overflow: auto } .overflow-x-visible-l { overflow-x: visible } .overflow-x-hidden-l { overflow-x: hidden } .overflow-x-scroll-l { overflow-x: scroll } .overflow-x-auto-l { overflow-x: auto } .overflow-y-visible-l { overflow-y: visible } .overflow-y-hidden-l { overflow-y: hidden } .overflow-y-scroll-l { overflow-y: scroll } .overflow-y-auto-l { overflow-y: auto } .static-l { position: static } .relative-l { position: relative } .absolute-l { position: absolute } .fixed-l { position: fixed } .rotate-45-l { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-l { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-l { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-l { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-l { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-l { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-l { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-l { padding: 0 } .pa1-l { padding: .25rem } .pa2-l { padding: .5rem } .pa3-l { padding: 1rem } .pa4-l { padding: 2rem } .pa5-l { padding: 4rem } .pa6-l { padding: 8rem } .pa7-l { padding: 16rem } .pl0-l { padding-left: 0 } .pl1-l { padding-left: .25rem } .pl2-l { padding-left: .5rem } .pl3-l { padding-left: 1rem } .pl4-l { padding-left: 2rem } .pl5-l { padding-left: 4rem } .pl6-l { padding-left: 8rem } .pl7-l { padding-left: 16rem } .pr0-l { padding-right: 0 } .pr1-l { padding-right: .25rem } .pr2-l { padding-right: .5rem } .pr3-l { padding-right: 1rem } .pr4-l { padding-right: 2rem } .pr5-l { padding-right: 4rem } .pr6-l { padding-right: 8rem } .pr7-l { padding-right: 16rem } .pb0-l { padding-bottom: 0 } .pb1-l { padding-bottom: .25rem } .pb2-l { padding-bottom: .5rem } .pb3-l { padding-bottom: 1rem } .pb4-l { padding-bottom: 2rem } .pb5-l { padding-bottom: 4rem } .pb6-l { padding-bottom: 8rem } .pb7-l { padding-bottom: 16rem } .pt0-l { padding-top: 0 } .pt1-l { padding-top: .25rem } .pt2-l { padding-top: .5rem } .pt3-l { padding-top: 1rem } .pt4-l { padding-top: 2rem } .pt5-l { padding-top: 4rem } .pt6-l { padding-top: 8rem } .pt7-l { padding-top: 16rem } .pv0-l { padding-top: 0; padding-bottom: 0 } .pv1-l { padding-top: .25rem; padding-bottom: .25rem } .pv2-l { padding-top: .5rem; padding-bottom: .5rem } .pv3-l { padding-top: 1rem; padding-bottom: 1rem } .pv4-l { padding-top: 2rem; padding-bottom: 2rem } .pv5-l { padding-top: 4rem; padding-bottom: 4rem } .pv6-l { padding-top: 8rem; padding-bottom: 8rem } .pv7-l { padding-top: 16rem; padding-bottom: 16rem } .ph0-l { padding-left: 0; padding-right: 0 } .ph1-l { padding-left: .25rem; padding-right: .25rem } .ph2-l { padding-left: .5rem; padding-right: .5rem } .ph3-l { padding-left: 1rem; padding-right: 1rem } .ph4-l { padding-left: 2rem; padding-right: 2rem } .ph5-l { padding-left: 4rem; padding-right: 4rem } .ph6-l { padding-left: 8rem; padding-right: 8rem } .ph7-l { padding-left: 16rem; padding-right: 16rem } .ma0-l { margin: 0 } .ma1-l { margin: .25rem } .ma2-l { margin: .5rem } .ma3-l { margin: 1rem } .ma4-l { margin: 2rem } .ma5-l { margin: 4rem } .ma6-l { margin: 8rem } .ma7-l { margin: 16rem } .ml0-l { margin-left: 0 } .ml1-l { margin-left: .25rem } .ml2-l { margin-left: .5rem } .ml3-l { margin-left: 1rem } .ml4-l { margin-left: 2rem } .ml5-l { margin-left: 4rem } .ml6-l { margin-left: 8rem } .ml7-l { margin-left: 16rem } .mr0-l { margin-right: 0 } .mr1-l { margin-right: .25rem } .mr2-l { margin-right: .5rem } .mr3-l { margin-right: 1rem } .mr4-l { margin-right: 2rem } .mr5-l { margin-right: 4rem } .mr6-l { margin-right: 8rem } .mr7-l { margin-right: 16rem } .mb0-l { margin-bottom: 0 } .mb1-l { margin-bottom: .25rem } .mb2-l { margin-bottom: .5rem } .mb3-l { margin-bottom: 1rem } .mb4-l { margin-bottom: 2rem } .mb5-l { margin-bottom: 4rem } .mb6-l { margin-bottom: 8rem } .mb7-l { margin-bottom: 16rem } .mt0-l { margin-top: 0 } .mt1-l { margin-top: .25rem } .mt2-l { margin-top: .5rem } .mt3-l { margin-top: 1rem } .mt4-l { margin-top: 2rem } .mt5-l { margin-top: 4rem } .mt6-l { margin-top: 8rem } .mt7-l { margin-top: 16rem } .mv0-l { margin-top: 0; margin-bottom: 0 } .mv1-l { margin-top: .25rem; margin-bottom: .25rem } .mv2-l { margin-top: .5rem; margin-bottom: .5rem } .mv3-l { margin-top: 1rem; margin-bottom: 1rem } .mv4-l { margin-top: 2rem; margin-bottom: 2rem } .mv5-l { margin-top: 4rem; margin-bottom: 4rem } .mv6-l { margin-top: 8rem; margin-bottom: 8rem } .mv7-l { margin-top: 16rem; margin-bottom: 16rem } .mh0-l { margin-left: 0; margin-right: 0 } .mh1-l { margin-left: .25rem; margin-right: .25rem } .mh2-l { margin-left: .5rem; margin-right: .5rem } .mh3-l { margin-left: 1rem; margin-right: 1rem } .mh4-l { margin-left: 2rem; margin-right: 2rem } .mh5-l { margin-left: 4rem; margin-right: 4rem } .mh6-l { margin-left: 8rem; margin-right: 8rem } .mh7-l { margin-left: 16rem; margin-right: 16rem } .na1-l { margin: -.25rem } .na2-l { margin: -.5rem } .na3-l { margin: -1rem } .na4-l { margin: -2rem } .na5-l { margin: -4rem } .na6-l { margin: -8rem } .na7-l { margin: -16rem } .nl1-l { margin-left: -.25rem } .nl2-l { margin-left: -.5rem } .nl3-l { margin-left: -1rem } .nl4-l { margin-left: -2rem } .nl5-l { margin-left: -4rem } .nl6-l { margin-left: -8rem } .nl7-l { margin-left: -16rem } .nr1-l { margin-right: -.25rem } .nr2-l { margin-right: -.5rem } .nr3-l { margin-right: -1rem } .nr4-l { margin-right: -2rem } .nr5-l { margin-right: -4rem } .nr6-l { margin-right: -8rem } .nr7-l { margin-right: -16rem } .nb1-l { margin-bottom: -.25rem } .nb2-l { margin-bottom: -.5rem } .nb3-l { margin-bottom: -1rem } .nb4-l { margin-bottom: -2rem } .nb5-l { margin-bottom: -4rem } .nb6-l { margin-bottom: -8rem } .nb7-l { margin-bottom: -16rem } .nt1-l { margin-top: -.25rem } .nt2-l { margin-top: -.5rem } .nt3-l { margin-top: -1rem } .nt4-l { margin-top: -2rem } .nt5-l { margin-top: -4rem } .nt6-l { margin-top: -8rem } .nt7-l { margin-top: -16rem } .strike-l { text-decoration: line-through } .underline-l { text-decoration: underline } .no-underline-l { text-decoration: none } .tl-l { text-align: left } .tr-l { text-align: right } .tc-l { text-align: center } .tj-l { text-align: justify } .ttc-l { text-transform: capitalize } .ttl-l { text-transform: lowercase } .ttu-l { text-transform: uppercase } .ttn-l { text-transform: none } .f-6-l, .f-headline-l { font-size: 6rem } .f-5-l, .f-subheadline-l { font-size: 5rem } .f1-l { font-size: 3rem } .f2-l { font-size: 2.25rem } .f3-l { font-size: 1.5rem } .f4-l { font-size: 1.25rem } .f5-l { font-size: 1rem } .f6-l { font-size: .875rem } .f7-l { font-size: .75rem } .measure-l { max-width: 30em } .measure-wide-l { max-width: 34em } .measure-narrow-l { max-width: 20em } .indent-l { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-l { font-variant: small-caps } .truncate-l { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-l { margin-left: auto } .center-l, .mr-auto-l { margin-right: auto } .ml-auto-l { margin-left: auto } .clip-l { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-l { white-space: normal } .nowrap-l { white-space: nowrap } .pre-l { white-space: pre } .v-base-l { vertical-align: baseline } .v-mid-l { vertical-align: middle } .v-top-l { vertical-align: top } .v-btm-l { vertical-align: bottom } } ._452c3ec4, button, input, optgroup, select, textarea { font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif; } *, *:before, *:after { box-sizing: border-box; } .d68c66a8 { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .d68c66a8 main { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } ._12c81534 { background-color: #FFD9DB; border-color: #FFD9DB; color: #99171D; } ._8a62ca63 { width: 100%; height: 2px; transition: opacity 500ms linear, transform 6s ease-out; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.1, 0.1, 0.0, 1.0); background: #cb3837; } ._657f443d { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .a3d7b97f { color: #cb3837; } a { color: black; } /* wow minifiers are great at noticing garbage */ /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._755f5b0f { box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.10196); border-bottom: 1px solid #d2d2d2; -ms-flex: 0 0 auto; flex: 0 0 auto; } .a6ff2de1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; background: #231f20; height: 80px; } ._1c6d86d1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; color: white; } ._1c6d86d1 span { padding: 5px 20px; font-size: 24px; line-height: 100%; } ._93bbf0b4 { display: -ms-flexbox; display: flex; width: 60px; padding: 5px 0 0 0; } ._5532dff2 { display: -ms-flexbox; display: flex; width: 40px; } .ad255bdb { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } /* First row */ .e7070742 { padding: 8px 0; border-width: 10px 0 0; border-top-style: solid; border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3; } .ad255bdb .ef7c6e62 { max-width: 100%; } ._99e3854f { display: none; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -ms-flex-positive: 1; flex-grow: 1; font-weight: 100; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; } ._99e3854f:active { outline: none; } @media screen and (min-width: 30em) { ._99e3854f { display: -ms-flexbox; display: flex; } } ._0edb515f { font-size: 20px; line-height: 160%; color: #000; letter-spacing: 0.015625em; } ._4a5f2a79 { -ms-flex-positive: 0; flex-grow: 0; } ._4a5f2a79 ul { display: -ms-flexbox; display: flex; margin: 0; } ._4a5f2a79 li { -ms-flex-positive: 1; flex-grow: 1; display: block; } .c6c55db4 { display: block; padding: 10px; position: relative; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; } .c6c55db4:focus+._3f98ab29, .c6c55db4:hover+._3f98ab29, ._3f98ab29:focus, ._3f98ab29:hover { display: block !important; /* TODO: fix borked specificity */ } ._3f98ab29 { color: #000; font-family: 'Poppins'; display: none !important; /* TODO: fix borked specificity*/ position: absolute; z-index: 10; margin-left: -8px !important; /* TODO: fix borked specificity */ padding: 8px 0; -ms-flex-direction: column; flex-direction: column; } .b8f9b0bd { text-decoration: none; } /* Second row */ ._4ea0e50d { background-color: #fff; padding: 10px 0; } .ad255bdb .c5b9953b { max-width: 100%; } .af43375d svg { width: 80px; } @media screen and (min-width: 30em) { .af43375d { padding-top: 8px; -ms-flex-positive: 0; flex-grow: 0; } .ad255bdb .af43375d { width: 224px; margin-right: 0; } .af43375d svg { width: 70px; } } ._581ebd89 { color: #000; } @media screen and (min-width: 30em) { .ad255bdb ._581ebd89 { padding-left: 50px; } } ._2f299eeb { padding: 5px; background: #f2f2f2; } .dde91b96 { -ms-flex-positive: 1; flex-grow: 1; border: 1px solid #f2f2f2; } .dde91b96:focus-within { border: 1px solid black; } ._390acbc5 { background: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; font-size: 16px; letter-spacing: 0px; border: none; outline: unset; height: 40px; padding-left: 10px; border-radius: 0; width: calc(100% - 10px); -webkit-appearance: none; } ._390acbc5:focus { outline: none; } ._390acbc5:-ms-input-placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._390acbc5::placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._705cdf4f { padding-top: 10px; } ._705cdf4f svg { height: 18px; width: 18px; } ._0da775bb { font-family: 'Poppins'; letter-spacing: 0.3px; font-weight: bold; background-color: #231f20; } ._5b436c1a { display: block } ._5b436c1a strong { display: block } ._5b436c1a p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } ._6f31c82b { font-family: 'Poppins'; -ms-flex-positive: 0; flex-grow: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9752c8b3 { padding: 13px 28px; border: 1px solid #cccccc; border-radius: 0; } .f66d27e1 { border: none; } ._59b94eb6 { cursor: auto; box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1px solid #ccc; border-radius: 7px; right: 0; top: 97%; } ._59b94eb6::after { content: ''; position: absolute; width: 0px; height: 0px; top: -16px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid white; } ._59b94eb6::before { content: ''; position: absolute; width: 0px; height: 0px; top: -18px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid #ccc; } .d70fa54a { margin: 0; padding-bottom: 14px; font-size: 19px; color: #4d4d4d; border-bottom: 1px solid #e5e5e5; font-weight: 600; } .d70fa54a svg { height: 14px; margin-right: 5px; } ._9e2bd439 { min-width: 200px; } ._9e2bd439 svg { height: 12px; margin-right: 5px; } ._506dfb65 { font-size: 17px; font-weight: 500; } ._6c423df4 { color: #cb3837; font-size: 15px; padding-top: 3px; } ._3313bb52 { color: #080808; } ._07ec5156 { text-decoration: none; font-size: 17px; display: block; border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; padding-bottom: 15px; margin-bottom: 8px; color: #cb3837; } ._07ec5156 svg { fill: #cb3837; } .a3eb5146 { width: 40px; border: 1px solid black; box-sizing: content-box; } .a3eb5146:hover+div { opacity: 0.7; } ._8c614725 { opacity: 0; transition: opacity 100ms linear; } ._9aa2f73b { opacity: 1; } ._7530c202 { opacity: 1; transition: opacity 100ms linear; } ._99b033cc { opacity: 0; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 60em) { .cb95d7b8 { min-height: 16px; } } @media screen and (min-width: 30em) { ._5052cb2e { line-height: 30px; } } /* CARDS */ ._4af50919 { padding: 1em 0 0; } /* BUTTON: BOILERPLATE */ .baa30260 { border: none; box-shadow: none; } /* BUTTON: ADDITIONAL SIZE MODIFIER */ ._750b5552 { padding: 8px 14px; font-size: 0.65em; } .b2dee585 { padding: 16px 16px; } ._5c40c34b { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } /* BUTTON: TYPES */ ._27b0a3f3 { border: 1px solid #00C642; color: #00C642; background: transparent; } .c555b7b3 { background: transparent; border: 1px solid rgba(0, 0, 0, .4); color: rgba(0, 0, 0, .4); } ._0dbbf8ca { color: #357edd; background: transparent; border: 1px solid #357edd; } .c8f69119 { color: #cb3837; background: transparent; border: 1px solid #cb3837; } /* BUTTONS: FROM BILLING */ .dab9924c { letter-spacing: 0.25px; } .dab9924c svg { height: 16px; width: 16px; padding-top: 4px; margin: 0 5px 0 0; } ._3fc1bd9c { background: #cb3837; } ._24a1e9c7 { background-color: #fff; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .a9a9a788 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(111, 7, 255, .08) 100%); border: 1px solid #CBAFF8; } .c37751f6 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .13) 0%, rgba(0, 184, 15, .10) 100%); border: 1px solid rgba(75, 173, 58, .50); } ._4a3f8f21 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 89, 89, .10) 97%); border: 1px solid rgba(222, 154, 82, .50); color: #e21515; } ._24a1e9c7:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(17, 17, 17, .08) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #111; } ._4a3f8f21:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 89, 89, .20) 97%); border: 1px solid rgba(222, 154, 82, .60); color: #aa2b2b; } .c37751f6:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(0, 184, 15, .14) 100%); border: 1px solid rgba(75, 173, 58, .60); } .a9a9a788:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .20) 0%, rgba(111, 7, 255, .16) 100%); border: 1px solid #CBAFF8; } ._3fc1bd9c:hover { background: #c40b0a; } ._5018de7a, ._5018de7a:hover { color: rgba(0, 0, 0, .1); background-image: none; background-color: rgba(0, 0, 0, .025); border-color: rgb(232, 232, 232); cursor: default; } ._4afd735f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } .d47729b8 { width: 1em; } ._4afd735f .d47729b8 { border-color: #FFCD3A; } /* BUTTONS: HOVER STATES */ ._27b0a3f3:hover { border-color: rgb(0, 158, 53); color: rgb(0, 158, 53); } .c555b7b3:hover { border-color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4); } ._0dbbf8ca:hover { border-color: rgb(42, 101, 177); color: rgb(42, 101, 177); } .c8f69119:hover { border-color: rgb(162, 45, 44); color: rgb(162, 45, 44); } /* BUTTONS: INLINE BREAKPOINTS */ ._795cdbae { min-width: 140px; } @media screen and (min-width: 60em) { .a8d24ef6, ._6ccc357c, .e7853a6d, ._06aef45a { margin-left: 180px; } } /* BUTTONS: DISABLED & DISABLED HOVER */ ._27b0a3f3[disabled]:hover, ._27b0a3f3[disabled] { opacity: .5; background: #00C642; cursor: default; } .c555b7b3[disabled]:hover, .c555b7b3[disabled] { opacity: .5; background: white; cursor: default; } ._0dbbf8ca[disabled]:hover, ._0dbbf8ca[disabled] { opacity: .5; background: white; cursor: default; } .c8f69119[disabled]:hover, .c8f69119[disabled] { opacity: .5; background: white; cursor: default; } ._1b4f7f70, ._1b4f7f70:hover { cursor: wait; } ._750b5552 { font-size: 16px; padding: 4px 8px !important; margin-bottom: 0; height: auto !important; } .b55db0e2 { width: 20px; height: 20px; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .4); transition: all linear 0.1s; cursor: pointer; } .b55db0e2:hover { color: white; background-color: #cb3837; border-color: #cb3837; } .b55db0e2[disabled] { color: #999; background-color: #ddd; border-color: #999; } ._51c6c0d0 { position: relative; height: 36px; width: 36px; padding: 0; } ._54445007 { background: #f2f2f2; } .bb86232a { background: #ffffff; padding: 0; } ._425fdea4 { height: 38px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; resize: vertical; background: white; } ._425fdea4:focus { outline: none; box-shadow: none; background-color: #fff; border-color: #579ecf; } ._12c8ce87 { /* composes: mw5-ns from global; */ -ms-flex-positive: 1; flex-grow: 1; } ._425fdea4[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } @media screen and (min-width: 30em) { ._425fdea4:focus { border-color: #1F8ACC; outline: 0; } .ef4a48a2 { width: 100%; } ._508cc1e8 { height: 38px; resize: vertical; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 10px; border-radius: 5px; padding: 0; margin: 0; background: #d7dcdf; } .d05bbe6c { -ms-flex-positive: 1; flex-grow: 1; } ._508cc1e8:active, ._508cc1e8:focus, ._508cc1e8:active { outline: none; outline-color: #ffffff; background-color: #d7dcdf; /* Do not remove - important for a11y */ border-color: #579ecf; } ._508cc1e8::-moz-focus-outer { border: 0; } ._508cc1e8::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; background: #272727; } ._508cc1e8[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } /* override built-in mozilla style */ :-moz-ui-invalid { box-shadow: none; } .ca5693e9 { border: 1px solid red; } ._3714e37c { color: red; } @media screen and (min-width: 30em) { .c5446f63 { width: 100%; padding-left: 180px; } } .b56301db { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9d16cd42 { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: baseline; align-items: baseline; padding-bottom: 5px; } ._128f502f { -ms-flex-negative: 0; flex-shrink: 0; } ._992c2922 { width: 25px; position: absolute; z-index: 2; left: 12px; top: 7px; } ._30cc4985 { position: relative; } ._30cc4985 input { padding-left: 50px; } .ab3bb16f input[type='radio'] { position: absolute; z-index: 1; left: 50%; top: 50%; width: 22px; height: 22px; margin: 0; outline: 0; margin-top: -9px; margin-left: -9px; display: none; } .ab3bb16f input[type='radio']:checked+.b4929007 { background-color: rgba(235, 219, 255, .4); color: #442fa9; font-weight: normal; text-shadow: none; /* border: 1px solid #442fa970; */ } .b4929007 { cursor: pointer; text-shadow: 0 1px 0 #f3f3f3; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .ab3bb16f:first-child .b4929007 { border-right: 0; border-radius: 3px 0 0 3px; } .ab3bb16f:last-child .b4929007 { border-left: 0; border-radius: 0 3px 3px 0; } .c06f4cad { top: 100%; width: 99%; left: 0.5%; box-shadow: 0px 1px 3px rgba(0, 0, 0, .3); } ._8a2f7809 { border-bottom: 1px solid #eee; } ._8a2f7809:hover, ._7855648d { background-color: rgba(0, 0, 0, .05) } ._8a2f7809:last-child { border-bottom: none } ._8a2f7809 span { display: inline-block; vertical-align: top; line-height: 2em; } ._8a2f7809 a { vertical-align: top; line-height: 0; } .e6f92c42 { background-color: rgba(1, 1, 1, 0) } ._7555aa55 { width: 42px; height: 42px; } .b52dc8f3 { background-color: #273547 !important; } .b52dc8f3 * { color: white !important; } ._9ae8eda2 { min-height: 54px; } .cd2827bb { -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: transparent; color: rgba(255, 255, 255, .8); font-family: 'Poppins'; } .cd2827bb::after { content: ""; display: block; height: 10px; width: 100%; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); } .cd2827bb a { color: rgba(0, 0, 0, .7); font-weight: 400; line-height: 2; } ._802b5507 { width: 50px; } ._1b8c0a9f { font-size: 17px; letter-spacing: 1.3px; color: #333333; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._75ce47e7 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._75ce47e7:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._75ce47e7 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._75ce47e7 header { margin: 20px 0; text-align: center; } ._75ce47e7 header svg { width: 120px; } ._94d452dc { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._75ce47e7 header { margin: 80px 0 40px; } ._75ce47e7 header svg { width: 144px; } ._94d452dc { margin-bottom: 160px; } } ._2b1f4808 { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._320f7a67 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._320f7a67:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._320f7a67 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._320f7a67 header { margin: 20px 0; text-align: center; } ._320f7a67 header svg { width: 120px; } .b9a4b1a9 { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._320f7a67 header { margin: 80px 0 40px; } ._320f7a67 header svg { width: 144px; } .b9a4b1a9 { margin-bottom: 160px; } } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } ._320f7a67 main { max-width: 45em; } ._320f7a67 button { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } .ff0e7e5c { -ms-flex: 0 0 auto; flex: 0 0 auto; box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding: 10px 0; } ._43e27900 { -ms-flex-positive: 0; flex-grow: 0; } ._43e27900 svg { width: 96px; } .acb78000 { background-color: #F7F7F7; min-height: 100vh; margin-top: 10px; } .acb78000:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._2adcc2af { -ms-flex-positive: 1; flex-grow: 1; } ._7fb5e603 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } ._7cbf6ad7 { -ms-flex-positive: 1; flex-grow: 1; padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .e9998f88 { background-color: rgba(0, 0, 0, .03); box-shadow: inset -8px 0 6px -2px rgba(162, 162, 162, 0.10196); } ._266f804b { overflow-x: hidden; padding: 24px; } @media screen and (min-width: 30em) { ._266f804b { top: 0; position: -webkit-sticky; position: sticky; width: 282px; max-height: 100vh; overflow-y: auto; } } ._8a646b6d svg { height: 14px; margin-right: 10px; } ._8a646b6d:hover { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .05) } ._775ed650 { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .08) } ._55741ad1 { line-height: 1.1; color: #6BCE2C; position: absolute; border: 1px solid #6BCE2C; border-radius: 100%; width: 24px; height: 24px; top: 0px; right: 0; display: block; } ._55741ad1:hover { color: #fff; background-color: #6BCE2C; } .ee9e731a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity 1s linear; } ._73b7ed33 { background-color: hsl(0, 100%, 93%); color: hsl(0, 75%, 35%); } ._33186cec { background-color: hsl(50, 100%, 93%); color: hsl(50, 75%, 25%); } ._33186cec a { display: block; color: hsl(50, 75%, 25%); } .d76ab310 { background-color: hsl(120, 100%, 93%); color: hsl(120, 75%, 25%); } ._545224b8 { line-height: 16px; line-height: 1rem; height: 16px; height: 1rem; } .cf325dbd { position: -webkit-sticky; position: sticky; width: 100%; top: 0px; left: 0px; } .cdf2cfa5 { background-color: #f7f7f7; } .cdf2cfa5 ._5fb3df3b { background-color: #ffffff; } .b830cb24 a { text-decoration: none; color: #cb3837; } .bc1f62ce { font-size: 0.9em; } .f6cf753b { -ms-flex-flow: row wrap; flex-flow: row wrap; } hgroup { margin-bottom: 50px; } .f6cf753b textarea { min-height: 8em; } .f6cf753b hr { margin-top: 4em; margin-bottom: 3em; } .f6cf753b select { width: 100%; padding: 8px; padding: 0.5rem; margin: 8px 0 0.75em 0; margin: 0.5rem 0 0.75em 0; color: rgba(0, 0, 0, .7); } ._7a12db77 { margin-top: 0; margin-bottom: 2em; } ._01c91678 { display: inline; color: #cb3837; } ._0ae17f63 { background-color: #FB3B49; box-shadow: 5px 5px 0 rgba(251, 59, 73, .2); color: white; border-radius: 0; font-family: 'Poppins'; } ._59a27b09:after { clear: both; } ._8afc529d { display: -ms-flexbox; display: flex; border: solid 1px #888888; float: left; box-sizing: border-box; text-decoration: none; width: calc(50% - 0.5em); margin-bottom: 1em; text-align: center; padding: 1em; min-height: 4.5em; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: rgba(0, 0, 0, .7); } ._8afc529d:nth-child(odd) { margin-right: 0.5em; } ._8afc529d:nth-child(even) { margin-left: 0.5em; } ._8afc529d:hover { text-decoration: underline; } ._01c91678:hover { text-decoration: underline; } .f2315b96 a { display: inline-block; vertical-align: top; line-height: 32px; } .b96a673d { line-height: 1.4; } ._68cdd332 { margin-top: 1em; } ._2cd87ac8 { display: none; visibility: hidden; } ._1bc12931 img { height: 240px; margin: 4px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._1a65a68d { background-color: #fff !important; } ._1a65a68d::after { display: block; content: " "; border-bottom: 2px solid rgba(0, 0, 0, .1); position: absolute; width: 100%; bottom: 1ex; z-index: 0; } ._1a65a68d>span { position: relative; z-index: 1; padding: 0 0.9375em; background: inherit; } ._4c35f6c9 { margin-top: 40px; width: 45%; } .c4757497 { padding: 40px; border: 1px solid #ccc; border-radius: 10px; background-color: #f2f2f2; } .e73c68c4 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .ccc8896b { margin-left: 76px; } .dd81cbb5 { color: #34495e; background-color: #fff; border: 1px solid #b3b3b3; outline: none; transition: all 300ms ease-out; border-radius: 10px; padding: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .aad35f10 { position: relative; text-align: left; } ._8db05992 { font-size: 0; z-index: 1; cursor: pointer; position: absolute; top: 0; border: none; padding: 0; margin: 0 0 0 1px; background: transparent; text-indent: -10px; height: 34px; width: 100%; } ._7b0b709d { color: #333; cursor: pointer; text-indent: 10px; line-height: 32px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; width: 100%; } ._7b0b709d:after { position: absolute; right: 6px; top: 15px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 5px 4px 0 4px; border-color: #555 transparent transparent transparent; } ._12ab17e9 { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; z-index: 1; transition: all .25s ease; list-style-type: none; position: absolute; top: 32px; padding: 0; margin: 0; opacity: 0; visibility: hidden; border-radius: 3px; text-indent: 10px; line-height: 32px; background-color: white; border: 1px solid #ccc; width: 100%; max-height: 300px; overflow: auto; } ._12ab17e9 a { color: #333; } ._12ab17e9:hover, ._8db05992:focus~._12ab17e9 { opacity: 1; visibility: visible; top: 42px; } ._33ee58a9 { padding: 20px 40px; background-color: rgb(217, 240, 255); } ._33ee58a9 code { background-color: #f2f2f2; } ._8377252a summary { cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8377252a pre { font-size: 0.8em; overflow-x: scroll; } .cb619c9b { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; -ms-flex-direction: column; flex-direction: column; } ._32b9cb92 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 100vw; } ._9354fe4b { margin-bottom: 2em } .d5c81d52, .a3eaa586 { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; } .a3eaa586 { -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: center; align-items: center; } .d58d8627 { -ms-flex: grow; flex: grow; } ._3b2c3c3e, ._4956a004 { -ms-flex: none; flex: none; margin: .75em; } ._3b2c3c3e { justify-self: flex-start; } ._4956a004 { justify-self: flex-end; } ._048bd5f8 { border: 2px solid rgba(0, 0, 0, .1); padding: 20px 40px 0; } ._5bf2e3d4 { width: 42px; } .b6672c22 { height: 24px; height: 1.5rem; } .e99f3f5d { color: #1aa974; } .eafb897c { margin: 0; border-color: rgba(0, 0, 0, .07); } .e290079c { margin: 0 -32px; } ._6e737bac { font-size: 17px; } .b4f049ad { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; width: 100%; background-image: url(https://static.npmjs.com/c07230a8959706cf638a847c59a2ab2b.svg), linear-gradient(0deg, #d3ecec, #80cfd2 93%, #88cdd1); background-position: bottom center; background-repeat: no-repeat; overflow: hidden; height: 27vw; position: relative; max-height: 300px; } ._0c22ad84 { margin-left: 50%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: bottom; align-items: bottom; transform: translateX(-50%); transition: transform ease-out 500ms; } .eb8edf43 { width: 7vw; max-width: 80px; margin: 0 0.5vw; transition: transform ease-out 250ms; transform: translateY(30%); } ._16bcb3c7 { transform: translateY(92%); } ._75a5f581 { color: #cb3837; } .c495d29d { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; } .c495d29d li { margin-bottom: 12px; display: -ms-flexbox; display: flex; list-style-type: circle; list-style-position: outside; } .c495d29d li>* { display: block; -ms-flex: 1 0 initial; flex: 1 0 initial; white-space: nowrap; } .c440844e { -ms-flex: 1 1 auto; flex: 1 1 auto; border-bottom: 1px dotted rgba(0, 0, 0, .2); } .c495d29d li>*:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .c495d29d li>*:last-child { text-align: right; } ._2ca3464c { margin-top: -3px; } .c499451a ._132722c7 { color: #cb3837; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 1200px) { ._36ae70e9 { max-width: 1200px; } } ._4b60b4d3 { background: white; } .cd6ce1fd { max-width: 100vw; } ._50685029 { letter-spacing: -0.8px; } ._94b965b0 { background: #f2f9ff; border: 1px solid #a7bdff; -ms-flex: none; flex: none; letter-spacing: 0; } ._76473bea { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; background: transparent; -ms-flex: none; flex: none; letter-spacing: 0; } ._2e7477a7 svg { display: inline-block; margin-right: 8px; width: 8px; height: 12px; } .d92e4bdd { top: 20px; left: 20px; height: auto; width: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .b5be2af6 { position: relative; max-width: 95vw; line-height: 24px; } .b5be2af6 svg { width: 0.9em; height: 0.9em; -ms-flex: none; flex: none; margin-right: 3px; margin-left: 0px; margin-top: 6px; fill: rgba(0, 0, 0, .5); } .b5be2af6 svg:nth-of-type(2) { position: absolute; right: 15px; left: auto; opacity: 0; fill: rgba(0, 0, 0, .5); transition: opacity 0.2s linear; } .b5be2af6:hover svg:nth-of-type(2) { opacity: 1; } ._44c90bfa { color: #cb3837; } ._44c90bfa svg { -ms-flex: none; flex: none; display: inline-block; margin-top: 2px; margin-right: 11px; width: 1em; height: 1em; opacity: 0.7; } ._5cfc0900 svg { width: 8px; height: 12px; margin-right: 8px; fill: rgba(0, 0, 0, .45); } .b2812e30 { font-size: 18px; } .b2812e30 svg { height: 16px; margin-right: 8px; } .df3864ac code { word-wrap: wrap; padding-left: 10px; } .d767adf4 { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; font-feature-settings: none; font-variant-ligatures: none; position: relative; } .d767adf4 svg { position: absolute; top: 11px; left: 18px; } .d767adf4 span { display: block; width: 100%; height: 100%; border-radius: 5px; padding: 10px 10px 10px 34px; border: 1px #cccccc solid; } .d767adf4:hover { cursor: pointer; background: hsl(120, 100%, 93%); border-color: #00C642; } .d767adf4 ::-moz-selection { background: none; } .d767adf4 ::selection { background: none; } ._000ae427 { border-bottom: 2px solid rgba(137, 86, 255, .2); } ._418c4939 { margin-right: -4px; } ._8a41cc8f { color: #cb3837; } .a0dff0b1 { border-bottom: 1px dotted #ccc; color: #111; } /** * Package access */ .c6e34c57 { list-style: none; margin: 0; padding: 0; } .c6e34c57 li { padding: 15px; border-bottom: 1px solid grey; } .c6e34c57 li span:nth-child(3) { width: calc(100% - 170px); text-align: right; } ._3ebf5573, .fb3d3716, .fb3d3716 { width: 125px; } ._426b8533 img { border-radius: 3px; } ._3711aa1e { width: 44px; height: 44px; line-height: 40px; color: #00C642; border-color: #00C642; } ._3ebf5573 { width: 25px; } ._6054af20 { box-shadow: none; } ._9e13d83d { width: 18px; margin-right: 5px; } ._7eb68a55 { background-color: #fafafa; } ._43a531d3 { display: -ms-flexbox; display: flex; } @media screen and (min-width: 60em) { ._43a531d3 { -ms-flex-direction: initial; flex-direction: initial; } } ._329d07cd { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 5px 0 0 0; } .efc7b1c8 { display: -ms-flexbox; display: flex; -ms-flex: 1; flex: 1; margin: 0 10px 10px 0; padding: 0; transition: 0.2s background-color linear; } .efc7b1c8:nth-of-type(6n+1):hover { background-color: rgba(137, 86, 255, 0.2); } .efc7b1c8:nth-of-type(6n+1):hover ._5d3decdb { color: rgb(41, 0, 138); border-bottom-color: rgb(41, 0, 138); } .efc7b1c8:nth-of-type(6n+2):hover { background-color: rgba(0, 198, 66, 0.2); } .efc7b1c8:nth-of-type(6n+2):hover ._5d3decdb { color: rgb(0, 97, 32); border-bottom-color: rgb(0, 97, 32); } .efc7b1c8:nth-of-type(6n+3):hover { background-color: rgba(41, 171, 226, 0.2); } .efc7b1c8:nth-of-type(6n+3):hover ._5d3decdb { color: rgb(20, 106, 144); border-bottom-color: rgb(20, 106, 144); } .efc7b1c8:nth-of-type(6n+4):hover { background-color: rgba(203, 56, 55, 0.2); } .efc7b1c8:nth-of-type(6n+4):hover ._5d3decdb { color: rgb(126, 32, 32); border-bottom-color: rgb(126, 32, 32); } .efc7b1c8:nth-of-type(6n+5):hover { background-color: rgba(255, 205, 58, 0.2); } .efc7b1c8:nth-of-type(6n+5):hover ._5d3decdb { color: rgb(107, 80, 0); border-bottom-color: rgb(107, 80, 0) } .efc7b1c8:nth-of-type(6n+6):hover { background-color: rgba(200, 54, 195, 0.2); } .efc7b1c8:nth-of-type(6n+6):hover ._5d3decdb { color: rgb(40, 11, 39); border-bottom-color: rgb(40, 11, 39) } .efc7b1c8:hover ._5d3decdb { border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; } ._5d3decdb { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex: 1; flex: 1; white-space: nowrap; text-align: center; text-decoration: none; padding: 25px 35px; font-size: 16px; font-weight: 800; color: #333; border: 1px solid #efefef; border-bottom: 2px solid #efefef; transition: 0.2s border-color linear; } ._5d3decdb svg { height: 18px; margin-right: 10px; } .f85080bd { border-bottom-color: #efefef; padding: 10px 0; margin: 0; line-height: 100%; font-size: 18px; font-weight: 600; } .f85080bd:hover { color: #cb3837; } .d5376578 { margin-bottom: 0; } ._5b5c6538 { padding-bottom: 20px; margin-bottom: 20px; } ._5b5c6538:last-of-type { border-bottom: none; } .e3558c28 { border: 1px solid #EA2039; } ._49d22aa6 { border-color: #EA2039; } ._664b9a60 { border-color: #FAB231; } ._8f26e3fd { border-color: #FEE933; } ._9979b908 svg { height: 14px; margin-right: 5px; } ._87671184 { max-width: 50%; } .aac0d214 { overflow: auto; background-color: rgba(0, 0, 0, .8); } .aac0d214 pre { margin: 0px; } ._7bac6663 { background-color: #8956FF; color: white; } .f6d9ef39 { background-color: rgba(0, 0, 0, .15); } .cfe0756c:hover { color: #cb3837; } ._65c21564:nth-child(3n+1) { border-left: 1px solid #eee; } ._5d3bfe0c { background: hsl(50, 100%, 93%); } ._748cc31f { justify-self: flex-start; } ._2ffd8dd7 { justify-self: flex-end; } ._66549089 { -ms-flex: 1; flex: 1; } ._270f475a { -ms-flex-align: center; align-items: center; } .a2d586b8 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._58db8a06 { max-width: 1200px; } ._000be187 { background-color: #fff9e7; } ._49b6ae1a { background-color: #f4fbe8; } ._048efcca { background-color: #f7f7f7; } ._5fc60248 { max-width: 1000px; } .b58a75ab { min-width: 40px; } ._4e4cb888 textarea { min-height: 120px; } ._2b48ee4c { left: 33px; background: #eeeeee; height: 100%; width: 4px; } .ced63daa { z-index: 1; background: #eeeeee; height: 40px; width: 40px; min-height: 40px; min-width: 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; } .a30ef028 strong { margin-bottom: 0.5em; display: block; } ._583f9580 { text-transform: capitalize; } .f06502ea { height: 24px; width: 24px; } ._896cee1a { overflow-x: auto; border-spacing: 0 8px; } ._6a5898ac { padding: 0.5em 0.75em; } ._6a5898ac:first-child { text-align: center; width: 0.5em; padding-right: 0; } ._038c0473 { border-top: 1px solid transparent; border-bottom: 1px solid transparent; padding: 0.75em; } ._038c0473:first-child { text-align: center; width: 0.5em; padding-right: 0; border-left: 1px solid transparent; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ._038c0473:last-child { padding-right: 0.75em; border-right: 1px solid transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } ._305a9f55 ._038c0473 { border-top: 1px solid hsla(180, 50%, 50%, 1); border-bottom: 1px solid hsla(180, 50%, 50%, 1); background-color: hsla(180, 50%, 50%, .2); } ._305a9f55 ._038c0473:first-child { border-left: 1px solid hsla(180, 50%, 50%, 1); } ._305a9f55 ._038c0473:last-child { border-right: 1px solid hsla(180, 50%, 50%, 1); } ._836c43e2 ._038c0473 { opacity: 0.5; } .dfa16c80 { font-size: 18px; } ._26391339 a { display: inline-block; color: #666; text-decoration: none; padding: 8px 12px; border-radius: 3px; margin: 0 3px; background-color: white; border: 1px solid #cfcfcf; } ._26391339 a:hover { background-color: #f8f8f8; text-decoration: none; } ._31dfe8f0 a { font-weight: bold; color: black; } .a0329937, ._766d2bab { text-decoration: none; } .d1f83072 { min-width: 16px; min-width: 1rem; } ._1557da71 { border-radius: 3px; } .fd18bd36 { margin-top: 0px; background: #FEFEFE; } .fd18bd36:first-child { margin-top: 0; } .fd18bd36:nth-of-type(odd) { background: #F9F9F9; border-bottom: 1px solid #E1E1E1; } .fd18bd36:first-of-type { border-top-left-radius: 3px; border-top-right-radius: 3px; } .fd18bd36:last-of-type { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom: none; } :root { --wombat-red-hover: #c40b0a; --button-green: #00C642; --wombat-yellow: #FFCD3A; --wombat-violet: #8956FF; --wombat-purple: #C836C3; --wombat-green: #00C642; --wombat-teal: #29ABE2; --light-blue: #70b8ff; --wombat-red: #cb3837; --header-color: #000; --bg-dark: #cb3837; --npmRed: #cb3837; --npmLightRed: #fb3e44; --blue: #357edd; --bg: #fff; --code: "Fira Mono", "Andale Mono", "Consolas", monospace; --code-ls: 0px; --code-lh: 24px; --standardCardTransition: all 0.2s ease; --header-letter-spacing: 0.015625em; --readme-font-size: 18px; --readme-line-height: 1.6; --copy-color: rgba(0, 0, 0, 0.85); --code-bg: #f7f7f7; --code-box-radius: 2px; } ._7adb9669 { padding: 1em 0 0; } .fead48c6 { min-height: 200px; overflow: hidden; } .e4583356 { letter-spacing: 0.18px; } ._16a82db2 { top: -25px; left: 50%; } ._7dc916aa { left: -50%; } .c8578b02 { -ms-flex-pack: justify; justify-content: space-between; } .b911aca9 { -ms-flex-align: center; align-items: center; z-index: 1; } ._612d3ad9 { border-color: #999999; height: 1px; top: 20px; } .ef05047f { color: hsl(120, 75%, 25%); } ._69f3a0ae { color: hsl(0, 75%, 35%); } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .d4e528cd { border-bottom: 1px dotted #ccc; } @media (max-width: 479px) { .a196eec9 { margin-top: 15px; } } ._3fd8a552 { color: #ffffff; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._6d9832ac { padding-top: 8px; font-size: 18px; line-height: 1.6; } @media screen and (min-width: 30em) { ._6d9832ac { font-size: 1rem; } } ._6d9832ac h1, ._6d9832ac h2, ._6d9832ac h3, ._6d9832ac h4, ._6d9832ac h5, ._6d9832ac h6 { color: #111; margin-top: 24px; margin-bottom: 16px; padding-bottom: 0px; padding-bottom: 0rem; font-weight: 600; line-height: 1.25; } ._6d9832ac ._280057d3 { font-size: 3em; border-bottom: 1px dotted #ccc; padding-bottom: 16px; padding-bottom: 1rem; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } ._6d9832ac a { color: #cb3837; text-decoration: none; font-size: 1em; } ._6d9832ac p a, ._6d9832ac li a { font-weight: normal; } ._6d9832ac blockquote { background: none; padding: 0px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 4px; border-radius: 0; } ._6d9832ac>*:last-child { margin-bottom: 0; } ._6d9832ac h1:first-child { font-weight: 700; margin-top: 0; } ._6d9832ac>h1:first-child>a:first-child { display: none; /* no need for the deeplink for the top of the readme */ } ._6d9832ac::first-letter-line { font-size: 80px; font-size: 5rem; margin-top: 0; font-weight: 100; } ._6d9832ac h1 { font-size: 36px; font-size: 2.25rem; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, .1); } ._6d9832ac h2 { font-size: 30px; font-size: 1.875rem; border-bottom: 1px solid rgba(0, 0, 0, .1); padding-bottom: 8px; letter-spacing: -0.8px; letter-spacing: -.05rem; } ._6d9832ac h3 { font-size: 20px; font-size: 1.25rem; letter-spacing: -0.48px; letter-spacing: -.03rem; } ._6d9832ac h4 { font-size: 18px; font-size: 1.125rem; padding-bottom: 8px; letter-spacing: -0.48px; letter-spacing: -.03rem; border-bottom: 1px solid #eee; } ._6d9832ac h5 { font-size: 16px; font-size: 1rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac h6 { font-size: 14px; font-size: 0.875rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac p { color: rgba(0, 0, 0, .85); font-size: 18px; line-height: 1.6; margin-top: 0; margin-bottom: 16px; line-height: 1.65; letter-spacing: 0.1px; } ._6d9832ac p li { line-height: 1; margin-top: 0; margin-bottom: 8px; } ._6d9832ac strong { color: black; font-weight: bolder; } ._6d9832ac hr { opacity: 0.2; height: 0px; } ._6d9832ac ol { padding-left: 17px; padding-top: 0; margin-top: 0; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1.1em; } ._6d9832ac td, ._6d9832ac th { font-size: 1.1em; padding: 9px 13px; border: 1px solid #d8d8d8; border-bottom: none; line-height: 1.6; } ._6d9832ac tr td { line-height: 1.4; } ._6d9832ac table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #e2e2e2; } ._428bc763 pre, code { font-feature-settings: none; font-variant-ligatures: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; line-height: 24px; } ._6d9832ac li p code { font-size: 0.8em; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1em; } ._6d9832ac pre { margin-top: 0; margin-bottom: 24px; padding: 12px; font-size: 1em; background: #f7f7f7; border-radius: 2px; overflow-x: auto; } ._6d9832ac code { font-size: 1em; border-radius: 2px; background: #f7f7f7; padding: 0px 5px; } @media screen and (min-width: 30em) { ._6d9832ac pre { padding: 13px 15px; } } ._6d9832ac pre code { font-size: 16px; font-size: 1rem; padding: 0; } ._6d9832ac p code { font-size: 0.9em; } ._6d9832ac ul { padding-left: 1em; margin-bottom: 1em; font-size: 1em; line-height: 1.3; } ._6d9832ac ul li a { font-size: 18px; color: #cb3837; text-decoration: none; font-weight: normal; line-height: 1.4; } ._6d9832ac svg .bab41d78 { float: right; margin-right: 48px; margin-right: 3rem; padding-top: 16px; padding-top: 1rem; } ._6d9832ac svg .bab41d78:first-child { padding-top: 20px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._8055e658 { -ms-flex-positive: 1; flex-grow: 1; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: 3px solid #cb3837; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8055e658:hover { background: rgb(250, 235, 235); } ._8055e658 svg, ._8055e658 .c3fc8940 { font-weight: bold; margin: -0.25em 0.5em -0.25em 0; width: 1.2em; height: 1.2em; fill: #cb3837; } @media screen and (min-width: 60em) { ._8055e658 { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-left: none; border-bottom: 2px solid #cb3837; } } ._8055e658.ac5f7ef8 { background-color: rgba(203, 56, 55, 0.2); } ._8055e658.d9f99065 { color: #FFCD3A; border-color: #FFCD3A; } ._8055e658.d9f99065:hover { background: rgb(255, 249, 229); } ._8055e658.d9f99065.ac5f7ef8 { background-color: rgba(255, 205, 58, 0.2); } ._8055e658.d9f99065 ._38ce9a85 { color: rgb(158, 119, 0); } ._8055e658.d9f99065 svg, ._8055e658.d9f99065 .c3fc8940 { fill: rgb(209, 157, 0); } ._8055e658._2a0881eb { border-color: #00C642; } ._8055e658._2a0881eb:hover { background: rgb(214, 255, 228); } ._8055e658._2a0881eb.ac5f7ef8 { background-color: rgba(0, 198, 66, 0.2); } ._8055e658._2a0881eb ._38ce9a85 { color: rgb(0, 97, 32); } ._8055e658._2a0881eb svg, ._8055e658._2a0881eb .c3fc8940 { fill: rgb(0, 148, 49); } ._8055e658._7cec0316 { border-color: #8956FF; } ._8055e658._7cec0316:hover { background: rgb(237, 229, 255); } ._8055e658._7cec0316.ac5f7ef8 { background-color: rgba(137, 86, 255, 0.2); } ._8055e658._7cec0316 ._38ce9a85 { color: rgb(41, 0, 138); } ._8055e658._7cec0316 svg, ._8055e658._7cec0316 .c3fc8940 { fill: #8956FF; } ._8055e658.c1f85151 { border-color: #C836C3; } ._8055e658.c1f85151:hover { background: rgb(250, 235, 249); } ._8055e658.c1f85151.ac5f7ef8 { background-color: rgba(200, 54, 195, 0.2); } ._8055e658.c1f85151 ._38ce9a85 { color: rgb(120, 33, 117); } ._8055e658.c1f85151 svg, ._8055e658.c1f85151 .c3fc8940 { fill: rgb(160, 44, 156); } ._8055e658.b4fcfd19 { border-color: #29ABE2; } ._8055e658.b4fcfd19:hover { background: rgb(233, 246, 252); } ._8055e658.b4fcfd19.ac5f7ef8 { background-color: rgba(41, 171, 226, 0.2); } ._8055e658.b4fcfd19 ._38ce9a85 { color: rgb(20, 106, 144); } ._8055e658.b4fcfd19 svg, ._8055e658.b4fcfd19 .c3fc8940 { fill: rgb(41, 171, 226); } ._38ce9a85 { padding-top: 12px; padding-bottom: 12px; padding-left: 15px; padding-right: 15px; color: #cb3837; } ._38ce9a85:focus { outline: none; } .ac5f7ef8 ._38ce9a85 { font-weight: bold; } .fff73891:first-of-type { padding-left: 0; } ._22665c13 { font-size: 9px; border: 1px solid; border-radius: 2px; padding: 1px 2px; position: relative; top: -2px; margin-left: 10px; opacity: 0.7; } .f953ffc3 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .e91431b9 { color: #cb3837; } ._197747fa { background-color: #f7f7f7; } ._38b40108 { max-width: 900px; } ._80861c73 pre { overflow-x: auto; } ._085a4a8a { height: 200px; overflow-y: scroll; } ._6d820777 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._6d820777 ._2db260b4 { -ms-flex-item-align: start; align-self: flex-start; padding-left: 1em; width: 50%; } ._6d820777 .c779e82c { -ms-flex-item-align: start; align-self: flex-start; padding-right: 1em; text-align: right; margin: 0; width: 50%; } ._3cc69d62 ul { margin-top: 0; } .ea8e24d8 a { color: #cb3837; } .e7fb4d77 { transition: all 0.2s ease; } .d81f431d { color: white; background: #cb3837; } .d81f431d:hover { background: #c40b0a; } .b5d69a2f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } ._815e870d { width: 1em; } .b5d69a2f ._815e870d { border-color: #FFCD3A; } ._7adb9669 { padding: 1em 0 0; } ._98714ae6 { margin: 0px; padding: 1.25em 0.5em; font-size: 18px; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; background: rgba(0, 0, 0, .02); border-bottom: 1px solid rgba(239, 239, 239, 0.93725); color: #333; text-decoration: none; text-align: center; } ._98714ae6 a { font-weight: 600; text-decoration: none; color: #333333; text-decoration: underline; white-space: nowrap; } .d321523e { font-weight: 400; } .c7d083b3 { padding: 0em 0.5em; } /*! * GitHub Light v0.5.0 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE) */ .pl-c /* comment, punctuation.definition.comment, string.comment */ { color: #6a737d; } .pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */ , .pl-s .pl-v /* string variable */ { color: #005cc5; } .pl-e /* entity */ , .pl-en /* entity.name */ { color: #6f42c1; } .pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */ , .pl-s .pl-s1 /* string source */ { color: #24292e; } .pl-ent /* entity.name.tag, markup.quote */ { color: #22863a; } .pl-k /* keyword, storage, storage.type */ { color: #d73a49; } .pl-s /* string */ , .pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */ , .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */ , .pl-sr /* string.regexp */ , .pl-sr .pl-cce /* string.regexp constant.character.escape */ , .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ , .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ { color: #032f62; } .pl-v /* variable */ , .pl-smw /* sublimelinter.mark.warning */ { color: #e36209; } .pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ { color: #b31d28; } .pl-ii /* invalid.illegal */ { color: #fafbfc; background-color: #b31d28; } .pl-c2 /* carriage-return */ { color: #fafbfc; background-color: #d73a49; } .pl-c2::before /* carriage-return */ { content: "^M"; } .pl-sr .pl-cce /* string.regexp constant.character.escape */ { font-weight: bold; color: #22863a; } .pl-ml /* markup.list */ { color: #735c0f; } .pl-mh /* markup.heading */ , .pl-mh .pl-en /* markup.heading entity.name */ , .pl-ms /* meta.separator */ { font-weight: bold; color: #005cc5; } .pl-mi /* markup.italic */ { font-style: italic; color: #24292e; } .pl-mb /* markup.bold */ { font-weight: bold; color: #24292e; } .pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ { color: #b31d28; background-color: #ffeef0; } .pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ { color: #22863a; background-color: #f0fff4; } .pl-mc /* markup.changed, punctuation.definition.changed */ { color: #e36209; background-color: #ffebda; } .pl-mi2 /* markup.ignored, markup.untracked */ { color: #f6f8fa; background-color: #005cc5; } .pl-mdr /* meta.diff.range */ { font-weight: bold; color: #6f42c1; } .pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ { color: #586069; } .pl-sg /* sublimelinter.gutter-mark */ { color: #959da5; } .pl-corl /* constant.other.reference.link, string.other.link */ { text-decoration: underline; color: #032f62; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._5ae7dfec { margin-top: 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ECECEC; } ._5ae7dfec button { color: #343434; background: none; border: none; cursor: pointer; font-weight: inherit; } ._5ae7dfec button:hover { color: #000000; text-decoration: underline; } ._6b5f01e6 { border-top: none; margin: 0; padding: 0; overflow-x: auto; border-spacing: 0 8px; } ._0b79531e { border-bottom: 1px solid #ECECEC; } ._0b79531e h4 { margin: 16px; display: -ms-flexbox; display: flex; } ._0ec63fc7 { padding: 0 8px; } .a2ab2737 { border-top: 1px solid transparent; border-bottom: 1px solid #ECECEC; margin: 0; padding: 3px; height: 34px; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .a2ab2737:last-child { border-bottom: none; } .a2ab2737:hover { background-color: #F4F4F4; } .a2ab2737 ._75771d2d { display: -ms-flexbox; display: flex; width: 55%; } .a2ab2737 ._75771d2d img { position: relative; top: 2px; overflow: hidden; } ._0250bef8 { padding: 1px 0 0 9px; } .b0d94918 { padding-left: 8px; } .a2ab2737 ._7dccc978 { color: #8c8c8c; padding: 4px 10px 0px 0px; width: 30%; overflow: hidden; display: none } @media screen and (min-width: 60em) { .a2ab2737 ._7dccc978 { display: block; } } .a2ab2737 .af65e767 { margin-left: 20px; width: 15%; text-align: right; padding: 4px 12px 0px 0px; overflow: hidden; } ._5ec64de6 { height: 34px; background-color: #FAFAFA; border-bottom: 1px solid #ECECEC; display: -ms-flexbox; display: flex; padding: 8px 0 0 4px; font-size: 14px; -ms-flex-pack: justify; justify-content: space-between; } .aa4f77f0 { display: -ms-flexbox; display: flex; } ._789a6f53 { display: -ms-flexbox; display: flex; } ._7b8cd891 { padding: 2px 4px 0 0px; } ._29075f51 { height: 18px; padding: 0 0 0 20px; margin: 0 20px; border-left: 1px solid #E3E3E3; } .ca243068 pre { background-color: #FFFFFF; } .ca243068 code { font-family: Consolas, monaco, monospace; line-height: 20px; font-size: 12px; } ._4af6a1ca { display: -ms-flexbox; display: flex; } ._0ac31f66 ._0b79531e h4 { text-align: center; display: block; } .b3736c71 { width: 50%; height: 350px; padding-top: 75px; text-align: center; } .c780cb82 { width: 50%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-right: 20px; } ._8b7d3b5b { margin-top: 20px; font-size: 12px; color: #8c8c8c; line-height: 16px; } ._8364c104 { display: inline-block; word-wrap: break-word; width: 100%; } ._450b46e9 { width: 12px; height: 16px; } ._7ec1ed32 { width: 18px; height: 22.5px; } ._1528cda6 { width: 20px; height: 25px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._73a8e6f0 { -ms-flex: none; flex: none; } @media screen and (min-width: 60em) { ._73a8e6f0 { width: 320px; padding-right: 60px; } } .b219ea1a { font-size: 32px; word-break: break-all; } ._49617212 { background: black; } ._49617212 img { margin-right: 4px; } .c5c8a11c { vertical-align: 2px; } ._5240e347:hover { text-decoration: underline; } .fc85958f { border-top: none; border-width: 1px; } ._00cd8e7e { display: inline; color: #444; } ._00cd8e7e:hover { text-decoration: underline; } ._857bb5fe { color: #fff !important; -ms-flex-pack: center; justify-content: center; background: #cb3837; } .a11667ce { display: inline-block; background-repeat: no-repeat; width: 25px; height: 21px; ; background-position: center; } ._3aa6ef91 { background-image: url(https://static.npmjs.com/ca1922cf6824a157752008094d1e9627.svg) } ._139c488a { background-image: url(https://static.npmjs.com/57b6941f444dfaaa86fe6eb2a8241130.svg) } ._67ce2092 { background-image: url(https://static.npmjs.com/77a1975e9c223b408cb31330b6a965df.svg) } ._34da67ba { background-image: url(https://static.npmjs.com/bc0fd45a2d3dc8827bc30618ae03cd62.svg) } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media (max-width: 479px) { ._9e397ddb { margin-top: 15px; } } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._60238ef4 { margin-top: 0; } ._6470241a a { font-weight: normal; color: #666; text-decoration: none; } ._6470241a a:hover { color: #999; } ._636fab96 { height: 42px; margin-bottom: 4px; } ._56689c87 { width: 100%; max-width: 420px; } .c0bc9490 { width: 32px; height: 32px; } ._26da243d p, h4 { margin: 0; } ._26da243d pre { background-color: rgba(0, 0, 0, .05); padding: 0.5em; color: #333; } ._26da243d code { font-size: 14px; } ._64f1bcfb { margin-right: 0.5em; color: white; background-color: #00C642; } ._70c3b276 { margin-top: 0; } ._70c3b276:hover { background-color: #cb3837; } .b88f0a56 { color: #cb3837; } .e98ba1cc:hover { color: #cb3837; } ._0be7a12f { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; } ._464c07bf { background-color: #29ABE2; } ._625ca439 { background-color: #8956FF; } ._9a8a65f4 { background-color: #cb3837; } .ef4d7c63:hover .cae8e90b { opacity: 1; } .ef4d7c63 a { text-decoration: none; } ._8fbbd57d::first-letter { text-transform: capitalize; } .f9bd4b83 img { margin-right: 6px; } ._622b8f03 { height: 30px; width: 90px; } ._4ed4187c { height: 20%; } .d76ccfa5 { -ms-flex: none; flex: none; width: 75px; height: 2px; transform-origin: left; border-radius: 24px; } ._89d0b3e5 { text-align: right; padding-right: 12px; line-height: 0.2em; -ms-flex: 1 1 auto; flex: 1 1 auto; bottom: 0%; text-transform: lowercase; font-size: 11px; font-weight: 600; color: rgba(0, 0, 0, .9); } ._411e5df2 { box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1.5px solid #ccc; border-radius: 10px; top: 105%; left: 50%; transform: translate(-50%, 0); } ._4ed4187c:hover ._411e5df2 { display: block; /* TODO: these aren't showing up for some reason */ } ._6951a207 { height: 17px; padding: 0 8px; } ._69ac86b8 { transition: all .15s ease-in; margin: 0 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: 0.4px; } ._39bb688c { background-color: #efe7fc; transition: all .15s ease-in; margin-left: 25px; letter-spacing: 0.4px; } ._39bb688c:hover { background-color: #e5d7fb; } ._69ac86b8:first-of-type { margin-left: 0; } ._1c07ef37 a { color: #cb3837; } ._1c07ef37 a:hover { text-decoration: underline; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._9390ec46>p { padding: 40px 0 8px 8px; margin-bottom: 16 0 0 0; font-weight: 600; color: #444; } ._9390ec46 fieldset { margin: 0; background-color: transparent; padding: 0; } ._9390ec46 label { font-size: 16px; font-weight: 500; display: block; color: rgba(0, 0, 0, .7); width: 100%; padding: 4px 0px; font-weight: 600; margin-bottom: 5px; cursor: pointer; } ._9390ec46 label:hover { color: black; } ._9390ec46 label input { display: none; } ._9390ec46 label[for='search_ranking_optimal'] { border-bottom: 1px solid #bbb; } ._9390ec46 label[for='search_ranking_popularity'] { border-bottom: 1px solid #29ABE2; } ._9390ec46 label[for='search_ranking_quality'] { border-bottom: 1px solid #8956FF; } ._9390ec46 label[for='search_ranking_maintenance'] { border-bottom: 1px solid #cb3837; } .a9b7335e { background-color: #f9f9f9; } .dca606df { border-radius: 12px red solid; } .f9489dd7 { text-decoration: none; } .f9489dd7:hover { color: #cb3837; } ._27e8c9ee { font-size: 16px; font-size: 1rem; color: #666; cursor: pointer; transition: background-color .15s ease-in-out; text-decoration: none; -ms-flex-align: center; align-items: center; border-radius: .25rem; border: 1px solid rgba(0, 0, 0, .1); } .e959a46e { text-align: center; padding-right: 4px; padding-right: .25rem; } ._9a8a6838 { -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; } ._5edeb514 { color: white; background: #00C642; border: 1px solid #00C642; } .b12a66fc { color: #fff; background-color: #cb3837; border: 1px solid #cb3837; } ._26b83331 { color: white; background: #8956FF; border: 1px solid #8956FF; } ._87ac5061 { color: white; border: 1px solid rgb(122, 122, 122); } ._7c68e1a8 { color: white; background: #29ABE2; border: 1px solid #29ABE2; } ._051c32f9 { color: #fff; border: none; background-color: #00C642; } ._53b86379 { background: #333333; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1); cursor: pointer; height: 300px; left: 0; position: absolute; top: -290px; transform: translateY(0); transition: transform 300ms ease; width: 100%; z-index: 1; } ._6e1e0509 { background: rgba(255, 255, 255, .1); bottom: 0; height: 10px; left: 0; position: absolute; width: 100%; z-index: 1; } ._2dd7f49e { background: #ccc; bottom: -2px; box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1); height: 8px; left: 50%; margin-left: -15px; position: absolute; width: 30px; z-index: 2; } ._97329910 { bottom: 20%; left: 50%; margin-left: -50px; opacity: 1; position: absolute; width: 100px; } /** * Modifiers */ ._53b86379.c1229923 { transform: translateY(52%); } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._53b86379 { transition: none; } } /** * Base */ ._83938fda { cursor: pointer; cursor: grab; cursor: -webkit-grab; position: relative; top: 20px; transform: translateY(0); transition: transform 200ms ease; } ._83938fda * { pointer-events: none; } /** * Face */ .e7114814 { left: 50%; margin-left: -29px; position: absolute; top: 100px; width: 58px; } .e7114814 img { left: 0; position: absolute; top: 0; } ._489835f0 { animation-name: _11292128; animation-duration: 3s; animation-iteration-count: infinite; display: block; will-change: opacity; } .fe2acb34 { animation-duration: 3s; animation-iteration-count: infinite; animation-name: _49eaabc4; display: block; will-change: opacity; } ._8fb7c421 { display: none; } /** * Interactions */ ._83938fda:hover ._8fb7c421 { display: block; } ._83938fda:hover ._489835f0, ._83938fda:hover .fe2acb34 { display: none; } ._83938fda:active { transform: translateY(5px); } /** * Animations */ ._33c43af5 { animation-name: b847221f; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _11292128 { 0% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; } } @keyframes _49eaabc4 { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 51% { opacity: 0; } 100% { opacity: 0; } } @keyframes b847221f { 0% { transform: translateY(0); } 50% { transform: translateY(-3px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._33c43af5, ._489835f0, .fe2acb34 { animation-name: _266bc94d; } .fe2acb34 { display: none; } } ._98d1fd92 { background: #ddd; border-radius: 9999px; height: 200px; margin: 0 auto 20px; overflow: hidden; position: relative; transition: background 200ms ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 200px; } ._98d1fd92 * { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } /** * Modifiers */ ._98d1fd92._0c752f11 { background-color: #999; } /** * Animations */ ._0c4ed431 { animation-name: _26ff033a; animation-duration: 3s; animation-iteration-count: infinite; transform: rotate(-5deg); transition-timing-function: ease; transform-origin: bottom center; will-change: transform; } .bac87ec6 { animation-name: _80e05d29; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _26ff033a { 0% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } 100% { transform: rotate(-4deg); } } @keyframes _80e05d29 { 0% { transform: translateY(0); } 50% { transform: translateY(-4px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._98d1fd92 { transition: none; } ._0c4ed431, .bac87ec6 { animation-name: a798d89c; animation-name: _3bd2fb14; } ._0c4ed431 { transform: rotate(0deg); } } ._53af778c { background-color: #1D4E69; background-image: url(https://static.npmjs.com/ef003d67b66448a3893b31d95283fe4c.svg); background-position: top center; background-size: 100% 70%; background-repeat: no-repeat; padding-top: 100%; } .f8ef462f { width: 90%; margin-left: auto; margin-right: auto; padding-top: 35px; padding-bottom: 35px; } @media (min-width: 480px) { ._53af778c { padding-top: 60%; } } @media (min-width: 768px) { ._53af778c { background-size: 100% 100%; } .f8ef462f { width: 740px; padding-top: 45px; padding-bottom: 45px; } } @media (min-width: 992px) { ._53af778c { padding-top: 0; background-size: 100% 100%; } .f8ef462f { width: 960px; padding-top: 20px; padding-bottom: 60px; } .c5c5849f { width: 50%; } } @media (min-width: 1200px) { .f8ef462f { width: 1160px; } } ._727b992c { font-weight: 300; } ._0079c48b { color: #ffffff; background: #f09233; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } ._8fa1420e { background-color: #273547; } .d98ff809 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; padding-top: 35px; padding-bottom: 35px; } ._55efe1bd { width: 90%; padding: 0; } .bf27ccbd { width: 90%; } @media (min-width: 768px) { ._8fa1420e { background-size: 100% 100%; } .d98ff809 { width: 740px; padding-top: 45px; padding-bottom: 45px; } ._55efe1bd { width: 66%; } .bf27ccbd { width: 66%; } } @media (min-width: 992px) { ._8fa1420e { padding-top: 0; background-size: 100% 100%; } .d98ff809 { -ms-flex-direction: initial; flex-direction: initial; width: 960px; padding-top: 120px; padding-bottom: 60px; } ._55efe1bd { padding-left: 3rem; width: 50%; } .bf27ccbd { width: 50%; } } @media (min-width: 1200px) { .d98ff809 { width: 1160px; } } ._2ef0fdfb { color: #ffffff; background: #cb3837; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } .cbb5ca5c { padding-left: 19px; } ._25955cf4 { color: #ffffff; } .d2d77cc5 { width: 80%; } ._9714bf9f img { width: 55%; margin: 0 auto; display: block; } ._8e3eeb62 { color: #ffffff; } .a9564e8e { color: #ffffff; } .ef816822 { color: #ffffff; } ._408ec869 { color: #ffffff; } .e8c105d3 { width: 42px; } .af5dfe30 { height: 24px; height: 1.5rem; } .b62ff9b8 { color: #1aa974; } ._3168d1cb { color: #cb3837; } .b1b72711 img { width: 55%; margin: 0 auto; display: block; } ._37d2a67c { color: #444; } ._37d2a67c:hover { color: #444; } ._0e186e7f { width: 42px; } ._01afe7c5 { color: #1aa974; } .eceda99a { background: #1aa974; } ._168af4fe { background: #bb0000; } ._2125dba0 { color: #ffffff; } .ee61b032 li { text-align: center; font-family: monospace; padding: 16px; padding: 1rem; font-size: 14px; font-size: .875rem; overflow: scroll; } /*# sourceMappingURL=styles.965bdbf47776200dcdb3.css.map*/ /* PrismJS 1.22.0 https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */ /** * prism.js default theme for JavaScript, CSS and HTML * Based on dabblet (http://dabblet.com) * @author <NAME> */ code[class*="language-"], pre[class*="language-"] { color: black; background: none; font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace; font-size: 1em; text-align: left; white-space: pre; word-spacing: normal; word-break: normal; word-wrap: normal; line-height: 1.5; -moz-tab-size: 4; -o-tab-size: 4; tab-size: 4; -webkit-hyphens: none; -moz-hyphens: none; -ms-hyphens: none; hyphens: none; } pre[class*="language-"]::-moz-selection, pre[class*="language-"] ::-moz-selection, code[class*="language-"]::-moz-selection, code[class*="language-"] ::-moz-selection { text-shadow: none; background: #b3d4fc; } pre[class*="language-"]::selection, pre[class*="language-"] ::selection, code[class*="language-"]::selection, code[class*="language-"] ::selection { text-shadow: none; background: #b3d4fc; } @media print { code[class*="language-"], pre[class*="language-"] { text-shadow: none; } } /* Code blocks */ pre[class*="language-"] { padding: 1em; margin: 0.5em 0; overflow: auto; } :not(pre)>code[class*="language-"], pre[class*="language-"] { background: #f5f2f0; } /* Inline code */ :not(pre)>code[class*="language-"] { padding: 0.1em; border-radius: 0.3em; white-space: normal; } .token.comment, .token.prolog, .token.doctype, .token.cdata { color: slategray; } .token.punctuation { color: #999; } .token.namespace { opacity: 0.7; } .token.property, .token.tag, .token.boolean, .token.number, .token.constant, .token.symbol, .token.deleted { color: #905; } .token.selector, .token.attr-name, .token.string, .token.char, .token.builtin, .token.inserted { color: #690; } .token.operator, .token.entity, .token.url, .language-css .token.string, .style .token.string { color: #9a6e3a; /* This background color was intended by the author of this theme. */ background: hsla(0, 0%, 100%, 0.5); } .token.atrule, .token.attr-value, .token.keyword { color: #07a; } .token.function, .token.class-name { color: #dd4a68; } .token.regex, .token.important, .token.variable { color: #e90; } .token.important, .token.bold { font-weight: bold; } .token.italic { font-style: italic; } .token.entity { cursor: help; } @import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600); @import url(https://fonts.googleapis.com/css?family=Fira+Mono); @import url(https://fonts.googleapis.com/css?family=Poppins:400,500,600); /*! TACHYONS v4.12.0 | http://tachyons.io */ /*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */ html { line-height: 1.15; -webkit-text-size-adjust: 100% } body { margin: 0 } h1 { font-size: 2em; margin: .67em 0 } hr { box-sizing: content-box; height: 0; overflow: visible } pre { font-family: monospace, monospace; font-size: 1em } a { background-color: transparent } abbr[title] { border-bottom: none; text-decoration: underline; -webkit-text-decoration: underline dotted; text-decoration: underline dotted } b, strong { font-weight: bolder } code, kbd, samp { font-family: monospace, monospace; font-size: 1em } small { font-size: 80% } sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline } sub { bottom: -.25em } sup { top: -.5em } img { border-style: none } button, input, optgroup, select, textarea { font-family: inherit; font-size: 100%; line-height: 1.15; margin: 0 } button, input { overflow: visible } button, select { text-transform: none } [type=button], [type=reset], [type=submit], button { -webkit-appearance: button } [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner { border-style: none; padding: 0 } [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring { outline: 1px dotted ButtonText } fieldset { padding: .35em .75em .625em } legend { box-sizing: border-box; color: inherit; display: table; max-width: 100%; padding: 0; white-space: normal } progress { vertical-align: baseline } textarea { overflow: auto } [type=checkbox], [type=radio] { box-sizing: border-box; padding: 0 } [type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button { height: auto } [type=search] { -webkit-appearance: textfield; outline-offset: -2px } [type=search]::-webkit-search-decoration { -webkit-appearance: none } ::-webkit-file-upload-button { -webkit-appearance: button; font: inherit } details { display: block } summary { display: list-item } [hidden], template { display: none } .border-box, a, article, aside, blockquote, body, code, dd, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, html, input[type=email], input[type=number], input[type=password], input[type=tel], input[type=text], input[type=url], legend, li, main, nav, ol, p, pre, section, table, td, textarea, th, tr, ul { box-sizing: border-box } .aspect-ratio { height: 0; position: relative } .aspect-ratio--16x9 { padding-bottom: 56.25% } .aspect-ratio--9x16 { padding-bottom: 177.77% } .aspect-ratio--4x3 { padding-bottom: 75% } .aspect-ratio--3x4 { padding-bottom: 133.33% } .aspect-ratio--6x4 { padding-bottom: 66.6% } .aspect-ratio--4x6 { padding-bottom: 150% } .aspect-ratio--8x5 { padding-bottom: 62.5% } .aspect-ratio--5x8 { padding-bottom: 160% } .aspect-ratio--7x5 { padding-bottom: 71.42% } .aspect-ratio--5x7 { padding-bottom: 140% } .aspect-ratio--1x1 { padding-bottom: 100% } .aspect-ratio--object { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } img { max-width: 100% } .cover { background-size: cover !important } .contain { background-size: contain !important } .bg-center { background-position: 50% } .bg-center, .bg-top { background-repeat: no-repeat } .bg-top { background-position: top } .bg-right { background-position: 100% } .bg-bottom, .bg-right { background-repeat: no-repeat } .bg-bottom { background-position: bottom } .bg-left { background-repeat: no-repeat; background-position: 0 } .outline { outline: 1px solid } .outline-transparent { outline: 1px solid transparent } .outline-0 { outline: 0 } .ba { border-style: solid; border-width: 1px } .bt { border-top-style: solid; border-top-width: 1px } .br { border-right-style: solid; border-right-width: 1px } .bb { border-bottom-style: solid; border-bottom-width: 1px } .bl { border-left-style: solid; border-left-width: 1px } .bn { border-style: none; border-width: 0 } .b--black { border-color: #000 } .b--near-black { border-color: #111 } .b--dark-gray { border-color: #333 } .b--mid-gray { border-color: #555 } .b--gray { border-color: #777 } .b--silver { border-color: #999 } .b--light-silver { border-color: #aaa } .b--moon-gray { border-color: #ccc } .b--light-gray { border-color: #eee } .b--near-white { border-color: #f4f4f4 } .b--white { border-color: #fff } .b--white-90 { border-color: hsla(0, 0%, 100%, .9) } .b--white-80 { border-color: hsla(0, 0%, 100%, .8) } .b--white-70 { border-color: hsla(0, 0%, 100%, .7) } .b--white-60 { border-color: hsla(0, 0%, 100%, .6) } .b--white-50 { border-color: hsla(0, 0%, 100%, .5) } .b--white-40 { border-color: hsla(0, 0%, 100%, .4) } .b--white-30 { border-color: hsla(0, 0%, 100%, .3) } .b--white-20 { border-color: hsla(0, 0%, 100%, .2) } .b--white-10 { border-color: hsla(0, 0%, 100%, .1) } .b--white-05 { border-color: hsla(0, 0%, 100%, .05) } .b--white-025 { border-color: hsla(0, 0%, 100%, .025) } .b--white-0125 { border-color: hsla(0, 0%, 100%, .0125) } .b--black-90 { border-color: rgba(0, 0, 0, .9) } .b--black-80 { border-color: rgba(0, 0, 0, .8) } .b--black-70 { border-color: rgba(0, 0, 0, .7) } .b--black-60 { border-color: rgba(0, 0, 0, .6) } .b--black-50 { border-color: rgba(0, 0, 0, .5) } .b--black-40 { border-color: rgba(0, 0, 0, .4) } .b--black-30 { border-color: rgba(0, 0, 0, .3) } .b--black-20 { border-color: rgba(0, 0, 0, .2) } .b--black-10 { border-color: rgba(0, 0, 0, .1) } .b--black-05 { border-color: rgba(0, 0, 0, .05) } .b--black-025 { border-color: rgba(0, 0, 0, .025) } .b--black-0125 { border-color: rgba(0, 0, 0, .0125) } .b--dark-red { border-color: #e7040f } .b--red { border-color: #ff4136 } .b--light-red { border-color: #ff725c } .b--orange { border-color: #ff6300 } .b--gold { border-color: #ffb700 } .b--yellow { border-color: gold } .b--light-yellow { border-color: #fbf1a9 } .b--purple { border-color: #5e2ca5 } .b--light-purple { border-color: #a463f2 } .b--dark-pink { border-color: #d5008f } .b--hot-pink { border-color: #ff41b4 } .b--pink { border-color: #ff80cc } .b--light-pink { border-color: #ffa3d7 } .b--dark-green { border-color: #137752 } .b--green { border-color: #19a974 } .b--light-green { border-color: #9eebcf } .b--navy { border-color: #001b44 } .b--dark-blue { border-color: #00449e } .b--blue { border-color: #357edd } .b--light-blue { border-color: #96ccff } .b--lightest-blue { border-color: #cdecff } .b--washed-blue { border-color: #f6fffe } .b--washed-green { border-color: #e8fdf5 } .b--washed-yellow { border-color: #fffceb } .b--washed-red { border-color: #ffdfdf } .b--transparent { border-color: transparent } .b--inherit { border-color: inherit } .b--initial { border-color: initial } .b--unset { border-color: unset } .br0 { border-radius: 0 } .br1 { border-radius: .125rem } .br2 { border-radius: .25rem } .br3 { border-radius: .5rem } .br4 { border-radius: 1rem } .br-100 { border-radius: 100% } .br-pill { border-radius: 9999px } .br--bottom { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top { border-bottom-right-radius: 0 } .br--right, .br--top { border-bottom-left-radius: 0 } .br--right { border-top-left-radius: 0 } .br--left { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit { border-radius: inherit } .br-initial { border-radius: initial } .br-unset { border-radius: unset } .b--dotted { border-style: dotted } .b--dashed { border-style: dashed } .b--solid { border-style: solid } .b--none { border-style: none } .bw0 { border-width: 0 } .bw1 { border-width: .125rem } .bw2 { border-width: .25rem } .bw3 { border-width: .5rem } .bw4 { border-width: 1rem } .bw5 { border-width: 2rem } .bt-0 { border-top-width: 0 } .br-0 { border-right-width: 0 } .bb-0 { border-bottom-width: 0 } .bl-0 { border-left-width: 0 } .shadow-1 { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2 { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3 { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4 { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5 { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .pre { overflow-x: auto; overflow-y: hidden; overflow: scroll } .top-0 { top: 0 } .right-0 { right: 0 } .bottom-0 { bottom: 0 } .left-0 { left: 0 } .top-1 { top: 1rem } .right-1 { right: 1rem } .bottom-1 { bottom: 1rem } .left-1 { left: 1rem } .top-2 { top: 2rem } .right-2 { right: 2rem } .bottom-2 { bottom: 2rem } .left-2 { left: 2rem } .top--1 { top: -1rem } .right--1 { right: -1rem } .bottom--1 { bottom: -1rem } .left--1 { left: -1rem } .top--2 { top: -2rem } .right--2 { right: -2rem } .bottom--2 { bottom: -2rem } .left--2 { left: -2rem } .absolute--fill { top: 0; right: 0; bottom: 0; left: 0 } .cf:after, .cf:before { content: " "; display: table } .cf:after { clear: both } .cf { *zoom: 1 } .cl { clear: left } .cr { clear: right } .cb { clear: both } .cn { clear: none } .dn { display: none } .di { display: inline } .db { display: block } .dib { display: inline-block } .dit { display: inline-table } .dt { display: table } .dtc { display: table-cell } .dt-row { display: table-row } .dt-row-group { display: table-row-group } .dt-column { display: table-column } .dt-column-group { display: table-column-group } .dt--fixed { table-layout: fixed; width: 100% } .flex { display: flex } .inline-flex { display: inline-flex } .flex-auto { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none { flex: none } .flex-column { flex-direction: column } .flex-row { flex-direction: row } .flex-wrap { flex-wrap: wrap } .flex-nowrap { flex-wrap: nowrap } .flex-wrap-reverse { flex-wrap: wrap-reverse } .flex-column-reverse { flex-direction: column-reverse } .flex-row-reverse { flex-direction: row-reverse } .items-start { align-items: flex-start } .items-end { align-items: flex-end } .items-center { align-items: center } .items-baseline { align-items: baseline } .items-stretch { align-items: stretch } .self-start { align-self: flex-start } .self-end { align-self: flex-end } .self-center { align-self: center } .self-baseline { align-self: baseline } .self-stretch { align-self: stretch } .justify-start { justify-content: flex-start } .justify-end { justify-content: flex-end } .justify-center { justify-content: center } .justify-between { justify-content: space-between } .justify-around { justify-content: space-around } .content-start { align-content: flex-start } .content-end { align-content: flex-end } .content-center { align-content: center } .content-between { align-content: space-between } .content-around { align-content: space-around } .content-stretch { align-content: stretch } .order-0 { order: 0 } .order-1 { order: 1 } .order-2 { order: 2 } .order-3 { order: 3 } .order-4 { order: 4 } .order-5 { order: 5 } .order-6 { order: 6 } .order-7 { order: 7 } .order-8 { order: 8 } .order-last { order: 99999 } .flex-grow-0 { flex-grow: 0 } .flex-grow-1 { flex-grow: 1 } .flex-shrink-0 { flex-shrink: 0 } .flex-shrink-1 { flex-shrink: 1 } .fl { float: left } .fl, .fr { _display: inline } .fr { float: right } .fn { float: none } .sans-serif { font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif } .serif { font-family: georgia, times, serif } .system-sans-serif { font-family: sans-serif } .system-serif { font-family: serif } .code, code { font-family: Consolas, monaco, monospace } .courier { font-family: Courier Next, courier, monospace } .helvetica { font-family: helvetica neue, helvetica, sans-serif } .avenir { font-family: avenir next, avenir, sans-serif } .athelas { font-family: athelas, georgia, serif } .georgia { font-family: georgia, serif } .times { font-family: times, serif } .bodoni { font-family: Bodoni MT, serif } .calisto { font-family: Calisto MT, serif } .garamond { font-family: garamond, serif } .baskerville { font-family: baskerville, serif } .i { font-style: italic } .fs-normal { font-style: normal } .normal { font-weight: 400 } .b { font-weight: 700 } .fw1 { font-weight: 100 } .fw2 { font-weight: 200 } .fw3 { font-weight: 300 } .fw4 { font-weight: 400 } .fw5 { font-weight: 500 } .fw6 { font-weight: 600 } .fw7 { font-weight: 700 } .fw8 { font-weight: 800 } .fw9 { font-weight: 900 } .input-reset { -webkit-appearance: none; -moz-appearance: none } .button-reset::-moz-focus-inner, .input-reset::-moz-focus-inner { border: 0; padding: 0 } .h1 { height: 1rem } .h2 { height: 2rem } .h3 { height: 4rem } .h4 { height: 8rem } .h5 { height: 16rem } .h-25 { height: 25% } .h-50 { height: 50% } .h-75 { height: 75% } .h-100 { height: 100% } .min-h-100 { min-height: 100% } .vh-25 { height: 25vh } .vh-50 { height: 50vh } .vh-75 { height: 75vh } .vh-100 { height: 100vh } .min-vh-100 { min-height: 100vh } .h-auto { height: auto } .h-inherit { height: inherit } .tracked { letter-spacing: .1em } .tracked-tight { letter-spacing: -.05em } .tracked-mega { letter-spacing: .25em } .lh-solid { line-height: 1 } .lh-title { line-height: 1.25 } .lh-copy { line-height: 1.5 } .link { text-decoration: none } .link, .link:active, .link:focus, .link:hover, .link:link, .link:visited { transition: color .15s ease-in } .link:focus { outline: 1px dotted currentColor } .list { list-style-type: none } .mw-100 { max-width: 100% } .mw1 { max-width: 1rem } .mw2 { max-width: 2rem } .mw3 { max-width: 4rem } .mw4 { max-width: 8rem } .mw5 { max-width: 16rem } .mw6 { max-width: 32rem } .mw7 { max-width: 48rem } .mw8 { max-width: 64rem } .mw9 { max-width: 96rem } .mw-none { max-width: none } .w1 { width: 1rem } .w2 { width: 2rem } .w3 { width: 4rem } .w4 { width: 8rem } .w5 { width: 16rem } .w-10 { width: 10% } .w-20 { width: 20% } .w-25 { width: 25% } .w-30 { width: 30% } .w-33 { width: 33% } .w-34 { width: 34% } .w-40 { width: 40% } .w-50 { width: 50% } .w-60 { width: 60% } .w-70 { width: 70% } .w-75 { width: 75% } .w-80 { width: 80% } .w-90 { width: 90% } .w-100 { width: 100% } .w-third { width: 33.33333% } .w-two-thirds { width: 66.66667% } .w-auto { width: auto } .overflow-visible { overflow: visible } .overflow-hidden { overflow: hidden } .overflow-scroll { overflow: scroll } .overflow-auto { overflow: auto } .overflow-x-visible { overflow-x: visible } .overflow-x-hidden { overflow-x: hidden } .overflow-x-scroll { overflow-x: scroll } .overflow-x-auto { overflow-x: auto } .overflow-y-visible { overflow-y: visible } .overflow-y-hidden { overflow-y: hidden } .overflow-y-scroll { overflow-y: scroll } .overflow-y-auto { overflow-y: auto } .static { position: static } .relative { position: relative } .absolute { position: absolute } .fixed { position: fixed } .o-100 { opacity: 1 } .o-90 { opacity: .9 } .o-80 { opacity: .8 } .o-70 { opacity: .7 } .o-60 { opacity: .6 } .o-50 { opacity: .5 } .o-40 { opacity: .4 } .o-30 { opacity: .3 } .o-20 { opacity: .2 } .o-10 { opacity: .1 } .o-05 { opacity: .05 } .o-025 { opacity: .025 } .o-0 { opacity: 0 } .rotate-45 { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90 { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135 { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180 { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225 { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270 { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315 { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .black-90 { color: rgba(0, 0, 0, .9) } .black-80 { color: rgba(0, 0, 0, .8) } .black-70 { color: rgba(0, 0, 0, .7) } .black-60 { color: rgba(0, 0, 0, .6) } .black-50 { color: rgba(0, 0, 0, .5) } .black-40 { color: rgba(0, 0, 0, .4) } .black-30 { color: rgba(0, 0, 0, .3) } .black-20 { color: rgba(0, 0, 0, .2) } .black-10 { color: rgba(0, 0, 0, .1) } .black-05 { color: rgba(0, 0, 0, .05) } .white-90 { color: hsla(0, 0%, 100%, .9) } .white-80 { color: hsla(0, 0%, 100%, .8) } .white-70 { color: hsla(0, 0%, 100%, .7) } .white-60 { color: hsla(0, 0%, 100%, .6) } .white-50 { color: hsla(0, 0%, 100%, .5) } .white-40 { color: hsla(0, 0%, 100%, .4) } .white-30 { color: hsla(0, 0%, 100%, .3) } .white-20 { color: hsla(0, 0%, 100%, .2) } .white-10 { color: hsla(0, 0%, 100%, .1) } .black { color: #000 } .near-black { color: #111 } .dark-gray { color: #333 } .mid-gray { color: #555 } .gray { color: #777 } .silver { color: #999 } .light-silver { color: #aaa } .moon-gray { color: #ccc } .light-gray { color: #eee } .near-white { color: #f4f4f4 } .white { color: #fff } .dark-red { color: #e7040f } .red { color: #ff4136 } .light-red { color: #ff725c } .orange { color: #ff6300 } .gold { color: #ffb700 } .yellow { color: gold } .light-yellow { color: #fbf1a9 } .purple { color: #5e2ca5 } .light-purple { color: #a463f2 } .dark-pink { color: #d5008f } .hot-pink { color: #ff41b4 } .pink { color: #ff80cc } .light-pink { color: #ffa3d7 } .dark-green { color: #137752 } .green { color: #19a974 } .light-green { color: #9eebcf } .navy { color: #001b44 } .dark-blue { color: #00449e } .blue { color: #357edd } .light-blue { color: #96ccff } .lightest-blue { color: #cdecff } .washed-blue { color: #f6fffe } .washed-green { color: #e8fdf5 } .washed-yellow { color: #fffceb } .washed-red { color: #ffdfdf } .color-inherit { color: inherit } .bg-black-90 { background-color: rgba(0, 0, 0, .9) } .bg-black-80 { background-color: rgba(0, 0, 0, .8) } .bg-black-70 { background-color: rgba(0, 0, 0, .7) } .bg-black-60 { background-color: rgba(0, 0, 0, .6) } .bg-black-50 { background-color: rgba(0, 0, 0, .5) } .bg-black-40 { background-color: rgba(0, 0, 0, .4) } .bg-black-30 { background-color: rgba(0, 0, 0, .3) } .bg-black-20 { background-color: rgba(0, 0, 0, .2) } .bg-black-10 { background-color: rgba(0, 0, 0, .1) } .bg-black-05 { background-color: rgba(0, 0, 0, .05) } .bg-white-90 { background-color: hsla(0, 0%, 100%, .9) } .bg-white-80 { background-color: hsla(0, 0%, 100%, .8) } .bg-white-70 { background-color: hsla(0, 0%, 100%, .7) } .bg-white-60 { background-color: hsla(0, 0%, 100%, .6) } .bg-white-50 { background-color: hsla(0, 0%, 100%, .5) } .bg-white-40 { background-color: hsla(0, 0%, 100%, .4) } .bg-white-30 { background-color: hsla(0, 0%, 100%, .3) } .bg-white-20 { background-color: hsla(0, 0%, 100%, .2) } .bg-white-10 { background-color: hsla(0, 0%, 100%, .1) } .bg-black { background-color: #000 } .bg-near-black { background-color: #111 } .bg-dark-gray { background-color: #333 } .bg-mid-gray { background-color: #555 } .bg-gray { background-color: #777 } .bg-silver { background-color: #999 } .bg-light-silver { background-color: #aaa } .bg-moon-gray { background-color: #ccc } .bg-light-gray { background-color: #eee } .bg-near-white { background-color: #f4f4f4 } .bg-white { background-color: #fff } .bg-transparent { background-color: transparent } .bg-dark-red { background-color: #e7040f } .bg-red { background-color: #ff4136 } .bg-light-red { background-color: #ff725c } .bg-orange { background-color: #ff6300 } .bg-gold { background-color: #ffb700 } .bg-yellow { background-color: gold } .bg-light-yellow { background-color: #fbf1a9 } .bg-purple { background-color: #5e2ca5 } .bg-light-purple { background-color: #a463f2 } .bg-dark-pink { background-color: #d5008f } .bg-hot-pink { background-color: #ff41b4 } .bg-pink { background-color: #ff80cc } .bg-light-pink { background-color: #ffa3d7 } .bg-dark-green { background-color: #137752 } .bg-green { background-color: #19a974 } .bg-light-green { background-color: #9eebcf } .bg-navy { background-color: #001b44 } .bg-dark-blue { background-color: #00449e } .bg-blue { background-color: #357edd } .bg-light-blue { background-color: #96ccff } .bg-lightest-blue { background-color: #cdecff } .bg-washed-blue { background-color: #f6fffe } .bg-washed-green { background-color: #e8fdf5 } .bg-washed-yellow { background-color: #fffceb } .bg-washed-red { background-color: #ffdfdf } .bg-inherit { background-color: inherit } .hover-black:focus, .hover-black:hover { color: #000 } .hover-near-black:focus, .hover-near-black:hover { color: #111 } .hover-dark-gray:focus, .hover-dark-gray:hover { color: #333 } .hover-mid-gray:focus, .hover-mid-gray:hover { color: #555 } .hover-gray:focus, .hover-gray:hover { color: #777 } .hover-silver:focus, .hover-silver:hover { color: #999 } .hover-light-silver:focus, .hover-light-silver:hover { color: #aaa } .hover-moon-gray:focus, .hover-moon-gray:hover { color: #ccc } .hover-light-gray:focus, .hover-light-gray:hover { color: #eee } .hover-near-white:focus, .hover-near-white:hover { color: #f4f4f4 } .hover-white:focus, .hover-white:hover { color: #fff } .hover-black-90:focus, .hover-black-90:hover { color: rgba(0, 0, 0, .9) } .hover-black-80:focus, .hover-black-80:hover { color: rgba(0, 0, 0, .8) } .hover-black-70:focus, .hover-black-70:hover { color: rgba(0, 0, 0, .7) } .hover-black-60:focus, .hover-black-60:hover { color: rgba(0, 0, 0, .6) } .hover-black-50:focus, .hover-black-50:hover { color: rgba(0, 0, 0, .5) } .hover-black-40:focus, .hover-black-40:hover { color: rgba(0, 0, 0, .4) } .hover-black-30:focus, .hover-black-30:hover { color: rgba(0, 0, 0, .3) } .hover-black-20:focus, .hover-black-20:hover { color: rgba(0, 0, 0, .2) } .hover-black-10:focus, .hover-black-10:hover { color: rgba(0, 0, 0, .1) } .hover-white-90:focus, .hover-white-90:hover { color: hsla(0, 0%, 100%, .9) } .hover-white-80:focus, .hover-white-80:hover { color: hsla(0, 0%, 100%, .8) } .hover-white-70:focus, .hover-white-70:hover { color: hsla(0, 0%, 100%, .7) } .hover-white-60:focus, .hover-white-60:hover { color: hsla(0, 0%, 100%, .6) } .hover-white-50:focus, .hover-white-50:hover { color: hsla(0, 0%, 100%, .5) } .hover-white-40:focus, .hover-white-40:hover { color: hsla(0, 0%, 100%, .4) } .hover-white-30:focus, .hover-white-30:hover { color: hsla(0, 0%, 100%, .3) } .hover-white-20:focus, .hover-white-20:hover { color: hsla(0, 0%, 100%, .2) } .hover-white-10:focus, .hover-white-10:hover { color: hsla(0, 0%, 100%, .1) } .hover-inherit:focus, .hover-inherit:hover { color: inherit } .hover-bg-black:focus, .hover-bg-black:hover { background-color: #000 } .hover-bg-near-black:focus, .hover-bg-near-black:hover { background-color: #111 } .hover-bg-dark-gray:focus, .hover-bg-dark-gray:hover { background-color: #333 } .hover-bg-mid-gray:focus, .hover-bg-mid-gray:hover { background-color: #555 } .hover-bg-gray:focus, .hover-bg-gray:hover { background-color: #777 } .hover-bg-silver:focus, .hover-bg-silver:hover { background-color: #999 } .hover-bg-light-silver:focus, .hover-bg-light-silver:hover { background-color: #aaa } .hover-bg-moon-gray:focus, .hover-bg-moon-gray:hover { background-color: #ccc } .hover-bg-light-gray:focus, .hover-bg-light-gray:hover { background-color: #eee } .hover-bg-near-white:focus, .hover-bg-near-white:hover { background-color: #f4f4f4 } .hover-bg-white:focus, .hover-bg-white:hover { background-color: #fff } .hover-bg-transparent:focus, .hover-bg-transparent:hover { background-color: transparent } .hover-bg-black-90:focus, .hover-bg-black-90:hover { background-color: rgba(0, 0, 0, .9) } .hover-bg-black-80:focus, .hover-bg-black-80:hover { background-color: rgba(0, 0, 0, .8) } .hover-bg-black-70:focus, .hover-bg-black-70:hover { background-color: rgba(0, 0, 0, .7) } .hover-bg-black-60:focus, .hover-bg-black-60:hover { background-color: rgba(0, 0, 0, .6) } .hover-bg-black-50:focus, .hover-bg-black-50:hover { background-color: rgba(0, 0, 0, .5) } .hover-bg-black-40:focus, .hover-bg-black-40:hover { background-color: rgba(0, 0, 0, .4) } .hover-bg-black-30:focus, .hover-bg-black-30:hover { background-color: rgba(0, 0, 0, .3) } .hover-bg-black-20:focus, .hover-bg-black-20:hover { background-color: rgba(0, 0, 0, .2) } .hover-bg-black-10:focus, .hover-bg-black-10:hover { background-color: rgba(0, 0, 0, .1) } .hover-bg-white-90:focus, .hover-bg-white-90:hover { background-color: hsla(0, 0%, 100%, .9) } .hover-bg-white-80:focus, .hover-bg-white-80:hover { background-color: hsla(0, 0%, 100%, .8) } .hover-bg-white-70:focus, .hover-bg-white-70:hover { background-color: hsla(0, 0%, 100%, .7) } .hover-bg-white-60:focus, .hover-bg-white-60:hover { background-color: hsla(0, 0%, 100%, .6) } .hover-bg-white-50:focus, .hover-bg-white-50:hover { background-color: hsla(0, 0%, 100%, .5) } .hover-bg-white-40:focus, .hover-bg-white-40:hover { background-color: hsla(0, 0%, 100%, .4) } .hover-bg-white-30:focus, .hover-bg-white-30:hover { background-color: hsla(0, 0%, 100%, .3) } .hover-bg-white-20:focus, .hover-bg-white-20:hover { background-color: hsla(0, 0%, 100%, .2) } .hover-bg-white-10:focus, .hover-bg-white-10:hover { background-color: hsla(0, 0%, 100%, .1) } .hover-dark-red:focus, .hover-dark-red:hover { color: #e7040f } .hover-red:focus, .hover-red:hover { color: #ff4136 } .hover-light-red:focus, .hover-light-red:hover { color: #ff725c } .hover-orange:focus, .hover-orange:hover { color: #ff6300 } .hover-gold:focus, .hover-gold:hover { color: #ffb700 } .hover-yellow:focus, .hover-yellow:hover { color: gold } .hover-light-yellow:focus, .hover-light-yellow:hover { color: #fbf1a9 } .hover-purple:focus, .hover-purple:hover { color: #5e2ca5 } .hover-light-purple:focus, .hover-light-purple:hover { color: #a463f2 } .hover-dark-pink:focus, .hover-dark-pink:hover { color: #d5008f } .hover-hot-pink:focus, .hover-hot-pink:hover { color: #ff41b4 } .hover-pink:focus, .hover-pink:hover { color: #ff80cc } .hover-light-pink:focus, .hover-light-pink:hover { color: #ffa3d7 } .hover-dark-green:focus, .hover-dark-green:hover { color: #137752 } .hover-green:focus, .hover-green:hover { color: #19a974 } .hover-light-green:focus, .hover-light-green:hover { color: #9eebcf } .hover-navy:focus, .hover-navy:hover { color: #001b44 } .hover-dark-blue:focus, .hover-dark-blue:hover { color: #00449e } .hover-blue:focus, .hover-blue:hover { color: #357edd } .hover-light-blue:focus, .hover-light-blue:hover { color: #96ccff } .hover-lightest-blue:focus, .hover-lightest-blue:hover { color: #cdecff } .hover-washed-blue:focus, .hover-washed-blue:hover { color: #f6fffe } .hover-washed-green:focus, .hover-washed-green:hover { color: #e8fdf5 } .hover-washed-yellow:focus, .hover-washed-yellow:hover { color: #fffceb } .hover-washed-red:focus, .hover-washed-red:hover { color: #ffdfdf } .hover-bg-dark-red:focus, .hover-bg-dark-red:hover { background-color: #e7040f } .hover-bg-red:focus, .hover-bg-red:hover { background-color: #ff4136 } .hover-bg-light-red:focus, .hover-bg-light-red:hover { background-color: #ff725c } .hover-bg-orange:focus, .hover-bg-orange:hover { background-color: #ff6300 } .hover-bg-gold:focus, .hover-bg-gold:hover { background-color: #ffb700 } .hover-bg-yellow:focus, .hover-bg-yellow:hover { background-color: gold } .hover-bg-light-yellow:focus, .hover-bg-light-yellow:hover { background-color: #fbf1a9 } .hover-bg-purple:focus, .hover-bg-purple:hover { background-color: #5e2ca5 } .hover-bg-light-purple:focus, .hover-bg-light-purple:hover { background-color: #a463f2 } .hover-bg-dark-pink:focus, .hover-bg-dark-pink:hover { background-color: #d5008f } .hover-bg-hot-pink:focus, .hover-bg-hot-pink:hover { background-color: #ff41b4 } .hover-bg-pink:focus, .hover-bg-pink:hover { background-color: #ff80cc } .hover-bg-light-pink:focus, .hover-bg-light-pink:hover { background-color: #ffa3d7 } .hover-bg-dark-green:focus, .hover-bg-dark-green:hover { background-color: #137752 } .hover-bg-green:focus, .hover-bg-green:hover { background-color: #19a974 } .hover-bg-light-green:focus, .hover-bg-light-green:hover { background-color: #9eebcf } .hover-bg-navy:focus, .hover-bg-navy:hover { background-color: #001b44 } .hover-bg-dark-blue:focus, .hover-bg-dark-blue:hover { background-color: #00449e } .hover-bg-blue:focus, .hover-bg-blue:hover { background-color: #357edd } .hover-bg-light-blue:focus, .hover-bg-light-blue:hover { background-color: #96ccff } .hover-bg-lightest-blue:focus, .hover-bg-lightest-blue:hover { background-color: #cdecff } .hover-bg-washed-blue:focus, .hover-bg-washed-blue:hover { background-color: #f6fffe } .hover-bg-washed-green:focus, .hover-bg-washed-green:hover { background-color: #e8fdf5 } .hover-bg-washed-yellow:focus, .hover-bg-washed-yellow:hover { background-color: #fffceb } .hover-bg-washed-red:focus, .hover-bg-washed-red:hover { background-color: #ffdfdf } .hover-bg-inherit:focus, .hover-bg-inherit:hover { background-color: inherit } .pa0 { padding: 0 } .pa1 { padding: .25rem } .pa2 { padding: .5rem } .pa3 { padding: 1rem } .pa4 { padding: 2rem } .pa5 { padding: 4rem } .pa6 { padding: 8rem } .pa7 { padding: 16rem } .pl0 { padding-left: 0 } .pl1 { padding-left: .25rem } .pl2 { padding-left: .5rem } .pl3 { padding-left: 1rem } .pl4 { padding-left: 2rem } .pl5 { padding-left: 4rem } .pl6 { padding-left: 8rem } .pl7 { padding-left: 16rem } .pr0 { padding-right: 0 } .pr1 { padding-right: .25rem } .pr2 { padding-right: .5rem } .pr3 { padding-right: 1rem } .pr4 { padding-right: 2rem } .pr5 { padding-right: 4rem } .pr6 { padding-right: 8rem } .pr7 { padding-right: 16rem } .pb0 { padding-bottom: 0 } .pb1 { padding-bottom: .25rem } .pb2 { padding-bottom: .5rem } .pb3 { padding-bottom: 1rem } .pb4 { padding-bottom: 2rem } .pb5 { padding-bottom: 4rem } .pb6 { padding-bottom: 8rem } .pb7 { padding-bottom: 16rem } .pt0 { padding-top: 0 } .pt1 { padding-top: .25rem } .pt2 { padding-top: .5rem } .pt3 { padding-top: 1rem } .pt4 { padding-top: 2rem } .pt5 { padding-top: 4rem } .pt6 { padding-top: 8rem } .pt7 { padding-top: 16rem } .pv0 { padding-top: 0; padding-bottom: 0 } .pv1 { padding-top: .25rem; padding-bottom: .25rem } .pv2 { padding-top: .5rem; padding-bottom: .5rem } .pv3 { padding-top: 1rem; padding-bottom: 1rem } .pv4 { padding-top: 2rem; padding-bottom: 2rem } .pv5 { padding-top: 4rem; padding-bottom: 4rem } .pv6 { padding-top: 8rem; padding-bottom: 8rem } .pv7 { padding-top: 16rem; padding-bottom: 16rem } .ph0 { padding-left: 0; padding-right: 0 } .ph1 { padding-left: .25rem; padding-right: .25rem } .ph2 { padding-left: .5rem; padding-right: .5rem } .ph3 { padding-left: 1rem; padding-right: 1rem } .ph4 { padding-left: 2rem; padding-right: 2rem } .ph5 { padding-left: 4rem; padding-right: 4rem } .ph6 { padding-left: 8rem; padding-right: 8rem } .ph7 { padding-left: 16rem; padding-right: 16rem } .ma0 { margin: 0 } .ma1 { margin: .25rem } .ma2 { margin: .5rem } .ma3 { margin: 1rem } .ma4 { margin: 2rem } .ma5 { margin: 4rem } .ma6 { margin: 8rem } .ma7 { margin: 16rem } .ml0 { margin-left: 0 } .ml1 { margin-left: .25rem } .ml2 { margin-left: .5rem } .ml3 { margin-left: 1rem } .ml4 { margin-left: 2rem } .ml5 { margin-left: 4rem } .ml6 { margin-left: 8rem } .ml7 { margin-left: 16rem } .mr0 { margin-right: 0 } .mr1 { margin-right: .25rem } .mr2 { margin-right: .5rem } .mr3 { margin-right: 1rem } .mr4 { margin-right: 2rem } .mr5 { margin-right: 4rem } .mr6 { margin-right: 8rem } .mr7 { margin-right: 16rem } .mb0 { margin-bottom: 0 } .mb1 { margin-bottom: .25rem } .mb2 { margin-bottom: .5rem } .mb3 { margin-bottom: 1rem } .mb4 { margin-bottom: 2rem } .mb5 { margin-bottom: 4rem } .mb6 { margin-bottom: 8rem } .mb7 { margin-bottom: 16rem } .mt0 { margin-top: 0 } .mt1 { margin-top: .25rem } .mt2 { margin-top: .5rem } .mt3 { margin-top: 1rem } .mt4 { margin-top: 2rem } .mt5 { margin-top: 4rem } .mt6 { margin-top: 8rem } .mt7 { margin-top: 16rem } .mv0 { margin-top: 0; margin-bottom: 0 } .mv1 { margin-top: .25rem; margin-bottom: .25rem } .mv2 { margin-top: .5rem; margin-bottom: .5rem } .mv3 { margin-top: 1rem; margin-bottom: 1rem } .mv4 { margin-top: 2rem; margin-bottom: 2rem } .mv5 { margin-top: 4rem; margin-bottom: 4rem } .mv6 { margin-top: 8rem; margin-bottom: 8rem } .mv7 { margin-top: 16rem; margin-bottom: 16rem } .mh0 { margin-left: 0; margin-right: 0 } .mh1 { margin-left: .25rem; margin-right: .25rem } .mh2 { margin-left: .5rem; margin-right: .5rem } .mh3 { margin-left: 1rem; margin-right: 1rem } .mh4 { margin-left: 2rem; margin-right: 2rem } .mh5 { margin-left: 4rem; margin-right: 4rem } .mh6 { margin-left: 8rem; margin-right: 8rem } .mh7 { margin-left: 16rem; margin-right: 16rem } .na1 { margin: -.25rem } .na2 { margin: -.5rem } .na3 { margin: -1rem } .na4 { margin: -2rem } .na5 { margin: -4rem } .na6 { margin: -8rem } .na7 { margin: -16rem } .nl1 { margin-left: -.25rem } .nl2 { margin-left: -.5rem } .nl3 { margin-left: -1rem } .nl4 { margin-left: -2rem } .nl5 { margin-left: -4rem } .nl6 { margin-left: -8rem } .nl7 { margin-left: -16rem } .nr1 { margin-right: -.25rem } .nr2 { margin-right: -.5rem } .nr3 { margin-right: -1rem } .nr4 { margin-right: -2rem } .nr5 { margin-right: -4rem } .nr6 { margin-right: -8rem } .nr7 { margin-right: -16rem } .nb1 { margin-bottom: -.25rem } .nb2 { margin-bottom: -.5rem } .nb3 { margin-bottom: -1rem } .nb4 { margin-bottom: -2rem } .nb5 { margin-bottom: -4rem } .nb6 { margin-bottom: -8rem } .nb7 { margin-bottom: -16rem } .nt1 { margin-top: -.25rem } .nt2 { margin-top: -.5rem } .nt3 { margin-top: -1rem } .nt4 { margin-top: -2rem } .nt5 { margin-top: -4rem } .nt6 { margin-top: -8rem } .nt7 { margin-top: -16rem } .collapse { border-collapse: collapse; border-spacing: 0 } .striped--light-silver:nth-child(odd) { background-color: #aaa } .striped--moon-gray:nth-child(odd) { background-color: #ccc } .striped--light-gray:nth-child(odd) { background-color: #eee } .striped--near-white:nth-child(odd) { background-color: #f4f4f4 } .stripe-light:nth-child(odd) { background-color: hsla(0, 0%, 100%, .1) } .stripe-dark:nth-child(odd) { background-color: rgba(0, 0, 0, .1) } .strike { text-decoration: line-through } .underline { text-decoration: underline } .no-underline { text-decoration: none } .tl { text-align: left } .tr { text-align: right } .tc { text-align: center } .tj { text-align: justify } .ttc { text-transform: capitalize } .ttl { text-transform: lowercase } .ttu { text-transform: uppercase } .ttn { text-transform: none } .f-6, .f-headline { font-size: 6rem } .f-5, .f-subheadline { font-size: 5rem } .f1 { font-size: 3rem } .f2 { font-size: 2.25rem } .f3 { font-size: 1.5rem } .f4 { font-size: 1.25rem } .f5 { font-size: 1rem } .f6 { font-size: .875rem } .f7 { font-size: .75rem } .measure { max-width: 30em } .measure-wide { max-width: 34em } .measure-narrow { max-width: 20em } .indent { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps { font-variant: small-caps } .truncate { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .overflow-container { overflow-y: scroll } .center { margin-left: auto } .center, .mr-auto { margin-right: auto } .ml-auto { margin-left: auto } .clip { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal { white-space: normal } .nowrap { white-space: nowrap } .pre { white-space: pre } .v-base { vertical-align: baseline } .v-mid { vertical-align: middle } .v-top { vertical-align: top } .v-btm { vertical-align: bottom } .dim { opacity: 1 } .dim, .dim:focus, .dim:hover { transition: opacity .15s ease-in } .dim:focus, .dim:hover { opacity: .5 } .dim:active { opacity: .8; transition: opacity .15s ease-out } .glow, .glow:focus, .glow:hover { transition: opacity .15s ease-in } .glow:focus, .glow:hover { opacity: 1 } .hide-child .child { opacity: 0; transition: opacity .15s ease-in } .hide-child:active .child, .hide-child:focus .child, .hide-child:hover .child { opacity: 1; transition: opacity .15s ease-in } .underline-hover:focus, .underline-hover:hover { text-decoration: underline } .grow { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-out; transition: transform .25s ease-out; transition: transform .25s ease-out, -webkit-transform .25s ease-out } .grow:focus, .grow:hover { -webkit-transform: scale(1.05); transform: scale(1.05) } .grow:active { -webkit-transform: scale(.9); transform: scale(.9) } .grow-large { -moz-osx-font-smoothing: grayscale; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-transform: translateZ(0); transform: translateZ(0); transition: -webkit-transform .25s ease-in-out; transition: transform .25s ease-in-out; transition: transform .25s ease-in-out, -webkit-transform .25s ease-in-out } .grow-large:focus, .grow-large:hover { -webkit-transform: scale(1.2); transform: scale(1.2) } .grow-large:active { -webkit-transform: scale(.95); transform: scale(.95) } .pointer:hover, .shadow-hover { cursor: pointer } .shadow-hover { position: relative; transition: all .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:after { content: ""; box-shadow: 0 0 16px 2px rgba(0, 0, 0, .2); border-radius: inherit; opacity: 0; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; transition: opacity .5s cubic-bezier(.165, .84, .44, 1) } .shadow-hover:focus:after, .shadow-hover:hover:after { opacity: 1 } .bg-animate, .bg-animate:focus, .bg-animate:hover { transition: background-color .15s ease-in-out } .z-0 { z-index: 0 } .z-1 { z-index: 1 } .z-2 { z-index: 2 } .z-3 { z-index: 3 } .z-4 { z-index: 4 } .z-5 { z-index: 5 } .z-999 { z-index: 999 } .z-9999 { z-index: 9999 } .z-max { z-index: 2147483647 } .z-inherit { z-index: inherit } .z-initial { z-index: auto } .z-unset { z-index: unset } .nested-copy-line-height ol, .nested-copy-line-height p, .nested-copy-line-height ul { line-height: 1.5 } .nested-headline-line-height h1, .nested-headline-line-height h2, .nested-headline-line-height h3, .nested-headline-line-height h4, .nested-headline-line-height h5, .nested-headline-line-height h6 { line-height: 1.25 } .nested-list-reset ol, .nested-list-reset ul { padding-left: 0; margin-left: 0; list-style-type: none } .nested-copy-indent p+p { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .nested-copy-separator p+p { margin-top: 1.5em } .nested-img img { width: 100%; max-width: 100%; display: block } .nested-links a { color: #357edd; transition: color .15s ease-in } .nested-links a:focus, .nested-links a:hover { color: #96ccff; transition: color .15s ease-in } .debug * { outline: 1px solid gold } .debug-white * { outline: 1px solid #fff } .debug-black * { outline: 1px solid #000 } .debug-grid { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAAFElEQVR4AWPAC97/9x0eCsAEPgwAVLshdpENIxcAAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-16 { background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAMklEQVR4AWOgCLz/b0epAa6UGuBOqQHOQHLUgFEDnAbcBZ4UGwDOkiCnkIhdgNgNxAYAiYlD+8sEuo8AAAAASUVORK5CYII=) repeat 0 0 } .debug-grid-8-solid { background: #fff url(data:image/gif;base64,R0lGODdhCAAIAPEAAADw/wDx/////wAAACwAAAAACAAIAAACDZQvgaeb/lxbAIKA8y0AOw==) repeat 0 0 } .debug-grid-16-solid { background: #fff url(data:image/gif;base64,R0lGODdhEAAQAPEAAADw/wDx/xXy/////ywAAAAAEAAQAAACIZyPKckYDQFsb6ZqD85jZ2+BkwiRFKehhqQCQgDHcgwEBQA7) repeat 0 0 } @media screen and (min-width:30em) { .aspect-ratio-ns { height: 0; position: relative } .aspect-ratio--16x9-ns { padding-bottom: 56.25% } .aspect-ratio--9x16-ns { padding-bottom: 177.77% } .aspect-ratio--4x3-ns { padding-bottom: 75% } .aspect-ratio--3x4-ns { padding-bottom: 133.33% } .aspect-ratio--6x4-ns { padding-bottom: 66.6% } .aspect-ratio--4x6-ns { padding-bottom: 150% } .aspect-ratio--8x5-ns { padding-bottom: 62.5% } .aspect-ratio--5x8-ns { padding-bottom: 160% } .aspect-ratio--7x5-ns { padding-bottom: 71.42% } .aspect-ratio--5x7-ns { padding-bottom: 140% } .aspect-ratio--1x1-ns { padding-bottom: 100% } .aspect-ratio--object-ns { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-ns { background-size: cover !important } .contain-ns { background-size: contain !important } .bg-center-ns { background-position: 50% } .bg-center-ns, .bg-top-ns { background-repeat: no-repeat } .bg-top-ns { background-position: top } .bg-right-ns { background-position: 100% } .bg-bottom-ns, .bg-right-ns { background-repeat: no-repeat } .bg-bottom-ns { background-position: bottom } .bg-left-ns { background-repeat: no-repeat; background-position: 0 } .outline-ns { outline: 1px solid } .outline-transparent-ns { outline: 1px solid transparent } .outline-0-ns { outline: 0 } .ba-ns { border-style: solid; border-width: 1px } .bt-ns { border-top-style: solid; border-top-width: 1px } .br-ns { border-right-style: solid; border-right-width: 1px } .bb-ns { border-bottom-style: solid; border-bottom-width: 1px } .bl-ns { border-left-style: solid; border-left-width: 1px } .bn-ns { border-style: none; border-width: 0 } .br0-ns { border-radius: 0 } .br1-ns { border-radius: .125rem } .br2-ns { border-radius: .25rem } .br3-ns { border-radius: .5rem } .br4-ns { border-radius: 1rem } .br-100-ns { border-radius: 100% } .br-pill-ns { border-radius: 9999px } .br--bottom-ns { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-ns { border-bottom-right-radius: 0 } .br--right-ns, .br--top-ns { border-bottom-left-radius: 0 } .br--right-ns { border-top-left-radius: 0 } .br--left-ns { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-ns { border-radius: inherit } .br-initial-ns { border-radius: initial } .br-unset-ns { border-radius: unset } .b--dotted-ns { border-style: dotted } .b--dashed-ns { border-style: dashed } .b--solid-ns { border-style: solid } .b--none-ns { border-style: none } .bw0-ns { border-width: 0 } .bw1-ns { border-width: .125rem } .bw2-ns { border-width: .25rem } .bw3-ns { border-width: .5rem } .bw4-ns { border-width: 1rem } .bw5-ns { border-width: 2rem } .bt-0-ns { border-top-width: 0 } .br-0-ns { border-right-width: 0 } .bb-0-ns { border-bottom-width: 0 } .bl-0-ns { border-left-width: 0 } .shadow-1-ns { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-ns { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-ns { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-ns { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-ns { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-ns { top: 0 } .left-0-ns { left: 0 } .right-0-ns { right: 0 } .bottom-0-ns { bottom: 0 } .top-1-ns { top: 1rem } .left-1-ns { left: 1rem } .right-1-ns { right: 1rem } .bottom-1-ns { bottom: 1rem } .top-2-ns { top: 2rem } .left-2-ns { left: 2rem } .right-2-ns { right: 2rem } .bottom-2-ns { bottom: 2rem } .top--1-ns { top: -1rem } .right--1-ns { right: -1rem } .bottom--1-ns { bottom: -1rem } .left--1-ns { left: -1rem } .top--2-ns { top: -2rem } .right--2-ns { right: -2rem } .bottom--2-ns { bottom: -2rem } .left--2-ns { left: -2rem } .absolute--fill-ns { top: 0; right: 0; bottom: 0; left: 0 } .cl-ns { clear: left } .cr-ns { clear: right } .cb-ns { clear: both } .cn-ns { clear: none } .dn-ns { display: none } .di-ns { display: inline } .db-ns { display: block } .dib-ns { display: inline-block } .dit-ns { display: inline-table } .dt-ns { display: table } .dtc-ns { display: table-cell } .dt-row-ns { display: table-row } .dt-row-group-ns { display: table-row-group } .dt-column-ns { display: table-column } .dt-column-group-ns { display: table-column-group } .dt--fixed-ns { table-layout: fixed; width: 100% } .flex-ns { display: flex } .inline-flex-ns { display: inline-flex } .flex-auto-ns { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-ns { flex: none } .flex-column-ns { flex-direction: column } .flex-row-ns { flex-direction: row } .flex-wrap-ns { flex-wrap: wrap } .flex-nowrap-ns { flex-wrap: nowrap } .flex-wrap-reverse-ns { flex-wrap: wrap-reverse } .flex-column-reverse-ns { flex-direction: column-reverse } .flex-row-reverse-ns { flex-direction: row-reverse } .items-start-ns { align-items: flex-start } .items-end-ns { align-items: flex-end } .items-center-ns { align-items: center } .items-baseline-ns { align-items: baseline } .items-stretch-ns { align-items: stretch } .self-start-ns { align-self: flex-start } .self-end-ns { align-self: flex-end } .self-center-ns { align-self: center } .self-baseline-ns { align-self: baseline } .self-stretch-ns { align-self: stretch } .justify-start-ns { justify-content: flex-start } .justify-end-ns { justify-content: flex-end } .justify-center-ns { justify-content: center } .justify-between-ns { justify-content: space-between } .justify-around-ns { justify-content: space-around } .content-start-ns { align-content: flex-start } .content-end-ns { align-content: flex-end } .content-center-ns { align-content: center } .content-between-ns { align-content: space-between } .content-around-ns { align-content: space-around } .content-stretch-ns { align-content: stretch } .order-0-ns { order: 0 } .order-1-ns { order: 1 } .order-2-ns { order: 2 } .order-3-ns { order: 3 } .order-4-ns { order: 4 } .order-5-ns { order: 5 } .order-6-ns { order: 6 } .order-7-ns { order: 7 } .order-8-ns { order: 8 } .order-last-ns { order: 99999 } .flex-grow-0-ns { flex-grow: 0 } .flex-grow-1-ns { flex-grow: 1 } .flex-shrink-0-ns { flex-shrink: 0 } .flex-shrink-1-ns { flex-shrink: 1 } .fl-ns { float: left } .fl-ns, .fr-ns { _display: inline } .fr-ns { float: right } .fn-ns { float: none } .i-ns { font-style: italic } .fs-normal-ns { font-style: normal } .normal-ns { font-weight: 400 } .b-ns { font-weight: 700 } .fw1-ns { font-weight: 100 } .fw2-ns { font-weight: 200 } .fw3-ns { font-weight: 300 } .fw4-ns { font-weight: 400 } .fw5-ns { font-weight: 500 } .fw6-ns { font-weight: 600 } .fw7-ns { font-weight: 700 } .fw8-ns { font-weight: 800 } .fw9-ns { font-weight: 900 } .h1-ns { height: 1rem } .h2-ns { height: 2rem } .h3-ns { height: 4rem } .h4-ns { height: 8rem } .h5-ns { height: 16rem } .h-25-ns { height: 25% } .h-50-ns { height: 50% } .h-75-ns { height: 75% } .h-100-ns { height: 100% } .min-h-100-ns { min-height: 100% } .vh-25-ns { height: 25vh } .vh-50-ns { height: 50vh } .vh-75-ns { height: 75vh } .vh-100-ns { height: 100vh } .min-vh-100-ns { min-height: 100vh } .h-auto-ns { height: auto } .h-inherit-ns { height: inherit } .tracked-ns { letter-spacing: .1em } .tracked-tight-ns { letter-spacing: -.05em } .tracked-mega-ns { letter-spacing: .25em } .lh-solid-ns { line-height: 1 } .lh-title-ns { line-height: 1.25 } .lh-copy-ns { line-height: 1.5 } .mw-100-ns { max-width: 100% } .mw1-ns { max-width: 1rem } .mw2-ns { max-width: 2rem } .mw3-ns { max-width: 4rem } .mw4-ns { max-width: 8rem } .mw5-ns { max-width: 16rem } .mw6-ns { max-width: 32rem } .mw7-ns { max-width: 48rem } .mw8-ns { max-width: 64rem } .mw9-ns { max-width: 96rem } .mw-none-ns { max-width: none } .w1-ns { width: 1rem } .w2-ns { width: 2rem } .w3-ns { width: 4rem } .w4-ns { width: 8rem } .w5-ns { width: 16rem } .w-10-ns { width: 10% } .w-20-ns { width: 20% } .w-25-ns { width: 25% } .w-30-ns { width: 30% } .w-33-ns { width: 33% } .w-34-ns { width: 34% } .w-40-ns { width: 40% } .w-50-ns { width: 50% } .w-60-ns { width: 60% } .w-70-ns { width: 70% } .w-75-ns { width: 75% } .w-80-ns { width: 80% } .w-90-ns { width: 90% } .w-100-ns { width: 100% } .w-third-ns { width: 33.33333% } .w-two-thirds-ns { width: 66.66667% } .w-auto-ns { width: auto } .overflow-visible-ns { overflow: visible } .overflow-hidden-ns { overflow: hidden } .overflow-scroll-ns { overflow: scroll } .overflow-auto-ns { overflow: auto } .overflow-x-visible-ns { overflow-x: visible } .overflow-x-hidden-ns { overflow-x: hidden } .overflow-x-scroll-ns { overflow-x: scroll } .overflow-x-auto-ns { overflow-x: auto } .overflow-y-visible-ns { overflow-y: visible } .overflow-y-hidden-ns { overflow-y: hidden } .overflow-y-scroll-ns { overflow-y: scroll } .overflow-y-auto-ns { overflow-y: auto } .static-ns { position: static } .relative-ns { position: relative } .absolute-ns { position: absolute } .fixed-ns { position: fixed } .rotate-45-ns { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-ns { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-ns { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-ns { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-ns { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-ns { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-ns { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-ns { padding: 0 } .pa1-ns { padding: .25rem } .pa2-ns { padding: .5rem } .pa3-ns { padding: 1rem } .pa4-ns { padding: 2rem } .pa5-ns { padding: 4rem } .pa6-ns { padding: 8rem } .pa7-ns { padding: 16rem } .pl0-ns { padding-left: 0 } .pl1-ns { padding-left: .25rem } .pl2-ns { padding-left: .5rem } .pl3-ns { padding-left: 1rem } .pl4-ns { padding-left: 2rem } .pl5-ns { padding-left: 4rem } .pl6-ns { padding-left: 8rem } .pl7-ns { padding-left: 16rem } .pr0-ns { padding-right: 0 } .pr1-ns { padding-right: .25rem } .pr2-ns { padding-right: .5rem } .pr3-ns { padding-right: 1rem } .pr4-ns { padding-right: 2rem } .pr5-ns { padding-right: 4rem } .pr6-ns { padding-right: 8rem } .pr7-ns { padding-right: 16rem } .pb0-ns { padding-bottom: 0 } .pb1-ns { padding-bottom: .25rem } .pb2-ns { padding-bottom: .5rem } .pb3-ns { padding-bottom: 1rem } .pb4-ns { padding-bottom: 2rem } .pb5-ns { padding-bottom: 4rem } .pb6-ns { padding-bottom: 8rem } .pb7-ns { padding-bottom: 16rem } .pt0-ns { padding-top: 0 } .pt1-ns { padding-top: .25rem } .pt2-ns { padding-top: .5rem } .pt3-ns { padding-top: 1rem } .pt4-ns { padding-top: 2rem } .pt5-ns { padding-top: 4rem } .pt6-ns { padding-top: 8rem } .pt7-ns { padding-top: 16rem } .pv0-ns { padding-top: 0; padding-bottom: 0 } .pv1-ns { padding-top: .25rem; padding-bottom: .25rem } .pv2-ns { padding-top: .5rem; padding-bottom: .5rem } .pv3-ns { padding-top: 1rem; padding-bottom: 1rem } .pv4-ns { padding-top: 2rem; padding-bottom: 2rem } .pv5-ns { padding-top: 4rem; padding-bottom: 4rem } .pv6-ns { padding-top: 8rem; padding-bottom: 8rem } .pv7-ns { padding-top: 16rem; padding-bottom: 16rem } .ph0-ns { padding-left: 0; padding-right: 0 } .ph1-ns { padding-left: .25rem; padding-right: .25rem } .ph2-ns { padding-left: .5rem; padding-right: .5rem } .ph3-ns { padding-left: 1rem; padding-right: 1rem } .ph4-ns { padding-left: 2rem; padding-right: 2rem } .ph5-ns { padding-left: 4rem; padding-right: 4rem } .ph6-ns { padding-left: 8rem; padding-right: 8rem } .ph7-ns { padding-left: 16rem; padding-right: 16rem } .ma0-ns { margin: 0 } .ma1-ns { margin: .25rem } .ma2-ns { margin: .5rem } .ma3-ns { margin: 1rem } .ma4-ns { margin: 2rem } .ma5-ns { margin: 4rem } .ma6-ns { margin: 8rem } .ma7-ns { margin: 16rem } .ml0-ns { margin-left: 0 } .ml1-ns { margin-left: .25rem } .ml2-ns { margin-left: .5rem } .ml3-ns { margin-left: 1rem } .ml4-ns { margin-left: 2rem } .ml5-ns { margin-left: 4rem } .ml6-ns { margin-left: 8rem } .ml7-ns { margin-left: 16rem } .mr0-ns { margin-right: 0 } .mr1-ns { margin-right: .25rem } .mr2-ns { margin-right: .5rem } .mr3-ns { margin-right: 1rem } .mr4-ns { margin-right: 2rem } .mr5-ns { margin-right: 4rem } .mr6-ns { margin-right: 8rem } .mr7-ns { margin-right: 16rem } .mb0-ns { margin-bottom: 0 } .mb1-ns { margin-bottom: .25rem } .mb2-ns { margin-bottom: .5rem } .mb3-ns { margin-bottom: 1rem } .mb4-ns { margin-bottom: 2rem } .mb5-ns { margin-bottom: 4rem } .mb6-ns { margin-bottom: 8rem } .mb7-ns { margin-bottom: 16rem } .mt0-ns { margin-top: 0 } .mt1-ns { margin-top: .25rem } .mt2-ns { margin-top: .5rem } .mt3-ns { margin-top: 1rem } .mt4-ns { margin-top: 2rem } .mt5-ns { margin-top: 4rem } .mt6-ns { margin-top: 8rem } .mt7-ns { margin-top: 16rem } .mv0-ns { margin-top: 0; margin-bottom: 0 } .mv1-ns { margin-top: .25rem; margin-bottom: .25rem } .mv2-ns { margin-top: .5rem; margin-bottom: .5rem } .mv3-ns { margin-top: 1rem; margin-bottom: 1rem } .mv4-ns { margin-top: 2rem; margin-bottom: 2rem } .mv5-ns { margin-top: 4rem; margin-bottom: 4rem } .mv6-ns { margin-top: 8rem; margin-bottom: 8rem } .mv7-ns { margin-top: 16rem; margin-bottom: 16rem } .mh0-ns { margin-left: 0; margin-right: 0 } .mh1-ns { margin-left: .25rem; margin-right: .25rem } .mh2-ns { margin-left: .5rem; margin-right: .5rem } .mh3-ns { margin-left: 1rem; margin-right: 1rem } .mh4-ns { margin-left: 2rem; margin-right: 2rem } .mh5-ns { margin-left: 4rem; margin-right: 4rem } .mh6-ns { margin-left: 8rem; margin-right: 8rem } .mh7-ns { margin-left: 16rem; margin-right: 16rem } .na1-ns { margin: -.25rem } .na2-ns { margin: -.5rem } .na3-ns { margin: -1rem } .na4-ns { margin: -2rem } .na5-ns { margin: -4rem } .na6-ns { margin: -8rem } .na7-ns { margin: -16rem } .nl1-ns { margin-left: -.25rem } .nl2-ns { margin-left: -.5rem } .nl3-ns { margin-left: -1rem } .nl4-ns { margin-left: -2rem } .nl5-ns { margin-left: -4rem } .nl6-ns { margin-left: -8rem } .nl7-ns { margin-left: -16rem } .nr1-ns { margin-right: -.25rem } .nr2-ns { margin-right: -.5rem } .nr3-ns { margin-right: -1rem } .nr4-ns { margin-right: -2rem } .nr5-ns { margin-right: -4rem } .nr6-ns { margin-right: -8rem } .nr7-ns { margin-right: -16rem } .nb1-ns { margin-bottom: -.25rem } .nb2-ns { margin-bottom: -.5rem } .nb3-ns { margin-bottom: -1rem } .nb4-ns { margin-bottom: -2rem } .nb5-ns { margin-bottom: -4rem } .nb6-ns { margin-bottom: -8rem } .nb7-ns { margin-bottom: -16rem } .nt1-ns { margin-top: -.25rem } .nt2-ns { margin-top: -.5rem } .nt3-ns { margin-top: -1rem } .nt4-ns { margin-top: -2rem } .nt5-ns { margin-top: -4rem } .nt6-ns { margin-top: -8rem } .nt7-ns { margin-top: -16rem } .strike-ns { text-decoration: line-through } .underline-ns { text-decoration: underline } .no-underline-ns { text-decoration: none } .tl-ns { text-align: left } .tr-ns { text-align: right } .tc-ns { text-align: center } .tj-ns { text-align: justify } .ttc-ns { text-transform: capitalize } .ttl-ns { text-transform: lowercase } .ttu-ns { text-transform: uppercase } .ttn-ns { text-transform: none } .f-6-ns, .f-headline-ns { font-size: 6rem } .f-5-ns, .f-subheadline-ns { font-size: 5rem } .f1-ns { font-size: 3rem } .f2-ns { font-size: 2.25rem } .f3-ns { font-size: 1.5rem } .f4-ns { font-size: 1.25rem } .f5-ns { font-size: 1rem } .f6-ns { font-size: .875rem } .f7-ns { font-size: .75rem } .measure-ns { max-width: 30em } .measure-wide-ns { max-width: 34em } .measure-narrow-ns { max-width: 20em } .indent-ns { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-ns { font-variant: small-caps } .truncate-ns { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-ns { margin-left: auto } .center-ns, .mr-auto-ns { margin-right: auto } .ml-auto-ns { margin-left: auto } .clip-ns { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-ns { white-space: normal } .nowrap-ns { white-space: nowrap } .pre-ns { white-space: pre } .v-base-ns { vertical-align: baseline } .v-mid-ns { vertical-align: middle } .v-top-ns { vertical-align: top } .v-btm-ns { vertical-align: bottom } } @media screen and (min-width:30em) and (max-width:60em) { .aspect-ratio-m { height: 0; position: relative } .aspect-ratio--16x9-m { padding-bottom: 56.25% } .aspect-ratio--9x16-m { padding-bottom: 177.77% } .aspect-ratio--4x3-m { padding-bottom: 75% } .aspect-ratio--3x4-m { padding-bottom: 133.33% } .aspect-ratio--6x4-m { padding-bottom: 66.6% } .aspect-ratio--4x6-m { padding-bottom: 150% } .aspect-ratio--8x5-m { padding-bottom: 62.5% } .aspect-ratio--5x8-m { padding-bottom: 160% } .aspect-ratio--7x5-m { padding-bottom: 71.42% } .aspect-ratio--5x7-m { padding-bottom: 140% } .aspect-ratio--1x1-m { padding-bottom: 100% } .aspect-ratio--object-m { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-m { background-size: cover !important } .contain-m { background-size: contain !important } .bg-center-m { background-position: 50% } .bg-center-m, .bg-top-m { background-repeat: no-repeat } .bg-top-m { background-position: top } .bg-right-m { background-position: 100% } .bg-bottom-m, .bg-right-m { background-repeat: no-repeat } .bg-bottom-m { background-position: bottom } .bg-left-m { background-repeat: no-repeat; background-position: 0 } .outline-m { outline: 1px solid } .outline-transparent-m { outline: 1px solid transparent } .outline-0-m { outline: 0 } .ba-m { border-style: solid; border-width: 1px } .bt-m { border-top-style: solid; border-top-width: 1px } .br-m { border-right-style: solid; border-right-width: 1px } .bb-m { border-bottom-style: solid; border-bottom-width: 1px } .bl-m { border-left-style: solid; border-left-width: 1px } .bn-m { border-style: none; border-width: 0 } .br0-m { border-radius: 0 } .br1-m { border-radius: .125rem } .br2-m { border-radius: .25rem } .br3-m { border-radius: .5rem } .br4-m { border-radius: 1rem } .br-100-m { border-radius: 100% } .br-pill-m { border-radius: 9999px } .br--bottom-m { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-m { border-bottom-right-radius: 0 } .br--right-m, .br--top-m { border-bottom-left-radius: 0 } .br--right-m { border-top-left-radius: 0 } .br--left-m { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-m { border-radius: inherit } .br-initial-m { border-radius: initial } .br-unset-m { border-radius: unset } .b--dotted-m { border-style: dotted } .b--dashed-m { border-style: dashed } .b--solid-m { border-style: solid } .b--none-m { border-style: none } .bw0-m { border-width: 0 } .bw1-m { border-width: .125rem } .bw2-m { border-width: .25rem } .bw3-m { border-width: .5rem } .bw4-m { border-width: 1rem } .bw5-m { border-width: 2rem } .bt-0-m { border-top-width: 0 } .br-0-m { border-right-width: 0 } .bb-0-m { border-bottom-width: 0 } .bl-0-m { border-left-width: 0 } .shadow-1-m { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-m { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-m { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-m { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-m { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-m { top: 0 } .left-0-m { left: 0 } .right-0-m { right: 0 } .bottom-0-m { bottom: 0 } .top-1-m { top: 1rem } .left-1-m { left: 1rem } .right-1-m { right: 1rem } .bottom-1-m { bottom: 1rem } .top-2-m { top: 2rem } .left-2-m { left: 2rem } .right-2-m { right: 2rem } .bottom-2-m { bottom: 2rem } .top--1-m { top: -1rem } .right--1-m { right: -1rem } .bottom--1-m { bottom: -1rem } .left--1-m { left: -1rem } .top--2-m { top: -2rem } .right--2-m { right: -2rem } .bottom--2-m { bottom: -2rem } .left--2-m { left: -2rem } .absolute--fill-m { top: 0; right: 0; bottom: 0; left: 0 } .cl-m { clear: left } .cr-m { clear: right } .cb-m { clear: both } .cn-m { clear: none } .dn-m { display: none } .di-m { display: inline } .db-m { display: block } .dib-m { display: inline-block } .dit-m { display: inline-table } .dt-m { display: table } .dtc-m { display: table-cell } .dt-row-m { display: table-row } .dt-row-group-m { display: table-row-group } .dt-column-m { display: table-column } .dt-column-group-m { display: table-column-group } .dt--fixed-m { table-layout: fixed; width: 100% } .flex-m { display: flex } .inline-flex-m { display: inline-flex } .flex-auto-m { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-m { flex: none } .flex-column-m { flex-direction: column } .flex-row-m { flex-direction: row } .flex-wrap-m { flex-wrap: wrap } .flex-nowrap-m { flex-wrap: nowrap } .flex-wrap-reverse-m { flex-wrap: wrap-reverse } .flex-column-reverse-m { flex-direction: column-reverse } .flex-row-reverse-m { flex-direction: row-reverse } .items-start-m { align-items: flex-start } .items-end-m { align-items: flex-end } .items-center-m { align-items: center } .items-baseline-m { align-items: baseline } .items-stretch-m { align-items: stretch } .self-start-m { align-self: flex-start } .self-end-m { align-self: flex-end } .self-center-m { align-self: center } .self-baseline-m { align-self: baseline } .self-stretch-m { align-self: stretch } .justify-start-m { justify-content: flex-start } .justify-end-m { justify-content: flex-end } .justify-center-m { justify-content: center } .justify-between-m { justify-content: space-between } .justify-around-m { justify-content: space-around } .content-start-m { align-content: flex-start } .content-end-m { align-content: flex-end } .content-center-m { align-content: center } .content-between-m { align-content: space-between } .content-around-m { align-content: space-around } .content-stretch-m { align-content: stretch } .order-0-m { order: 0 } .order-1-m { order: 1 } .order-2-m { order: 2 } .order-3-m { order: 3 } .order-4-m { order: 4 } .order-5-m { order: 5 } .order-6-m { order: 6 } .order-7-m { order: 7 } .order-8-m { order: 8 } .order-last-m { order: 99999 } .flex-grow-0-m { flex-grow: 0 } .flex-grow-1-m { flex-grow: 1 } .flex-shrink-0-m { flex-shrink: 0 } .flex-shrink-1-m { flex-shrink: 1 } .fl-m { float: left } .fl-m, .fr-m { _display: inline } .fr-m { float: right } .fn-m { float: none } .i-m { font-style: italic } .fs-normal-m { font-style: normal } .normal-m { font-weight: 400 } .b-m { font-weight: 700 } .fw1-m { font-weight: 100 } .fw2-m { font-weight: 200 } .fw3-m { font-weight: 300 } .fw4-m { font-weight: 400 } .fw5-m { font-weight: 500 } .fw6-m { font-weight: 600 } .fw7-m { font-weight: 700 } .fw8-m { font-weight: 800 } .fw9-m { font-weight: 900 } .h1-m { height: 1rem } .h2-m { height: 2rem } .h3-m { height: 4rem } .h4-m { height: 8rem } .h5-m { height: 16rem } .h-25-m { height: 25% } .h-50-m { height: 50% } .h-75-m { height: 75% } .h-100-m { height: 100% } .min-h-100-m { min-height: 100% } .vh-25-m { height: 25vh } .vh-50-m { height: 50vh } .vh-75-m { height: 75vh } .vh-100-m { height: 100vh } .min-vh-100-m { min-height: 100vh } .h-auto-m { height: auto } .h-inherit-m { height: inherit } .tracked-m { letter-spacing: .1em } .tracked-tight-m { letter-spacing: -.05em } .tracked-mega-m { letter-spacing: .25em } .lh-solid-m { line-height: 1 } .lh-title-m { line-height: 1.25 } .lh-copy-m { line-height: 1.5 } .mw-100-m { max-width: 100% } .mw1-m { max-width: 1rem } .mw2-m { max-width: 2rem } .mw3-m { max-width: 4rem } .mw4-m { max-width: 8rem } .mw5-m { max-width: 16rem } .mw6-m { max-width: 32rem } .mw7-m { max-width: 48rem } .mw8-m { max-width: 64rem } .mw9-m { max-width: 96rem } .mw-none-m { max-width: none } .w1-m { width: 1rem } .w2-m { width: 2rem } .w3-m { width: 4rem } .w4-m { width: 8rem } .w5-m { width: 16rem } .w-10-m { width: 10% } .w-20-m { width: 20% } .w-25-m { width: 25% } .w-30-m { width: 30% } .w-33-m { width: 33% } .w-34-m { width: 34% } .w-40-m { width: 40% } .w-50-m { width: 50% } .w-60-m { width: 60% } .w-70-m { width: 70% } .w-75-m { width: 75% } .w-80-m { width: 80% } .w-90-m { width: 90% } .w-100-m { width: 100% } .w-third-m { width: 33.33333% } .w-two-thirds-m { width: 66.66667% } .w-auto-m { width: auto } .overflow-visible-m { overflow: visible } .overflow-hidden-m { overflow: hidden } .overflow-scroll-m { overflow: scroll } .overflow-auto-m { overflow: auto } .overflow-x-visible-m { overflow-x: visible } .overflow-x-hidden-m { overflow-x: hidden } .overflow-x-scroll-m { overflow-x: scroll } .overflow-x-auto-m { overflow-x: auto } .overflow-y-visible-m { overflow-y: visible } .overflow-y-hidden-m { overflow-y: hidden } .overflow-y-scroll-m { overflow-y: scroll } .overflow-y-auto-m { overflow-y: auto } .static-m { position: static } .relative-m { position: relative } .absolute-m { position: absolute } .fixed-m { position: fixed } .rotate-45-m { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-m { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-m { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-m { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-m { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-m { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-m { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-m { padding: 0 } .pa1-m { padding: .25rem } .pa2-m { padding: .5rem } .pa3-m { padding: 1rem } .pa4-m { padding: 2rem } .pa5-m { padding: 4rem } .pa6-m { padding: 8rem } .pa7-m { padding: 16rem } .pl0-m { padding-left: 0 } .pl1-m { padding-left: .25rem } .pl2-m { padding-left: .5rem } .pl3-m { padding-left: 1rem } .pl4-m { padding-left: 2rem } .pl5-m { padding-left: 4rem } .pl6-m { padding-left: 8rem } .pl7-m { padding-left: 16rem } .pr0-m { padding-right: 0 } .pr1-m { padding-right: .25rem } .pr2-m { padding-right: .5rem } .pr3-m { padding-right: 1rem } .pr4-m { padding-right: 2rem } .pr5-m { padding-right: 4rem } .pr6-m { padding-right: 8rem } .pr7-m { padding-right: 16rem } .pb0-m { padding-bottom: 0 } .pb1-m { padding-bottom: .25rem } .pb2-m { padding-bottom: .5rem } .pb3-m { padding-bottom: 1rem } .pb4-m { padding-bottom: 2rem } .pb5-m { padding-bottom: 4rem } .pb6-m { padding-bottom: 8rem } .pb7-m { padding-bottom: 16rem } .pt0-m { padding-top: 0 } .pt1-m { padding-top: .25rem } .pt2-m { padding-top: .5rem } .pt3-m { padding-top: 1rem } .pt4-m { padding-top: 2rem } .pt5-m { padding-top: 4rem } .pt6-m { padding-top: 8rem } .pt7-m { padding-top: 16rem } .pv0-m { padding-top: 0; padding-bottom: 0 } .pv1-m { padding-top: .25rem; padding-bottom: .25rem } .pv2-m { padding-top: .5rem; padding-bottom: .5rem } .pv3-m { padding-top: 1rem; padding-bottom: 1rem } .pv4-m { padding-top: 2rem; padding-bottom: 2rem } .pv5-m { padding-top: 4rem; padding-bottom: 4rem } .pv6-m { padding-top: 8rem; padding-bottom: 8rem } .pv7-m { padding-top: 16rem; padding-bottom: 16rem } .ph0-m { padding-left: 0; padding-right: 0 } .ph1-m { padding-left: .25rem; padding-right: .25rem } .ph2-m { padding-left: .5rem; padding-right: .5rem } .ph3-m { padding-left: 1rem; padding-right: 1rem } .ph4-m { padding-left: 2rem; padding-right: 2rem } .ph5-m { padding-left: 4rem; padding-right: 4rem } .ph6-m { padding-left: 8rem; padding-right: 8rem } .ph7-m { padding-left: 16rem; padding-right: 16rem } .ma0-m { margin: 0 } .ma1-m { margin: .25rem } .ma2-m { margin: .5rem } .ma3-m { margin: 1rem } .ma4-m { margin: 2rem } .ma5-m { margin: 4rem } .ma6-m { margin: 8rem } .ma7-m { margin: 16rem } .ml0-m { margin-left: 0 } .ml1-m { margin-left: .25rem } .ml2-m { margin-left: .5rem } .ml3-m { margin-left: 1rem } .ml4-m { margin-left: 2rem } .ml5-m { margin-left: 4rem } .ml6-m { margin-left: 8rem } .ml7-m { margin-left: 16rem } .mr0-m { margin-right: 0 } .mr1-m { margin-right: .25rem } .mr2-m { margin-right: .5rem } .mr3-m { margin-right: 1rem } .mr4-m { margin-right: 2rem } .mr5-m { margin-right: 4rem } .mr6-m { margin-right: 8rem } .mr7-m { margin-right: 16rem } .mb0-m { margin-bottom: 0 } .mb1-m { margin-bottom: .25rem } .mb2-m { margin-bottom: .5rem } .mb3-m { margin-bottom: 1rem } .mb4-m { margin-bottom: 2rem } .mb5-m { margin-bottom: 4rem } .mb6-m { margin-bottom: 8rem } .mb7-m { margin-bottom: 16rem } .mt0-m { margin-top: 0 } .mt1-m { margin-top: .25rem } .mt2-m { margin-top: .5rem } .mt3-m { margin-top: 1rem } .mt4-m { margin-top: 2rem } .mt5-m { margin-top: 4rem } .mt6-m { margin-top: 8rem } .mt7-m { margin-top: 16rem } .mv0-m { margin-top: 0; margin-bottom: 0 } .mv1-m { margin-top: .25rem; margin-bottom: .25rem } .mv2-m { margin-top: .5rem; margin-bottom: .5rem } .mv3-m { margin-top: 1rem; margin-bottom: 1rem } .mv4-m { margin-top: 2rem; margin-bottom: 2rem } .mv5-m { margin-top: 4rem; margin-bottom: 4rem } .mv6-m { margin-top: 8rem; margin-bottom: 8rem } .mv7-m { margin-top: 16rem; margin-bottom: 16rem } .mh0-m { margin-left: 0; margin-right: 0 } .mh1-m { margin-left: .25rem; margin-right: .25rem } .mh2-m { margin-left: .5rem; margin-right: .5rem } .mh3-m { margin-left: 1rem; margin-right: 1rem } .mh4-m { margin-left: 2rem; margin-right: 2rem } .mh5-m { margin-left: 4rem; margin-right: 4rem } .mh6-m { margin-left: 8rem; margin-right: 8rem } .mh7-m { margin-left: 16rem; margin-right: 16rem } .na1-m { margin: -.25rem } .na2-m { margin: -.5rem } .na3-m { margin: -1rem } .na4-m { margin: -2rem } .na5-m { margin: -4rem } .na6-m { margin: -8rem } .na7-m { margin: -16rem } .nl1-m { margin-left: -.25rem } .nl2-m { margin-left: -.5rem } .nl3-m { margin-left: -1rem } .nl4-m { margin-left: -2rem } .nl5-m { margin-left: -4rem } .nl6-m { margin-left: -8rem } .nl7-m { margin-left: -16rem } .nr1-m { margin-right: -.25rem } .nr2-m { margin-right: -.5rem } .nr3-m { margin-right: -1rem } .nr4-m { margin-right: -2rem } .nr5-m { margin-right: -4rem } .nr6-m { margin-right: -8rem } .nr7-m { margin-right: -16rem } .nb1-m { margin-bottom: -.25rem } .nb2-m { margin-bottom: -.5rem } .nb3-m { margin-bottom: -1rem } .nb4-m { margin-bottom: -2rem } .nb5-m { margin-bottom: -4rem } .nb6-m { margin-bottom: -8rem } .nb7-m { margin-bottom: -16rem } .nt1-m { margin-top: -.25rem } .nt2-m { margin-top: -.5rem } .nt3-m { margin-top: -1rem } .nt4-m { margin-top: -2rem } .nt5-m { margin-top: -4rem } .nt6-m { margin-top: -8rem } .nt7-m { margin-top: -16rem } .strike-m { text-decoration: line-through } .underline-m { text-decoration: underline } .no-underline-m { text-decoration: none } .tl-m { text-align: left } .tr-m { text-align: right } .tc-m { text-align: center } .tj-m { text-align: justify } .ttc-m { text-transform: capitalize } .ttl-m { text-transform: lowercase } .ttu-m { text-transform: uppercase } .ttn-m { text-transform: none } .f-6-m, .f-headline-m { font-size: 6rem } .f-5-m, .f-subheadline-m { font-size: 5rem } .f1-m { font-size: 3rem } .f2-m { font-size: 2.25rem } .f3-m { font-size: 1.5rem } .f4-m { font-size: 1.25rem } .f5-m { font-size: 1rem } .f6-m { font-size: .875rem } .f7-m { font-size: .75rem } .measure-m { max-width: 30em } .measure-wide-m { max-width: 34em } .measure-narrow-m { max-width: 20em } .indent-m { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-m { font-variant: small-caps } .truncate-m { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-m { margin-left: auto } .center-m, .mr-auto-m { margin-right: auto } .ml-auto-m { margin-left: auto } .clip-m { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-m { white-space: normal } .nowrap-m { white-space: nowrap } .pre-m { white-space: pre } .v-base-m { vertical-align: baseline } .v-mid-m { vertical-align: middle } .v-top-m { vertical-align: top } .v-btm-m { vertical-align: bottom } } @media screen and (min-width:60em) { .aspect-ratio-l { height: 0; position: relative } .aspect-ratio--16x9-l { padding-bottom: 56.25% } .aspect-ratio--9x16-l { padding-bottom: 177.77% } .aspect-ratio--4x3-l { padding-bottom: 75% } .aspect-ratio--3x4-l { padding-bottom: 133.33% } .aspect-ratio--6x4-l { padding-bottom: 66.6% } .aspect-ratio--4x6-l { padding-bottom: 150% } .aspect-ratio--8x5-l { padding-bottom: 62.5% } .aspect-ratio--5x8-l { padding-bottom: 160% } .aspect-ratio--7x5-l { padding-bottom: 71.42% } .aspect-ratio--5x7-l { padding-bottom: 140% } .aspect-ratio--1x1-l { padding-bottom: 100% } .aspect-ratio--object-l { position: absolute; top: 0; right: 0; bottom: 0; left: 0; width: 100%; height: 100%; z-index: 100 } .cover-l { background-size: cover !important } .contain-l { background-size: contain !important } .bg-center-l { background-position: 50% } .bg-center-l, .bg-top-l { background-repeat: no-repeat } .bg-top-l { background-position: top } .bg-right-l { background-position: 100% } .bg-bottom-l, .bg-right-l { background-repeat: no-repeat } .bg-bottom-l { background-position: bottom } .bg-left-l { background-repeat: no-repeat; background-position: 0 } .outline-l { outline: 1px solid } .outline-transparent-l { outline: 1px solid transparent } .outline-0-l { outline: 0 } .ba-l { border-style: solid; border-width: 1px } .bt-l { border-top-style: solid; border-top-width: 1px } .br-l { border-right-style: solid; border-right-width: 1px } .bb-l { border-bottom-style: solid; border-bottom-width: 1px } .bl-l { border-left-style: solid; border-left-width: 1px } .bn-l { border-style: none; border-width: 0 } .br0-l { border-radius: 0 } .br1-l { border-radius: .125rem } .br2-l { border-radius: .25rem } .br3-l { border-radius: .5rem } .br4-l { border-radius: 1rem } .br-100-l { border-radius: 100% } .br-pill-l { border-radius: 9999px } .br--bottom-l { border-top-left-radius: 0; border-top-right-radius: 0 } .br--top-l { border-bottom-right-radius: 0 } .br--right-l, .br--top-l { border-bottom-left-radius: 0 } .br--right-l { border-top-left-radius: 0 } .br--left-l { border-top-right-radius: 0; border-bottom-right-radius: 0 } .br-inherit-l { border-radius: inherit } .br-initial-l { border-radius: initial } .br-unset-l { border-radius: unset } .b--dotted-l { border-style: dotted } .b--dashed-l { border-style: dashed } .b--solid-l { border-style: solid } .b--none-l { border-style: none } .bw0-l { border-width: 0 } .bw1-l { border-width: .125rem } .bw2-l { border-width: .25rem } .bw3-l { border-width: .5rem } .bw4-l { border-width: 1rem } .bw5-l { border-width: 2rem } .bt-0-l { border-top-width: 0 } .br-0-l { border-right-width: 0 } .bb-0-l { border-bottom-width: 0 } .bl-0-l { border-left-width: 0 } .shadow-1-l { box-shadow: 0 0 4px 2px rgba(0, 0, 0, .2) } .shadow-2-l { box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2) } .shadow-3-l { box-shadow: 2px 2px 4px 2px rgba(0, 0, 0, .2) } .shadow-4-l { box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2) } .shadow-5-l { box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, .2) } .top-0-l { top: 0 } .left-0-l { left: 0 } .right-0-l { right: 0 } .bottom-0-l { bottom: 0 } .top-1-l { top: 1rem } .left-1-l { left: 1rem } .right-1-l { right: 1rem } .bottom-1-l { bottom: 1rem } .top-2-l { top: 2rem } .left-2-l { left: 2rem } .right-2-l { right: 2rem } .bottom-2-l { bottom: 2rem } .top--1-l { top: -1rem } .right--1-l { right: -1rem } .bottom--1-l { bottom: -1rem } .left--1-l { left: -1rem } .top--2-l { top: -2rem } .right--2-l { right: -2rem } .bottom--2-l { bottom: -2rem } .left--2-l { left: -2rem } .absolute--fill-l { top: 0; right: 0; bottom: 0; left: 0 } .cl-l { clear: left } .cr-l { clear: right } .cb-l { clear: both } .cn-l { clear: none } .dn-l { display: none } .di-l { display: inline } .db-l { display: block } .dib-l { display: inline-block } .dit-l { display: inline-table } .dt-l { display: table } .dtc-l { display: table-cell } .dt-row-l { display: table-row } .dt-row-group-l { display: table-row-group } .dt-column-l { display: table-column } .dt-column-group-l { display: table-column-group } .dt--fixed-l { table-layout: fixed; width: 100% } .flex-l { display: flex } .inline-flex-l { display: inline-flex } .flex-auto-l { flex: 1 1 auto; min-width: 0; min-height: 0 } .flex-none-l { flex: none } .flex-column-l { flex-direction: column } .flex-row-l { flex-direction: row } .flex-wrap-l { flex-wrap: wrap } .flex-nowrap-l { flex-wrap: nowrap } .flex-wrap-reverse-l { flex-wrap: wrap-reverse } .flex-column-reverse-l { flex-direction: column-reverse } .flex-row-reverse-l { flex-direction: row-reverse } .items-start-l { align-items: flex-start } .items-end-l { align-items: flex-end } .items-center-l { align-items: center } .items-baseline-l { align-items: baseline } .items-stretch-l { align-items: stretch } .self-start-l { align-self: flex-start } .self-end-l { align-self: flex-end } .self-center-l { align-self: center } .self-baseline-l { align-self: baseline } .self-stretch-l { align-self: stretch } .justify-start-l { justify-content: flex-start } .justify-end-l { justify-content: flex-end } .justify-center-l { justify-content: center } .justify-between-l { justify-content: space-between } .justify-around-l { justify-content: space-around } .content-start-l { align-content: flex-start } .content-end-l { align-content: flex-end } .content-center-l { align-content: center } .content-between-l { align-content: space-between } .content-around-l { align-content: space-around } .content-stretch-l { align-content: stretch } .order-0-l { order: 0 } .order-1-l { order: 1 } .order-2-l { order: 2 } .order-3-l { order: 3 } .order-4-l { order: 4 } .order-5-l { order: 5 } .order-6-l { order: 6 } .order-7-l { order: 7 } .order-8-l { order: 8 } .order-last-l { order: 99999 } .flex-grow-0-l { flex-grow: 0 } .flex-grow-1-l { flex-grow: 1 } .flex-shrink-0-l { flex-shrink: 0 } .flex-shrink-1-l { flex-shrink: 1 } .fl-l { float: left } .fl-l, .fr-l { _display: inline } .fr-l { float: right } .fn-l { float: none } .i-l { font-style: italic } .fs-normal-l { font-style: normal } .normal-l { font-weight: 400 } .b-l { font-weight: 700 } .fw1-l { font-weight: 100 } .fw2-l { font-weight: 200 } .fw3-l { font-weight: 300 } .fw4-l { font-weight: 400 } .fw5-l { font-weight: 500 } .fw6-l { font-weight: 600 } .fw7-l { font-weight: 700 } .fw8-l { font-weight: 800 } .fw9-l { font-weight: 900 } .h1-l { height: 1rem } .h2-l { height: 2rem } .h3-l { height: 4rem } .h4-l { height: 8rem } .h5-l { height: 16rem } .h-25-l { height: 25% } .h-50-l { height: 50% } .h-75-l { height: 75% } .h-100-l { height: 100% } .min-h-100-l { min-height: 100% } .vh-25-l { height: 25vh } .vh-50-l { height: 50vh } .vh-75-l { height: 75vh } .vh-100-l { height: 100vh } .min-vh-100-l { min-height: 100vh } .h-auto-l { height: auto } .h-inherit-l { height: inherit } .tracked-l { letter-spacing: .1em } .tracked-tight-l { letter-spacing: -.05em } .tracked-mega-l { letter-spacing: .25em } .lh-solid-l { line-height: 1 } .lh-title-l { line-height: 1.25 } .lh-copy-l { line-height: 1.5 } .mw-100-l { max-width: 100% } .mw1-l { max-width: 1rem } .mw2-l { max-width: 2rem } .mw3-l { max-width: 4rem } .mw4-l { max-width: 8rem } .mw5-l { max-width: 16rem } .mw6-l { max-width: 32rem } .mw7-l { max-width: 48rem } .mw8-l { max-width: 64rem } .mw9-l { max-width: 96rem } .mw-none-l { max-width: none } .w1-l { width: 1rem } .w2-l { width: 2rem } .w3-l { width: 4rem } .w4-l { width: 8rem } .w5-l { width: 16rem } .w-10-l { width: 10% } .w-20-l { width: 20% } .w-25-l { width: 25% } .w-30-l { width: 30% } .w-33-l { width: 33% } .w-34-l { width: 34% } .w-40-l { width: 40% } .w-50-l { width: 50% } .w-60-l { width: 60% } .w-70-l { width: 70% } .w-75-l { width: 75% } .w-80-l { width: 80% } .w-90-l { width: 90% } .w-100-l { width: 100% } .w-third-l { width: 33.33333% } .w-two-thirds-l { width: 66.66667% } .w-auto-l { width: auto } .overflow-visible-l { overflow: visible } .overflow-hidden-l { overflow: hidden } .overflow-scroll-l { overflow: scroll } .overflow-auto-l { overflow: auto } .overflow-x-visible-l { overflow-x: visible } .overflow-x-hidden-l { overflow-x: hidden } .overflow-x-scroll-l { overflow-x: scroll } .overflow-x-auto-l { overflow-x: auto } .overflow-y-visible-l { overflow-y: visible } .overflow-y-hidden-l { overflow-y: hidden } .overflow-y-scroll-l { overflow-y: scroll } .overflow-y-auto-l { overflow-y: auto } .static-l { position: static } .relative-l { position: relative } .absolute-l { position: absolute } .fixed-l { position: fixed } .rotate-45-l { -webkit-transform: rotate(45deg); transform: rotate(45deg) } .rotate-90-l { -webkit-transform: rotate(90deg); transform: rotate(90deg) } .rotate-135-l { -webkit-transform: rotate(135deg); transform: rotate(135deg) } .rotate-180-l { -webkit-transform: rotate(180deg); transform: rotate(180deg) } .rotate-225-l { -webkit-transform: rotate(225deg); transform: rotate(225deg) } .rotate-270-l { -webkit-transform: rotate(270deg); transform: rotate(270deg) } .rotate-315-l { -webkit-transform: rotate(315deg); transform: rotate(315deg) } .pa0-l { padding: 0 } .pa1-l { padding: .25rem } .pa2-l { padding: .5rem } .pa3-l { padding: 1rem } .pa4-l { padding: 2rem } .pa5-l { padding: 4rem } .pa6-l { padding: 8rem } .pa7-l { padding: 16rem } .pl0-l { padding-left: 0 } .pl1-l { padding-left: .25rem } .pl2-l { padding-left: .5rem } .pl3-l { padding-left: 1rem } .pl4-l { padding-left: 2rem } .pl5-l { padding-left: 4rem } .pl6-l { padding-left: 8rem } .pl7-l { padding-left: 16rem } .pr0-l { padding-right: 0 } .pr1-l { padding-right: .25rem } .pr2-l { padding-right: .5rem } .pr3-l { padding-right: 1rem } .pr4-l { padding-right: 2rem } .pr5-l { padding-right: 4rem } .pr6-l { padding-right: 8rem } .pr7-l { padding-right: 16rem } .pb0-l { padding-bottom: 0 } .pb1-l { padding-bottom: .25rem } .pb2-l { padding-bottom: .5rem } .pb3-l { padding-bottom: 1rem } .pb4-l { padding-bottom: 2rem } .pb5-l { padding-bottom: 4rem } .pb6-l { padding-bottom: 8rem } .pb7-l { padding-bottom: 16rem } .pt0-l { padding-top: 0 } .pt1-l { padding-top: .25rem } .pt2-l { padding-top: .5rem } .pt3-l { padding-top: 1rem } .pt4-l { padding-top: 2rem } .pt5-l { padding-top: 4rem } .pt6-l { padding-top: 8rem } .pt7-l { padding-top: 16rem } .pv0-l { padding-top: 0; padding-bottom: 0 } .pv1-l { padding-top: .25rem; padding-bottom: .25rem } .pv2-l { padding-top: .5rem; padding-bottom: .5rem } .pv3-l { padding-top: 1rem; padding-bottom: 1rem } .pv4-l { padding-top: 2rem; padding-bottom: 2rem } .pv5-l { padding-top: 4rem; padding-bottom: 4rem } .pv6-l { padding-top: 8rem; padding-bottom: 8rem } .pv7-l { padding-top: 16rem; padding-bottom: 16rem } .ph0-l { padding-left: 0; padding-right: 0 } .ph1-l { padding-left: .25rem; padding-right: .25rem } .ph2-l { padding-left: .5rem; padding-right: .5rem } .ph3-l { padding-left: 1rem; padding-right: 1rem } .ph4-l { padding-left: 2rem; padding-right: 2rem } .ph5-l { padding-left: 4rem; padding-right: 4rem } .ph6-l { padding-left: 8rem; padding-right: 8rem } .ph7-l { padding-left: 16rem; padding-right: 16rem } .ma0-l { margin: 0 } .ma1-l { margin: .25rem } .ma2-l { margin: .5rem } .ma3-l { margin: 1rem } .ma4-l { margin: 2rem } .ma5-l { margin: 4rem } .ma6-l { margin: 8rem } .ma7-l { margin: 16rem } .ml0-l { margin-left: 0 } .ml1-l { margin-left: .25rem } .ml2-l { margin-left: .5rem } .ml3-l { margin-left: 1rem } .ml4-l { margin-left: 2rem } .ml5-l { margin-left: 4rem } .ml6-l { margin-left: 8rem } .ml7-l { margin-left: 16rem } .mr0-l { margin-right: 0 } .mr1-l { margin-right: .25rem } .mr2-l { margin-right: .5rem } .mr3-l { margin-right: 1rem } .mr4-l { margin-right: 2rem } .mr5-l { margin-right: 4rem } .mr6-l { margin-right: 8rem } .mr7-l { margin-right: 16rem } .mb0-l { margin-bottom: 0 } .mb1-l { margin-bottom: .25rem } .mb2-l { margin-bottom: .5rem } .mb3-l { margin-bottom: 1rem } .mb4-l { margin-bottom: 2rem } .mb5-l { margin-bottom: 4rem } .mb6-l { margin-bottom: 8rem } .mb7-l { margin-bottom: 16rem } .mt0-l { margin-top: 0 } .mt1-l { margin-top: .25rem } .mt2-l { margin-top: .5rem } .mt3-l { margin-top: 1rem } .mt4-l { margin-top: 2rem } .mt5-l { margin-top: 4rem } .mt6-l { margin-top: 8rem } .mt7-l { margin-top: 16rem } .mv0-l { margin-top: 0; margin-bottom: 0 } .mv1-l { margin-top: .25rem; margin-bottom: .25rem } .mv2-l { margin-top: .5rem; margin-bottom: .5rem } .mv3-l { margin-top: 1rem; margin-bottom: 1rem } .mv4-l { margin-top: 2rem; margin-bottom: 2rem } .mv5-l { margin-top: 4rem; margin-bottom: 4rem } .mv6-l { margin-top: 8rem; margin-bottom: 8rem } .mv7-l { margin-top: 16rem; margin-bottom: 16rem } .mh0-l { margin-left: 0; margin-right: 0 } .mh1-l { margin-left: .25rem; margin-right: .25rem } .mh2-l { margin-left: .5rem; margin-right: .5rem } .mh3-l { margin-left: 1rem; margin-right: 1rem } .mh4-l { margin-left: 2rem; margin-right: 2rem } .mh5-l { margin-left: 4rem; margin-right: 4rem } .mh6-l { margin-left: 8rem; margin-right: 8rem } .mh7-l { margin-left: 16rem; margin-right: 16rem } .na1-l { margin: -.25rem } .na2-l { margin: -.5rem } .na3-l { margin: -1rem } .na4-l { margin: -2rem } .na5-l { margin: -4rem } .na6-l { margin: -8rem } .na7-l { margin: -16rem } .nl1-l { margin-left: -.25rem } .nl2-l { margin-left: -.5rem } .nl3-l { margin-left: -1rem } .nl4-l { margin-left: -2rem } .nl5-l { margin-left: -4rem } .nl6-l { margin-left: -8rem } .nl7-l { margin-left: -16rem } .nr1-l { margin-right: -.25rem } .nr2-l { margin-right: -.5rem } .nr3-l { margin-right: -1rem } .nr4-l { margin-right: -2rem } .nr5-l { margin-right: -4rem } .nr6-l { margin-right: -8rem } .nr7-l { margin-right: -16rem } .nb1-l { margin-bottom: -.25rem } .nb2-l { margin-bottom: -.5rem } .nb3-l { margin-bottom: -1rem } .nb4-l { margin-bottom: -2rem } .nb5-l { margin-bottom: -4rem } .nb6-l { margin-bottom: -8rem } .nb7-l { margin-bottom: -16rem } .nt1-l { margin-top: -.25rem } .nt2-l { margin-top: -.5rem } .nt3-l { margin-top: -1rem } .nt4-l { margin-top: -2rem } .nt5-l { margin-top: -4rem } .nt6-l { margin-top: -8rem } .nt7-l { margin-top: -16rem } .strike-l { text-decoration: line-through } .underline-l { text-decoration: underline } .no-underline-l { text-decoration: none } .tl-l { text-align: left } .tr-l { text-align: right } .tc-l { text-align: center } .tj-l { text-align: justify } .ttc-l { text-transform: capitalize } .ttl-l { text-transform: lowercase } .ttu-l { text-transform: uppercase } .ttn-l { text-transform: none } .f-6-l, .f-headline-l { font-size: 6rem } .f-5-l, .f-subheadline-l { font-size: 5rem } .f1-l { font-size: 3rem } .f2-l { font-size: 2.25rem } .f3-l { font-size: 1.5rem } .f4-l { font-size: 1.25rem } .f5-l { font-size: 1rem } .f6-l { font-size: .875rem } .f7-l { font-size: .75rem } .measure-l { max-width: 30em } .measure-wide-l { max-width: 34em } .measure-narrow-l { max-width: 20em } .indent-l { text-indent: 1em; margin-top: 0; margin-bottom: 0 } .small-caps-l { font-variant: small-caps } .truncate-l { white-space: nowrap; overflow: hidden; text-overflow: ellipsis } .center-l { margin-left: auto } .center-l, .mr-auto-l { margin-right: auto } .ml-auto-l { margin-left: auto } .clip-l { position: fixed !important; _position: absolute !important; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px) } .ws-normal-l { white-space: normal } .nowrap-l { white-space: nowrap } .pre-l { white-space: pre } .v-base-l { vertical-align: baseline } .v-mid-l { vertical-align: middle } .v-top-l { vertical-align: top } .v-btm-l { vertical-align: bottom } } ._452c3ec4, button, input, optgroup, select, textarea { font-family: 'Source Sans Pro', 'Lucida Grande', sans-serif; } *, *:before, *:after { box-sizing: border-box; } .d68c66a8 { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; } .d68c66a8 main { position: relative; -ms-flex: 0 0 auto; flex: 0 0 auto; -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } ._12c81534 { background-color: #FFD9DB; border-color: #FFD9DB; color: #99171D; } ._8a62ca63 { width: 100%; height: 2px; transition: opacity 500ms linear, transform 6s ease-out; transform-origin: 0 0; transition-timing-function: cubic-bezier(0.1, 0.1, 0.0, 1.0); background: #cb3837; } ._657f443d { position: absolute !important; height: 1px; width: 1px; overflow: hidden; clip: rect(1px 1px 1px 1px); clip: rect(1px, 1px, 1px, 1px); } .a3d7b97f { color: #cb3837; } a { color: black; } /* wow minifiers are great at noticing garbage */ /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._755f5b0f { box-shadow: 0 4px 13px -3px rgba(0, 0, 0, 0.10196); border-bottom: 1px solid #d2d2d2; -ms-flex: 0 0 auto; flex: 0 0 auto; } .a6ff2de1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; background: #231f20; height: 80px; } ._1c6d86d1 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; color: white; } ._1c6d86d1 span { padding: 5px 20px; font-size: 24px; line-height: 100%; } ._93bbf0b4 { display: -ms-flexbox; display: flex; width: 60px; padding: 5px 0 0 0; } ._5532dff2 { display: -ms-flexbox; display: flex; width: 40px; } .ad255bdb { min-height: 100vh; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } /* First row */ .e7070742 { padding: 8px 0; border-width: 10px 0 0; border-top-style: solid; border-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff) 3; } .ad255bdb .ef7c6e62 { max-width: 100%; } ._99e3854f { display: none; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; cursor: pointer; -ms-flex-positive: 1; flex-grow: 1; font-weight: 100; -ms-flex-pack: center; justify-content: center; -ms-flex-direction: column; flex-direction: column; } ._99e3854f:active { outline: none; } @media screen and (min-width: 30em) { ._99e3854f { display: -ms-flexbox; display: flex; } } ._0edb515f { font-size: 20px; line-height: 160%; color: #000; letter-spacing: 0.015625em; } ._4a5f2a79 { -ms-flex-positive: 0; flex-grow: 0; } ._4a5f2a79 ul { display: -ms-flexbox; display: flex; margin: 0; } ._4a5f2a79 li { -ms-flex-positive: 1; flex-grow: 1; display: block; } .c6c55db4 { display: block; padding: 10px; position: relative; font-family: 'Poppins'; color: #000; letter-spacing: 0.015625em; } .c6c55db4:focus+._3f98ab29, .c6c55db4:hover+._3f98ab29, ._3f98ab29:focus, ._3f98ab29:hover { display: block !important; /* TODO: fix borked specificity */ } ._3f98ab29 { color: #000; font-family: 'Poppins'; display: none !important; /* TODO: fix borked specificity*/ position: absolute; z-index: 10; margin-left: -8px !important; /* TODO: fix borked specificity */ padding: 8px 0; -ms-flex-direction: column; flex-direction: column; } .b8f9b0bd { text-decoration: none; } /* Second row */ ._4ea0e50d { background-color: #fff; padding: 10px 0; } .ad255bdb .c5b9953b { max-width: 100%; } .af43375d svg { width: 80px; } @media screen and (min-width: 30em) { .af43375d { padding-top: 8px; -ms-flex-positive: 0; flex-grow: 0; } .ad255bdb .af43375d { width: 224px; margin-right: 0; } .af43375d svg { width: 70px; } } ._581ebd89 { color: #000; } @media screen and (min-width: 30em) { .ad255bdb ._581ebd89 { padding-left: 50px; } } ._2f299eeb { padding: 5px; background: #f2f2f2; } .dde91b96 { -ms-flex-positive: 1; flex-grow: 1; border: 1px solid #f2f2f2; } .dde91b96:focus-within { border: 1px solid black; } ._390acbc5 { background: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; font-size: 16px; letter-spacing: 0px; border: none; outline: unset; height: 40px; padding-left: 10px; border-radius: 0; width: calc(100% - 10px); -webkit-appearance: none; } ._390acbc5:focus { outline: none; } ._390acbc5:-ms-input-placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._390acbc5::placeholder { font-size: 14px; color: #777; letter-spacing: 0px; } ._705cdf4f { padding-top: 10px; } ._705cdf4f svg { height: 18px; width: 18px; } ._0da775bb { font-family: 'Poppins'; letter-spacing: 0.3px; font-weight: bold; background-color: #231f20; } ._5b436c1a { display: block } ._5b436c1a strong { display: block } ._5b436c1a p { margin: 0; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } ._6f31c82b { font-family: 'Poppins'; -ms-flex-positive: 0; flex-grow: 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9752c8b3 { padding: 13px 28px; border: 1px solid #cccccc; border-radius: 0; } .f66d27e1 { border: none; } ._59b94eb6 { cursor: auto; box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1px solid #ccc; border-radius: 7px; right: 0; top: 97%; } ._59b94eb6::after { content: ''; position: absolute; width: 0px; height: 0px; top: -16px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid white; } ._59b94eb6::before { content: ''; position: absolute; width: 0px; height: 0px; top: -18px; right: 25px; border-left: 18px solid transparent; border-right: 18px solid transparent; border-bottom: 18px solid #ccc; } .d70fa54a { margin: 0; padding-bottom: 14px; font-size: 19px; color: #4d4d4d; border-bottom: 1px solid #e5e5e5; font-weight: 600; } .d70fa54a svg { height: 14px; margin-right: 5px; } ._9e2bd439 { min-width: 200px; } ._9e2bd439 svg { height: 12px; margin-right: 5px; } ._506dfb65 { font-size: 17px; font-weight: 500; } ._6c423df4 { color: #cb3837; font-size: 15px; padding-top: 3px; } ._3313bb52 { color: #080808; } ._07ec5156 { text-decoration: none; font-size: 17px; display: block; border-bottom: 1px solid #efefef; border-top: 1px solid #efefef; padding-bottom: 15px; margin-bottom: 8px; color: #cb3837; } ._07ec5156 svg { fill: #cb3837; } .a3eb5146 { width: 40px; border: 1px solid black; box-sizing: content-box; } .a3eb5146:hover+div { opacity: 0.7; } ._8c614725 { opacity: 0; transition: opacity 100ms linear; } ._9aa2f73b { opacity: 1; } ._7530c202 { opacity: 1; transition: opacity 100ms linear; } ._99b033cc { opacity: 0; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 60em) { .cb95d7b8 { min-height: 16px; } } @media screen and (min-width: 30em) { ._5052cb2e { line-height: 30px; } } /* CARDS */ ._4af50919 { padding: 1em 0 0; } /* BUTTON: BOILERPLATE */ .baa30260 { border: none; box-shadow: none; } /* BUTTON: ADDITIONAL SIZE MODIFIER */ ._750b5552 { padding: 8px 14px; font-size: 0.65em; } .b2dee585 { padding: 16px 16px; } ._5c40c34b { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } /* BUTTON: TYPES */ ._27b0a3f3 { border: 1px solid #00C642; color: #00C642; background: transparent; } .c555b7b3 { background: transparent; border: 1px solid rgba(0, 0, 0, .4); color: rgba(0, 0, 0, .4); } ._0dbbf8ca { color: #357edd; background: transparent; border: 1px solid #357edd; } .c8f69119 { color: #cb3837; background: transparent; border: 1px solid #cb3837; } /* BUTTONS: FROM BILLING */ .dab9924c { letter-spacing: 0.25px; } .dab9924c svg { height: 16px; width: 16px; padding-top: 4px; margin: 0 5px 0 0; } ._3fc1bd9c { background: #cb3837; } ._24a1e9c7 { background-color: #fff; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .a9a9a788 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(111, 7, 255, .08) 100%); border: 1px solid #CBAFF8; } .c37751f6 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .13) 0%, rgba(0, 184, 15, .10) 100%); border: 1px solid rgba(75, 173, 58, .50); } ._4a3f8f21 { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(255, 89, 89, .10) 97%); border: 1px solid rgba(222, 154, 82, .50); color: #e21515; } ._24a1e9c7:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(17, 17, 17, .08) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #111; } ._4a3f8f21:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(255, 89, 89, .20) 97%); border: 1px solid rgba(222, 154, 82, .60); color: #aa2b2b; } .c37751f6:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .18) 0%, rgba(0, 184, 15, .14) 100%); border: 1px solid rgba(75, 173, 58, .60); } .a9a9a788:hover { background-image: linear-gradient(-180deg, rgba(255, 255, 255, .20) 0%, rgba(111, 7, 255, .16) 100%); border: 1px solid #CBAFF8; } ._3fc1bd9c:hover { background: #c40b0a; } ._5018de7a, ._5018de7a:hover { color: rgba(0, 0, 0, .1); background-image: none; background-color: rgba(0, 0, 0, .025); border-color: rgb(232, 232, 232); cursor: default; } ._4afd735f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } .d47729b8 { width: 1em; } ._4afd735f .d47729b8 { border-color: #FFCD3A; } /* BUTTONS: HOVER STATES */ ._27b0a3f3:hover { border-color: rgb(0, 158, 53); color: rgb(0, 158, 53); } .c555b7b3:hover { border-color: rgba(0, 0, 0, 0.4); color: rgba(0, 0, 0, 0.4); } ._0dbbf8ca:hover { border-color: rgb(42, 101, 177); color: rgb(42, 101, 177); } .c8f69119:hover { border-color: rgb(162, 45, 44); color: rgb(162, 45, 44); } /* BUTTONS: INLINE BREAKPOINTS */ ._795cdbae { min-width: 140px; } @media screen and (min-width: 60em) { .a8d24ef6, ._6ccc357c, .e7853a6d, ._06aef45a { margin-left: 180px; } } /* BUTTONS: DISABLED & DISABLED HOVER */ ._27b0a3f3[disabled]:hover, ._27b0a3f3[disabled] { opacity: .5; background: #00C642; cursor: default; } .c555b7b3[disabled]:hover, .c555b7b3[disabled] { opacity: .5; background: white; cursor: default; } ._0dbbf8ca[disabled]:hover, ._0dbbf8ca[disabled] { opacity: .5; background: white; cursor: default; } .c8f69119[disabled]:hover, .c8f69119[disabled] { opacity: .5; background: white; cursor: default; } ._1b4f7f70, ._1b4f7f70:hover { cursor: wait; } ._750b5552 { font-size: 16px; padding: 4px 8px !important; margin-bottom: 0; height: auto !important; } .b55db0e2 { width: 20px; height: 20px; border-color: rgba(0, 0, 0, .1); color: rgba(0, 0, 0, .4); transition: all linear 0.1s; cursor: pointer; } .b55db0e2:hover { color: white; background-color: #cb3837; border-color: #cb3837; } .b55db0e2[disabled] { color: #999; background-color: #ddd; border-color: #999; } ._51c6c0d0 { position: relative; height: 36px; width: 36px; padding: 0; } ._54445007 { background: #f2f2f2; } .bb86232a { background: #ffffff; padding: 0; } ._425fdea4 { height: 38px; transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; resize: vertical; background: white; } ._425fdea4:focus { outline: none; box-shadow: none; background-color: #fff; border-color: #579ecf; } ._12c8ce87 { /* composes: mw5-ns from global; */ -ms-flex-positive: 1; flex-grow: 1; } ._425fdea4[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } ._425fdea4:focus { border-color: #1F8ACC; outline: 0; } .ef4a48a2 { width: 100%; } ._508cc1e8 { height: 38px; resize: vertical; -webkit-appearance: none; -moz-appearance: none; appearance: none; height: 10px; border-radius: 5px; padding: 0; margin: 0; background: #d7dcdf; } .d05bbe6c { -ms-flex-positive: 1; flex-grow: 1; } ._508cc1e8:active, ._508cc1e8:focus, ._508cc1e8:active { outline: none; outline-color: #ffffff; background-color: #d7dcdf; /* Do not remove - important for a11y */ border-color: #579ecf; } ._508cc1e8::-moz-focus-outer { border: 0; } ._508cc1e8::-webkit-slider-thumb { -webkit-appearance: none; appearance: none; width: 20px; height: 20px; border-radius: 50%; cursor: pointer; background: #272727; } ._508cc1e8[disabled] { color: rgba(0, 0, 0, .7); border-color: rgba(0, 0, 0, .1); background-color: rgba(0, 0, 0, .05); } /* override built-in mozilla style */ :-moz-ui-invalid { box-shadow: none; } .ca5693e9 { border: 1px solid red; } ._3714e37c { color: red; } @media screen and (min-width: 30em) { .c5446f63 { width: 100%; padding-left: 180px; } } .b56301db { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._9d16cd42 { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: baseline; align-items: baseline; padding-bottom: 5px; } ._128f502f { -ms-flex-negative: 0; flex-shrink: 0; } ._992c2922 { width: 25px; position: absolute; z-index: 2; left: 12px; top: 7px; } ._30cc4985 { position: relative; } ._30cc4985 input { padding-left: 50px; } .ab3bb16f input[type='radio'] { position: absolute; z-index: 1; left: 50%; top: 50%; width: 22px; height: 22px; margin: 0; outline: 0; margin-top: -9px; margin-left: -9px; display: none; } .ab3bb16f input[type='radio']:checked+.b4929007 { background-color: rgba(235, 219, 255, .4); color: #442fa9; font-weight: normal; text-shadow: none; /* border: 1px solid #442fa970; */ } .b4929007 { cursor: pointer; text-shadow: 0 1px 0 #f3f3f3; z-index: 1; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; background-image: linear-gradient(-180deg, rgba(255, 255, 255, .09) 0%, rgba(17, 17, 17, .04) 100%); border: 1px solid rgba(22, 22, 22, .20); color: #444; } .ab3bb16f:first-child .b4929007 { border-right: 0; border-radius: 3px 0 0 3px; } .ab3bb16f:last-child .b4929007 { border-left: 0; border-radius: 0 3px 3px 0; } .c06f4cad { top: 100%; width: 99%; left: 0.5%; box-shadow: 0px 1px 3px rgba(0, 0, 0, .3); } ._8a2f7809 { border-bottom: 1px solid #eee; } ._8a2f7809:hover, ._7855648d { background-color: rgba(0, 0, 0, .05) } ._8a2f7809:last-child { border-bottom: none } ._8a2f7809 span { display: inline-block; vertical-align: top; line-height: 2em; } ._8a2f7809 a { vertical-align: top; line-height: 0; } .e6f92c42 { background-color: rgba(1, 1, 1, 0) } ._7555aa55 { width: 42px; height: 42px; } .b52dc8f3 { background-color: #273547 !important; } .b52dc8f3 * { color: white !important; } ._9ae8eda2 { min-height: 54px; } .cd2827bb { -ms-flex: 0 0 auto; flex: 0 0 auto; background-color: transparent; color: rgba(255, 255, 255, .8); font-family: 'Poppins'; } .cd2827bb::after { content: ""; display: block; height: 10px; width: 100%; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); } .cd2827bb a { color: rgba(0, 0, 0, .7); font-weight: 400; line-height: 2; } ._802b5507 { width: 50px; } ._1b8c0a9f { font-size: 17px; letter-spacing: 1.3px; color: #333333; } ._75ce47e7 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._75ce47e7:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._75ce47e7 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._75ce47e7 header { margin: 20px 0; text-align: center; } ._75ce47e7 header svg { width: 120px; } ._94d452dc { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._75ce47e7 header { margin: 80px 0 40px; } ._75ce47e7 header svg { width: 144px; } ._94d452dc { margin-bottom: 160px; } } ._2b1f4808 { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._320f7a67 { background-color: #F7F7F7; min-height: 100vh; position: relative; } ._320f7a67:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._320f7a67 main { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; margin: 0 auto; max-width: 30em; min-height: 100vh; } ._320f7a67 header { margin: 20px 0; text-align: center; } ._320f7a67 header svg { width: 120px; } .b9a4b1a9 { -ms-flex-positive: 1; flex-grow: 1; display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; } @media screen and (min-width: 30em) { ._320f7a67 header { margin: 80px 0 40px; } ._320f7a67 header svg { width: 144px; } .b9a4b1a9 { margin-bottom: 160px; } } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } ._320f7a67 main { max-width: 45em; } ._320f7a67 button { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; } .b404b6ff { box-shadow: 0 10px 20px rgba(0, 0, 0, .2); padding: 40px; } .ff0e7e5c { -ms-flex: 0 0 auto; flex: 0 0 auto; box-shadow: 0 2px 4px rgba(0, 0, 0, .08); padding: 10px 0; } ._43e27900 { -ms-flex-positive: 0; flex-grow: 0; } ._43e27900 svg { width: 96px; } .acb78000 { background-color: #F7F7F7; min-height: 100vh; margin-top: 10px; } .acb78000:before { content: ''; background-image: linear-gradient(139deg, #fb8817, #ff4b01, #c12127, #e02aff); position: absolute; top: 0; left: 0; width: 100%; height: 10px; z-index: 9999; } ._2adcc2af { -ms-flex-positive: 1; flex-grow: 1; } ._7fb5e603 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-positive: 1; flex-grow: 1; } ._7cbf6ad7 { -ms-flex-positive: 1; flex-grow: 1; padding: 40px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .e9998f88 { background-color: rgba(0, 0, 0, .03); box-shadow: inset -8px 0 6px -2px rgba(162, 162, 162, 0.10196); } ._266f804b { overflow-x: hidden; padding: 24px; } @media screen and (min-width: 30em) { ._266f804b { top: 0; position: -webkit-sticky; position: sticky; width: 282px; max-height: 100vh; overflow-y: auto; } } ._8a646b6d svg { height: 14px; margin-right: 10px; } ._8a646b6d:hover { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .05) } ._775ed650 { margin: 0 -4em; padding: 0 4em; background-color: rgba(0, 0, 0, .08) } ._55741ad1 { line-height: 1.1; color: #6BCE2C; position: absolute; border: 1px solid #6BCE2C; border-radius: 100%; width: 24px; height: 24px; top: 0px; right: 0; display: block; } ._55741ad1:hover { color: #fff; background-color: #6BCE2C; } .ee9e731a { -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; transition: opacity 1s linear; } ._73b7ed33 { background-color: hsl(0, 100%, 93%); color: hsl(0, 75%, 35%); } ._33186cec { background-color: hsl(50, 100%, 93%); color: hsl(50, 75%, 25%); } ._33186cec a { display: block; color: hsl(50, 75%, 25%); } .d76ab310 { background-color: hsl(120, 100%, 93%); color: hsl(120, 75%, 25%); } ._545224b8 { line-height: 16px; line-height: 1rem; height: 16px; height: 1rem; } .cf325dbd { position: -webkit-sticky; position: sticky; width: 100%; top: 0px; left: 0px; } .cdf2cfa5 { background-color: #f7f7f7; } .cdf2cfa5 ._5fb3df3b { background-color: #ffffff; } .b830cb24 a { text-decoration: none; color: #cb3837; } .bc1f62ce { font-size: 0.9em; } .f6cf753b { -ms-flex-flow: row wrap; flex-flow: row wrap; } hgroup { margin-bottom: 50px; } .f6cf753b textarea { min-height: 8em; } .f6cf753b hr { margin-top: 4em; margin-bottom: 3em; } .f6cf753b select { width: 100%; padding: 8px; padding: 0.5rem; margin: 8px 0 0.75em 0; margin: 0.5rem 0 0.75em 0; color: rgba(0, 0, 0, .7); } ._7a12db77 { margin-top: 0; margin-bottom: 2em; } ._01c91678 { display: inline; color: #cb3837; } ._0ae17f63 { background-color: #FB3B49; box-shadow: 5px 5px 0 rgba(251, 59, 73, .2); color: white; border-radius: 0; font-family: 'Poppins'; } ._59a27b09:after { clear: both; } ._8afc529d { display: -ms-flexbox; display: flex; border: solid 1px #888888; float: left; box-sizing: border-box; text-decoration: none; width: calc(50% - 0.5em); margin-bottom: 1em; text-align: center; padding: 1em; min-height: 4.5em; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; color: rgba(0, 0, 0, .7); } ._8afc529d:nth-child(odd) { margin-right: 0.5em; } ._8afc529d:nth-child(even) { margin-left: 0.5em; } ._8afc529d:hover { text-decoration: underline; } ._01c91678:hover { text-decoration: underline; } .f2315b96 a { display: inline-block; vertical-align: top; line-height: 32px; } .b96a673d { line-height: 1.4; } ._68cdd332 { margin-top: 1em; } ._2cd87ac8 { display: none; visibility: hidden; } ._1bc12931 img { height: 240px; margin: 4px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._1a65a68d { background-color: #fff !important; } ._1a65a68d::after { display: block; content: " "; border-bottom: 2px solid rgba(0, 0, 0, .1); position: absolute; width: 100%; bottom: 1ex; z-index: 0; } ._1a65a68d>span { position: relative; z-index: 1; padding: 0 0.9375em; background: inherit; } ._4c35f6c9 { margin-top: 40px; width: 45%; } .c4757497 { padding: 40px; border: 1px solid #ccc; border-radius: 10px; background-color: #f2f2f2; } .e73c68c4 { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; } .ccc8896b { margin-left: 76px; } .dd81cbb5 { color: #34495e; background-color: #fff; border: 1px solid #b3b3b3; outline: none; transition: all 300ms ease-out; border-radius: 10px; padding: 10px; text-decoration: none; cursor: pointer; display: inline-block; } .aad35f10 { position: relative; text-align: left; } ._8db05992 { font-size: 0; z-index: 1; cursor: pointer; position: absolute; top: 0; border: none; padding: 0; margin: 0 0 0 1px; background: transparent; text-indent: -10px; height: 34px; width: 100%; } ._7b0b709d { color: #333; cursor: pointer; text-indent: 10px; line-height: 32px; background-color: #fff; border: 1px solid #ccc; border-radius: 3px; width: 100%; } ._7b0b709d:after { position: absolute; right: 6px; top: 15px; content: ''; width: 0px; height: 0px; border-style: solid; border-width: 5px 4px 0 4px; border-color: #555 transparent transparent transparent; } ._12ab17e9 { -webkit-transition: all .25s ease; -moz-transition: all .25s ease; -ms-transition: all .25s ease; -o-transition: all .25s ease; z-index: 1; transition: all .25s ease; list-style-type: none; position: absolute; top: 32px; padding: 0; margin: 0; opacity: 0; visibility: hidden; border-radius: 3px; text-indent: 10px; line-height: 32px; background-color: white; border: 1px solid #ccc; width: 100%; max-height: 300px; overflow: auto; } ._12ab17e9 a { color: #333; } ._12ab17e9:hover, ._8db05992:focus~._12ab17e9 { opacity: 1; visibility: visible; top: 42px; } ._33ee58a9 { padding: 20px 40px; background-color: rgb(217, 240, 255); } ._33ee58a9 code { background-color: #f2f2f2; } ._8377252a summary { cursor: pointer; outline: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8377252a pre { font-size: 0.8em; overflow-x: scroll; } .cb619c9b { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; -ms-flex-direction: column; flex-direction: column; } ._32b9cb92 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; width: 100vw; } ._9354fe4b { margin-bottom: 2em } .d5c81d52, .a3eaa586 { display: -ms-flexbox; display: flex; -ms-flex: grow; flex: grow; } .a3eaa586 { -ms-flex-direction: row; flex-direction: row; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-line-pack: justify; align-content: space-between; -ms-flex-align: center; align-items: center; } .d58d8627 { -ms-flex: grow; flex: grow; } ._3b2c3c3e, ._4956a004 { -ms-flex: none; flex: none; margin: .75em; } ._3b2c3c3e { justify-self: flex-start; } ._4956a004 { justify-self: flex-end; } ._048bd5f8 { border: 2px solid rgba(0, 0, 0, .1); padding: 20px 40px 0; } ._5bf2e3d4 { width: 42px; } .b6672c22 { height: 24px; height: 1.5rem; } .e99f3f5d { color: #1aa974; } .eafb897c { margin: 0; border-color: rgba(0, 0, 0, .07); } .e290079c { margin: 0 -32px; } ._6e737bac { font-size: 17px; } .b4f049ad { display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; width: 100%; background-image: url(https://static.npmjs.com/c07230a8959706cf638a847c59a2ab2b.svg), linear-gradient(0deg, #d3ecec, #80cfd2 93%, #88cdd1); background-position: bottom center; background-repeat: no-repeat; overflow: hidden; height: 27vw; position: relative; max-height: 300px; } ._0c22ad84 { margin-left: 50%; display: -ms-flexbox; display: flex; -ms-flex-direction: row; flex-direction: row; -ms-flex-align: bottom; align-items: bottom; transform: translateX(-50%); transition: transform ease-out 500ms; } .eb8edf43 { width: 7vw; max-width: 80px; margin: 0 0.5vw; transition: transform ease-out 250ms; transform: translateY(30%); } ._16bcb3c7 { transform: translateY(92%); } ._75a5f581 { color: #cb3837; } .c495d29d { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; } .c495d29d li { margin-bottom: 12px; display: -ms-flexbox; display: flex; list-style-type: circle; list-style-position: outside; } .c495d29d li>* { display: block; -ms-flex: 1 0 initial; flex: 1 0 initial; white-space: nowrap; } .c440844e { -ms-flex: 1 1 auto; flex: 1 1 auto; border-bottom: 1px dotted rgba(0, 0, 0, .2); } .c495d29d li>*:first-child { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } .c495d29d li>*:last-child { text-align: right; } ._2ca3464c { margin-top: -3px; } .c499451a ._132722c7 { color: #cb3837; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media screen and (min-width: 1200px) { ._36ae70e9 { max-width: 1200px; } } ._4b60b4d3 { background: white; } .cd6ce1fd { max-width: 100vw; } ._50685029 { letter-spacing: -0.8px; } ._94b965b0 { background: #f2f9ff; border: 1px solid #a7bdff; -ms-flex: none; flex: none; letter-spacing: 0; } ._76473bea { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; background: transparent; -ms-flex: none; flex: none; letter-spacing: 0; } ._2e7477a7 svg { display: inline-block; margin-right: 8px; width: 8px; height: 12px; } .d92e4bdd { top: 20px; left: 20px; height: auto; width: 24px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } .b5be2af6 { position: relative; max-width: 95vw; line-height: 24px; } .b5be2af6 svg { width: 0.9em; height: 0.9em; -ms-flex: none; flex: none; margin-right: 3px; margin-left: 0px; margin-top: 6px; fill: rgba(0, 0, 0, .5); } .b5be2af6 svg:nth-of-type(2) { position: absolute; right: 15px; left: auto; opacity: 0; fill: rgba(0, 0, 0, .5); transition: opacity 0.2s linear; } .b5be2af6:hover svg:nth-of-type(2) { opacity: 1; } ._44c90bfa { color: #cb3837; } ._44c90bfa svg { -ms-flex: none; flex: none; display: inline-block; margin-top: 2px; margin-right: 11px; width: 1em; height: 1em; opacity: 0.7; } ._5cfc0900 svg { width: 8px; height: 12px; margin-right: 8px; fill: rgba(0, 0, 0, .45); } .b2812e30 { font-size: 18px; } .b2812e30 svg { height: 16px; margin-right: 8px; } .df3864ac code { word-wrap: wrap; padding-left: 10px; } .d767adf4 { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; font-feature-settings: none; font-variant-ligatures: none; position: relative; } .d767adf4 svg { position: absolute; top: 11px; left: 18px; } .d767adf4 span { display: block; width: 100%; height: 100%; border-radius: 5px; padding: 10px 10px 10px 34px; border: 1px #cccccc solid; } .d767adf4:hover { cursor: pointer; background: hsl(120, 100%, 93%); border-color: #00C642; } .d767adf4 ::-moz-selection { background: none; } .d767adf4 ::selection { background: none; } ._000ae427 { border-bottom: 2px solid rgba(137, 86, 255, .2); } ._418c4939 { margin-right: -4px; } ._8a41cc8f { color: #cb3837; } .a0dff0b1 { border-bottom: 1px dotted #ccc; color: #111; } /** * Package access */ .c6e34c57 { list-style: none; margin: 0; padding: 0; } .c6e34c57 li { padding: 15px; border-bottom: 1px solid grey; } .c6e34c57 li span:nth-child(3) { width: calc(100% - 170px); text-align: right; } ._3ebf5573, .fb3d3716, .fb3d3716 { width: 125px; } ._426b8533 img { border-radius: 3px; } ._3711aa1e { width: 44px; height: 44px; line-height: 40px; color: #00C642; border-color: #00C642; } ._3ebf5573 { width: 25px; } ._6054af20 { box-shadow: none; } ._9e13d83d { width: 18px; margin-right: 5px; } ._7eb68a55 { background-color: #fafafa; } ._43a531d3 { display: -ms-flexbox; display: flex; } @media screen and (min-width: 60em) { ._43a531d3 { -ms-flex-direction: initial; flex-direction: initial; } } ._329d07cd { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: center; justify-content: center; margin: 0; padding: 5px 0 0 0; } .efc7b1c8 { display: -ms-flexbox; display: flex; -ms-flex: 1; flex: 1; margin: 0 10px 10px 0; padding: 0; transition: 0.2s background-color linear; } .efc7b1c8:nth-of-type(6n+1):hover { background-color: rgba(137, 86, 255, 0.2); } .efc7b1c8:nth-of-type(6n+1):hover ._5d3decdb { color: rgb(41, 0, 138); border-bottom-color: rgb(41, 0, 138); } .efc7b1c8:nth-of-type(6n+2):hover { background-color: rgba(0, 198, 66, 0.2); } .efc7b1c8:nth-of-type(6n+2):hover ._5d3decdb { color: rgb(0, 97, 32); border-bottom-color: rgb(0, 97, 32); } .efc7b1c8:nth-of-type(6n+3):hover { background-color: rgba(41, 171, 226, 0.2); } .efc7b1c8:nth-of-type(6n+3):hover ._5d3decdb { color: rgb(20, 106, 144); border-bottom-color: rgb(20, 106, 144); } .efc7b1c8:nth-of-type(6n+4):hover { background-color: rgba(203, 56, 55, 0.2); } .efc7b1c8:nth-of-type(6n+4):hover ._5d3decdb { color: rgb(126, 32, 32); border-bottom-color: rgb(126, 32, 32); } .efc7b1c8:nth-of-type(6n+5):hover { background-color: rgba(255, 205, 58, 0.2); } .efc7b1c8:nth-of-type(6n+5):hover ._5d3decdb { color: rgb(107, 80, 0); border-bottom-color: rgb(107, 80, 0) } .efc7b1c8:nth-of-type(6n+6):hover { background-color: rgba(200, 54, 195, 0.2); } .efc7b1c8:nth-of-type(6n+6):hover ._5d3decdb { color: rgb(40, 11, 39); border-bottom-color: rgb(40, 11, 39) } .efc7b1c8:hover ._5d3decdb { border-top-color: transparent; border-right-color: transparent; border-left-color: transparent; } ._5d3decdb { display: -ms-flexbox; display: flex; -ms-flex-pack: center; justify-content: center; -ms-flex: 1; flex: 1; white-space: nowrap; text-align: center; text-decoration: none; padding: 25px 35px; font-size: 16px; font-weight: 800; color: #333; border: 1px solid #efefef; border-bottom: 2px solid #efefef; transition: 0.2s border-color linear; } ._5d3decdb svg { height: 18px; margin-right: 10px; } .f85080bd { border-bottom-color: #efefef; padding: 10px 0; margin: 0; line-height: 100%; font-size: 18px; font-weight: 600; } .f85080bd:hover { color: #cb3837; } .d5376578 { margin-bottom: 0; } ._5b5c6538 { padding-bottom: 20px; margin-bottom: 20px; } ._5b5c6538:last-of-type { border-bottom: none; } .e3558c28 { border: 1px solid #EA2039; } ._49d22aa6 { border-color: #EA2039; } ._664b9a60 { border-color: #FAB231; } ._8f26e3fd { border-color: #FEE933; } ._9979b908 svg { height: 14px; margin-right: 5px; } ._87671184 { max-width: 50%; } .aac0d214 { overflow: auto; background-color: rgba(0, 0, 0, .8); } .aac0d214 pre { margin: 0px; } ._7bac6663 { background-color: #8956FF; color: white; } .f6d9ef39 { background-color: rgba(0, 0, 0, .15); } .cfe0756c:hover { color: #cb3837; } ._65c21564:nth-child(3n+1) { border-left: 1px solid #eee; } ._5d3bfe0c { background: hsl(50, 100%, 93%); } ._748cc31f { justify-self: flex-start; } ._2ffd8dd7 { justify-self: flex-end; } ._66549089 { -ms-flex: 1; flex: 1; } ._270f475a { -ms-flex-align: center; align-items: center; } .a2d586b8 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._58db8a06 { max-width: 1200px; } ._000be187 { background-color: #fff9e7; } ._49b6ae1a { background-color: #f4fbe8; } ._048efcca { background-color: #f7f7f7; } ._5fc60248 { max-width: 1000px; } .b58a75ab { min-width: 40px; } ._4e4cb888 textarea { min-height: 120px; } ._2b48ee4c { left: 33px; background: #eeeeee; height: 100%; width: 4px; } .ced63daa { z-index: 1; background: #eeeeee; height: 40px; width: 40px; min-height: 40px; min-width: 40px; -ms-flex: 0 0 40px; flex: 0 0 40px; } .a30ef028 strong { margin-bottom: 0.5em; display: block; } ._583f9580 { text-transform: capitalize; } .f06502ea { height: 24px; width: 24px; } ._896cee1a { overflow-x: auto; border-spacing: 0 8px; } ._6a5898ac { padding: 0.5em 0.75em; } ._6a5898ac:first-child { text-align: center; width: 0.5em; padding-right: 0; } ._038c0473 { border-top: 1px solid transparent; border-bottom: 1px solid transparent; padding: 0.75em; } ._038c0473:first-child { text-align: center; width: 0.5em; padding-right: 0; border-left: 1px solid transparent; border-top-left-radius: 3px; border-bottom-left-radius: 3px; } ._038c0473:last-child { padding-right: 0.75em; border-right: 1px solid transparent; border-top-right-radius: 3px; border-bottom-right-radius: 3px; } ._305a9f55 ._038c0473 { border-top: 1px solid hsla(180, 50%, 50%, 1); border-bottom: 1px solid hsla(180, 50%, 50%, 1); background-color: hsla(180, 50%, 50%, .2); } ._305a9f55 ._038c0473:first-child { border-left: 1px solid hsla(180, 50%, 50%, 1); } ._305a9f55 ._038c0473:last-child { border-right: 1px solid hsla(180, 50%, 50%, 1); } ._836c43e2 ._038c0473 { opacity: 0.5; } .dfa16c80 { font-size: 18px; } ._26391339 a { display: inline-block; color: #666; text-decoration: none; padding: 8px 12px; border-radius: 3px; margin: 0 3px; background-color: white; border: 1px solid #cfcfcf; } ._26391339 a:hover { background-color: #f8f8f8; text-decoration: none; } ._31dfe8f0 a { font-weight: bold; color: black; } .a0329937, ._766d2bab { text-decoration: none; } .d1f83072 { min-width: 16px; min-width: 1rem; } ._1557da71 { border-radius: 3px; } .fd18bd36 { margin-top: 0px; background: #FEFEFE; } .fd18bd36:first-child { margin-top: 0; } .fd18bd36:nth-of-type(odd) { background: #F9F9F9; border-bottom: 1px solid #E1E1E1; } .fd18bd36:first-of-type { border-top-left-radius: 3px; border-top-right-radius: 3px; } .fd18bd36:last-of-type { border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; border-bottom: none; } :root { --wombat-red-hover: #c40b0a; --button-green: #00C642; --wombat-yellow: #FFCD3A; --wombat-violet: #8956FF; --wombat-purple: #C836C3; --wombat-green: #00C642; --wombat-teal: #29ABE2; --light-blue: #70b8ff; --wombat-red: #cb3837; --header-color: #000; --bg-dark: #cb3837; --npmRed: #cb3837; --npmLightRed: #fb3e44; --blue: #357edd; --bg: #fff; --code: "Fira Mono", "Andale Mono", "Consolas", monospace; --code-ls: 0px; --code-lh: 24px; --standardCardTransition: all 0.2s ease; --header-letter-spacing: 0.015625em; --readme-font-size: 18px; --readme-line-height: 1.6; --copy-color: rgba(0, 0, 0, 0.85); --code-bg: #f7f7f7; --code-box-radius: 2px; } ._7adb9669 { padding: 1em 0 0; } .fead48c6 { min-height: 200px; overflow: hidden; } .e4583356 { letter-spacing: 0.18px; } ._16a82db2 { top: -25px; left: 50%; } ._7dc916aa { left: -50%; } .c8578b02 { -ms-flex-pack: justify; justify-content: space-between; } .b911aca9 { -ms-flex-align: center; align-items: center; z-index: 1; } ._612d3ad9 { border-color: #999999; height: 1px; top: 20px; } .ef05047f { color: hsl(120, 75%, 25%); } ._69f3a0ae { color: hsl(0, 75%, 35%); } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ .d4e528cd { border-bottom: 1px dotted #ccc; } @media (max-width: 479px) { .a196eec9 { margin-top: 15px; } } ._3fd8a552 { color: #ffffff; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._6d9832ac { padding-top: 8px; font-size: 18px; line-height: 1.6; } @media screen and (min-width: 30em) { ._6d9832ac { font-size: 1rem; } } ._6d9832ac h1, ._6d9832ac h2, ._6d9832ac h3, ._6d9832ac h4, ._6d9832ac h5, ._6d9832ac h6 { color: #111; margin-top: 24px; margin-bottom: 16px; padding-bottom: 0px; padding-bottom: 0rem; font-weight: 600; line-height: 1.25; } ._6d9832ac ._280057d3 { font-size: 3em; border-bottom: 1px dotted #ccc; padding-bottom: 16px; padding-bottom: 1rem; margin-bottom: 16px; margin-bottom: 1rem; margin-top: 16px; margin-top: 1rem; } ._6d9832ac a { color: #cb3837; text-decoration: none; font-size: 1em; } ._6d9832ac p a, ._6d9832ac li a { font-weight: normal; } ._6d9832ac blockquote { background: none; padding: 0px 16px; margin-left: 0; margin-right: 0; border-left: #cecece solid 4px; border-radius: 0; } ._6d9832ac>*:last-child { margin-bottom: 0; } ._6d9832ac h1:first-child { font-weight: 700; margin-top: 0; } ._6d9832ac>h1:first-child>a:first-child { display: none; /* no need for the deeplink for the top of the readme */ } ._6d9832ac::first-letter-line { font-size: 80px; font-size: 5rem; margin-top: 0; font-weight: 100; } ._6d9832ac h1 { font-size: 36px; font-size: 2.25rem; padding-bottom: 8px; border-bottom: 1px solid rgba(0, 0, 0, .1); } ._6d9832ac h2 { font-size: 30px; font-size: 1.875rem; border-bottom: 1px solid rgba(0, 0, 0, .1); padding-bottom: 8px; letter-spacing: -0.8px; letter-spacing: -.05rem; } ._6d9832ac h3 { font-size: 20px; font-size: 1.25rem; letter-spacing: -0.48px; letter-spacing: -.03rem; } ._6d9832ac h4 { font-size: 18px; font-size: 1.125rem; padding-bottom: 8px; letter-spacing: -0.48px; letter-spacing: -.03rem; border-bottom: 1px solid #eee; } ._6d9832ac h5 { font-size: 16px; font-size: 1rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac h6 { font-size: 14px; font-size: 0.875rem; letter-spacing: -0.16px; letter-spacing: -.01rem; } ._6d9832ac p { color: rgba(0, 0, 0, .85); font-size: 18px; line-height: 1.6; margin-top: 0; margin-bottom: 16px; line-height: 1.65; letter-spacing: 0.1px; } ._6d9832ac p li { line-height: 1; margin-top: 0; margin-bottom: 8px; } ._6d9832ac strong { color: black; font-weight: bolder; } ._6d9832ac hr { opacity: 0.2; height: 0px; } ._6d9832ac ol { padding-left: 17px; padding-top: 0; margin-top: 0; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1.1em; } ._6d9832ac td, ._6d9832ac th { font-size: 1.1em; padding: 9px 13px; border: 1px solid #d8d8d8; border-bottom: none; line-height: 1.6; } ._6d9832ac tr td { line-height: 1.4; } ._6d9832ac table { display: block; white-space: normal; overflow-x: auto; width: 100%; border-spacing: 0; border-collapse: collapse; border-bottom: 1px solid #e2e2e2; } ._428bc763 pre, code { font-feature-settings: none; font-variant-ligatures: none; font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; line-height: 24px; } ._6d9832ac li p code { font-size: 0.8em; } ._6d9832ac ol li, ._6d9832ac ul li { margin-bottom: 6px; font-size: 1em; } ._6d9832ac pre { margin-top: 0; margin-bottom: 24px; padding: 12px; font-size: 1em; background: #f7f7f7; border-radius: 2px; overflow-x: auto; } ._6d9832ac code { font-size: 1em; border-radius: 2px; background: #f7f7f7; padding: 0px 5px; } @media screen and (min-width: 30em) { ._6d9832ac pre { padding: 13px 15px; } } ._6d9832ac pre code { font-size: 16px; font-size: 1rem; padding: 0; } ._6d9832ac p code { font-size: 0.9em; } ._6d9832ac ul { padding-left: 1em; margin-bottom: 1em; font-size: 1em; line-height: 1.3; } ._6d9832ac ul li a { font-size: 18px; color: #cb3837; text-decoration: none; font-weight: normal; line-height: 1.4; } ._6d9832ac svg .bab41d78 { float: right; margin-right: 48px; margin-right: 3rem; padding-top: 16px; padding-top: 1rem; } ._6d9832ac svg .bab41d78:first-child { padding-top: 20px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._8055e658 { -ms-flex-positive: 1; flex-grow: 1; border-top-left-radius: 0px; border-top-right-radius: 5px; border-bottom-right-radius: 5px; border-left: 3px solid #cb3837; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } ._8055e658:hover { background: rgb(250, 235, 235); } ._8055e658 svg, ._8055e658 .c3fc8940 { font-weight: bold; margin: -0.25em 0.5em -0.25em 0; width: 1.2em; height: 1.2em; fill: #cb3837; } @media screen and (min-width: 60em) { ._8055e658 { border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-right-radius: 0px; border-left: none; border-bottom: 2px solid #cb3837; } } ._8055e658.ac5f7ef8 { background-color: rgba(203, 56, 55, 0.2); } ._8055e658.d9f99065 { color: #FFCD3A; border-color: #FFCD3A; } ._8055e658.d9f99065:hover { background: rgb(255, 249, 229); } ._8055e658.d9f99065.ac5f7ef8 { background-color: rgba(255, 205, 58, 0.2); } ._8055e658.d9f99065 ._38ce9a85 { color: rgb(158, 119, 0); } ._8055e658.d9f99065 svg, ._8055e658.d9f99065 .c3fc8940 { fill: rgb(209, 157, 0); } ._8055e658._2a0881eb { border-color: #00C642; } ._8055e658._2a0881eb:hover { background: rgb(214, 255, 228); } ._8055e658._2a0881eb.ac5f7ef8 { background-color: rgba(0, 198, 66, 0.2); } ._8055e658._2a0881eb ._38ce9a85 { color: rgb(0, 97, 32); } ._8055e658._2a0881eb svg, ._8055e658._2a0881eb .c3fc8940 { fill: rgb(0, 148, 49); } ._8055e658._7cec0316 { border-color: #8956FF; } ._8055e658._7cec0316:hover { background: rgb(237, 229, 255); } ._8055e658._7cec0316.ac5f7ef8 { background-color: rgba(137, 86, 255, 0.2); } ._8055e658._7cec0316 ._38ce9a85 { color: rgb(41, 0, 138); } ._8055e658._7cec0316 svg, ._8055e658._7cec0316 .c3fc8940 { fill: #8956FF; } ._8055e658.c1f85151 { border-color: #C836C3; } ._8055e658.c1f85151:hover { background: rgb(250, 235, 249); } ._8055e658.c1f85151.ac5f7ef8 { background-color: rgba(200, 54, 195, 0.2); } ._8055e658.c1f85151 ._38ce9a85 { color: rgb(120, 33, 117); } ._8055e658.c1f85151 svg, ._8055e658.c1f85151 .c3fc8940 { fill: rgb(160, 44, 156); } ._8055e658.b4fcfd19 { border-color: #29ABE2; } ._8055e658.b4fcfd19:hover { background: rgb(233, 246, 252); } ._8055e658.b4fcfd19.ac5f7ef8 { background-color: rgba(41, 171, 226, 0.2); } ._8055e658.b4fcfd19 ._38ce9a85 { color: rgb(20, 106, 144); } ._8055e658.b4fcfd19 svg, ._8055e658.b4fcfd19 .c3fc8940 { fill: rgb(41, 171, 226); } ._38ce9a85 { padding-top: 12px; padding-bottom: 12px; padding-left: 15px; padding-right: 15px; color: #cb3837; } ._38ce9a85:focus { outline: none; } .ac5f7ef8 ._38ce9a85 { font-weight: bold; } .fff73891:first-of-type { padding-left: 0; } ._22665c13 { font-size: 9px; border: 1px solid; border-radius: 2px; padding: 1px 2px; position: relative; top: -2px; margin-left: 10px; opacity: 0.7; } .f953ffc3 { -ms-flex-item-align: center; -ms-grid-row-align: center; align-self: center; } .e91431b9 { color: #cb3837; } ._197747fa { background-color: #f7f7f7; } ._38b40108 { max-width: 900px; } ._80861c73 pre { overflow-x: auto; } ._085a4a8a { height: 200px; overflow-y: scroll; } ._6d820777 { -ms-flex-flow: row wrap; flex-flow: row wrap; } ._6d820777 ._2db260b4 { -ms-flex-item-align: start; align-self: flex-start; padding-left: 1em; width: 50%; } ._6d820777 .c779e82c { -ms-flex-item-align: start; align-self: flex-start; padding-right: 1em; text-align: right; margin: 0; width: 50%; } ._3cc69d62 ul { margin-top: 0; } .ea8e24d8 a { color: #cb3837; } .e7fb4d77 { transition: all 0.2s ease; } .d81f431d { color: white; background: #cb3837; } .d81f431d:hover { background: #c40b0a; } .b5d69a2f { color: rgb(158, 119, 0); border-color: #FFCD3A; background-color: rgba(255, 205, 58, 0.2); } ._815e870d { width: 1em; } .b5d69a2f ._815e870d { border-color: #FFCD3A; } ._7adb9669 { padding: 1em 0 0; } ._98714ae6 { margin: 0px; padding: 1.25em 0.5em; font-size: 18px; font-style: normal; font-feature-settings: normal; font-variant: normal; font-weight: normal; background: rgba(0, 0, 0, .02); border-bottom: 1px solid rgba(239, 239, 239, 0.93725); color: #333; text-decoration: none; text-align: center; } ._98714ae6 a { font-weight: 600; text-decoration: none; color: #333333; text-decoration: underline; white-space: nowrap; } .d321523e { font-weight: 400; } .c7d083b3 { padding: 0em 0.5em; } /*! * GitHub Light v0.5.0 * Licensed under MIT (https://github.com/primer/github-syntax-theme-generator/blob/master/LICENSE) */ .pl-c /* comment, punctuation.definition.comment, string.comment */ { color: #6a737d; } .pl-c1 /* constant, entity.name.constant, variable.other.constant, variable.language, support, meta.property-name, support.constant, support.variable, meta.module-reference, markup.raw, meta.diff.header, meta.output */ , .pl-s .pl-v /* string variable */ { color: #005cc5; } .pl-e /* entity */ , .pl-en /* entity.name */ { color: #6f42c1; } .pl-smi /* variable.parameter.function, storage.modifier.package, storage.modifier.import, storage.type.java, variable.other */ , .pl-s .pl-s1 /* string source */ { color: #24292e; } .pl-ent /* entity.name.tag, markup.quote */ { color: #22863a; } .pl-k /* keyword, storage, storage.type */ { color: #d73a49; } .pl-s /* string */ , .pl-pds /* punctuation.definition.string, source.regexp, string.regexp.character-class */ , .pl-s .pl-pse .pl-s1 /* string punctuation.section.embedded source */ , .pl-sr /* string.regexp */ , .pl-sr .pl-cce /* string.regexp constant.character.escape */ , .pl-sr .pl-sre /* string.regexp source.ruby.embedded */ , .pl-sr .pl-sra /* string.regexp string.regexp.arbitrary-repitition */ { color: #032f62; } .pl-v /* variable */ , .pl-smw /* sublimelinter.mark.warning */ { color: #e36209; } .pl-bu /* invalid.broken, invalid.deprecated, invalid.unimplemented, message.error, brackethighlighter.unmatched, sublimelinter.mark.error */ { color: #b31d28; } .pl-ii /* invalid.illegal */ { color: #fafbfc; background-color: #b31d28; } .pl-c2 /* carriage-return */ { color: #fafbfc; background-color: #d73a49; } .pl-c2::before /* carriage-return */ { content: "^M"; } .pl-sr .pl-cce /* string.regexp constant.character.escape */ { font-weight: bold; color: #22863a; } .pl-ml /* markup.list */ { color: #735c0f; } .pl-mh /* markup.heading */ , .pl-mh .pl-en /* markup.heading entity.name */ , .pl-ms /* meta.separator */ { font-weight: bold; color: #005cc5; } .pl-mi /* markup.italic */ { font-style: italic; color: #24292e; } .pl-mb /* markup.bold */ { font-weight: bold; color: #24292e; } .pl-md /* markup.deleted, meta.diff.header.from-file, punctuation.definition.deleted */ { color: #b31d28; background-color: #ffeef0; } .pl-mi1 /* markup.inserted, meta.diff.header.to-file, punctuation.definition.inserted */ { color: #22863a; background-color: #f0fff4; } .pl-mc /* markup.changed, punctuation.definition.changed */ { color: #e36209; background-color: #ffebda; } .pl-mi2 /* markup.ignored, markup.untracked */ { color: #f6f8fa; background-color: #005cc5; } .pl-mdr /* meta.diff.range */ { font-weight: bold; color: #6f42c1; } .pl-ba /* brackethighlighter.tag, brackethighlighter.curly, brackethighlighter.round, brackethighlighter.square, brackethighlighter.angle, brackethighlighter.quote */ { color: #586069; } .pl-sg /* sublimelinter.gutter-mark */ { color: #959da5; } .pl-corl /* constant.other.reference.link, string.other.link */ { text-decoration: underline; color: #032f62; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._5ae7dfec { margin-top: 20px; border-top-left-radius: 4px; border-top-right-radius: 4px; border: 1px solid #ECECEC; } ._5ae7dfec button { color: #343434; background: none; border: none; cursor: pointer; font-weight: inherit; } ._5ae7dfec button:hover { color: #000000; text-decoration: underline; } ._6b5f01e6 { border-top: none; margin: 0; padding: 0; overflow-x: auto; border-spacing: 0 8px; } ._0b79531e { border-bottom: 1px solid #ECECEC; } ._0b79531e h4 { margin: 16px; display: -ms-flexbox; display: flex; } ._0ec63fc7 { padding: 0 8px; } .a2ab2737 { border-top: 1px solid transparent; border-bottom: 1px solid #ECECEC; margin: 0; padding: 3px; height: 34px; list-style: none; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; overflow: hidden; } .a2ab2737:last-child { border-bottom: none; } .a2ab2737:hover { background-color: #F4F4F4; } .a2ab2737 ._75771d2d { display: -ms-flexbox; display: flex; width: 55%; } .a2ab2737 ._75771d2d img { position: relative; top: 2px; overflow: hidden; } ._0250bef8 { padding: 1px 0 0 9px; } .b0d94918 { padding-left: 8px; } .a2ab2737 ._7dccc978 { color: #8c8c8c; padding: 4px 10px 0px 0px; width: 30%; overflow: hidden; display: none } @media screen and (min-width: 60em) { .a2ab2737 ._7dccc978 { display: block; } } .a2ab2737 .af65e767 { margin-left: 20px; width: 15%; text-align: right; padding: 4px 12px 0px 0px; overflow: hidden; } ._5ec64de6 { height: 34px; background-color: #FAFAFA; border-bottom: 1px solid #ECECEC; display: -ms-flexbox; display: flex; padding: 8px 0 0 4px; font-size: 14px; -ms-flex-pack: justify; justify-content: space-between; } .aa4f77f0 { display: -ms-flexbox; display: flex; } ._789a6f53 { display: -ms-flexbox; display: flex; } ._7b8cd891 { padding: 2px 4px 0 0px; } ._29075f51 { height: 18px; padding: 0 0 0 20px; margin: 0 20px; border-left: 1px solid #E3E3E3; } .ca243068 pre { background-color: #FFFFFF; } .ca243068 code { font-family: Consolas, monaco, monospace; line-height: 20px; font-size: 12px; } ._4af6a1ca { display: -ms-flexbox; display: flex; } ._0ac31f66 ._0b79531e h4 { text-align: center; display: block; } .b3736c71 { width: 50%; height: 350px; padding-top: 75px; text-align: center; } .c780cb82 { width: 50%; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; padding-right: 20px; } ._8b7d3b5b { margin-top: 20px; font-size: 12px; color: #8c8c8c; line-height: 16px; } ._8364c104 { display: inline-block; word-wrap: break-word; width: 100%; } ._450b46e9 { width: 12px; height: 16px; } ._7ec1ed32 { width: 18px; height: 22.5px; } ._1528cda6 { width: 20px; height: 25px; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._73a8e6f0 { -ms-flex: none; flex: none; } @media screen and (min-width: 60em) { ._73a8e6f0 { width: 320px; padding-right: 60px; } } .b219ea1a { font-size: 32px; word-break: break-all; } ._49617212 { background: black; } ._49617212 img { margin-right: 4px; } .c5c8a11c { vertical-align: 2px; } ._5240e347:hover { text-decoration: underline; } .fc85958f { border-top: none; border-width: 1px; } ._00cd8e7e { display: inline; color: #444; } ._00cd8e7e:hover { text-decoration: underline; } ._857bb5fe { color: #fff !important; -ms-flex-pack: center; justify-content: center; background: #cb3837; } .a11667ce { display: inline-block; background-repeat: no-repeat; width: 25px; height: 21px; ; background-position: center; } ._3aa6ef91 { background-image: url(https://static.npmjs.com/ca1922cf6824a157752008094d1e9627.svg) } ._139c488a { background-image: url(https://static.npmjs.com/57b6941f444dfaaa86fe6eb2a8241130.svg) } ._67ce2092 { background-image: url(https://static.npmjs.com/77a1975e9c223b408cb31330b6a965df.svg) } ._34da67ba { background-image: url(https://static.npmjs.com/bc0fd45a2d3dc8827bc30618ae03cd62.svg) } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ @media (max-width: 479px) { ._9e397ddb { margin-top: 15px; } } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._60238ef4 { margin-top: 0; } ._6470241a a { font-weight: normal; color: #666; text-decoration: none; } ._6470241a a:hover { color: #999; } ._636fab96 { height: 42px; margin-bottom: 4px; } ._56689c87 { width: 100%; max-width: 420px; } .c0bc9490 { width: 32px; height: 32px; } ._26da243d p, h4 { margin: 0; } ._26da243d pre { background-color: rgba(0, 0, 0, .05); padding: 0.5em; color: #333; } ._26da243d code { font-size: 14px; } ._64f1bcfb { margin-right: 0.5em; color: white; background-color: #00C642; } ._70c3b276 { margin-top: 0; } ._70c3b276:hover { background-color: #cb3837; } .b88f0a56 { color: #cb3837; } .e98ba1cc:hover { color: #cb3837; } ._0be7a12f { font-family: "Fira Mono", "Andale Mono", "Consolas", monospace; letter-spacing: 0px; } ._464c07bf { background-color: #29ABE2; } ._625ca439 { background-color: #8956FF; } ._9a8a65f4 { background-color: #cb3837; } .ef4d7c63:hover .cae8e90b { opacity: 1; } .ef4d7c63 a { text-decoration: none; } ._8fbbd57d::first-letter { text-transform: capitalize; } .f9bd4b83 img { margin-right: 6px; } ._622b8f03 { height: 30px; width: 90px; } ._4ed4187c { height: 20%; } .d76ccfa5 { -ms-flex: none; flex: none; width: 75px; height: 2px; transform-origin: left; border-radius: 24px; } ._89d0b3e5 { text-align: right; padding-right: 12px; line-height: 0.2em; -ms-flex: 1 1 auto; flex: 1 1 auto; bottom: 0%; text-transform: lowercase; font-size: 11px; font-weight: 600; color: rgba(0, 0, 0, .9); } ._411e5df2 { box-shadow: 0px 2px 7px rgba(0, 0, 0, .12); border: 1.5px solid #ccc; border-radius: 10px; top: 105%; left: 50%; transform: translate(-50%, 0); } ._4ed4187c:hover ._411e5df2 { display: block; /* TODO: these aren't showing up for some reason */ } ._6951a207 { height: 17px; padding: 0 8px; } ._69ac86b8 { transition: all .15s ease-in; margin: 0 7px 7px 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; letter-spacing: 0.4px; } ._39bb688c { background-color: #efe7fc; transition: all .15s ease-in; margin-left: 25px; letter-spacing: 0.4px; } ._39bb688c:hover { background-color: #e5d7fb; } ._69ac86b8:first-of-type { margin-left: 0; } ._1c07ef37 a { color: #cb3837; } ._1c07ef37 a:hover { text-decoration: underline; } /* These breakpoints are based on tachyon's source TACHYONS v4.9.0 | http://tachyons.io The MIT License (MIT) Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. */ ._9390ec46>p { padding: 40px 0 8px 8px; margin-bottom: 16 0 0 0; font-weight: 600; color: #444; } ._9390ec46 fieldset { margin: 0; background-color: transparent; padding: 0; } ._9390ec46 label { font-size: 16px; font-weight: 500; display: block; color: rgba(0, 0, 0, .7); width: 100%; padding: 4px 0px; font-weight: 600; margin-bottom: 5px; cursor: pointer; } ._9390ec46 label:hover { color: black; } ._9390ec46 label input { display: none; } ._9390ec46 label[for='search_ranking_optimal'] { border-bottom: 1px solid #bbb; } ._9390ec46 label[for='search_ranking_popularity'] { border-bottom: 1px solid #29ABE2; } ._9390ec46 label[for='search_ranking_quality'] { border-bottom: 1px solid #8956FF; } ._9390ec46 label[for='search_ranking_maintenance'] { border-bottom: 1px solid #cb3837; } .a9b7335e { background-color: #f9f9f9; } .dca606df { border-radius: 12px red solid; } .f9489dd7 { text-decoration: none; } .f9489dd7:hover { color: #cb3837; } ._27e8c9ee { font-size: 16px; font-size: 1rem; color: #666; cursor: pointer; transition: background-color .15s ease-in-out; text-decoration: none; -ms-flex-align: center; align-items: center; border-radius: .25rem; border: 1px solid rgba(0, 0, 0, .1); } .e959a46e { text-align: center; padding-right: 4px; padding-right: .25rem; } ._9a8a6838 { -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; cursor: pointer; } ._5edeb514 { color: white; background: #00C642; border: 1px solid #00C642; } .b12a66fc { color: #fff; background-color: #cb3837; border: 1px solid #cb3837; } ._26b83331 { color: white; background: #8956FF; border: 1px solid #8956FF; } ._87ac5061 { color: white; border: 1px solid rgb(122, 122, 122); } ._7c68e1a8 { color: white; background: #29ABE2; border: 1px solid #29ABE2; } ._051c32f9 { color: #fff; border: none; background-color: #00C642; } ._53b86379 { background: #333333; box-shadow: 0 0 0 5px rgba(0, 0, 0, .1); cursor: pointer; height: 300px; left: 0; position: absolute; top: -290px; transform: translateY(0); transition: transform 300ms ease; width: 100%; z-index: 1; } ._6e1e0509 { background: rgba(255, 255, 255, .1); bottom: 0; height: 10px; left: 0; position: absolute; width: 100%; z-index: 1; } ._2dd7f49e { background: #ccc; bottom: -2px; box-shadow: 0 1px 0 1px rgba(0, 0, 0, .1); height: 8px; left: 50%; margin-left: -15px; position: absolute; width: 30px; z-index: 2; } ._97329910 { bottom: 20%; left: 50%; margin-left: -50px; opacity: 1; position: absolute; width: 100px; } /** * Modifiers */ ._53b86379.c1229923 { transform: translateY(52%); } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._53b86379 { transition: none; } } /** * Base */ ._83938fda { cursor: pointer; cursor: grab; cursor: -webkit-grab; position: relative; top: 20px; transform: translateY(0); transition: transform 200ms ease; } ._83938fda * { pointer-events: none; } /** * Face */ .e7114814 { left: 50%; margin-left: -29px; position: absolute; top: 100px; width: 58px; } .e7114814 img { left: 0; position: absolute; top: 0; } ._489835f0 { animation-name: _11292128; animation-duration: 3s; animation-iteration-count: infinite; display: block; will-change: opacity; } .fe2acb34 { animation-duration: 3s; animation-iteration-count: infinite; animation-name: _49eaabc4; display: block; will-change: opacity; } ._8fb7c421 { display: none; } /** * Interactions */ ._83938fda:hover ._8fb7c421 { display: block; } ._83938fda:hover ._489835f0, ._83938fda:hover .fe2acb34 { display: none; } ._83938fda:active { transform: translateY(5px); } /** * Animations */ ._33c43af5 { animation-name: b847221f; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _11292128 { 0% { opacity: 1; } 49% { opacity: 1; } 50% { opacity: 0; } 51% { opacity: 1; } 100% { opacity: 1; } } @keyframes _49eaabc4 { 0% { opacity: 0; } 49% { opacity: 0; } 50% { opacity: 1; } 51% { opacity: 0; } 100% { opacity: 0; } } @keyframes b847221f { 0% { transform: translateY(0); } 50% { transform: translateY(-3px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._33c43af5, ._489835f0, .fe2acb34 { animation-name: _266bc94d; } .fe2acb34 { display: none; } } ._98d1fd92 { background: #ddd; border-radius: 9999px; height: 200px; margin: 0 auto 20px; overflow: hidden; position: relative; transition: background 200ms ease; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; width: 200px; /* Fix for Safari */ } ._98d1fd92._0c752f11 { background-color: #999; } ._0c4ed431 { animation-name: _26ff033a; animation-duration: 3s; animation-iteration-count: infinite; transform: rotate(-5deg); transition-timing-function: ease; transform-origin: bottom center; will-change: transform; } .bac87ec6 { animation-name: _80e05d29; animation-duration: 1.5s; animation-iteration-count: infinite; transition-timing-function: ease; will-change: transform; } /** * Animations: Keyframes */ @keyframes _26ff033a { 0% { transform: rotate(-4deg); } 50% { transform: rotate(4deg); } 100% { transform: rotate(-4deg); } } @keyframes _80e05d29 { 0% { transform: translateY(0); } 50% { transform: translateY(-4px); } 100% { transform: translateY(0); } } /** * Accessibility */ @media screen and (prefers-reduced-motion: reduce) { ._98d1fd92 { transition: none; } ._0c4ed431, .bac87ec6 { animation-name: a798d89c; animation-name: _3bd2fb14; } ._0c4ed431 { transform: rotate(0deg); } } ._53af778c { background-color: #1D4E69; background-image: url(https://static.npmjs.com/ef003d67b66448a3893b31d95283fe4c.svg); background-position: top center; background-size: 100% 70%; background-repeat: no-repeat; padding-top: 100%; } .f8ef462f { width: 90%; margin-left: auto; margin-right: auto; padding-top: 35px; padding-bottom: 35px; } @media (min-width: 480px) { ._53af778c { padding-top: 60%; } } @media (min-width: 768px) { ._53af778c { background-size: 100% 100%; } .f8ef462f { width: 740px; padding-top: 45px; padding-bottom: 45px; } } @media (min-width: 992px) { ._53af778c { padding-top: 0; background-size: 100% 100%; } .f8ef462f { width: 960px; padding-top: 20px; padding-bottom: 60px; } .c5c5849f { width: 50%; } } @media (min-width: 1200px) { .f8ef462f { width: 1160px; } } ._727b992c { font-weight: 300; } ._0079c48b { color: #ffffff; background: #f09233; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } ._8fa1420e { background-color: #273547; } .d98ff809 { display: -ms-flexbox; display: flex; -ms-flex-direction: column; flex-direction: column; -ms-flex-align: center; align-items: center; margin-left: auto; margin-right: auto; padding-left: 10px; padding-right: 10px; padding-top: 35px; padding-bottom: 35px; } ._55efe1bd { width: 90%; padding: 0; } .bf27ccbd { width: 90%; } @media (min-width: 768px) { ._8fa1420e { background-size: 100% 100%; } .d98ff809 { width: 740px; padding-top: 45px; padding-bottom: 45px; } ._55efe1bd { width: 66%; } .bf27ccbd { width: 66%; } } @media (min-width: 992px) { ._8fa1420e { padding-top: 0; background-size: 100% 100%; } } .d98ff809 { -ms-flex-direction: initial; flex-direction: initial; width: 960px; padding-top: 120px; padding-bottom: 60px; } ._55efe1bd { padding-left: 3rem; width: 50%; } .bf27ccbd { width: 50%; } } @media (min-width: 1200px) { .d98ff809 { width: 1160px; } } ._2ef0fdfb { color: #ffffff; background: #cb3837; border-radius: 2em; padding: 8px 24px; padding: 0.5rem 1.5rem; font-size: 19.2px; font-size: 1.2rem; cursor: pointer; } .cbb5ca5c { padding-left: 19px; } ._25955cf4 { color: #ffffff; } .d2d77cc5 { width: 80%; } ._9714bf9f img { width: 55%; margin: 0 auto; display: block; } ._8e3eeb62 { color: #ffffff; } .a9564e8e { color: #ffffff; } .ef816822 { color: #ffffff; } ._408ec869 { color: #ffffff; } .e8c105d3 { width: 42px; } .af5dfe30 { height: 24px; height: 1.5rem; } .b62ff9b8 { color: #1aa974; } ._3168d1cb { color: #cb3837; } .b1b72711 img { width: 55%; margin: 0 auto; display: block; } ._37d2a67c { color: #444; } ._37d2a67c:hover { color: #444; } ._0e186e7f { width: 42px; } ._01afe7c5 { color: #1aa974; } .eceda99a { background: #1aa974; } ._168af4fe { background: #bb0000; } ._2125dba0 { color: #ffffff; } pre { text-align: center; font-family: arial; font-size: 20px; padding: 20px; border: 3px solid red; text-align:left; width:1000px; border-radius:8px; -webkit-border-radius:8px; -moz-border-radius:8px; -ms-border-radius:8px; -o-border-radius:8px; } .colors { display: grid; grid-template-columns: 1fr 1fr 1fr; grid-gap: 1rem; text-align: center; margin-bottom: 2rem; } @media (max-width: 600px) { .colors { grid-template-columns: 1fr 1fr; } }
0.523177
0.103839
@font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 100; src: local("Saira Condensed Thin"),local(SairaCondensed-Thin),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtJ0Iw.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtH0Ig.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtJ0I4.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 200; src: local("Saira Condensed ExtraLight"),local(SairaCondensed-ExtraLight),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 300; src: local("Saira Condensed Light"),local(SairaCondensed-Light),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 400; src: local("Saira Condensed Regular"),local(SairaCondensed-Regular),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvrOtB.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvoutF.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvrOtD.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 500; src: local("Saira Condensed Medium"),local(SairaCondensed-Medium),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 600; src: local("Saira Condensed SemiBold"),local(SairaCondensed-SemiBold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 700; src: local("Saira Condensed Bold"),local(SairaCondensed-Bold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 800; src: local("Saira Condensed ExtraBold"),local(SairaCondensed-ExtraBold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 900; src: local("Saira Condensed Black"),local(SairaCondensed-Black),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ-a2Z.woff) format("woff"); } .u-font-saira-condensed-100 { font-family: 'Saira Condensed' !important; font-weight: 100 !important; } .u-font-saira-condensed-200 { font-family: 'Saira Condensed' !important; font-weight: 200 !important; } .u-font-saira-condensed-300 { font-family: 'Saira Condensed' !important; font-weight: 300 !important; } .u-font-saira-condensed-400 { font-family: 'Saira Condensed' !important; font-weight: 400 !important; } .u-font-saira-condensed-500 { font-family: 'Saira Condensed' !important; font-weight: 500 !important; } .u-font-saira-condensed-600 { font-family: 'Saira Condensed' !important; font-weight: 600 !important; } .u-font-saira-condensed-700 { font-family: 'Saira Condensed' !important; font-weight: 700 !important; } .u-font-saira-condensed-800 { font-family: 'Saira Condensed' !important; font-weight: 800 !important; } .u-font-saira-condensed-900 { font-family: 'Saira Condensed' !important; font-weight: 900 !important; }
target/main/css/google/saira-condensed/index.css
@font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 100; src: local("Saira Condensed Thin"),local(SairaCondensed-Thin),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtJ0Iw.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtH0Ig.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRMQgErUN8XuHNEtX81i9TmEkrnwdtJ0I4.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 200; src: local("Saira Condensed ExtraLight"),local(SairaCondensed-ExtraLight),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnbcpQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 300; src: local("Saira Condensed Light"),local(SairaCondensed-Light),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnCclQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 400; src: local("Saira Condensed Regular"),local(SairaCondensed-Regular),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvrOtB.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvoutF.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJROQgErUN8XuHNEtX81i9TmEkrvrOtD.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 500; src: local("Saira Condensed Medium"),local(SairaCondensed-Medium),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnUchQ-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 600; src: local("Saira Condensed SemiBold"),local(SairaCondensed-SemiBold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnfc9Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 700; src: local("Saira Condensed Bold"),local(SairaCondensed-Bold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnGc5Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 800; src: local("Saira Condensed ExtraBold"),local(SairaCondensed-ExtraBold),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnBc1Q-a2Z.woff) format("woff"); } @font-face { font-family: "Saira Condensed"; font-style: normal; font-weight: 900; src: local("Saira Condensed Black"),local(SairaCondensed-Black),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ-a2b.eot?#) format("eot"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ962f.woff2) format("woff2"),url(//fonts.gstatic.com/s/sairacondensed/v6/EJRLQgErUN8XuHNEtX81i9TmEkrnIcxQ-a2Z.woff) format("woff"); } .u-font-saira-condensed-100 { font-family: 'Saira Condensed' !important; font-weight: 100 !important; } .u-font-saira-condensed-200 { font-family: 'Saira Condensed' !important; font-weight: 200 !important; } .u-font-saira-condensed-300 { font-family: 'Saira Condensed' !important; font-weight: 300 !important; } .u-font-saira-condensed-400 { font-family: 'Saira Condensed' !important; font-weight: 400 !important; } .u-font-saira-condensed-500 { font-family: 'Saira Condensed' !important; font-weight: 500 !important; } .u-font-saira-condensed-600 { font-family: 'Saira Condensed' !important; font-weight: 600 !important; } .u-font-saira-condensed-700 { font-family: 'Saira Condensed' !important; font-weight: 700 !important; } .u-font-saira-condensed-800 { font-family: 'Saira Condensed' !important; font-weight: 800 !important; } .u-font-saira-condensed-900 { font-family: 'Saira Condensed' !important; font-weight: 900 !important; }
0.180974
0.128771
html { font-size: 62.5%; } table { position: relative; border-collapse: collapse; border-spacing: 0; } tbody tr { border: none; } td, th { padding: 1em; border: 1px solid black; } /* basic pie styles */ .pie-it { width: 50%; min-width: 40rem; margin-top: 9rem; } .pie-it caption { text-align: left; white-space: nowrap; margin-top: -9rem; } .pie-it td, .pie-it th { border: none; padding: 0; } .pie-it th::before { content: ""; display: inline-block; width: 1em; height: 1em; margin-right: .2em; } .pie-it tbody tr { height: 22rem; } .pie-it .wedge { position: absolute; left: 0; top: 0; height: 20rem; width: 20rem; overflow: hidden; line-height: 45rem; pointer-events: none; cursor: pointer; } .pie-it .wedge::before, .pie-it .wedge::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 20rem; height: 20rem; border-radius: 10rem; pointer-events: auto; } .pie-it .acute { height: 10rem; transform-origin: center bottom; } .pie-it .acute::before { content: none; } .pie-it .acute::after { clip: rect(0, 10rem, 10rem, 0); } .pie-it .obtuse::before, .pie-it .obtuse::after { clip: rect(0, 20rem, 10rem, 10rem); } .pie-it .super::before, .pie-it .super::after { clip: rect(0, 20rem, 20rem, 10rem); } /* colors */ .pie-it .wedge:nth-child(1)::before, .pie-it .wedge:nth-child(1)::after, .pie-it th:nth-child(1)::before { background-color: purple; } .pie-it .wedge:nth-child(2)::before, .pie-it .wedge:nth-child(2)::after, .pie-it th:nth-child(2)::before { background-color: green; } .pie-it .wedge:nth-child(3)::before, .pie-it .wedge:nth-child(3)::after, .pie-it th:nth-child(3)::before { background-color: orange; } .pie-it .wedge:nth-child(4)::before, .pie-it .wedge:nth-child(4)::after, .pie-it th:nth-child(4)::before { background-color: brown; } .pie-it .wedge:nth-child(5)::before, .pie-it .wedge:nth-child(5)::after, .pie-it th:nth-child(5)::before { background-color: blue; } .pie-it .wedge:nth-child(6)::before, .pie-it .wedge:nth-child(6)::after, .pie-it th:nth-child(6)::before { background-color: red; } /* PATTERNS for setting wedge angles and position ACUTE WEDGE: .acute { transform: rotate(90deg + sum of prior wedge angles); } .acute:after { transform: rotate(wedge angle - 90deg); } OBTUSE WEDGE: .obtuse { transform: rotate(sum of prior wedge angles); } .obtuse:after { transform: rotate(wedge angle - 90deg); } SUPER WEDGE:; .super { transform: rotate(sum of prior wedge angles); } .super:after { transform: rotate(wedge angle - 180deg); } */ /* example of specific styles for the 3-wedge pie chart which has an acute, obtuse, and super wedge */ .pie-it .wedge:nth-child(1) { transform: rotate(90deg); } .pie-it .wedge:nth-child(1)::after { transform: rotate(-60deg); } .pie-it .wedge:nth-child(2) { transform: rotate(30deg); } .pie-it .wedge:nth-child(2)::after { transform: rotate(25deg); } .pie-it .wedge:nth-child(3) { transform: rotate(145deg); } .pie-it .wedge:nth-child(3)::after { transform: rotate(35deg); }
css/pie-chart.css
html { font-size: 62.5%; } table { position: relative; border-collapse: collapse; border-spacing: 0; } tbody tr { border: none; } td, th { padding: 1em; border: 1px solid black; } /* basic pie styles */ .pie-it { width: 50%; min-width: 40rem; margin-top: 9rem; } .pie-it caption { text-align: left; white-space: nowrap; margin-top: -9rem; } .pie-it td, .pie-it th { border: none; padding: 0; } .pie-it th::before { content: ""; display: inline-block; width: 1em; height: 1em; margin-right: .2em; } .pie-it tbody tr { height: 22rem; } .pie-it .wedge { position: absolute; left: 0; top: 0; height: 20rem; width: 20rem; overflow: hidden; line-height: 45rem; pointer-events: none; cursor: pointer; } .pie-it .wedge::before, .pie-it .wedge::after { content: ""; position: absolute; left: 0; top: 0; display: block; width: 20rem; height: 20rem; border-radius: 10rem; pointer-events: auto; } .pie-it .acute { height: 10rem; transform-origin: center bottom; } .pie-it .acute::before { content: none; } .pie-it .acute::after { clip: rect(0, 10rem, 10rem, 0); } .pie-it .obtuse::before, .pie-it .obtuse::after { clip: rect(0, 20rem, 10rem, 10rem); } .pie-it .super::before, .pie-it .super::after { clip: rect(0, 20rem, 20rem, 10rem); } /* colors */ .pie-it .wedge:nth-child(1)::before, .pie-it .wedge:nth-child(1)::after, .pie-it th:nth-child(1)::before { background-color: purple; } .pie-it .wedge:nth-child(2)::before, .pie-it .wedge:nth-child(2)::after, .pie-it th:nth-child(2)::before { background-color: green; } .pie-it .wedge:nth-child(3)::before, .pie-it .wedge:nth-child(3)::after, .pie-it th:nth-child(3)::before { background-color: orange; } .pie-it .wedge:nth-child(4)::before, .pie-it .wedge:nth-child(4)::after, .pie-it th:nth-child(4)::before { background-color: brown; } .pie-it .wedge:nth-child(5)::before, .pie-it .wedge:nth-child(5)::after, .pie-it th:nth-child(5)::before { background-color: blue; } .pie-it .wedge:nth-child(6)::before, .pie-it .wedge:nth-child(6)::after, .pie-it th:nth-child(6)::before { background-color: red; } /* PATTERNS for setting wedge angles and position ACUTE WEDGE: .acute { transform: rotate(90deg + sum of prior wedge angles); } .acute:after { transform: rotate(wedge angle - 90deg); } OBTUSE WEDGE: .obtuse { transform: rotate(sum of prior wedge angles); } .obtuse:after { transform: rotate(wedge angle - 90deg); } SUPER WEDGE:; .super { transform: rotate(sum of prior wedge angles); } .super:after { transform: rotate(wedge angle - 180deg); } */ /* example of specific styles for the 3-wedge pie chart which has an acute, obtuse, and super wedge */ .pie-it .wedge:nth-child(1) { transform: rotate(90deg); } .pie-it .wedge:nth-child(1)::after { transform: rotate(-60deg); } .pie-it .wedge:nth-child(2) { transform: rotate(30deg); } .pie-it .wedge:nth-child(2)::after { transform: rotate(25deg); } .pie-it .wedge:nth-child(3) { transform: rotate(145deg); } .pie-it .wedge:nth-child(3)::after { transform: rotate(35deg); }
0.637821
0.104981
body { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt ; line-height: 18pt ; color: black; background: white ; margin: 0 ; /*-webkit-touch-callout: none;*/ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } p { margin-left: 2% ; margin-right: 2% ; } table { font-family: Verdana, Arial, sans-serif ; font-size: 10pt ; border-collapse: collapse; } td { border: 0px solid #808080 ; empty-cells: show; vertical-align: middle; } h1 { text-align:center ; font-size: 14pt; line-height: 24pt ; font-weight: bold; color:#000; background:#CADFF4; padding: 0 ; margin: 0 ; padding-left: 1ex; padding-right: 1ex; text-align:center; } h2 { font-size: 12pt; line-height: 16pt ; font-size: 110%; font-weight: bold; color: #003399; /*background:#CADFF4;*/ margin-bottom:5px; padding-left: 1ex; padding-right: 1ex; } h3, h4, h5 { font-size: 100%; font-weight: bold; margin-bottom:3px; } .top { margin: 4px; } .name { font-style: italic; } .variable { font-style: normal; color: #000199; font-size: 90%; } .term { font-style: normal; color: #a1522d; } .category { font-style: italic; } .code { font-style: normal; color: #000199; font-size: 90%; } .cat { font-style: italic; color: #000000; font-size: 100%; } .marker-call { font-weight: bold; font-style: normal; color: #c8371d; font-size: 90%; } .byte { font-weight: bold; font-style: normal; color: #de621c; } .flops { font-weight: bold; font-style: normal; color: #76a2ca; } div.bar { width: 100px; height: .7em; background: #96c2ea; /*overflow: hidden;*/ /*-moz-border-radius: 3px;*/ /*-webkit-border-radius: 3px;*/ /*border-radius: 3px;*/ } div.barValue { height: .7em; background: #de621c; } #searchPanel{ z-index: 100; width: 100%; } input.search { margin: 0em 0em 0em 0em; display: block; padding: 2px; border: 1px solid silver; /* -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; */ } .datasrc { overflow: hidden; width: 98%; margin: 0em 0em 0em 0em; padding: 0; text-align: center; } .datasrc select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; } .datasrc select::-ms-expand { display: none; } .datasrc.sel { position: relative; border: 1px solid silver; /*border-radius: 2px;*/ background: #ffffff; } .datasrc.sel::before { position: absolute; top: 0.5em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #666666; pointer-events: none; } .datasrc.sel select { margin: 0em 0em 0em 0em; padding: 2px 38px 2px 8px; color: #333333; } #kernelButton { background-color: #fffbc6; color: #492ba3; height: 19px; } #kernelButton:active { background-color: #dfdba6; color: #391b93; } #goButton { height: 19px; width: 25px; border: 0; background: url(icons/Magnifying_glass.png) no-repeat 5px 2px; background-color: #508ee6; /*color: white;*/ } #goButton:active { background-color: #306ec6; color: white; } #prevButton { height: 19px; margin-right: 0px; } #nextButton { height: 19px; margin-left: 0px; } #clearButton { height: 19px; } .hit { width: 48px; font-style: normal; color: #999999; font-size: 90%; text-align: right; } .hits { width: 48px; font-style: normal; color: #999999; font-size: 90%; } button { background-color: #ffffff; color: black; border: 1px solid black; outline: none; height: 110%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } button:active { background-color: #e0e0e0; color: black; } .fixed { position: fixed; } span.metrics { font-style: normal; color: #a1522d; } .info { font-style: italic; font-size: 90%; color: #505050; } .node { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; } .target_node { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; background: #fffbc6; } .target_node_completed { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; background: #cff1c6; } label.es { margin: 3px; vertical-align: middle ; } .target_node select { margin-bottom: 2px !important; } .on_level { vertical-align: middle; display: none; } /* .ui-tooltip, .arrow:after { background: black !important; border: 2px solid white !important; } */ .ui-tooltip { /*width: 200px;*/ max-width: 400px !important; overflow: auto !important; font: bold 12px "Helvetica Neue", Sans-Serif !important; border-radius: 4px; /*padding: 10px 20px;*/ /*color: white !important;*/ /*border-radius: 20px !important;*/ /*font: bold 12px "Helvetica Neue", Sans-Serif !important;*/ /*text-transform: uppercase;*/ /*box-shadow: 0 0 7px black;*/ } /* .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; } */ .ui-progressbar { height: 20px !important; position: relative; } .ui-progressbar-value { background: #cde0fe !important; } .ui-progressbar-overlay { opacity: 0.1 !important; } .progressbar-label { position: absolute; left: 50%; font-size: 95%; font-weight: bold; } .comment-icon { background-image: url("icons/Bubble.png") !important; background-size: auto; background-position:50% 50%; } .link-icon { background-image: url("icons/arrow_right.gif") !important; background-size: auto; background-position:50% 50%; }
www/outline/treeview/survey.css
body { font-family: Verdana, Arial, Helvetica, sans-serif ; font-size: 10pt ; line-height: 18pt ; color: black; background: white ; margin: 0 ; /*-webkit-touch-callout: none;*/ -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; } p { margin-left: 2% ; margin-right: 2% ; } table { font-family: Verdana, Arial, sans-serif ; font-size: 10pt ; border-collapse: collapse; } td { border: 0px solid #808080 ; empty-cells: show; vertical-align: middle; } h1 { text-align:center ; font-size: 14pt; line-height: 24pt ; font-weight: bold; color:#000; background:#CADFF4; padding: 0 ; margin: 0 ; padding-left: 1ex; padding-right: 1ex; text-align:center; } h2 { font-size: 12pt; line-height: 16pt ; font-size: 110%; font-weight: bold; color: #003399; /*background:#CADFF4;*/ margin-bottom:5px; padding-left: 1ex; padding-right: 1ex; } h3, h4, h5 { font-size: 100%; font-weight: bold; margin-bottom:3px; } .top { margin: 4px; } .name { font-style: italic; } .variable { font-style: normal; color: #000199; font-size: 90%; } .term { font-style: normal; color: #a1522d; } .category { font-style: italic; } .code { font-style: normal; color: #000199; font-size: 90%; } .cat { font-style: italic; color: #000000; font-size: 100%; } .marker-call { font-weight: bold; font-style: normal; color: #c8371d; font-size: 90%; } .byte { font-weight: bold; font-style: normal; color: #de621c; } .flops { font-weight: bold; font-style: normal; color: #76a2ca; } div.bar { width: 100px; height: .7em; background: #96c2ea; /*overflow: hidden;*/ /*-moz-border-radius: 3px;*/ /*-webkit-border-radius: 3px;*/ /*border-radius: 3px;*/ } div.barValue { height: .7em; background: #de621c; } #searchPanel{ z-index: 100; width: 100%; } input.search { margin: 0em 0em 0em 0em; display: block; padding: 2px; border: 1px solid silver; /* -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px; */ } .datasrc { overflow: hidden; width: 98%; margin: 0em 0em 0em 0em; padding: 0; text-align: center; } .datasrc select { width: 100%; padding-right: 1em; cursor: pointer; text-indent: 0.01px; text-overflow: ellipsis; border: none; outline: none; background: transparent; background-image: none; box-shadow: none; -moz-appearance: none; -webkit-appearance: none; appearance: none; } .datasrc select::-ms-expand { display: none; } .datasrc.sel { position: relative; border: 1px solid silver; /*border-radius: 2px;*/ background: #ffffff; } .datasrc.sel::before { position: absolute; top: 0.5em; right: 0.9em; width: 0; height: 0; padding: 0; content: ''; border-left: 5px solid transparent; border-right: 5px solid transparent; border-top: 5px solid #666666; pointer-events: none; } .datasrc.sel select { margin: 0em 0em 0em 0em; padding: 2px 38px 2px 8px; color: #333333; } #kernelButton { background-color: #fffbc6; color: #492ba3; height: 19px; } #kernelButton:active { background-color: #dfdba6; color: #391b93; } #goButton { height: 19px; width: 25px; border: 0; background: url(icons/Magnifying_glass.png) no-repeat 5px 2px; background-color: #508ee6; /*color: white;*/ } #goButton:active { background-color: #306ec6; color: white; } #prevButton { height: 19px; margin-right: 0px; } #nextButton { height: 19px; margin-left: 0px; } #clearButton { height: 19px; } .hit { width: 48px; font-style: normal; color: #999999; font-size: 90%; text-align: right; } .hits { width: 48px; font-style: normal; color: #999999; font-size: 90%; } button { background-color: #ffffff; color: black; border: 1px solid black; outline: none; height: 110%; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; } button:active { background-color: #e0e0e0; color: black; } .fixed { position: fixed; } span.metrics { font-style: normal; color: #a1522d; } .info { font-style: italic; font-size: 90%; color: #505050; } .node { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; } .target_node { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; background: #fffbc6; } .target_node_completed { display: -webkit-inline-flex; display: inline-flex; -webkit-align-items: center; align-items: center; white-space: nowrap; background: #cff1c6; } label.es { margin: 3px; vertical-align: middle ; } .target_node select { margin-bottom: 2px !important; } .on_level { vertical-align: middle; display: none; } /* .ui-tooltip, .arrow:after { background: black !important; border: 2px solid white !important; } */ .ui-tooltip { /*width: 200px;*/ max-width: 400px !important; overflow: auto !important; font: bold 12px "Helvetica Neue", Sans-Serif !important; border-radius: 4px; /*padding: 10px 20px;*/ /*color: white !important;*/ /*border-radius: 20px !important;*/ /*font: bold 12px "Helvetica Neue", Sans-Serif !important;*/ /*text-transform: uppercase;*/ /*box-shadow: 0 0 7px black;*/ } /* .arrow { width: 70px; height: 16px; overflow: hidden; position: absolute; left: 50%; margin-left: -35px; bottom: -16px; } .arrow.top { top: -16px; bottom: auto; } .arrow.left { left: 20%; } .arrow:after { content: ""; position: absolute; left: 20px; top: -20px; width: 25px; height: 25px; box-shadow: 6px 5px 9px -9px black; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); } .arrow.top:after { bottom: -20px; top: auto; } */ .ui-progressbar { height: 20px !important; position: relative; } .ui-progressbar-value { background: #cde0fe !important; } .ui-progressbar-overlay { opacity: 0.1 !important; } .progressbar-label { position: absolute; left: 50%; font-size: 95%; font-weight: bold; } .comment-icon { background-image: url("icons/Bubble.png") !important; background-size: auto; background-position:50% 50%; } .link-icon { background-image: url("icons/arrow_right.gif") !important; background-size: auto; background-position:50% 50%; }
0.372277
0.09472
body { background-color: tomato; margin: 0; overflow: hidden; padding: 0; color: white; } h1, h2, h3, h4, h5, h6 { color: white; } .title{ height: calc(100vh - 80vw); width: 100vw; } #cradle { margin: 0 auto; width: 80vw; height: 70vw; transform: rotate(-10deg); border-radius: 10% 10% 10% 10%; box-shadow: inset 0 0 2px hsla(0,0%,0%,.2), 0 3px 1px hsla(0,0%,100%,.75), 0 -1px 1px 2px hsla(0,0%,0%,.1); background-color:white; background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%), linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%); background-size:50px 50px; } #head { animation: head 0.8s infinite ease-in-out; background-color: #ffede2; border-radius: 50%; display: flex; flex-direction: column; height: 30vw; justify-content: space-between; left: 1vw; overflow: hidden; position: absolute; top: 2vw; transform: scale(0.9); width: 30vw; } @keyframes head { 0% { left: 1vw; } 50% { left: 9vw; } } #hair-container { height: 8vw; position: relative; width: 30vw; } .hair { background-color: orange; position: absolute; } #hair-left { animation: hair 0.8s infinite ease-in-out; border: 2vw solid #fd9408; border-bottom: 1.2vw solid orange; border-radius: 20% 80% 10% 50%; box-sizing: border-box; height: 8vw; left: 6vw; top: -2vw; transform: rotate(-20deg); width: 18vw; } @keyframes hair { 0% { left: 6vw; } 50% { left: 4vw; } } #hair-right { border-radius: 0 80% 0 80%; height: 6vw; right: 0; top: -2vw; transform: rotate(20deg); width: 15vw; } #eye-container { display: flex; justify-content: space-between; margin: 0 auto -1vw auto; position: relative; width: 20vw; } .eye { background-color: #515151; border-radius: 50%; height: 4vw; position: relative; width: 4vw; } .eye::before { content: ""; background-color: #333; border-radius: 50%; height: 3vw; right: 0.2vw; position: absolute; top: 0.2vw; width: 3vw; } .eye::after { animation: eye 1.5s infinite ease-in-out; content: ""; background-color: #ffede2; border-radius: 50%; height: 6vw; left: -0.8vw; position: absolute; top: 3vw; width: 6vw; } @keyframes eye { 0% { top: 3vw; } 70% { top: 6vw; } 80% { top: 6vw; } } #mouth-container { animation: mouth 0.25s infinite ease-in-out; height: 6vw; margin: -1vw auto 7vw auto; position: relative; transform: scale(0.9); width: 15vw; } @keyframes mouth { 0% { width: 15vw; } 50% { width: 10vw; } } .mouth { background-color: #faa097; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); } #mouth-left { height: 7vw; left: 0; width: 7vw; } #mouth-center { height: 5.6vw; left: calc(50% - 5vw); width: 10vw; } #mouth-right { height: 7.6vw; right: 0; width: 7.6vw; } #baby-body { animation: body 0.8s infinite ease-in-out; background-color: #f7f7f7; border-radius: 20vw; border-radius: 30vw 30vw 30vw 30vw; height: 64vw; left: -3vw; position: absolute; width: 40vw; } @keyframes body{ 0% { left: -3vw; } 50% { left: 3vw; } } #baby-body:after { content: ""; background-color: #eaeaea; border-radius: 50%; height: 31vw; left: 4.4vw; position: absolute; top: 2vw; width: 31vw; } #baby-body:before { content: ""; background-color: #eaeaea; border-radius: 30vw; height: 70vw; left: 0; position: absolute; width: 40vw; z-index: -99; } #baby-shadow { animation: shadow 0.8s infinite ease-in-out; background-color: rgba(0, 0, 0, 0.2); border-radius: 30vw; height: 70vw; left: -4vw; position: absolute; top: 3vw; width: 40vw; z-index: -99; } @keyframes shadow { 0% { left: -4vw; } 50% { left: 0; } } /* Milk bottle */ .milk_bottle { margin: -24vw 0 0 12vw; position: absolute; top: 50%; left: 50%; transform: rotate(-130deg); -webkit-transform: rotate(-130deg); /* animation: bottlemove 1.7s ease-in-out infinite; -webkit-animation: bottlemove 1.7s ease-in-out infinite; */ } .milk_bottle .bottle { margin-left: 0.6vw; width: 6vw; height: 8vw; background: #e8dcd8; border-bottom-left-radius: 1vw; border-bottom-right-radius: 1vw; box-shadow: 1vw 1vw 0 #65a9c1; position: relative; z-index: 4; } .milk_bottle .bottle:before { content: ""; display: block; width: 2.4vw; height: 0.4vw; background: #cdd3d7; position: absolute; top: 2vw; left: 1vw; animation: bottledetailmove 1.7s ease-in-out infinite; -webkit-animation: bottledetailmove 1.7s ease-in-out infinite; } .milk_bottle .bottle:after { content: ""; display: block; width: 2.4vw; height: 0.4vw; background: #cdd3d7; position: absolute; top: 4vw; left: 1vw; animation: bottledetailmove 1.7s ease-in-out infinite; -webkit-animation: bottledetailmove 1.7s ease-in-out infinite; } .milk_bottle .tube_bottom { width: 7.2vw; height: 1.4vw; background: #f3cf9f; border-radius: 1vw; box-shadow: 1vw 1vw 0 #65a9c1; position: relative; z-index: 3; } .milk_bottle .tube_middle { margin: 0 auto; width: 6vw; height: 1.4vw; background: #f1b980; border-top-left-radius: 400%; border-top-right-radius: 400%; box-shadow: 1vw 1vw 0 #65a9c1; } .milk_bottle .tube_top { margin: 0 auto; width: 2vw; height: 1.4vw; background: #f1b980; border-top-left-radius: 50%; border-top-right-radius: 50%; box-shadow: 1vw 1vw 0 #65a9c1; } /* Pacifier */ .pacifier { margin: 16vw 0 0 -18vw; position: absolute; top: 50%; right: 40%; z-index: 3; transform: rotate(20deg); -webkit-transform: rotate(20deg); } .pacifier .pacifier_top { width: 3vw; margin: 0 auto; height: 4vw; background: #e8dcd8; /* fallback */ background: linear-gradient(135deg, transparent 2vw, #e8dcd8 0) top left, linear-gradient(225deg, transparent 2vw, #e8dcd8 0) top right; background-size: 50% 50%; background-repeat: no-repeat; background-image: radial-gradient(circle at -0.4vw 1.4vw, rgba(204, 0, 0, 0) 7px, #e8dcd8 5px), radial-gradient(circle at 10px 7px, rgba(204, 0, 0, 0) 7px, #e8dcd8 5px); position: relative; } .pacifier .pacifier_top:before { content: ""; display: block; width: 3vw; height: 3vw; background: #e8dcd8; border-radius: 50%; position: absolute; top: -2vw; left: 0; } .pacifier_middle { width: 4vw; height: 1vw; background: #7e2e33; border-radius: 1vw; position: absolute; top: 2vw; left: -0.4vw; z-index: 2; } .pacifier_middle:after { content: ""; display: block; margin: 5px auto 0; width: 1.4vw; height: 1.4vw; background: #7e2e33; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; } .pacifier_bottom { width: 3.6vw; height: 3.6vw; border: 0.6vw solid #ffae00; border-radius: 50%; position: absolute; top: 3vw; left: -0.8vw; z-index: 1; } .pacifier.shadow { margin: 16.6vw 0 0 -19vw; position: absolute; top: 50%; right: 40%; z-index: 2; transform: rotate(20deg); -webkit-transform: rotate(20deg); } .pacifier.shadow .pacifier_top { background: #65a9c1; /* fallback */ background: linear-gradient(135deg, transparent 2vw, #65a9c1 0) top left, linear-gradient(225deg, transparent 2vw, #65a9c1 0) top right; background-size: 50% 50%; background-repeat: no-repeat; background-image: radial-gradient(circle at -0.4vw 1.4vw, rgba(204, 0, 0, 0) 1.4vw, #65a9c1 1vw), radial-gradient(circle at 2vw 1.4vw, rgba(204, 0, 0, 0) 1.4vw, #65a9c1 1vw); } .pacifier.shadow .pacifier_top:before, .pacifier.shadow .pacifier_middle, .pacifier.shadow .pacifier_middle:after { background: #65a9c1; } .pacifier.shadow .pacifier_bottom { border: 0.6vw solid #65a9c1; } @keyframes moving { 0% { top: 50%; left: 50%; } 50% { top: 49%; left: 51%; } 100% { top: 50%; left: 50%; } } @-webkit-keyframes moving { 0% { top: 50%; left: 50%; } 50% { top: 49%; left: 51%; } 100% { top: 50%; left: 50%; } } @keyframes bottlemove { 0% { top: 50%; transform: rotate(-130deg); } 50% { top: 47%; transform: rotate(-115deg); } 100% { top: 50%; transform: rotate(-130deg); } } @-webkit-keyframes bottlemove { 0% { top: 50%; transform: rotate(-130deg); } 50% { top: 47%; transform: rotate(-115deg); } 100% { top: 50%; transform: rotate(-130deg); } } @keyframes bottledetailmove { 0% { left: 1vw; } 50% { left: 3vw; } 100% { left: 1vw; } } @-webkit-keyframes bottledetailmove { 0% { left: 1vw; } 50% { left: 3vw; } 100% { left: 1vw; } } .right { float: right; margin-right: 4vw; } .right a { color: wheat; } h1 { color: wheat; } .github-corner:hover .octo-arm{ animation:octocat-wave 560ms ease-in-out } @keyframes octocat-wave{ 0%,100% {transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
manuscript/page-1/style.css
body { background-color: tomato; margin: 0; overflow: hidden; padding: 0; color: white; } h1, h2, h3, h4, h5, h6 { color: white; } .title{ height: calc(100vh - 80vw); width: 100vw; } #cradle { margin: 0 auto; width: 80vw; height: 70vw; transform: rotate(-10deg); border-radius: 10% 10% 10% 10%; box-shadow: inset 0 0 2px hsla(0,0%,0%,.2), 0 3px 1px hsla(0,0%,100%,.75), 0 -1px 1px 2px hsla(0,0%,0%,.1); background-color:white; background-image: linear-gradient(90deg, rgba(200,0,0,.5) 50%, transparent 50%), linear-gradient(rgba(200,0,0,.5) 50%, transparent 50%); background-size:50px 50px; } #head { animation: head 0.8s infinite ease-in-out; background-color: #ffede2; border-radius: 50%; display: flex; flex-direction: column; height: 30vw; justify-content: space-between; left: 1vw; overflow: hidden; position: absolute; top: 2vw; transform: scale(0.9); width: 30vw; } @keyframes head { 0% { left: 1vw; } 50% { left: 9vw; } } #hair-container { height: 8vw; position: relative; width: 30vw; } .hair { background-color: orange; position: absolute; } #hair-left { animation: hair 0.8s infinite ease-in-out; border: 2vw solid #fd9408; border-bottom: 1.2vw solid orange; border-radius: 20% 80% 10% 50%; box-sizing: border-box; height: 8vw; left: 6vw; top: -2vw; transform: rotate(-20deg); width: 18vw; } @keyframes hair { 0% { left: 6vw; } 50% { left: 4vw; } } #hair-right { border-radius: 0 80% 0 80%; height: 6vw; right: 0; top: -2vw; transform: rotate(20deg); width: 15vw; } #eye-container { display: flex; justify-content: space-between; margin: 0 auto -1vw auto; position: relative; width: 20vw; } .eye { background-color: #515151; border-radius: 50%; height: 4vw; position: relative; width: 4vw; } .eye::before { content: ""; background-color: #333; border-radius: 50%; height: 3vw; right: 0.2vw; position: absolute; top: 0.2vw; width: 3vw; } .eye::after { animation: eye 1.5s infinite ease-in-out; content: ""; background-color: #ffede2; border-radius: 50%; height: 6vw; left: -0.8vw; position: absolute; top: 3vw; width: 6vw; } @keyframes eye { 0% { top: 3vw; } 70% { top: 6vw; } 80% { top: 6vw; } } #mouth-container { animation: mouth 0.25s infinite ease-in-out; height: 6vw; margin: -1vw auto 7vw auto; position: relative; transform: scale(0.9); width: 15vw; } @keyframes mouth { 0% { width: 15vw; } 50% { width: 10vw; } } .mouth { background-color: #faa097; border-radius: 50%; position: absolute; top: 50%; transform: translateY(-50%); } #mouth-left { height: 7vw; left: 0; width: 7vw; } #mouth-center { height: 5.6vw; left: calc(50% - 5vw); width: 10vw; } #mouth-right { height: 7.6vw; right: 0; width: 7.6vw; } #baby-body { animation: body 0.8s infinite ease-in-out; background-color: #f7f7f7; border-radius: 20vw; border-radius: 30vw 30vw 30vw 30vw; height: 64vw; left: -3vw; position: absolute; width: 40vw; } @keyframes body{ 0% { left: -3vw; } 50% { left: 3vw; } } #baby-body:after { content: ""; background-color: #eaeaea; border-radius: 50%; height: 31vw; left: 4.4vw; position: absolute; top: 2vw; width: 31vw; } #baby-body:before { content: ""; background-color: #eaeaea; border-radius: 30vw; height: 70vw; left: 0; position: absolute; width: 40vw; z-index: -99; } #baby-shadow { animation: shadow 0.8s infinite ease-in-out; background-color: rgba(0, 0, 0, 0.2); border-radius: 30vw; height: 70vw; left: -4vw; position: absolute; top: 3vw; width: 40vw; z-index: -99; } @keyframes shadow { 0% { left: -4vw; } 50% { left: 0; } } /* Milk bottle */ .milk_bottle { margin: -24vw 0 0 12vw; position: absolute; top: 50%; left: 50%; transform: rotate(-130deg); -webkit-transform: rotate(-130deg); /* animation: bottlemove 1.7s ease-in-out infinite; -webkit-animation: bottlemove 1.7s ease-in-out infinite; */ } .milk_bottle .bottle { margin-left: 0.6vw; width: 6vw; height: 8vw; background: #e8dcd8; border-bottom-left-radius: 1vw; border-bottom-right-radius: 1vw; box-shadow: 1vw 1vw 0 #65a9c1; position: relative; z-index: 4; } .milk_bottle .bottle:before { content: ""; display: block; width: 2.4vw; height: 0.4vw; background: #cdd3d7; position: absolute; top: 2vw; left: 1vw; animation: bottledetailmove 1.7s ease-in-out infinite; -webkit-animation: bottledetailmove 1.7s ease-in-out infinite; } .milk_bottle .bottle:after { content: ""; display: block; width: 2.4vw; height: 0.4vw; background: #cdd3d7; position: absolute; top: 4vw; left: 1vw; animation: bottledetailmove 1.7s ease-in-out infinite; -webkit-animation: bottledetailmove 1.7s ease-in-out infinite; } .milk_bottle .tube_bottom { width: 7.2vw; height: 1.4vw; background: #f3cf9f; border-radius: 1vw; box-shadow: 1vw 1vw 0 #65a9c1; position: relative; z-index: 3; } .milk_bottle .tube_middle { margin: 0 auto; width: 6vw; height: 1.4vw; background: #f1b980; border-top-left-radius: 400%; border-top-right-radius: 400%; box-shadow: 1vw 1vw 0 #65a9c1; } .milk_bottle .tube_top { margin: 0 auto; width: 2vw; height: 1.4vw; background: #f1b980; border-top-left-radius: 50%; border-top-right-radius: 50%; box-shadow: 1vw 1vw 0 #65a9c1; } /* Pacifier */ .pacifier { margin: 16vw 0 0 -18vw; position: absolute; top: 50%; right: 40%; z-index: 3; transform: rotate(20deg); -webkit-transform: rotate(20deg); } .pacifier .pacifier_top { width: 3vw; margin: 0 auto; height: 4vw; background: #e8dcd8; /* fallback */ background: linear-gradient(135deg, transparent 2vw, #e8dcd8 0) top left, linear-gradient(225deg, transparent 2vw, #e8dcd8 0) top right; background-size: 50% 50%; background-repeat: no-repeat; background-image: radial-gradient(circle at -0.4vw 1.4vw, rgba(204, 0, 0, 0) 7px, #e8dcd8 5px), radial-gradient(circle at 10px 7px, rgba(204, 0, 0, 0) 7px, #e8dcd8 5px); position: relative; } .pacifier .pacifier_top:before { content: ""; display: block; width: 3vw; height: 3vw; background: #e8dcd8; border-radius: 50%; position: absolute; top: -2vw; left: 0; } .pacifier_middle { width: 4vw; height: 1vw; background: #7e2e33; border-radius: 1vw; position: absolute; top: 2vw; left: -0.4vw; z-index: 2; } .pacifier_middle:after { content: ""; display: block; margin: 5px auto 0; width: 1.4vw; height: 1.4vw; background: #7e2e33; border-bottom-left-radius: 50%; border-bottom-right-radius: 50%; } .pacifier_bottom { width: 3.6vw; height: 3.6vw; border: 0.6vw solid #ffae00; border-radius: 50%; position: absolute; top: 3vw; left: -0.8vw; z-index: 1; } .pacifier.shadow { margin: 16.6vw 0 0 -19vw; position: absolute; top: 50%; right: 40%; z-index: 2; transform: rotate(20deg); -webkit-transform: rotate(20deg); } .pacifier.shadow .pacifier_top { background: #65a9c1; /* fallback */ background: linear-gradient(135deg, transparent 2vw, #65a9c1 0) top left, linear-gradient(225deg, transparent 2vw, #65a9c1 0) top right; background-size: 50% 50%; background-repeat: no-repeat; background-image: radial-gradient(circle at -0.4vw 1.4vw, rgba(204, 0, 0, 0) 1.4vw, #65a9c1 1vw), radial-gradient(circle at 2vw 1.4vw, rgba(204, 0, 0, 0) 1.4vw, #65a9c1 1vw); } .pacifier.shadow .pacifier_top:before, .pacifier.shadow .pacifier_middle, .pacifier.shadow .pacifier_middle:after { background: #65a9c1; } .pacifier.shadow .pacifier_bottom { border: 0.6vw solid #65a9c1; } @keyframes moving { 0% { top: 50%; left: 50%; } 50% { top: 49%; left: 51%; } 100% { top: 50%; left: 50%; } } @-webkit-keyframes moving { 0% { top: 50%; left: 50%; } 50% { top: 49%; left: 51%; } 100% { top: 50%; left: 50%; } } @keyframes bottlemove { 0% { top: 50%; transform: rotate(-130deg); } 50% { top: 47%; transform: rotate(-115deg); } 100% { top: 50%; transform: rotate(-130deg); } } @-webkit-keyframes bottlemove { 0% { top: 50%; transform: rotate(-130deg); } 50% { top: 47%; transform: rotate(-115deg); } 100% { top: 50%; transform: rotate(-130deg); } } @keyframes bottledetailmove { 0% { left: 1vw; } 50% { left: 3vw; } 100% { left: 1vw; } } @-webkit-keyframes bottledetailmove { 0% { left: 1vw; } 50% { left: 3vw; } 100% { left: 1vw; } } .right { float: right; margin-right: 4vw; } .right a { color: wheat; } h1 { color: wheat; } .github-corner:hover .octo-arm{ animation:octocat-wave 560ms ease-in-out } @keyframes octocat-wave{ 0%,100% {transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}
0.476823
0.099602