smssakutoko
Version:
MPWA Multi device beta
1,448 lines (1,344 loc) • 30.2 kB
CSS
.ui.dimmer {
position: fixed ;
}
[v-cloak] {
display: none;
}
[vhidden] {
visibility: hidden;
}
h2 {
font-size: 1.5rem;
}
a {
opacity: 1 ;
color: #000;
}
.nowrap {
white-space: nowrap ;
}
.button.basic.white {
background: #fff ;
}
.ui.button.rounded, .ui.button.circular {
border-radius: 1rem ;
}
.capitalize {
text-transform: capitalize ;
}
.uppercase {
text-transform: uppercase ;
}
.center.aligned {
text-align: center ;
}
.left.aligned {
text-align: right ;
}
.right.aligned {
text-align: left ;
}
.justify.aligned {
text-align: justify ;
}
.bg-ghostwhite {
background: ghostwhite ;
}
.circular-corner {
border-radius: 500px ;
overflow: hidden;
}
.rounded-corner, #supports fieldset {
border-radius: 1rem ;
}
.ui.secondary.menu .active.item {
background: transparent;
}
i.inverted.bordered.yellow.icon, i.inverted.circular.yellow.icon {
background-color: #ffcb32 ;
color: #000 ;
}
fieldset {
padding: 1rem;
border-radius: 1rem;
box-shadow: none;
border: 1px solid #d2d2d2;
}
fieldset:not(:last-child) {
margin-bottom: 1rem;
}
fieldset legend {
padding: 0.5rem 1rem;
background: ghostwhite;
border-radius: 100px;
font-weight: 600;
font-size: 1.3rem;
color: #5c5c5c;
text-transform: uppercase;
}
html,
body {
background: ghostwhite;
position: relative;
overflow: hidden;
}
input.error {
background: #FFF6F6 ;
border-color: #E0B4B4 ;
color: #9F3A38 ;
}
input {
border-radius: 100px ;
}
textarea {
border-radius: 1rem ;
}
.cursor-pointer {
cursor: pointer;
}
.position-relative {
position: relative;
}
.ui.message {
border-radius: 100px;
font-weight: bold;
}
.input {
border-radius: 100px;
overflow: hidden;
}
.input input {
border-radius: 100px 0 0 100px ;
overflow: hidden;
}
.input.right.action input {
border-radius: 0 100px 100px 0 ;
}
.input.left.right.action input:first-child {
border-radius: 0 100px 100px 0 ;
}
.input.left.right.action input:last-child {
border-radius: 100px 0 0 100px ;
}
.ui.toggle.checkbox input:checked ~ .box:before, .ui.toggle.checkbox input:checked ~ label:before {
background-color: #5a6469 ;
}
.ui.icon.input > input {
border-radius: 100px ;
font-size: 1.1rem;
}
.ui.form .floating.selection.dropdown {
border-radius: 100px ;
}
.ui.form .floating.selection.dropdown.multiple {
border-radius: 1rem ;
}
.ui.form .floating.selection.dropdown .menu {
border-radius: 1rem ;
}
.ui.form .floating.selection.dropdown > .label {
border-radius: 100px;
}
.ui.dropdown.button .menu {
margin: 0.75rem 0;
border-radius: 1rem ;
}
.field label {
font-size: 1.2rem ;
}
.main.container {
width: 100% ;
background: #fff;
max-width: 1600px ;
margin: 0 auto ;
}
.ui.celled.grid > .column:not(.row),
.ui.celled.grid > .row > .column,
.ui.celled.grid > .row {
box-shadow: none ;
}
.yellow {
background: #fff938 ;
color: #000 ;
}
.yellow:hover {
background: #fff820 ;
}
.bold {
font-weight: bold;
}
.disabled {
pointer-events: none;
}
a.item.loading {
position: relative;
cursor: default;
text-shadow: none ;
color: transparent ;
opacity: 1;
pointer-events: auto;
transition: all 0s linear, opacity 0.1s ease;
background: #fbfbfb ;
pointer-events: none;
}
a.item.loading:after {
position: absolute;
content: "";
top: 50% ;
right: 50% ;
margin: -0.64285714em -0.64285714em 0 0 ;
width: 1.28571429em ;
height: 1.28571429em ;
-webkit-animation: button-spin 0.6s linear;
animation: button-spin 0.6s linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
border-radius: 500rem;
border-color: #fff transparent transparent;
border-style: solid;
border-width: 0.2em;
box-shadow: 0 0 0 1px transparent;
}
a.item.loading:before {
position: absolute;
content: "";
top: 50% ;
right: 50% ;
margin: -0.64285714em -0.64285714em 0 0 ;
width: 1.28571429em ;
height: 1.28571429em ;
border-radius: 500rem;
border: 0.2em solid rgba(0, 0, 0, 0.15);
}
.custom.divider {
border-bottom: 5px solid #2185d0 ;
margin: 1rem -1rem;
}
.divider.fluid {
margin-right: -1rem ;
margin-left: -1rem ;
}
.d-none {
display: none ;
}
.d-block, #transactions .card {
display: block ;
}
.d-inline-block {
display: inline-block;
}
.d-flex {
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.modal {
border-radius: 1rem ;
overflow: hidden;
}
.overflow-hidden {
overflow: hidden;
}
.medium.image {
max-width: 250px ;
}
.borderless, #content .l-side-wrapper .vertical.menu {
border: none ;
}
.shadowless, #settings .card, #content .l-side-wrapper .vertical.menu {
box-shadow: none ;
}
.radiusless, #content .l-side-wrapper .vertical.menu .item, #content .l-side-wrapper .vertical.menu, #top-menu .settings .item {
border-radius: 0 ;
}
#vertical-divider {
position: relative;
height: 100%;
}
#vertical-divider:before {
content: "";
position: absolute;
width: 1px;
height: 100%;
background: #ececec;
z-index: 1;
}
.rounded-corner, #supports fieldset {
border-radius: 0.25rem;
}
.circular-corner {
border-radius: 500px;
}
.left-circular-corner {
border-radius: 0 100px 100px 0 ;
}
.right-circular-corner {
border-radius: 100px 0 0 100px ;
}
.w-100 {
width: 100% ;
}
.w-50 {
width: 50% ;
}
.w-25 {
width: 25% ;
}
.w-auto {
width: auto ;
}
.self-center {
align-self: center;
-webkit-align-self: center;
}
#top-menu {
margin: -1rem;
height: 80px;
}
#top-menu * {
font-size: 1.2rem;
}
#top-menu .button {
font-weight: bold;
padding-right: 0.5rem;
padding-left: 0.5rem;
}
#top-menu .button:hover {
background: transparent;
color: steelblue;
}
#top-menu .dropdown {
padding-right: 0.5rem;
padding-left: 0.5rem;
}
#top-menu .dropdown:hover {
background: transparent;
color: steelblue;
font-weight: bold;
}
#top-menu .dropdown.user .default.text {
color: #000;
font-weight: bold;
}
#top-menu .dropdown.user:hover .default.text {
color: steelblue;
}
#top-menu .settings {
margin-left: 0.25rem ;
}
#top-menu .settings .item {
display: block;
width: 100%;
}
#top-menu .ui.dropdown.admin-notifications .all.item {
background: royalblue ;
color: #fff ;
font-weight: 600 ;
text-align: center;
border-radius: 0 0 1rem 1rem;
}
#top-menu .ui.dropdown.admin-notifications a.item {
padding: 0.75rem 1rem ;
font-weight: 600;
cursor: default;
}
#top-menu .ui.dropdown.admin-notifications a.item .content {
white-space: initial;
color: #a0a0a0;
}
#top-menu .ui.dropdown.admin-notifications .item * {
font-size: 0.9rem ;
line-height: 1.5;
}
#top-menu .ui.dropdown.admin-notifications .item .header {
display: flex;
}
#top-menu .ui.dropdown.admin-notifications .item span:first-child {
margin-left: 0.5rem;
text-transform: capitalize;
}
#content .l-side-wrapper {
width: 320px;
padding: 0;
visibility: visible;
background: #313536 ;
}
#content .l-side-wrapper .ui.header {
margin: 0;
background: #313536;
padding: 0.5rem 0 ;
height: 70px;
position: fixed;
width: 320px;
z-index: 9;
}
#content .l-side-wrapper .ui.header img {
height: 100%;
}
#content .l-side-wrapper .vertical.menu {
background: transparent;
margin: 0 auto;
max-width: 290px;
width: 100%;
top: 75px;
position: relative;
height: calc(100vh - 75px);
overflow-y: auto;
scrollbar-width: none ;
background: #313536;
}
#content .l-side-wrapper .vertical.menu::-webkit-scrollbar {
display: none ;
}
#content .l-side-wrapper .vertical.menu .children {
background: transparent;
display: flex;
flex-direction: row;
}
#content .l-side-wrapper .vertical.menu .children.settings {
flex-wrap: wrap;
}
#content .l-side-wrapper .vertical.menu .children .item {
flex: 1;
text-align: center;
padding: 0.5rem;
background: transparent;
flex-wrap: wrap;
flex-grow: 1;
white-space: nowrap;
}
#content .l-side-wrapper .vertical.menu .children .item:nth-child(even) {
padding: 0.5rem 0.25rem 0.5rem 0.5rem;
}
#content .l-side-wrapper .vertical.menu .children .item span {
padding: 0.8rem 0.5rem;
width: 100%;
display: block;
background: #4f595d;
color: #fff;
border-radius: 100px;
font-size: 1.2rem;
}
#content .l-side-wrapper .vertical.menu .children .item:hover {
background: transparent;
}
#content .l-side-wrapper .vertical.menu.togglable .children {
display: none;
}
#content .l-side-wrapper .vertical.menu.togglable .dropdown.active .parent i.circle {
font-family: Icons ;
color: #fff ;
}
#content .l-side-wrapper .vertical.menu.togglable .dropdown.active .children {
display: flex;
}
#content .l-side-wrapper .vertical.menu a.item:hover {
font-weight: bold;
}
#content .l-side-wrapper .vertical.menu .item {
color: #fff;
}
#content .l-side-wrapper .vertical.menu .item:hover {
background: transparent;
}
#content .l-side-wrapper .vertical.menu .item:before, #content .l-side-wrapper .vertical.menu .item:after {
display: none;
}
#content .l-side-wrapper .vertical.menu .item.parent {
font-size: 1.2rem;
line-height: 1.2;
background: transparent;
}
#content .l-side-wrapper .vertical.menu .item.parent img {
width: 46.59px;
height: 46.59px;
margin: -1rem -1.25rem -1rem 0.75rem;
padding: 0.75rem;
float: right;
}
#content .l-side-wrapper .vertical.menu #report-errors.active {
color: grey ;
background: transparent ;
}
#content .l-side-wrapper .vertical.menu #report-errors.active img {
filter: opacity(0.2);
}
#content .l-side-wrapper .vertical.menu #report-errors.active:before, #content .l-side-wrapper .vertical.menu #report-errors.active:after {
display: block;
}
#content .r-side-wrapper {
flex: 1;
-webkit-flex: 1;
height: 100vh;
overflow-y: auto;
overflow-x: hidden;
}
#content .r-side-wrapper .ui.menu.breadcrumb {
margin: 1rem -1rem;
padding: 1rem;
background: ghostwhite;
border: none;
}
#content .r-side-wrapper .ui.menu.breadcrumb .header {
color: #3c3c3c;
font-size: 1.3rem;
padding: 0.75rem 1rem;
background: #fff;
border-radius: 100px;
text-transform: capitalize;
}
#content .r-side-wrapper .table thead th {
text-align: center;
}
#content .r-side-wrapper .table thead tr:first-child th {
background: #f8f8ff;
font-size: 1.1rem;
}
#content .r-side-wrapper .table thead tr:first-child th:nth-child(2) {
min-width: 250px;
}
#dashboard {
font-size: 1.1rem;
}
#dashboard .cards.general .card .content {
display: flex;
display: -webkit-flex;
text-align: center;
}
#dashboard .cards.general .card .content.top {
background: #e65343;
}
#dashboard .cards.general .card .content.bottom, #dashboard .cards.general .card .content.top {
padding: 0.75rem;
}
#dashboard .cards.general .card .content.bottom {
position: relative;
border-top: none;
}
#dashboard .cards.general .card .content.bottom:before {
content: "";
position: absolute;
right: 49.9%;
width: 1px;
height: 62px;
background: gainsboro;
top: 0;
}
#dashboard .cards.general .card .image {
width: 40px;
}
#dashboard .cards.general .card .header {
margin: auto;
}
#dashboard .cards.general .card .l-side,
#dashboard .cards.general .card .r-side {
width: 50%;
}
#dashboard .cards.general .card .r-side {
align-self: center;
-webkit-align-self: center;
}
#dashboard .cards.general .card .l-side {
position: relative;
}
#dashboard .cards.general .card .l-side .ui.header img {
height: 100%;
}
#dashboard .cards.general .card.items .content.top {
background: #e65343;
}
#dashboard .cards.general .card.items .content.top * {
color: #fff;
}
#dashboard .cards.general .card.orders .content.top {
background: #ffe564;
}
#dashboard .cards.general .card.earnings .content.top {
background: #e65343;
}
#dashboard .cards.general .card.earnings .content.top * {
color: #fff;
}
#dashboard .cards.general .card.users .content.top {
background: #ffe564;
}
#dashboard .cards.general .card.comments .content.top {
background: #ffe564;
}
#dashboard .cards.general .card.subscribers .content.top {
background: #e65343;
}
#dashboard .cards.general .card.subscribers .content.top * {
color: #fff;
}
#dashboard .cards.general .card.categories .content.top {
background: #ffe564;
}
#dashboard .cards.general .card.posts .content.top {
background: #e65343;
}
#dashboard .cards.general .card.posts .content.top * {
color: #fff;
}
#dashboard .transactions-sales-wrapper {
padding: 1.5rem 2rem;
margin: 3rem -2rem 0;
background: ghostwhite;
}
#dashboard .card {
border-radius: 1rem;
overflow: hidden;
box-shadow: 0px 0 14px 5px rgba(176, 191, 238, 0.12);
}
#dashboard .sales.chart {
padding: 1rem;
}
#dashboard .sales.chart .ui.dropdown .menu {
border-radius: 1rem ;
}
#dashboard .sales.chart .card {
overflow: visible;
}
#dashboard .sales.chart .card .content:not(.top) div {
overflow-x: auto;
}
#dashboard .cards {
padding: 1rem;
}
#dashboard canvas {
height: 320px;
min-width: 1284px;
}
#dashboard .latest .cards {
margin-top: -1rem;
}
#dashboard .latest:not(.transactions) {
margin-top: -1rem;
}
#dashboard .latest .card thead th {
background: #e65343 ;
color: #fff;
}
#dashboard .transactions {
padding: 1rem;
}
#dashboard .transactions thead {
border-radius: 1rem 1rem 0 0 ;
}
#dashboard .transactions thead tr:first-child th {
border-radius: 1rem 1rem 0 0;
}
#dashboard .transactions thead th {
background: #2d383d ;
color: #fff ;
}
#dashboard .transactions table {
border-radius: 1rem;
box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) ;
border: none;
}
#dashboard .transactions a {
color: #000;
}
#product .licenses.table.wrapper, #product .free.table.wrapper, #product .promo_price.table.wrapper {
min-height: auto;
margin: 0 0 2rem;
border: 1px solid #d9d9d9;
box-shadow: none;
}
#product .licenses.table.wrapper tr td:first-child, #product .free.table.wrapper tr td:first-child, #product .promo_price.table.wrapper tr td:first-child {
font-size: 1.2rem;
background: ghostwhite;
}
#product .licenses .field, #product .free .field, #product .promo_price .field {
display: flex;
align-items: center;
}
#product .licenses label, #product .free label, #product .promo_price label {
max-width: 150px;
width: 100% ;
}
#product .one.column.grid {
display: flex;
}
#product .one.column.grid .position-relative .close.icon {
position: absolute;
top: 0.5rem;
left: 0.5rem;
z-index: 1;
background: #fff;
font-size: 1rem;
}
#product .one.column.grid .ui.fluid.large.label {
font-size: 1.1rem;
border-radius: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
#product .one.column.grid img {
border-radius: 1rem;
width: 100%;
max-width: 150px;
}
#product .one.column.grid .column {
padding: 1rem;
}
#product .one.column.grid .column progress {
height: 2rem;
width: 100%;
}
#product .one.column.grid .column .info.message {
word-break: break-all;
}
#product .one.column.grid .column .stock {
box-shadow: none ;
border: 1px solid #efefef;
background: #fcfcfc;
}
#product .one.column.grid .column .thumbnail .image {
background: transparent;
}
#product .one.column.grid .column .thumbnail img {
width: 100px;
height: auto;
margin-right: auto;
}
#product .one.column.grid .column .screenshots {
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}
#product .one.column.grid .column .screenshots .image {
width: 90px;
height: 90px;
background-position: center;
background-size: cover;
margin: 0.25rem;
border-radius: 1rem;
}
#product video {
width: 100%;
display: flex;
border-radius: 1rem;
}
#product input[name^=main_file_]:not(.active), #product input[name^=preview_]:not(.active) {
display: none;
}
#product .tabular.menu {
overflow: auto hidden;
}
#product .tabular.menu .item {
font-weight: bold;
font-size: 1.2rem;
padding: 0.75rem 1.5rem;
border-radius: 1rem 1rem 0 0 ;
}
#product .tabular.menu .item.active {
background: slateblue;
color: #fff;
border: none;
}
#product .segment {
border-radius: 1rem ;
}
#product .segment.tab {
min-height: 350px;
}
#product .files p {
font-size: 1.2rem;
}
#product .card .content {
align-items: center;
justify-content: center;
display: flex;
}
#product .card .content:nth-child(even) {
height: 100%;
}
#files-list > .head, #files-box > .head {
position: relative;
border-bottom: 5px solid #e6e6e6;
display: flex;
align-items: center;
}
#files-list > .head h3, #files-box > .head h3 {
margin: 0;
color: #5a5a5a;
}
#files-list > .head .ui.input, #files-box > .head .ui.input {
margin-right: auto;
}
#files-list .content.body, #files-box .content.body {
height: 369px;
overflow-x: hidden;
overflow-y: auto;
}
#files-list .card, #files-box .card {
border: 1px solid #d6d6d6;
}
#files-list .card .header, #files-box .card .header {
font-size: 0.9rem;
padding: 0.5rem;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
text-transform: capitalize;
}
#files-list .actions .ui.input, #files-box .actions .ui.input {
float: right;
}
#license {
min-height: 400px;
}
.card {
border-radius: 1rem ;
}
.note-editor.note-frame {
border: 1px solid #eaeaea ;
border-radius: 1rem;
}
.note-editor.note-frame .note-toolbar {
border-radius: 1rem 1rem 0 0;
}
.note-editor.note-frame .note-icon-font {
background-color: #ffffff ;
}
.note-editor.note-frame .note-toolbar {
background: ghostwhite;
}
.note-editor.note-frame .note-btn-group button {
background: #fff;
}
#items .ui.table thead th {
background: #74808c;
color: #fff;
}
#searches .ui.table thead th {
background: #e13941 ;
}
#searches .ui.table thead th a {
color: #fff ;
}
#supports fieldset {
border-color: rgba(0, 0, 0, 0.03);
}
#supports fieldset p {
margin-top: 0.5rem;
}
#supports textarea {
resize: vertical;
}
#post .ui.placeholder {
cursor: pointer;
max-width: 360px;
}
#post .ui.placeholder img {
display: none;
}
#post .ui.placeholder .ui.image img {
display: block;
}
footer {
margin: 1rem -1rem -1rem;
border-top: 1px solid #ececec;
background: whitesmoke;
}
footer .ui.menu {
padding: 1rem;
}
footer .ui.menu .header {
color: #9c9c9c;
cursor: default ;
}
footer .ui.menu .header:hover {
background: transparent ;
}
#toggle-r-column {
display: none;
}
.table.wrapper {
width: 100%;
overflow-y: visible;
overflow-x: auto;
min-height: 400px;
border-radius: 1rem;
box-shadow: 0px 0 14px 5px rgba(176, 191, 238, 0.12);
margin-top: 2rem;
}
.table.wrapper table {
border: none ;
}
#transactions .card span {
float: left;
max-width: 250px;
overflow: hidden;
text-overflow: ellipsis;
}
#transactions .card .status {
position: relative;
top: 0.45rem;
}
#transactions .card .content:nth-child(1) {
background: steelblue;
}
#transactions .card .content:nth-child(1) .header {
color: #fff;
}
#transactions .card .content span.minus {
color: #ff5757;
font-weight: bold;
}
#transactions .card .content span.plus {
color: #00a000;
font-weight: bold;
}
#transactions .card .title {
background: #f0ebb0;
}
#transactions .card .title h4 {
text-transform: uppercase;
color: #000;
}
#transaction .card {
border-radius: 1rem;
overflow: hidden;
border: 1px solid #e4e4e4;
box-shadow: none;
}
#transaction .card .header {
font-weight: 600;
font-size: 1.2rem;
text-align: center;
}
#transaction .card .body {
height: 100%;
}
#transaction .card .body .item {
margin: 1rem 0;
border-radius: 1rem;
overflow: hidden;
display: flex;
}
#transaction .card .body .item:first-child {
margin-top: 0;
}
#transaction .card .body .item:last-child {
margin-bottom: 0;
}
#transaction .card .body .item > div {
padding: 1rem;
flex: 1;
line-height: 1.5;
background: #f8f8ff;
}
#transaction .card .body .item > div:first-child {
flex: 2;
font-weight: 600;
color: #017cb7;
}
#transaction .card .body .item > div:first-child sup {
color: #535456;
}
#transaction .card .body .item > div:last-child {
text-align: left;
}
#refund .header {
font-size: 1.2rem ;
white-space: normal;
overflow: hidden;
text-overflow: ellipsis;
}
#newsletter .note-editor.note-frame {
border-radius: 1rem ;
overflow: hidden;
}
#newsletter .ui.dropdown {
border-radius: 100px ;
}
#newsletter .ui.dropdown .menu {
border-radius: 1rem ;
box-shadow: none ;
}
#newsletter .ui.dropdown > .label {
max-width: 100px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
position: relative;
border-radius: 100px;
}
#newsletter .ui.dropdown > .label i {
position: absolute;
left: 0.5rem;
top: 25%;
}
#newsletter .items-selection {
padding: 0.5rem;
border: 1px solid #dedede;
border-radius: 1rem ;
}
#newsletter .items-selection input {
border-radius: 100px;
}
#newsletter .items-selection:not(:first-child) {
margin-top: 1rem;
}
#newsletter label {
padding-right: 0.5rem;
}
#newsletter .fields-wrapper {
padding: 2rem 1.5rem;
border-radius: 1rem;
background: ghostwhite;
}
#settings .table.wrapper {
min-height: 400px ;
overflow: auto;
}
#settings .table.files thead tr th:nth-child(2) {
min-width: auto ;
}
#settings .table.files tbody td div {
text-align: center;
justify-content: center;
}
#settings .homepage-items table {
border-radius: 1rem;
}
#settings .homepage-items table th {
padding: 1rem ;
}
#settings .card {
box-shadow: 0 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) ;
}
#settings .card .checkbox-wrapper {
position: absolute;
left: 0;
top: 0;
height: 100%;
align-items: center;
display: flex;
padding: 0 1rem;
}
#settings .card .content {
position: relative;
}
#settings .card .content:nth-child(odd) {
max-height: 60px;
}
#settings .card.disabled .content:not(:first-child), #settings .card.disabled .checkbox-wrapper {
opacity: 0.5;
}
#settings .table.wrapper {
min-height: auto;
}
#settings #search-cover {
display: flex;
}
#settings #search-cover button:first-child {
flex: 1;
}
#settings #search-cover button:last-child {
width: 36px;
margin-right: 0.5rem;
}
#settings.translation table tbody td {
font-family: monospace;
font-size: 1.2rem ;
line-height: 1.5;
}
#settings.translation span.param {
font-weight: 600;
color: #e83e3e;
}
#settings.translation input.empty {
border-color: #f23e3e ;
background: #ffe0e075 ;
}
#settings.translation .table.wrapper {
max-height: 600px;
overflow-y: auto;
}
#mobile-menu-toggler {
height: 36px;
width: 36px;
background: #f8f8ff;
padding: 0;
border-radius: 100px;
text-align: center;
}
#mobile-menu-toggler i {
font-size: 1.4rem;
margin: auto ;
}
#mobile-menu-toggler:hover {
color: #fff;
background: linear-gradient(-45deg, #7e7e7e, #afafaf, #bababa);
}
.main.row {
min-height: calc(100vh - 212px);
padding: 1rem;
}
.main.row table *:not(sup) {
font-size: 1.1rem ;
}
.main.row .ui.menu {
border-radius: 100px;
overflow: hidden;
}
.main.row table thead th:first-child {
width: 50px;
}
span.comment-content, span.support-message {
cursor: default;
}
.note-modal-body, .note-modal-header, .note-modal-footer {
padding: 1rem ;
}
.note-modal-header .close {
margin-top: 0 ;
}
.note-modal-footer {
height: auto ;
text-align: left ;
}
.note-modal-footer .note-btn {
float: none ;
}
#page .image.rounded {
width: 100px;
cursor: pointer;
}
#key {
min-height: 400px;
}
#key .input {
overflow: visible ;
}
#key .ui.dropdown.button {
border-radius: 100px 0 0 100px;
}
#keys small {
font-size: 0.9rem ;
}
#content .table thead tr:first-child th {
border-bottom: none;
}
#content .table.products thead tr:first-child th, #content .table.products thead tr:first-child th a:not(.item) {
background: salmon;
color: #fff;
}
#content .table.pages thead tr:first-child th, #content .table.pages thead tr:first-child th a {
background: #f3604f;
color: #fff;
}
#content .table.posts thead tr:first-child th, #content .table.posts thead tr:first-child th a {
background: magenta;
color: #fff;
}
#content .table.comments thead tr:first-child th, #content .table.comments thead tr:first-child th a {
background: #2185d0;
color: #fff;
}
#content .table.users thead tr:first-child th, #content .table.users thead tr:first-child th a {
background: #ff4581;
color: #fff;
}
#content .table.subscriptions thead tr:first-child th, #content .table.subscriptions thead tr:first-child th a {
background: steelblue;
color: #fff;
}
#content .table.categories thead tr:first-child th, #content .table.categories thead tr:first-child th a {
background: palevioletred;
color: #fff;
}
#content .table.transactions thead tr:first-child th, #content .table.transactions thead tr:first-child th a {
background: #ffc863;
color: #000;
}
#content .table.coupons thead tr:first-child th, #content .table.coupons thead tr:first-child th a {
background: #ff3c61;
color: #fff;
}
#content .table.reviews thead tr:first-child th, #content .table.reviews thead tr:first-child th a {
background: deepskyblue;
color: #fff;
}
#content .table.subscribers thead tr:first-child th, #content .table.subscribers thead tr:first-child th a {
background: indianred;
color: #fff;
}
#content .table.faqs thead tr:first-child th, #content .table.faqs thead tr:first-child th a {
background: slategray;
color: #fff;
}
#content .table.supports thead tr:first-child th, #content .table.supports thead tr:first-child th a {
background: #f34e4e;
color: #fff;
}
#products .item.exists {
color: #a5a5a5 ;
}
#license-validation .ui.form:first-child input {
border-radius: 0 100px 100px 0 ;
outline: none ;
}
#license-validation .ui.form:first-child input:focus {
border: 1px solid rgba(34, 36, 38, 0.15);
border-left: none;
}
#license-validation .license-details th {
background: slateblue ;
font-size: 1.2rem ;
color: #fff;
font-weight: 600;
padding: 1.5rem;
}
#license-validation .segment {
line-height: 2;
}
#license-validation .segment .header {
font-size: 1.3rem;
}
#license-validation .segment p {
padding: 0.75rem 1rem;
background: #1e2441;
border-radius: 1rem;
color: #fff;
display: table;
}
#license-validation .segment input {
border-radius: 100px;
}
#license-validation .segment .example, #license-validation .segment .response {
padding: 1rem;
background: white;
color: #070707;
border-radius: 1rem;
overflow: hidden;
box-shadow: 0px 6px 20.1px 4.9px rgba(176, 191, 238, 0.12) ;
margin-top: 2rem;
}
#license-validation .segment .example div:last-child, #license-validation .segment .response div:last-child {
margin: 1rem -1rem -1rem;
padding: 1rem;
background: #1e2441;
border-radius: 0 0 1rem 1rem;
color: #fff;
font-weight: 500;
font-family: monospace;
font-size: 1.3rem;
}
.export.modal .content {
max-height: 494px;
overflow: auto;
}
#payment-link .table.wrapper {
min-height: auto;
display: table;
}
#payment-link .ui.dropdown.scrolling .menu {
max-height: 200px;
}
#payment_links sup {
font-size: 0.7rem ;
}
#payment_links td.short-link {
word-break: break-all;
}
#subscriptions .ui.menu > .item.ui.dropdown .item.disabled {
opacity: 0.4 ;
}
@media (min-width: 1025px) {
.mobile-only {
display: none ;
}
}
@media (max-width: 1024px) {
.desktop-only {
display: none ;
}
#content .l-side-wrapper {
display: none;
position: fixed;
top: 0;
right: 0;
z-index: 9999;
height: 100vh;
}
}
@media (max-width: 768px) {
#newsletter .ui.grid {
display: block;
}
#newsletter .ui.grid .column {
width: 100%;
}
#transactions {
margin-top: 2rem ;
}
#toggle-r-column {
display: inline-block;
}
#product .column.right {
display: none;
position: absolute;
left: 0;
z-index: 1;
background: #fff;
}
#product .column.right.visible {
display: block;
height: 100%;
}
#product .column.left.blur {
-moz-filter: blur(10px);
-ms-filter: blur(10px);
-o-filter: blur(10px);
filter: blur(10px);
}
}
#message-form {
border-radius: 1rem;
overflow: hidden;
}
#cover {
position: fixed;
top: 0;
right: 0;
width: 100%;
height: 100%;
background: transparent;
}
@media (max-width: 520px) {
.ui.doubling.cards {
display: block;
padding: 1rem ;
}
.ui.doubling.cards .card {
display: block;
width: 100% ;
margin: 0 ;
}
.ui.doubling.cards .card:not(:first-child) {
margin-top: 1rem ;
}
.ui.doubling.cards .card .content.title {
white-space: normal ;
overflow: visible;
text-overflow: initial;
text-align: right;
width: 100%;
display: block;
}
#top-menu > .item, #top-menu > .right.menu > .item {
padding-right: 0;
padding-left: 0;
}
#top-menu .dropdown.user .default.text {
display: none;
}
}